/**product-index**/
.product-product-show .shipping-group{display: flex;width:100%;background-color: #FFF;margin:10px auto;}
.product-product-show .shipping-group>li{flex:calc(1 / 3);text-align: center;}
.product-product-show .shipping-group>li>p{width: 80%;margin:0 auto;padding:10px 0;font-size: 14px;color:#333;border-bottom: 1px dashed #e5e5e5;font-weight: bold;}
.product-product-show .shipping-group>li>p>span{position: relative;}
.product-product-show .shipping-group>li>p>span>i{position: absolute;top: 2px;left:-26px;display: block;width:15px;height:15px;background: url(../images/icon/37shopping.png) no-repeat left center;background-size: 65px 15px;}
.product-product-show .shipping-group .shipping-link{width: 80%;margin:0 auto;display: flex;justify-content: center;margin-bottom: 10px;}
.product-product-show .shipping-group .shipping-link>li{flex:1;}
.product-product-show .shipping-group .shipping-link>li>a{display: block;padding:10px 0;color: #666;font-size: 12px;}
.product-product-show .shipping-rebate{width: 100%;padding: 20px 0;box-sizing: border-box;background-color: #FFF;}
.product-product-show .shipping-rebate .shipping-self-sale{display: flex;flex-wrap: wrap;}
.product-product-show .shipping-rebate .shipping-self-sale li{flex:0 0 33.33%;padding:0 1%;margin-bottom: 10px;box-sizing: border-box;}
.product-product-show .shipping-rebate .shipping-self-sale li .shipping-self-sale-item{position: relative;}
.product-product-show .shipping-rebate .shipping-self-sale li .shipping-self-sale-item:hover{-webkit-animation:blink 1s;animation:blink 1s;}
.product-product-show .shipping-rebate .shipping-self-sale li .shipping-self-sale-item>a{display: block;position: relative;width: 100%;height: 0;padding-bottom: 53.33%;}
.product-product-show .shipping-rebate .shipping-self-sale li .shipping-self-sale-item>a>img{position: absolute;top: 0;left:0;width: 100%;height: 100%;object-fit: fill;border-radius: 6px;}
.product-product-show .shipping-rebate .shipping-self-sale li>p{width: 98%;margin:5px auto;height: 2.8em;overflow: hidden;}
.product-product-show .shipping-rebate .shipping-self-sale li>p>a{color: #333;font-size: 14px;}
.product-product-show .shipping-rebate .shipping-self-sale li>p>a:hover{color: #0aa59d}

/**product-list**/
.product-product-list .main{text-align: center;}
/*product-cart*/
.product-product-list #product-detail{display:none;background-color: hsla(0,0%,90%,.8);height: 100%;left:  0;position: fixed;top: 0;width: 100%;z-index: 2019;overflow:auto;}
.product-product-list #product-detail .close{position: absolute;top: 10px;right: 10px;z-index: 2;}
.product-product-list #product-detail .close i{display: block;width: 20px;height: 20px;cursor: pointer;background: url(../images/icon/close333.png) no-repeat left center;background-size: 20px 20px;}

.product-product-list #product-detail .product-detail-mask{display: none;position: fixed;top:0;bottom:0;left: 0;right:0;width: 96%;max-width: 850px;min-height: 400px;height: 70%;max-height: 500px;margin:auto;padding: 25px;box-sizing: border-box;text-align: left;z-index:2046;align-items:center;background: #fff;}
.product-product-list #product-detail .product-detail-mask .show-content-left{display:flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-right: 10%;flex: 40%;height: 100%;text-align: center;}
.product-product-list #product-detail .product-detail-mask .show-content-left .xzoom-main{height: 60%;margin-top: 15%;flex:100%;}
.product-product-list #product-detail .product-detail-mask .show-content-left .xzoom-main>img{height: 100%;object-fit: contain;}
.product-product-list #product-detail .product-detail-mask .show-content-left #image-selector{height: 20%;flex:100%;}
.product-product-list #product-detail .product-detail-mask .show-content-left #image-selector>img{height: 34px;width: 34px;margin:2px 5px;object-fit: contain;border:1px solid transparent;box-sizing: border-box;}
.product-product-list #product-detail .product-detail-mask .show-content-left #image-selector>img:hover,.product-product-list #product-detail .product-detail-mask .show-content-left #image-selector>img.active{border:1px solid #CCC;}
.xzoom-lens img{display: none;}
.product-product-list #product-detail .product-detail-mask .show-content-right{display: flex;align-content: space-between;flex-wrap: wrap;flex: 50%;height: 100%;}
.product-product-list #product-detail .product-detail-mask .show-content-right>h4{flex:100%;margin-top: 15%;max-height: 2.8em;overflow: auto;font-size: 20px;color: #333;font-weight: bold;line-height:25px;}
.product-product-list #product-detail .product-detail-mask .show-content-right>div{flex:100%;color: #999;margin:15px 0;}
.product-product-list #product-detail .product-detail-mask .show-content-right .show_price{flex:100%;padding-top:10px;font-style: normal;font-size: 24px;}
.product-product-list #product-detail .product-detail-mask .show-content-right .show_price>span:nth-of-type(1){color: #333;padding-right: 10px;font-size: 14px;vertical-align: text-top;font-weight: bold;}
.product-product-list #product-detail .product-detail-mask .show-content-right .show_price>span:nth-of-type(2){color: #f15a24;line-height: 40px;font-size: 36px;font-weight: bold;}
.product-product-list #product-detail .product-detail-mask .show-content-right .show_price>span:nth-of-type(3){color: #999;font-size: 14px;}
.product-product-list #product-detail .product-detail-mask .show-content-right>div.product-value{max-width:70px;margin:0 0 10%;}
.product-product-list #product-detail .product-detail-mask .show-content-right .addcart{display: inline-block;margin-left: 5%;color: #fff;cursor: pointer;background-color: #f15a24;width: 45%;height: 45px; line-height: 45px;font-size: 18px;text-align: center;box-sizing: border-box;}
.product-product-list #product-detail .product-detail-mask .show-content-right .addcart img{width: 24px;margin: 10px 4px 0 0;}

.product-product-list #product-detail #show-shipping-cart{display: none;position: fixed;top:0;bottom:0;left: 0;right:0;width: 96%;max-width: 850px;min-height: 400px;height: 80%;max-height: 600px;margin:auto;padding:15px 25px;box-sizing: border-box;text-align: left;z-index:2046;align-items:center;background: #fff;}
.product-product-list #product-detail #show-shipping-cart .header{padding:0;margin:20px 0;}
.product-product-list #product-detail #show-shipping-cart .header>p{position: relative;width: auto;display: inline-block;height: 40px;padding:0 40px;text-align: center;background: #06beb6;color: #fff;line-height: 40px;border-right:0px;}
.product-product-list #product-detail #show-shipping-cart .header>p:after{content:"";position: absolute;top: 0;right: -40px;border:20px solid transparent;border-left-color: #06beb6;}
.product-product-list #product-detail #show-shipping-cart #cart_empty{display: flex;width: 100%;height: calc(100% - 80px);}
.product-product-list #product-detail #show-shipping-cart #cart_empty .cart_empty_img{flex:40%;display: flex;justify-content: center;}
.product-product-list #product-detail #show-shipping-cart #cart_empty .cart_empty_img img{object-fit: contain;}
.product-product-list #product-detail #show-shipping-cart #cart_empty .cart_empty_button{flex:50%;display: flex;flex-wrap: wrap;align-content: center;}
.product-product-list #product-detail #show-shipping-cart #cart_empty .cart_empty_button>p{font-size: 20px;color: #666;flex:100%;}
.product-product-list #product-detail #show-shipping-cart #cart_empty .cart_empty_button>button{width: 60%;height: 32px;margin-top: 30px;margin-left: 10%;line-height: 32px;font-size: 20px;color: #FFF;background-color: #f15a24;border-radius: 6px;border: none;}
.product-product-list #product-detail #show-shipping-cart .content{overflow: hidden;position: relative;height: calc(100% - 80px);}
.product-product-list #product-detail #show-shipping-cart .content .show-shipping-cart-title{display: flex;height:30px;margin-bottom: 10px;font-size: 20px;color: #06beb6;}
.product-product-list #product-detail #show-shipping-cart .content .show-shipping-cart-title:after{content:"";flex:1;align-self: center;margin:0 5px;height: 4px;border-radius: 6px;background-color: #d2e0e0;}

.product-product-list #product-detail #show-shipping-cart .content .item-details{overflow: hidden;height: calc(100% - 40px);display: flex;flex-direction: column;justify-content:space-around;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb{min-height:150px;max-height: calc(100% - 130px);overflow: auto;width: 100%;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li{display: flex;position: relative;padding-bottom:10px;margin:0 auto 10px;width:96%;border-bottom: 1px solid #CCC;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li:last-child{border-bottom: 0;padding-bottom: 0;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proImage{width:100px;margin-right: 20px;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proImage>img{height: 100px;width: 100%;object-fit: contain;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText{flex:1;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>h1{margin:0 30px 6px 0;flex:100%;font-size: 16px;color:#333;font-weight: bold;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>p{flex:100%;align-self: flex-end;font-size: 16px;color:#666;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>p.proTextPrice{flex:none;width: auto;margin-right: 30px;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>p.proTextAmount{position: absolute;right:20px;bottom: 0;color: #c22722;font-weight: bold;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText .proTextButton{flex:1;width: auto;align-self: center;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText .proTextButton .operateQty{height: 20px;width: 20px;background: #06beb6;color: #FFF;font-size:0;font-weight: normal;box-sizing: border-box;border: none;border-radius: 6px;background-size: 14px;background-image: url('../images/icon/addfff.png');background-position: center;background-repeat: no-repeat;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText .proTextButton .operateQty.subQty{background-image: url('../images/icon/reducefff.png');}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText .proTextButton input{height: 20px;width: 26px;box-shadow: 0 0, 0 4px 3px #CCC inset,0 -2px 0 #CCC inset,0 0;border:none;border-radius: 6px;text-align: center;box-sizing: border-box;color: #06beb6;}
.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .del_item{position: absolute;width: 16px;height:16px;right: 20px;top: 0;font-size: 0;background-image: url('../images/icon/delred.png');background-size: 18px;background-position: center;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail{height: 125px;margin-top: 5px;box-sizing: border-box;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc{height: 65px;line-height: 65px;overflow: auto;width:100%;margin: 0 auto 20px;padding:0 2%;background-color: #e5e5e5;box-sizing: border-box;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc>p{float: right;font-size: 16px;font-weight: bold;color: #333;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc .allPrice{margin:0 20px;color: #c22722;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc .freight-price{float: left;font-size: 14px;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .payment-submit{text-align: right;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .payment-submit>.btn{width: auto;padding:0 50px;height: 40px; line-height: 40px;float: none;margin-left: 8px;cursor: pointer;display:inline-block;text-align: center;box-sizing: border-box;background: #c6c6c6;}
.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .payment-submit>.btn:nth-of-type(1){background: #f15a24;color: #fff;}

/*product-footer*/
.product-product-list .pager .amount,.product-product-list .pager .limiter{display: none;}
.product-product-list .pager .pages .current{padding: 5.6px 11px;background:#06beb6;border:1px #06beb6 solid;border-radius: 0;}
.product-product-list .pager .pages li a{padding: 5.6px 11px;color: #999;background:#fafafa;border: 1px #f2f2f2 solid;border-radius: 0;}
.product-product-list .pager .pages li a.next_jump{pointer-events: none;background:transparent;border: none;}

@media (max-width: 769px) {
	/**product-index**/
	.product-product-show .shipping-rebate .shipping-self-sale li{flex:100%;padding:0 3%;border-radius: 6px;}
	.product-product-show .shipping-group{flex-direction: column;}
	.product-product-show .shipping-group>li{width: 100%;}
	.product-product-show .shipping-group>li>p{width: 96%;margin:0 auto;text-align: left;}
	.product-product-show .shipping-group>li>p>span>i{display: none;}
	.product-product-show .shipping-group .shipping-link{width: 100%;justify-content: left;margin: 5px auto 10px;}
	.product-product-show .shipping-group .shipping-link li{flex:calc(1 / 3);display: block;text-align: center;margin:0;}
	.product-product-show .shipping-group .shipping-link li>a{padding:0;font-size: 14px;margin:0;font-weight: normal;}
	.product-product-show .shipping-group .shipping-link li>a>i{display: block;margin: 0 auto 5px;width: 42px;height: 42px;background: url(../images/icon/home/mobile-home-2x.png);background-size: 330px 400px;background-position: 0 0;background-repeat: no-repeat;}


	/**product-list**/
	/*product-cart*/
	.product-product-list #product-detail .product-detail-mask{padding:10px;height: 65%;min-height: 300px;}
	.product-product-list #product-detail .product-detail-mask .show-content-left{margin-right: 5%;}
	.product-product-list #product-detail .product-detail-mask .show-content-right{flex:55%;align-content: center;font-size: 12px;}
	.product-product-list #product-detail .product-detail-mask .show-content-right>h4{max-height: 4.6em;font-size: 16px;line-height: 18px;}
	.product-product-list #product-detail .product-detail-mask .show-content-right .show_price>span:nth-of-type(1){vertical-align: middle;}
	.product-product-list #product-detail .product-detail-mask .show-content-right .show_price>span:nth-of-type(2){font-size: 22px;line-height: 18px;}
	.product-product-list #product-detail .product-detail-mask .show-content-right .show_price>span:nth-of-type(3){display:block;color: #999;font-size: 12px;text-align: left;margin: -8px 0 10px -4%;}
	.product-product-list #product-detail .product-detail-mask .show-content-right>div{margin:10px 0;}
	.product-product-list #product-detail .product-detail-mask .show-content-right>div.product-value{max-width: 30%;}
	.product-product-list #product-detail .product-detail-mask .show-content-right .addcart{width: 65%;font-size: 11px;}

	.product-product-list #product-detail #show-shipping-cart{padding: 10px;height: 65%;min-height: 300px;}
	.product-product-list #product-detail #show-shipping-cart .header{margin:10px 0;}
	.product-product-list #product-detail #show-shipping-cart .header>p{height: 30px;padding:0 30px;line-height: 30px;}
	.product-product-list #product-detail #show-shipping-cart .header>p:after{right: -30px;border-width: 15px;}
	.product-product-list #product-detail #show-shipping-cart #cart_empty{height: calc(100% - 50px);}
	.product-product-list #product-detail #show-shipping-cart .content{height: calc(100% - 50px);}
	.product-product-list #product-detail #show-shipping-cart .content .show-shipping-cart-title{line-height: 20px;height: 20px;}
	.product-product-list #product-detail #show-shipping-cart .content .item-details{height: calc(100% - 30px);}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb{max-height: calc(100% - 100px);}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li{width: 100%;border-style: dashed;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proImage{width: 50px;margin-right: 10px;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proImage>img{height: 100%;max-height: 100px;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>h1{font-size: 14px;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>p{font-size: 14px;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>p.proTextPrice{flex:100%;margin-right: 0;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText>p.proTextAmount{position: relative;flex:none;right: auto;bottom: auto;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .proText .proTextButton{flex:none;margin-right: 30px;}
	.product-product-list #product-detail #show-shipping-cart .content #addItemDetailtb li .del_item{right: 10px;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail{height: 100px;margin-top: 0;padding: 13px 10px 0;border-top: 2px solid #aaa;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc{overflow: hidden;display: flex;flex-wrap: wrap;align-content: space-between;height: 45px;margin-bottom: 5px;padding:0;line-height: normal;background-color: transparent;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc>p{float: none;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc .allPrice{flex:50%;margin: 0;text-align: left;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc .allWeight{flex:50%;text-align: right;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .totalCalc .freight-price{flex:100%;text-align: right;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .payment-submit{display: flex;width: 100%;justify-content: space-between;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .payment-submit>.btn{flex:0 0 45%;padding: 0;margin:0;height: 35px;line-height: 35px;}
	.product-product-list #product-detail #show-shipping-cart .content #totalItemDetail .payment-submit>.btn:nth-of-type(1){}
}
@media(max-width: 350px){
	.product-product-list #product-detail .product-detail-mask{padding-bottom: 52px;height:73%;}
}