input[type=number] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.mkd-popup{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 999;
}
.mkd-popup .bgCon{
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100vh;
	position: absolute;
	display: none;
}
.mkd-popup.popup .bgCon {
    display: block;
}
.mkd-popup .carCon{
	width: 78%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0px;
	height: 100vh;
	padding: 3rem;
	transform: translateX(101%);
	visibility: hidden;
	overflow: hidden;
}
.mkd-popup.popup  .carCon{
	transform: translateX(0px);
	visibility: visible;
	transition: all 300ms;
}
.mkd-popup .topCon{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mkd-popup .topCon .title{
	font-size: 1.6rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 2.2rem;
}
.mkd-popup .carCon .topCon .deleteIcon{
	width: 2rem;
	height: 2rem;
	cursor: pointer;
}
#mkdShareCon{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
	gap:3rem;
}
#mkdShareCon .mkdShareRightCon{
	width: 576px;
}
#mkdShareCon .calcuPrice{
	background: #F8F8F8;
	border-radius: 8px;
	padding: 1.5rem 2rem;
	box-sizing: border-box;
}
#mkdShareCon .calcuPrice .title{
	display: flex;
	gap: 8px;
	align-items: center;
	font-weight: bold;
}
.mkd_libre .icons{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	padding: 4px 8px;
	background-color: #FFE600;
	border-radius: 6px;
}
.mkd_shops{
	margin-top: 24px;
}
.mkd_shops .icons{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 4px 8px;
	background-color: #E72F8A;
	border-radius: 6px;
}
.mkdShareRightCon .detail{
	margin-top: 14px;
}
.mkdShareRightCon .priceItem{
	line-height: min(53px,3rem);
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mkdShareRightCon .priceItem .val{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}
.mkdShareRightCon .priceItem .val.hasVal{
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}
.mkdShareLeftCon{
	flex: 1;
	height: 80vh;
}
.mkdShareLeftCon .step{
	margin-bottom: 24px;
}
.step .title{
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}
.step .stepName{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E2E2E2;
	font-weight: 600;
	font-size: 14px;
	color: #999999;
}
.step_mkd_details{
	padding: 0 24px 24px 24px;
}
.step_mkd_details .step_btns{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 24px;
	gap: 10px;
}
.step_mkd_details .step_btns .btn{
	width: 160px;
	height: 56px;
	border-radius: 8px;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	box-sizing: border-box;
    padding: 0;
}
.step_mkd_details .shopDetail{
    flex-direction: column;
    margin-top: 0;
}

.step_mkd_details .step_btns .nextBtn{
	background: #3B4656;
	color: #fff;
	cursor: pointer;
}
.step_mkd_details .mkd_title{
	margin-top: 24px;
	width: 100%;
}
.step_mkd_details .mkd_title .title {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: bold;
}
.priceInput{
	width: 300px;
	height: 47px;
	background: #F8F8F8;
	position: relative;
}
.priceInput span{
	position: absolute;
	top: 14px;
	left: 24px;
}
.priceInput input{
	background-color: transparent;
	width: 85%;
	height: 100%;
	outline: none;
	border: 0px;
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
}
.vincular{
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
}

.vincular .selects{
	width: 120px;
	height: 46px;
	background: #F8F8F8;
	position: relative;
}
.vincular .selects .iconfont{
	position: absolute;
	top: 16px;
	right: 16px;
}
.mkd-detail-item-con{
	min-height: 0px;
	border-bottom: 1px solid #E2E2E2;
	margin-top: 24px;
	border-radius: 8px;
	height: 0px;
	overflow: hidden;
}
.mkd-detail-item-con.step2_open{
	padding: 16px;
	border: 1px solid #E2E2E2;
	height: fit-content;
}
.mkd-detail-item-con .item-title{
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: bold;
}
.mkd-detail-item-con .item-title .tips{
	font-size: 15px;
	color: #3483FA;
	font-weight: 400;
}
.mkd-detail-second-con{
	display: flex;
	padding: 16px;
	background: #F8F8F8;
	border-radius: 8px;
	gap: 16px;
	margin-top: 16px;
}
.mkd-detail-second-con .second-desc{
	margin-top: 8px;
	font-size: 14px;
	color: #999999;
}
.second-title .tips{
	font-weight: 400;
	font-size: 14px;
	color: #05A550;
	display: inline-block;
	margin-left: 16px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#333;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color:#333;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color:#333;
}
.hide{
	display: none;
}
.lineThrough{
	text-decoration: line-through;
}
#choseStore .title{
	text-align: center;
	font-weight: 600;
	font-family: PingFangSC, PingFang SC
	font-size: 18px;
	color: #333333;
	margin-top: 14px;
}
#choseStore .modal-dialog{
	width: 100%;
	max-width: 860px;
	transform: translateY(20%);
}
#choseStore .table{
	margin-top: 24px;
}
#choseStore .table .thead{
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #333333;
	background-color: #F4F4F4;
}
#choseStore .table .thead .cell{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#choseStore input[type=checkbox]:checked{
	border: none;
	background-color: transparent;
}
#choseStore input[type=checkbox]:before{
	background-color: #F8F8F8;
	border: 1px solid #E1E1E1;
}
#choseStore input[type=checkbox]:checked:before{
	background-color: #3B4656;
	border: 1px solid #3B4656;
}
.selecAllcell{
	padding-left:24px;
}
#choseStore .tbody .trow .cell.caozuo span{
	text-decoration: underline;
}
.outDateRow{
	color: #999999;
}
#choseStore .normal{
	color: #03BD78;
}
#choseStore .btngroups{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-top: 12px;
	margin-bottom: 32px;
}
#choseStore .bind_new_store{
	height: 46px;
	line-height: 46px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #D0D0D0;
	color: #666666;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
}
#choseStore .confirmBtn{
	height: 46px;
	line-height: 46px;
	background: #3B4656;
	border-radius: 8px;
	border: 1px solid #3B4656;
	color: #fff;
	padding: 0 10px;
	min-width: 130px;
	text-align: center;
	cursor: pointer;
}
#popmsg .modal-dialog{
	width: 394px;
	background: #FFFFFF;
	border-radius: 16px;
}
#popmsg .msg_title{
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 14px;
}
#popmsg .msg_text{
	font-size: 16px;
	color: #666666;
	margin-top: 32px;
	text-align: center;
}
#popmsg .msg_btns{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
	margin-bottom: 25px
}
#popmsg .msg_btns .msg_btn{
	width: 113px;
	height: 46px;
	line-height: 46px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
#popmsg .msg_btns .cancel{
	color: #666666;
	background-color: #fff;
	border: 1px solid #D0D0D0;
}
#popmsg .msg_btns .ok{
	color: #fff;
	background-color: #3B4656;
}
.tbody .trow{
	padding: 0 24px;
	background-color: #fff;
}
.tbody .trow .cell{
	height: 70px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	border-bottom: 1px solid #EDEDED;
}
.tbody .trow .cell.caozuo{
	display: flex;
	justify-content: space-around;
	gap: 8px;
}
.tbody .trow .unbind{
	color: #165BD5;
	cursor: pointer;
}
.tbody .trow .renew{
	color: #F42F54;
	cursor: pointer;
}
.shippings .shipping_method,.shippings .shipping_tpl_fee{
    flex: 1;
}
.shipping_method .shipping_type_name{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.shipping_method .shipping_type_name span.tips{
    font-size: 14px;
    color: #999;
}
.shippings span.required,.shippings a.product_manage{
    color: #F42F54;
}
.shipping_method .shipping_type{
    background: #F7F8FA;
    border-radius: 8px;
    border: 1px solid #DCDEE0;
    padding: 13px 16px;
    font-size: 14px;
    color: #C9CACC;
    height: 46px;
    margin-top: 16px;
} 
.shipping_tpl_fee .shiiping_fee_name span{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.shipping_tpl_fee .select_shiping_tpl{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    max-height: 46px;
    margin-top: 16px;
}
.shipping_tpl_fee .select_shiping_tpl select{
    outline: none;
    background: transparent;
    border: 0;
    width: 100%;
}
