.add_cart_box{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    z-index: 555;
    max-width: 750px;
    margin: 0 auto;
    background-color: #F9F9F9;
    /*box-shadow: 0px 4px 0px 8px rgb(223 223 223);*/
}
.add_cart_box p{
	margin: 0;
	line-height: 20px;
}
.add_cart_box .total_price i{
	color: rgba(253, 0, 111, 1);
	font-weight: bold;
}
.add_cart_btn{
	position: absolute;
    right: 15px;
    width: 110px;
    height: 35px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    border-radius: 18px;
    background: linear-gradient( 90deg, #ff3e7e, #ff1959);
    border: none;
}
.pinkage_box,.money_off,.already_minus_txt,.already_minus{
	display: none;
	color: #F28F2D;
}
.balance,.freight,.minus{
	padding-left: 5px;
	color: rgba(253, 0, 111, 1);
}

/* sku弹窗 */
.mdui-typo-body-1,.mdui-typo-body-1-opacity{margin-top:8px;margin-bottom:0}
.property_set{
	max-height: 80vh;
    max-width: 750px;
    overflow-y: scroll;
    display: block;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999999;
    margin: auto;
}
.cartDialog{padding: 10px 0;/* position:fixed; */bottom:0;z-index:6100;display:none;width:100%;max-width:750px;max-height:100%;border-top-left-radius: 6px;border-top-right-radius: 6px;overflow: hidden;box-sizing: border-box;margin: 0 auto;left: 0;right: 0;}
.cartDialog.btnBox .btnBox{display: block}
.cartDialog.btnBox #confirmSelected{display: none;}
.cartDialog.confirmSelected .btnBox{display: none}
.cartDialog.confirmSelected #confirmSelected{display: block}
.cartDialog .mdui-row{margin-right:0;margin-left: 0;padding-right:0;}
.cartDialog .mdui-row img:not(.close-pub){width:85%;background:#F4F4F4}
.cartDialog .mdui-row .mdui-btn-small{text-transform: capitalize;border:1px solid #DFDEDB;min-width:50px;margin-bottom:8px;margin-right:8px;padding:0 10px;color:#363636;font-size:12px!important;height: initial!important;line-height: initial!important;min-height: 28px;}
.cartDialog .mdui-row .mdui-btn-small.noInventory{border: 1px dashed #DFDEDB;color: #979797}
.cartDialog .mdui-row .mdui-typo-body-1{line-height:30px;/*color:#FD006F*/}
.cartDialog .product-prams-box{overflow-y: auto;max-height: initial!important;-webkit-overflow-scrolling: auto;margin-bottom: 90px;}
.cartDialog .mdui-row .product-prams .mdui-btn.active{color:#FD006F;border-color:#FD006F;}
.cartDialog .originalPriceHtml{/*color:#bcbcbc;*/text-decoration: line-through;margin-left: 5px;}
.cartDialog .limit_enough{color:#F28F2D;}
.cartDialog .limit_enough_num{margin: 0px 2px;color:#FD006F;}

.cartDialog .product_stock{color:#F28F2D;display: none;}
.cartDialog .product_stock_num{margin: 0px 2px;color:#FD006F;}

.cartDialog .originalPriceHtml::before{margin-left: 6px;}
.cartDialog .btnBox{margin: 0 auto;margin-top: 16px;width: 92%;border-radius: 19px!important;overflow: hidden!important}
.cartDialog .btnBox .mdui-col-xs-6{padding: 0;font-size: 16px}
.cartDialog .btnBox #buyNow-dialog{border-top-left-radius: 19px;border-bottom-left-radius: 19px}
.cartDialog .btnBox #addToCart-dialog{border-top-right-radius: 19px;border-bottom-right-radius: 19px}
.cartDialog .btnBox button{height: 38px;border-radius: 0}
.cartDialog .mdui-btn.no-active{opacity:0.7!important}

.cartDialog .view-bottom-head{
    border-bottom: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
    margin-bottom: 2px;
    padding: 0px 16px !important;
}
.cartDialog .code-postage{
	padding: 0px 16px !important;
}
.cartDialog .code-discount{
	padding: 8px 16px !important;
}

.cartDialog .view-bottom-head button {
    display: inline-flex;
    align-items: center;
    border: none;
    background: transparent;
}
button:focus {
    outline: 0!important;
}
.cartDialog .view-bottom-head span{/*color: #F28F2D; */font-size: 14px; line-height: 14px;}
.cartDialog .view-bottom-head button{display: inline-flex; align-items: center;}
.norms-tab .norms-right{
	padding: 10px 0px;
	max-height: 180px;
	overflow-y:auto; 
}
.norms-tab{background: #f9f9f9;}
.norms-tab ul{
	list-style-type:none;
	list-style: none;
}
.norms-tab ul li{
	float:left;
	padding: 5px 10px;
}
.norms-tab .norms-li{
	float:left;
	border: 1px solid #ccc;
	padding: 3px 5px;
	margin: 3px 5px;
	
}

.norms-tab .norms-li{
	float:left;
	border: 1px solid #ccc;
	padding: 3px 10px;
	margin: 3px 5px;
	position: relative;
}
.norms-tab .norms-li-active{
	/* border: 2px solid #ff6000; */
	/*background: #FD006F;*/
}
.norms-tab .norms-right .norms-li-active a{
	color: #fff;
}
.norms-tab .norms-li a{
	color: #000;
}
.norms-code-number .norms-item-tab{
	display: none;
}
.norms-tab .norms-left{
	margin-top: 10px;
}
.norms-tab .norms-right{
	padding: 10px 0px;
	max-height: 180px;
	overflow-y:auto; 
}
.norms-tab .selected-count{position: absolute;top: -5px;/*background: #ff6000;color: #fff;*/box-sizing: border-box;padding: 1px 5px;min-width: 10px;line-height: 10px;font-size: 10px;text-align: center; border-radius: 10px;}
.norms-tab .norms-tab-name{display: inline-block;}
.norms-tab .mdui-tab-indicator{background-color:inherit;}
.norms-tab .mdui-tab-scrollable{padding-left:0px; }
.norms-tab .mdui-tab-scrollable a{padding:0px 5px;}

.norms_two{margin-top: 5px}
.norms_name{display:inline-block;vertical-align:middle;line-height: 28px;padding: 0;display: flex;justify-content: space-between;}
.norms_name .norms_name_txt{max-width: 80%;}
.norms-item-tab .sku_limit_num{font-size:12px;color: var(--Mcolour);}

.mdui-numbox + span{display: inline-block;font-size: 12px;color: #F28F2D;line-height: 12px;margin-left: 6px}
.mdui-numbox{display: inline-block;position:relative;width:100px;height:28px;border:1px solid #EDEDED;border-radius:2px;color:#363636}
.mdui-numbox .mdui-numbox-btn{box-sizing:border-box;width:28px;height:28px;border:none;background:#f5f5f5;outline:0;position:absolute;top:0;font-size:18px}
.mdui-numbox .mdui-numbox-btn i{top:50%;left:50%;margin-left:-8px;margin-top:-8px;position:absolute}
.mdui-numbox .mdui-numbox-btn .mdui-icon{font-size:16px;color:#363636;cursor: pointer;}
.mdui-numbox .mdui-numbox-input-two{font-size: 14px;width:100%;height:100%;margin:0;overflow:hidden;background:#f5f5f5;text-align:center;text-overflow:ellipsis;word-break:normal;border:none;outline:0;padding:0;text-align:center}
.mdui-numbox .mdui-numbox-btn-minus2{left:0;border-right:1px solid #EDEDED}
.mdui-numbox .mdui-numbox-btn-plus2{right:0;border-left:1px solid #EDEDED}
.mdui-numbox .mdui-numbox-input-two::-webkit-inner-spin-button { -webkit-appearance: none !important;margin: 0;}

.norms-buttom{
    border-top: 1px solid #eee;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 750px;
    background-color: #FFF;
    padding-bottom: 10px;
}

.norms-buttom .info-right{
	float: right;
	line-height: 30px;
	margin: 5px 0;
	
}

.norms-buttom .info-right .total-amount{
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
.norms-buttom .info-right .amount-num{
	/*color: #ff6000;*/
}

.norms-buttom .info-right .total-price{
	display: inline-block;
    /*color: #ff6000;*/
}
.norms-buttom .info-right .price-unit{
	font-size: 10px
}
.norms-buttom .info-right .discount-num{
	font-size: 16px;
	padding-left: 2px;
	/*color: #FD006F;*/
}
.norms-buttom .info-right .price-name{
	font-size: 10px;
	color: #7B7B7B;
}

.norms-buttom .info-right .price-num{
	font-size: 18px;
	padding-left: 2px;
	/*color: #FD006F;*/
}
.layui-layer-setwin{
   /*  right: calc(50% + 10px);
    bottom: -50px;
    top: auto; */
    right: 24px;
    bottom: -50px;
    top: 15px;
}
.layui-layer-imgbar,.layui-layer-imguide{
	display:block !important;
}