
/**
 * @author wangjb<wangjb@taofen8.com>
 * @date 2016/04/25
 * @desc 全球购商品详情样式
 *
 **/

.pad-60{
    padding-bottom: 60px;
    position: relative;
 }
.detail-box{
	min-height: 320px;
 	height: auto;
}
.head-roll-box{
 	width: 100%;
 	padding-bottom: 100%;
 	position: relative;
 }
 .img-sku-box{
    padding: 10px 5px;
    overflow: hidden;
 }
.head-roll-box,.title-box,.img-sku-box{
	position: relative;
	width: 100%;
	max-width: 800%;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}
.swiper-pagination-bullet-active {
    background-color: rgb(3,3,3)!important;
}
.swiper-pagination-bullet {
    background-color: rgba(200, 200, 200, 0.4);
}
.detail-sign {
	position: absolute;
	bottom: 24px;
	right: 10px;
	z-index: 2;
	width: 46px;
	height: 46px;
	padding:7px 9px;
	opacity: 0.9;
    background: rgba(255, 255, 255, 0.8);
	line-height:14px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #EDEDED;
	border-radius: 50%;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-align: center;
}
.roll-box{
	overflow: hidden;
}
.swiper-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-img-container{
	width: 100%;
	/*height: 30px;*/
	margin: 0 auto;
	text-align: center;
}
.swiper-box{
    box-sizing:border-box;
    background-color:#fff;
    width: 100%;
    height: 100%;
    /*display: table;*/
}

.slide-img img{
	vertical-align:middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-max-height:100%;
	-webkit-max-height:100%;
	-moz-max-height:100%;
	-ms-max-height:100%;
}

.slide-img:after{
	display:inline-block; 
	width:0;
	height:100%; 
	content:"center"; 
	vertical-align:middle; 
	overflow:hidden;
}
.swiper-sku-box{
    box-sizing:border-box;
    background-color:#fff;
    /*overflow: hidden;*/
    /*display: table;*/
}

.slide-box{
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 0; /*font-size: 0是防止在IE下div可能被撑高的可能*/
	*font-size: 200px; /*防止IE6、7产生200px的高度*/
}
.slide-img-box{
	position: relative;
	margin: 0 5px;
	padding: 2px;
	height: 30px;
	width: 30px!important;
	display: table;
	vertical-align: middle;
    border: 1px solid #f3f3f3;
}
.border-box{
	border:1px solid #000000;
}
.select-img{
	position: absolute;
    top: -4px;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000000;
}
.slide-box img{
	max-width: 100%;
    max-height: 100%;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.swiper-slide{
	/*overflow:hidden;*/
	width: 100%;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
}
.title-box{
	padding: 0px 10px 8px;
}
.price-info-box{
	display: table;
    table-layout: auto;
    height: 22px;
    text-align: left;
	position: relative;
}
.price-info-box div span{color:rgb(51, 51, 51);font-size: 17px;font-family:PingFangSC-Regular,sans-serif; }
/* .price-info-box .yen{font-family:PingFangSC-Regular,sans-serif;  } */
/* .price-info-box .price{font-family:PingFangSC-Medium, sans-serif; } */
.price-info-box .discount-coupon{
    display: inline-block;
    height: 15px;
    color: rgb(248, 25, 72);
    background-color: #fff;
    border: 1px solid rgb(245, 196, 196);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 0 2px;
}
.price-info-box .orig-int {
	color: rgb(11, 8, 13);
	font-size: 14px;
	position: relative;
	padding-left: 5px;
	vertical-align: middle;
}

.discount{
    padding-right: 4px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    /*top: -3px;*/
}
.discount-info{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #000;
    color: #ffffff;
     height: 26px; 
    padding: 0px 6px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    top: -8px;
    font-size: 20px;
    -webkit-transform: scale(0.5);
    -webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-o-transform:scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.title-info{
	color: rgb(51, 51, 51);
    font-size: 16px;
    padding: 5px 0px 0px 0px;
    text-align: left;
    line-height: 18px;
    height: 40px;
    /* margin-bottom: 10px; */
}
.price-info{
	text-align: center;
    font-size: 18px;
    /*color: #f81948;*/
    color: #000;
    padding: 8px 0 0 0;
    font-family: arial;
    position: relative;
}
.show-desc-box{
	width: 100%;
	margin: 0px auto 0px;
	position: relative;
    height: 15px;
}
.show-desc{
	padding: 4px 8px;
	border: 1px solid rgb(151, 151, 151);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: rgb(33, 33, 33);
	font-size: 20px;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform-origin: 50% 0px;
	-webkit-transform-origin: 50% 0px;
	display: inline-block;
}

.show-desc img {
	width:20px;
	height:20px;
	vertical-align: middle;
	position:relative;
	margin-top:-4px
}

.tax-box{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 10px;
	color: rgb(178, 178, 178);
}
.tax-sign{
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	background: rgb(178, 178, 178);
	color: #ffffff;
}
.tax-tips-box{
	width: 70%;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	top: 40%;
}
.tax-tips{
	padding: 15px 10px;
}
.now-int{
    position: relative;
    font-size: 18px;
    color: rgb(33, 33, 33);
    font-weight: 100;
    text-align: right;
    vertical-align: middle;
}
.now-decim{
    font-size: 19px;
    color: #f81948;
    font-family: arial;
    font-weight: 100;
}

.count-down{
	width: 100%;
    margin: 0 auto 8px 0px;
    text-align: left;
	color: rgb(245,0,45);
	font-size: 12px;
	padding-top: 2px 0;
	position: relative;
	/*border:1px solid #d8d8d8;*/
	/*border-radius: 20px;*/
	/*-moz-border-radius:20px;*/
	/*-webkit-border-radius:20px;*/
	/*background-color: #F6F6F6;*/
}
.secKilling-count-down{
	width: 100%;
    text-align: middle;
	color: rgb(255,255,255);
	font-size: 12px;
	padding-top: 6px 0;
	position: relative;
	/*border:1px solid #d8d8d8;*/
	/*border-radius: 20px;*/
	/*-moz-border-radius:20px;*/
	/*-webkit-border-radius:20px;*/
	/*background-color: #F6F6F6;*/
}
.secKilling-action-title{
	width: 100%;
    text-align: middle;
	color: rgb(255,255,255);
	font-size: 14px;
	padding-top: 2px 0;
	position: relative;
	/*border:1px solid #d8d8d8;*/
	/*border-radius: 20px;*/
	/*-moz-border-radius:20px;*/
	/*-webkit-border-radius:20px;*/
	/*background-color: #F6F6F6;*/
}
.down-time span{
	position: relative;
	/*background-color: #F6F6F6;*/
	font-size: 12px;
}
.down-time{
    /*background-color: #F6F6F6;*/
}
.goods-from{
	width: 100%;
	color: rgb(153, 153, 153);
	padding-top: 10px;
	height: 30px;
}
.left-add{
	width: 70%;
	text-align: left!important;
}
.left-add img{
	margin-left: 4px;
	height: 13px;
	vertical-align: middle;
}
.right-price{
	width: 30%;
	text-align: right!important;
}
.right-price span{
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid rgb(153,153,153);
    text-align: center;
    line-height: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
	margin-right: 3px;
	background-color: rgb(153,153,153);
	color: #fff;
}
.p-l5{
	padding-left: 5px;
}
.p-r5{
	padding-right: 5px;
}
.h-30{
	height:30px;
}
.goods-assurance{
	width: 100%;
	position: relative;
	padding: 10px 10px 10px;
	font-size: 10px;
	color: #0c0c0c;
	background-color: #ffffff;
	margin: 3px auto;
	table-layout: auto;
}
.goods-assurance .tf-cell:nth-child(1){text-align: left}
.goods-assurance .tf-cell:nth-child(2){text-align: left}
.goods-assurance .tf-cell:nth-child(3){text-align: right;width: 42%;}
.goods-assurance .tf-cell span{position: relative;padding-left: 14px;font-size: 10px;}
.goods-assurance .tf-cell span::before{ position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../icon/st.png) no-repeat center center;
    background-size: 100%;
    left: 0px;
    top: 0px;}
.title-more div{
	width: 3px;
	height: 3px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	display: block;
	background-color: rgb(178, 178, 178);
	margin: 3px auto;
	position: relative;
    /* // bottom: -5px; */
}
.title-more{
	text-align: right;
	padding-right: 5px;
}
.assurance-info {
	font-size:12px;
	color: rgb(33, 33, 33);
	position:relative;
	margin-right: 10px;
	padding-left: 15px;
	line-height: 18px;
}
.assurance-info:before{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../icon/promise_icon.png) no-repeat center center;
    background-size: 100%;
    left: 0px;
    top: 2px;
} 

.param-panel .bg-none {
	background:none
}
.service-promise-box{
	width: 100%;
	position: relative;
	margin-top: 6px;
	background-color: #fff;
	color: rgb(51, 51, 51);
	padding-bottom: 10px;
}
.service-promise-title{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #f3f3f3;
	color: rgb(51, 51, 51);
	line-height: 45px;
	text-align: center;
	font-size: 15px;
    margin-bottom: 10px;
}
.service-promise-item{
	width: 100%;
	padding: 5px 10px;
}
.promise-item-title{
	position: relative;
	width: 100%;
	color: rgb(51, 51, 51);
	padding-left: 30px;
	font-size: 15px;
}
.promise-item-title img{
	position: absolute;
	top: 1px;
	left: 5px;
	width: 20px;
}
.promise-item-desc{
	padding-left: 30px;
	font-size: 13px;
	color: rgb(153, 153, 153);
}
.param-panel .promise-box .product-info {
	border-top:5px solid rgba(33, 33, 33, 0.14);
	position: fixed;
	width: 100%;
	max-width: 720px;
	height: 50%;
	bottom: 0;
	left: 0;
	overflow:hidden;
    background: rgb(248,248,248);
}
.price-con{
	border-top:5px solid rgba(33, 33, 33, 0.14);
	position: fixed;
	width: 100%;
	/*// height: 50%;*/
	bottom: 0;
	left: 0;
	overflow:hidden;
    background: rgb(248,248,248);
}
.price-con .assurance-box{
	padding: 20px 10px;
}
.price-con .assurance-box .desc div{
	color: rgb(51, 51, 51);
	position: relative;
}
.price-con .assurance-box .desc .title:before{
    content: "";
    position: absolute;
    top: 5px;
    left: -12px;
    width: 4px;
    height: 4px;
    background: #000;
}

.price-title{
	text-align: left;
	font-size: 14px;
	color: rgb(33, 33, 33);
	font-weight: 600;
	/* // padding: 10px 20px; */
}
.scroll-box{
	/* // height: 100%; */
	position: relative;
	/* // overflow: hidden; */
	/* // overflow-y: scroll; */
}
.promise-title{
	width: 70%;
	position: relative;
	padding: 15px 20px 15px 20px;
    font-size: 16px;
    color: rgb(33,33,33);
    font-weight: 600;
}
.mask-wrapper{
	height: 100%;
}
.padding-tb30{
	padding: 30px 10px!important;
}
.image-num{
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.mall-box{
	background-color: #ffffff;
	width: 100%;
	padding: 0 14px;
	position: relative;
	margin-top: 5px;
    /* // padding-bottom: 6px; */
}
.comment-box{
  background-color: #ffffff;
	width: 100%;
	padding: 0 14px;
	position: relative;
	margin-top: 5px;
  padding-bottom: 12px;
}
.com-title{
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 20px;
}
.com-list{
  margin-bottom: 12px;
}
.title-name{
  font-size: 16px;
  color: #444;
  font-weight: 500;
  vertical-align: middle;
}
.title-more{
  color: #999;
  font-size: 12px;
  vertical-align: middle;
}
.item-top{
  display: flex;
}
.top-img{
  width: 38px;
height: 38px;
background: #D8D8D8;
border-radius: 50%;
vertical-align: middle;
}
.top-img img{
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.top-right{
  vertical-align: middle;
  padding-top: 3px;
  padding-left: 7px;
}
.top-name{
  color: #212121;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.top_time{
  color: #999;
  font-size: 12px;
  display: inline-block;
}
.star-list{
  color: #D63423;
  width: 12px;
  height: 12px;
}
.item-bom{
  font-size: 14px;
  color: #212121;
  margin-top: 15px;
}
.mall-box > .to-mall-button {
	width:73px;
	height:24px;
	border-radius:2px;
	border:1px solid rgba(93,93,93,1);
	font-size:14px;
	color: #333;
	position: absolute;
	top: 25px;
	right: 17px;
	line-height: 24px;
	text-align: center;
}
.mall-express-desc{
	color: #f81948;
	font-size: 12px;
	padding-top: 4px;
}
.pad-top{
	margin-top: 4px;
}
.mall-cent,.brand-cent{
	line-height: 0px;
    box-sizing: border-box;
}
.mall-wrapper{
	padding: 14px 0 8px;
    /*border-top: 1px solid #eee;*/
    height: 75px;
    width: 100%;
    /* border-bottom: 1px rgb(219, 219, 219) solid; */
}
.mall-img,.brand-img{
	width: 17%;
	/*padding-bottom: 17%;*/
	/*padding-bottom: calc(17% + 1px);*/
	/*padding-bottom: -webkit-calc(17% + 1px);*/
	/*padding-bottom: -moz-calc(17% + 1px);*/
	/*padding-bottom: -ms-calc(17% + 1px);*/
	position: relative;
	/*width: 53px;*/
	height: 53px;
}
.mall-img .position-img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    overflow: hidden;
}
.mall-img .position-img img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.brand-img .position-img{
	border: 1px solid rgb(219, 219, 219);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
}
.img-box{
    line-height: 0px;
    display: -webkit-box;
    -webkit-box-orient: horizontal; /*vertical*/
    -webkit-box-align: center;
    -webkit-box-pack: center;
	border: 1px solid #e9e9e9;
    border-radius: 3px;
}
.padding-10{
	padding: 10px 0;
}
.img-wh60{
	width: 60px;
	height: 60px;
}
.h-p100{
	height: 100%;
}
.h-p50{
	height: 50%;
}
.h-60{
	height: 60px;
}
.h-50{
	height: 50px;
}
.img-wh50{
	width: 50px;
	height: 50px;
}
.img-box img{
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mall-info,.brand-info,.rec-brand-info{
	width: 83%;
    padding-left: 10px;
    position: relative;
    text-align: left!important;
}
.from-line{
    line-height: 21px
}
.from-site{
    color: #212121;
    font-size: 15px;
}
.arrived{
	position: relative;
    color: #ffca2a;
    font-size: 13px;
    margin-right: 0px;
    padding-left: 21px;
    line-height: 18px;
}
.arrived img{
    position: absolute;
    width: 12px;
    left: 5px;
    top: 3px;
}
.desc{
	position: relative;
    padding-right: 0px;
    color: #b2b2b2;
    font-size: 13px;
    margin-top: 3px;
    line-height: 17px;
    /*max-height: 44px;*/
}
/**,.go-voucher::after**/
.brand-info::after {
	content: "";
	position: absolute;
	background: url(../icon/leftFold@2x.png) no-repeat center center;
	background-size: 67%;
	width: 30px;
	height: 30px;
	right: -8px;
	top: 25%;
}
.mall-title::after{
	top: 16px!important;
}
.brand-title::after{
	top: 15px!important;
}
.brand-count{
	color: rgb(153, 153, 153);
	font-size: 13px;
	padding-top: 10px;
}
.brand-box{
	background-color: #ffffff;
    width: 100%;
    margin: 6px 0;
    padding-bottom: 10px;
}
.brand-wrapper{
	padding: 10px;
    height: 80px;
    width: 100%;
}
.brand-line,.mall-line{
	width: 100%;
	display: table;
	text-align: left;
    table-layout: fixed;
}
.brand-title{
	font-size: 15px;
}
.mall-title,.brand-title,.brand-btn,.rec-brand-title{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: #212121;
	width: 100%;
}
.mall-title .title {
	font-size: 14px;
	color: #000000;
}
.mall-cent .title img{
	height: 11px;
	margin-left: 4px;
	margin-right: 2px;
}
.mall-cent .title span{
	font-size: 12px;
	color: rgb(153, 153, 153);
}
.mall-cent .mall-tag{
	padding-top: 6px;
	color: #999;
	line-height: 20px;
}
.mall-cent .voucher {
	padding-top: 10px;
	color: #F81948;
	font-size: 12px;
    line-height: 20px;
    width: 98%;
    position: relative;
}
.mall-voucher-temp{
	width: 47px;
    display: inline-block;
}
.mall-title .mall-voucher{
    border: 1px solid #f81948;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 26px;
    color: #f81948;
    height: 26px;
    padding: 0px 6px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -8px;
    left: -47px;
    margin-right: 4px;
    font-size: 20px;
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-o-transform:scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.mall-desc,.brand-desc{
    width: 100%;
    position: relative;
    padding: 0 10px;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 17px;
    max-height: 34px;
}



.delivery-box{
	width: 100%;
	padding: 10px;
}
.delivery-info{
	color: rgb(53, 53, 53);
	font-size: 12px;
	padding-bottom:8px; 
}
.delivery-flow{
	background: url("../icon/delivery_flow.png") no-repeat 0 0;
	width: 100%;
	height: 40px;
	background-size: contain;
	/*background-size: 100%;*/
}
.delivery-assume{
	padding-top: 8px;
	color: rgb(51, 51, 51);
	font-size: 14px;
}
.delivery-assume span{
    display: inline-block;
    height: 13px;
    width: 13px;
    background-color: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    margin-left: 3px;
}
.choose-style{
	width: 100%;
	margin-top: 10px;
	background:#fff;
	line-height:46px;
	padding: 0px 20px 0 10px;
    font-size: 14px;
	position:relative;
	color: #212121;
}
.choose-style span{
	padding: 0 5px;
}
.choose-style::after{
	right: 2px;
	top: 50%;
	margin-top: -14px;
}
.assurance-box{
	padding: 0px 10px 0px 10px;
	background-color: rgb(248, 248, 248);
	width: 100%;
	height: 86%;
	height: calc(100% - 48px);
	height: -webkit-calc(100% - 48px);
	height: -moz-calc(100% - 48px);
	height: -ms-calc(100% - 48px);
	overflow: hidden;
	position: relative;
}
.assurance-list{
    padding: 0px 10px 5px 10px;
}
.padding-t10{
	padding-top: 10px;
}
.assurance-list .title img{
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    margin-right: 4px;
}
.assurance-list .title{
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	position: relative;
}
.assurance-list .title:before{
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid rgb(33,33,33);
    top: 2px;
    left: -15px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.title-noiCon{
	text-align: left;
	font-size: 14px;
	color: rgb(33, 33, 33);
	font-weight: 600;
	padding: 10px 20px;
}
.assurance-list .desc{
    padding-top: 5px;
	text-align: left;
	font-size: 12px;
	color: rgb(33, 33, 33);
	line-height: 20px;
}
.goods-voucher{
	/*background-color: #ffffff;*/
	margin: 3px auto 0px auto;
}
.voucher-box{
	/*border-bottom: 1px solid #E5E5E5;*/
	margin-bottom: 3px;
	background-color: #ffffff;
}
.voucher-title{
	padding: 10px 10px;
}
.voucher-desc{
	background: #f3f3f3;
	padding: 10px;
	width: 100%;
	font-size: 12px;
	color: #000000;
	position: relative;
}
.up-icon{
	position: absolute;
    top: -5px;
    right: 13px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f3f3f3;
}
.voucher-title .title{
	color: #f81948;
}
.goods-coupon {
	font-size:0px;
	padding-bottom:10px;
	background:#fff
}
.go-desc{
	width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    margin: 1px 0 0 auto;
}
.go-voucher{
    color: #000000;
    font-size: 12px;
    width: 100%;
    text-align: right;
    /*padding-right: 15px;*/
    position: relative;
}
.discount-tag{width: 31px;
    height: 11px;
    display: inline-block;
    position: relative;
	top: -1px;
	padding-right: 2px;
}
.discount-tag span{
	color: #fff!important;
    background: #000;
    border-radius: 4px;
    width: 54px;
    left: -31px;
    top: -12px;
}
.orig-int span{color: rgb(139, 139, 139)!important;font-size: 13px!important;padding-left: 2px;}
.voucher-icon{
    width: 35px;
    line-height: 14px;
    padding: 1px;
    margin-right: 4px;
    text-align: center;
    height: 12px;
    background-color: #f81948;
    color: #ffffff;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.zoom-p50{
	text-align: center;
    display: inline-block;
    /* width: 64px; */
    line-height: 24px;
    color: #fff;
    height: 24px;
    padding: 0px 4px;
    vertical-align: middle;
    position: absolute;
    top: -12px;
    left: -34px;
    font-size: 20px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.voucher-icon .zoom-p50 img{position: relative;top: 2px;height: 17px;margin-right: 2px;}
.gift-con{width: 100%;height: 70px;background-color: #fff;border-top:#f3f3f3 1px dotted;}
.gift-img{width: 70px; height: 70px; padding: 5px;}
.gift-info{width: 100%;padding-left: 5px;padding-right: 10px;}
.gift-info span{text-align: left;}
.voucher-con{
    display: inline-block;
    line-height: 12px;
    position: relative;
    top: 0px;
}
.title-goods-voucher{padding-bottom: 8px;text-align: left;color: #f81948;font-size: 13px;}
.title-goods-voucher span{padding-left: 5px;}
.relate-brand-box{
	margin-bottom: 6px;
}
.relate-box{
	/*// margin-bottom: 10px;*/
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

.info-box{
	width: 100%;
	padding-top: 20px;
	background-color: #ffffff;
}
.product-head{
	text-align: left;
	position: relative;
}
.main-title{
    color: rgb(33, 33, 33);
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}
.other-title{
	color: #000;
    font-size: 10px;
}
.detail-more-box{
	text-align: center;
	margin-top: 5px;
	/*background-color: #ffffff;*/
}
.tab-fixed{
	position: fixed;
	top: 0;
	z-index: 777;
}
.goods-tab-box{
	background-color: #fff;
	height: 50px;
	padding-top: 10px;
	width: 100%;
	position: relative;
}
.goods-tab{
	height: 40px;
	background-color: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tab-bottom-border{
	position: absolute;
    bottom: 0;
    left: -100%;
    background: rgb(93, 93, 93);
    width: 200%;
    height: 1px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    z-index: 5;
}
.bk-fff{
	background-color:#ffffff;
}
.goods-tab .tab{
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
	color: rgb(146, 146, 146);
	position: relative;

}
.tab-info{
    display: inline-block;
    position: relative;
    z-index: 100;
}
.tab-select{
	color: rgb(33, 33, 33);
	position: relative;
}
.selected-left-line{
	position: absolute;
    height: 2px;
    width: 36%;
    left: 32%;
    bottom: 0px;
    background-color: rgb(0, 0, 0);
    z-index: 88;
}
.selected-right-line{
	position: absolute;
    height: 2px;
    width: 68%;
    left: 16%;
    bottom: 0px;
    background-color: rgb(0, 0, 0);
    z-index: 88;
}
.scroll-y{
	overflow-y: scroll;
	height: 100%;
}
.help-box{
	background-color: #f3f3f3;
	width: 100%;
}
.info-title{
	font-size: 16px;
	padding: 15px;
}
.info-title .title-cn{
	color: rgb(33, 33, 33);
	font-weight: 600;
}
.info-title .title-en{
	color: #878787;
}
.translate-btn-box{
	position: fixed;
	width: 100%;
	margin: 0 auto;
	bottom: 0;
	background: rgba(248,248,248,0.87);
}
.product-head-box{
	position: relative;
	width: 100%;
	padding: 0px 15px;
}
.goods-head-box{
	position: relative;
	width: 100%;
	height: 40px;
}
.org-goods-head{
	text-align: left!important;
	width: 50%;
}
.info-translate-btn{
	width: 50%;
	text-align: right;
}
.detail-translate-btn{
	/*// padding: 10px 0;*/
	padding-bottom: 15px;
	padding-top: 5px;
}
.info-translate-btn .translate-btn{
	margin: 0 0 0 auto;
}

.translate-btn{
	color: #000000;
	background: #eeeeee;
	width: 100px;
	margin:0 auto;
	border-radius: 20px;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 13px;
	position: relative;
	text-align: center;
}
.mask-btn{
	margin: 10px auto;
}
.translate-btn img{
	width: 16px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.mask-product-desc{
	padding-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.product-desc-box{
	height: 80%;
	position: relative;
	width: 100%;
}
.product-desc{
	padding: 0 10px 10px 10px;
}
.iframe-box{
	padding-top: 10px;
	/*-webkit-overflow-scrolling:touch; */
	/*overflow: scroll;*/
	/*overflow-x:scroll; */
}
.product-title{
	padding: 0 5px 10px 5px;
    line-height: 25px;
    word-break: break-all;
    color: #000000;
    text-align: left;
    font-size: 12px;
}
.product-img{
	display: table;
    margin-top: 10px;
    padding: 0px 10px 10px 10px;
}
.product-img-cell{
	width: 100%;
	vertical-align: middle;
	text-align: center;
    overflow: hidden;
    position: relative;
}
.product-img-cell img{
    /*width: 100%;*/
    max-height: 100%;
    -webkit-max-height: 100%;
    -moz-max-height: 100%;
    -ms-max-height: 100%;
	text-align: center;
    max-width: 100%;
    height: auto;
    vertical-align:middle;
    /*height: 100%;*/
}
.padd-b40{
	padding-bottom: 40px;
}
.padd-b10{
	padding-bottom: 10px;
}
.product-param{
	width: 100%;
	padding: 10px;
	/* // height: 80%; */
}
.product-param-box{
	height: 86%;
	height: calc(100% - 38px);
	height: -webkit-calc(100% - 38px);
	height: -moz-calc(100% - 38px);
	height: -ms-calc(100% - 38px);
	overflow-y: hidden;
	background-color: rgb(248, 248, 248);
}
.product-param table{
	table-layout:fixed;
	word-break:break-all;
	border-collapse:collapse;
}
.product-param table tr{
	border-bottom: 1px solid #EDEDED;
}

.td-title{
	width: 30%;
	text-align: left;
    vertical-align: top;
	padding: 10px 5px;
	color: #878787;
}
.td-desc{
	width: 70%;
	text-align: left;
	padding: 10px 5px;
	word-wrap:break-word;
	color: #000000;
}
.trade-flow{
	background-color: #ffffff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.help-qa{
	background-color: #ffffff;
    /* // margin: 10px 0 0 0; */
    padding-bottom: 10px;
    padding-top: 8px;
}
.trade-img{
	width: 100%;
	padding-bottom: 10px;
	margin: 0 auto;
}
.trade-title,.help-title{
	text-align: center;
    padding: 20px 10px 0px;
	font-size: 16px;
	color: #000000;
}
.qa-list{
	padding: 10px;
}
.toolbar {
	position: fixed;
	bottom: 100px;
	right: 5px;
	width: 50px;
	text-align: right;
	z-index: 100;
	display: none;
}
.express-tips{height: 38px;line-height: 38px;text-align: left;font-size: 14px;color: #212121;position: relative;background-color: #fff;padding: 0 10px;}
.express-tips::after{
	content: "";
    position: absolute;
    background: url(../icon/leftFold@2x.png) no-repeat center center;
    background-size: 67%;
    width: 30px;
    height: 30px;
	right: 0px;
    top: 4px;
}
.toolbar img {
	width: 50px;
	height: 50px;
}
.q-icon{
	font-size: 12px;
	width: 13px;
	height: 13px;
    padding: 1px 3px;
    margin-right: 4px;
	border-radius: 2px;
	background-color: #000000;
	color: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    position: relative;
    top: -1px;
}
.qa-list .question{
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.qa-list .answer{
	text-align: left;
	font-size: 12px;
	color: #9B9B9B;
	line-height: 20px;
}
.relate-title{
	width: 100%;
	height: 20px;
	display: table;
	/*margin: 15px auto 0 auto;*/
	text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 0px;
    background-color: #ffffff;
}
.relate-title .title{
    font-size: 16px;
    color: #212121;
    line-height: 22px;
    padding: 15px 0px 0px 0px;
}
.rec-brand-title{
	color: #000000;
}
.brand-btn{
	width: 80px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border:1px solid #bababa;
	color: #b2b2b2;
	font-size: 12px;
    padding: 3px 0;
}
.relate-con{
	background-color: #ffffff;
	margin-bottom: 10px;
	display: block;
}
.goods-box{
	padding: 0 5px;
}
.relate-goods-box{
	width: 100%;
}
.goods-item{
	padding: 10px 5px 10px 5px;
	width: 100%;	
    /*box-sizing: border-box;*/
    /*display: table;*/
}
.brand-goods-box{
	width: 100%;
	overflow: hidden;
}
.brand-goods-box .goods-box .tf-p33{
	width: 33.33%;
}
.remd-img-box{
	padding-bottom: 100%;
	width: 100%;
	position: relative;
}
.recommend-img{
	top: 0;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.item-name{
	position: relative;
  	margin-top: 10px;
    line-height: 18px;
    height: 36px;
    color: #212121;
    padding: 0px 2px 0px 4px;
}
.item-price{
    margin: 0 auto;
    color: #f53e7b;
    font-size: 16px;
    padding: 7px 2px 7px 4px;
    font-family: arial;
}
.item-price .origin{
	color: #d3d3d3;
}
.item-country{
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #b2b2b2;
    font-size: 13px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px 0px 0px 5px;
    background: #fff;
    text-align: left;
    display: table;
}
.item-country .icon{
	height: 20px;
	width: 13px;
}
.item-country .icon img{
	width: 11px;
	max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.item-country .country{
    padding-left: 0px;
    padding-right: 2px;
    font-size: 12px;
    color: #b2b2b2;
    height: 20px;
    line-height: 18px;
}
.bottom-box{
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	z-index: 777;
	padding-left:10px;
    border-top: 1px solid #f3f3f3;
}
.car-sign{
    position: absolute;
    top: -4px;
    left: 16px;
    width: 20px;
    height: 15px;
    overflow: hidden;
}
.car-num{
    position: relative;
    height: 30px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #f81948;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: -15px;
    font-size: 20px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.car-num-pos1{
	left: -15px;
	width: 30px;
}
.car-num-pos2{
	left: -20px;
	width: 40px;
}
.service-box,.car-box{
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
    width: 100%;
}
.service-box .service-img, .car-box .car-img{
	width: 22px;
	height: 22px;
	margin: 0 auto;
    position: relative;
/*    top: 2px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;*/
}
.service-img img, .car-img img{
	height: 100%;
	width: 100%;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.car-text,.service-text{
	font-size: 10px;
	color: #000000;
    position: relative;
    top: 2px;
}
.h-42{
	height: 42px;
}
.car-btn{
    width: 95%;
    background-color: #f81948;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin: 0 auto;
    /*padding: 7px 5px 4px 5px;*/
}
.buy-btn{
    width: 95%;
    background-color: #ffffff;
    font-size: 16px;
    border: 1px solid #404040;
    color: rgb(33,33,33);
    line-height: 30px;
    margin: 0 auto;
}
.car-btn-buy{
	width: 95%;
    background-color: #f81948;
    font-size: 16px;
    border: 1px solid #f81948;
    color: #ffffff;
    margin: 0 auto;
    line-height: 30px;
}
.seckilling-btn-buy{
	width: 95%;
    background-color: #f81948;
    font-size: 16px;
    border: 1px solid #f81948;
    color: #ffffff;
    margin: 0 auto;
    line-height: 30px;
}
.none-btn,.out-btn{
	width: 96%;
	background-color: rgb(204,204,204);
	border:1px solid rgb(204,204,204);
	font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
}
.tf-hp40{
	height: 40%;
}
.param-title{
	height: 85px;
	position: relative;
}
.product-info .close-icon{
	margin-top: 5px;
	margin-right: 5px;
}
.goods-img{
	margin: 0 15px 0 21px;
    overflow: hidden;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border: 1px solid #EEE;
    top: -21px;
    width: 104px;
    height: 104px;
}
.goods-price{
	display: table;
	/*width: 100%;*/
    color: #f81948;
    height: 75px;
    margin-left: 135px;
}
.store-info{
    font-size: 12px;
    color: #838383;
    text-align: left;
    width: 16%;
}
.sku-info .sku-selected{
    width: 59%;
}
.sku-info{
	width: 100%;
}
.sku-note{
	width: 75%;
	color: rgb(155, 155, 155);
	text-align: left;
}
.sku-info .sku-selected div{
    font-size: 12px;
    color: #6E6E6E;
    text-align: left;
	max-height: 34px;
	line-height: 17px;
	padding-top: 3px;
}

.goods-price .sku-box{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
    /*font-size: 20px;*/
    font-family:PingFangSC-Regular,sans-serif;
    /* font-weight: bold; */
}
.select-btn-box{
	height: 50px;
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
.selected-btn{
    background-color: #D63423;
    color: #ffffff;
    height: 58px;
    text-align: center;
	line-height: 52px;
    font-size: 18px;
	display: block;
}
.tf-wh100{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.h50-w100{
	height: 50px;
	width: 100%;
	padding: 0;
	margin: 0;
}
.start-btn{
	width: 96%;
	background-color: rgb(104,193,36);
    margin: 0 auto;
    border-color: rgb(104,193,36);
}

.hb-tips{
	color: rgb(153,153,153);
	background-color: rgb(245,245,245);
	font-size: 12px;
    height: 100%;
    display: table-cell;
   	left: 15px;
}
.car-buy-btn{
	color: #212121;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.select-car{
    background-color: #f81948;
    color: #ffffff;
    height: 100%;
    display: table;
    text-align: center;
    font-size: 18px;
}
.select-buy{
	background-color: #f81948;
    height: 100%;
    display: table;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
.select-car div,.select-buy div{
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font-size: 18px;
}
.style-content,.quantity-content{
	/* padding-top: 10px;*/
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.dimensions-title{
	padding-left: 0;
	font-size: 14px;
	line-height: 20px;
	color: #7B7B7B;
	margin-bottom: -4px;
}
.style-cell{
    min-width: 46px;
    line-height: 20px;
	min-height: 26px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-sizing: border-box;
    margin: 10px 5px 0 0;
    border: 1px solid #6E6E6E;
    padding: 0 8px;
    position: relative;
	font-size: 14px;
	color: #7B7B7B;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.style-table{
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	margin: 7px 0px 0px 10px;
	padding: 0px 9px 0px 20px;
	display: inline-block;
	background: url(../icon/size@2x.png);
	background-size: 100% 100%;
}
.td-table{
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    padding: 0px 9px 0px 25px;
    display: block;
    background: url(../icon/size@2x.png);
    background-size: 100%;
    height: 36px;
    width: 65px;
}
.selected{
	background: #FFEAEA;
	border: 1px solid #D63423;
	color: #D63423;
}
.disabled{
	opacity: 0.5;
}
.quantity-content{
	/*display: table;*/
	padding: 16px 18px 17px 22px;
	font-size: 14px;
	color: #7B7B7B;
	height: auto;
	border-bottom: none;
}
.as-box {
	line-height: 20px;
	width: 25px;
	height: 20px;
	text-align: center;
	border: none;
	margin-top: 0;
	border-radius: 0;
}
.as-box img{
	width: 9px;
	height: 9px;
}
.subtraction{
	background: none;
	border-right: 1px solid #979797;
}
.addition{
	background: none;
	border-left: 1px solid #979797;
}
.booked-num{
	padding: 0;
	width: 40px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #7B7B7B;
}
.limited-line{
	color: #b6b6b6;
	padding-left: 5px;
}
.__toast {
  bottom: 50% !important;
  font-size: 12px !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
}
.__toast span {
  padding: 10px !important;
  background: #373737 !important;
  opacity: .9;
  color: #fff !important;
  width: 46px !important;
  height: 15px !important;
  border-color: #373737 !important;
}


/*sku选择参数详情*/
.size-details{
	float: left;
	width: 100%;
	display: none;
}

.wrap{
	border: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	padding: 6px 10px 5px;
	margin: 10px 0 0 0;
	border-radius: 6px;
}

.size-details table{
	width: 100%;
	text-align: center;
}

.size-details .sup-size{
	font-size: 10px;
	color: #7B7B7B;
	line-height: 14px;
}

.size-details .sub-size{
	font-size: 10px;
	color: #7B7B7B;
	line-height: 14px;
}

.ht-appdlcomp-text {
	margin-top: 5px !important;
}

.in-the-end-box{
	width: 100%;
	margin: 0 auto;
	height: 30px;
	text-align: center;
	color: rgb(166, 166, 166);
}
.in-the-end-box img{
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.dimensions-box{
	height: 62%;
	height: calc(100% - 138px);
	height: -webkit-calc(100% - 138px);
	height: -moz-calc(100% - 138px);
	height: -ms-calc(100% - 138px);
}
.animation-sand-box{
	width: 100%;
	z-index: 88;
	top: 10px;
	left: 10px;
	position: fixed;
	max-width: 720px;
}
.animation-sand{
	width: 80%;
	height: 24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	position: relative;
    font-size: 12px;
    background: rgba(51,51,51,0.83);
    color: rgb(172,172, 172);
    display: none;
    line-height: 24px;
    padding: 0 8px 0 4px;
    text-align: left;
}
.animation-sand img{
	width: 18px;
    height: 18px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    top: 3px;
    margin-right: 3px;
}
.tf-p23{
	width: 23%;
}
.tf-p8{
	width: 8%;
}

.extend-channel-info{
	width: 100%;
	margin: 6px auto 0 auto;
	padding: 10px;
	text-align: center;
	color: rgb(51, 51, 51);
	background: #fff;
	font-size: 13px;
}
/****************************************************************************/

@media screen and (min-width:720px) {
   /* .head-title{
        left: 100%;
    }*/
    .delivery-flow{height: 80px;}
    .brand-info::after,.mall-info::after{
    	top: 39%;
    }
    .animation-sand-box{
    	left: calc(50% - 350px);
    	left: -webkit-calc(50% - 350px);
    	left: -moz-calc(50% - 350px);
    	left: -ms-calc(50% - 350px);
    }
    .direction-box{
    	right: calc(50% - 360px);
    	right: -webkit-calc(50% - 360px);
    	right: -moz-calc(50% - 360px);
    	right: -ms-calc(50% - 360px);
    }
    .param-panel .promise-box .product-info, .price-con{
    	left: calc(50% - 360px);
    	left: -webkit-calc(50% - 360px);
    	left: -moz-calc(50% - 360px);
    	left: -ms-calc(50% - 360px); 
    }
}

/**屏幕宽度小于370px的样式**/
@media screen and (max-width:320px){
	.mall-img, .brand-img {
	    width: 20%;
	}
	.mall-info, .brand-info, .rec-brand-info {
	    width: 80%;
	}
	.param-title .tf-p90{
		width: 88%;
	}
	.dimensions-box{
		height: 58%;
		height: calc(100% - 138px);
		height: -webkit-calc(100% - 138px);
		height: -moz-calc(100% - 138px);
		height: -ms-calc(100% - 138px);
	}

}

/* ------------- 新增 修改分割 --------------- */
.big-promotion {
	min-height:82px;
	background:#D63423;
	font-family:PingFangSC-Regular,PingFang SC;
	position: relative;
	color: #fff;
}
.big-promotion.no-time > .desc {
	width: 100%;
}
.big-promotion.no-time > .line {
	display: none;
}
.big-promotion.no-time > .over-time {
	display: none;
}
.big-promotion > .desc {
	position: relative;
	min-height: 80px;
	padding: 11px 5px 0 16px;
	color: #fff;
	width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
.big-promotion > .desc > .title {
	line-height: 17px;
	margin-top: 2px;
}
.big-promotion > .desc > .discount {
	display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;     /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;  /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
	padding-left: 70px;
	top: 0;
	padding-right: 0;
}
.big-promotion > .desc > .discount.no-title {
	padding-left: 0;
}
.big-promotion .price-wrap {
	font-family:PingFangSC-Medium,PingFang SC;
	color: #fff;
	line-height: 1;
	padding-top: 6px;
	background: none;
	padding-left: 0;
}
.big-promotion .price-wrap .original-price,
.big-promotion .price-wrap .foreign-price {
	color: #fff;
}
.price-wrap > .price-wrap-name {
	padding: 0 4px 4px 0;
}
.price-wrap > .price-wrap-hand-symbol {
	font-size: 20px;
	padding: 0 0 2px 0;
	margin-bottom: 1px;
}
.price-wrap > .price-wrap-hand-price {
	font-size: 28px;
	margin-bottom: 1px;
}
.price-wrap .original-price {
	font-family:PingFangSC-Light,PingFang SC;
	font-size: 14px;
	padding: 0 0 4px 6px;
}
.price-wrap .foreign-price {
	color: #212121;
	font-size: 14px;
}
.big-promotion > .desc > .discount > p {
	font-size:11px;
	line-height:16px;
	color: #D63423;
	background: #fff;
	border-radius: 2px;
	padding: 0 3px 0 2px;
	margin-right: 6px;
	margin-top: 2px;
}
.big-promotion > .line {
	position: absolute;
	top: 16px;
	right: 100px;
	width:1px;
	height:50px;
	background: #fff;
	opacity: 30%;
}
.big-promotion > .over-time {
	width: 100px;
}
.big-promotion > .over-time > p:first-of-type {
	font-family:PingFangSC-Medium,PingFang SC;
	line-height:23px;
	letter-spacing:2px;
}
.big-promotion > .over-time > p:last-of-type {
	background:#333;
	border-radius:4px;
	font-size:11px;
	line-height:16px;
	padding: 2px 2px 1px;
}
.price-wrap {
	min-height: 46px;
	line-height: 1;
	padding: 0 0 9px 17px;
	background: #fff;
	color: #D63423;
	font-family:PingFangSC-Medium,PingFang SC;
}
.price-wrap > .original-price {
	color: #212121;
}
.price-wrap-discount {
	padding: 0 0 5px 9px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-size:11px;
	line-height: 1;
}
.price-wrap-discount > p {
	margin-right: 5px;
	border-radius: 2px;
	border: 1px solid #D63423;
	color: #D63423;
	padding: 1px 3px;
}
.goods-price-tag {
	background: #fff;
	padding: 9px 0 0 17px;
}
.goods-price-tag > p {
	background: #FF7D7D;
	border-radius:2px;
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	color: #fff;
	line-height: 18px;
	padding: 0 3px 0 4px;
	margin-right: 14px;
}
.title-box {
	padding: 4px 4px 8px 15px;
}
.title-box .full-cut {
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:18px;
}

.title-box .full-cut > p {
	padding: 0 3px 0 4px;
	margin-left: 10px;
	background:#FF7D7D;
	border-radius:2px;
}
.title-box .full-cut > p:first-of-type {
	margin-left: 2px;
}
.title-box .shop {
	padding-top: 5px;
	line-height: 1;
}
.title-box .shop > img {
	margin-right: 4px;
	width: 12px;
	height: 12px;
}
.title-box .tax {
	padding-top: 6px;
	font-size: 11px;
	line-height: 1;
}
.title-box .tax > span {
	margin: 0 6px 0 5px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	background-color: rgb(153,153,153);
	text-align: center;
	line-height: 14px;
	color: #fff;
}

.goods-active {
	background: #fff;
	padding: 2px 0 0 60px;
	margin-top: 5px;
	font-family:PingFangSC-Regular,PingFang SC;
	position: relative;
}
.goods-active .title {
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 8px;
	left: 13px;
}
.goods-active .active-item {
	padding: 5px 76px 10px 0;
	position: relative;
	border-bottom: 1px solid #F5F5F5;
}
.goods-active .active-item:last-of-type {
	border-bottom: none;
}
.goods-active .active-item .desc {
	color:rgba(214,52,35,1);
	line-height:17px;
	margin-top: 0;
}
.goods-active .active-item .time-wrap {
	margin-top: 4px;
}
.goods-active .active-item .time-wrap .icon {
	height:13px;
	background:rgba(214,52,35,1);
	border-radius:3px;
	border:1px solid rgba(214,52,35,1);
	font-size:10px;
	color:rgba(255,255,255,1);
	padding: 1px 2px 0 2px;
	margin-right: 5px;
}
.goods-active .active-item .time-wrap .icon img {
	width: 11px;
	height: 11px;
	margin-right: 1px;
}
.goods-active .active-item .time-wrap .count-down {
	font-size:10px;
	color:rgba(153,153,153,1);
	width: auto;
	margin: 0;
}
.goods-active .active-item .jump {
	position: absolute;
	right: 14px;
	top: 26px;
	color: #212121;
}
.goods-active .active-item .jump .arrow {
	width: 5px;
	height: 5px;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	transform: rotate(-45deg) translateY(-1px);
	margin-left: 3px;
}
.goods-active .active-item .pic {
	width: 238px;
	height: auto;
	margin-top: 7px;
}
.goods-active .active-item .pic img {
	max-width: 100%;
	height: auto;
}
.desc-item.single-red {
	margin-top: 5px;
}
.desc-item.single-red .desc-item-content {
	color: #D63423;
}
.desc-item {
	margin-top: 1px;
	height: 38px;
	background: #fff;
	padding: 0 20px 0 14px;
	flex-wrap: nowrap;
}
.desc-item .arrow {
	position: absolute;
	right: 14px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	transform: rotate(-45deg);
}
.desc-item > .copy-btn {
	width:42px;
	height:16px;
	background:rgba(247,247,247,1);
	border-radius:56px;
	color:rgba(153,153,153,1);
	line-height:17px;
	text-align: center;
	margin-left: 13px;
}
.desc-item-title {
	font-size:14px;
	color:rgba(153,153,153,1);
	min-width: 28px;
}
.desc-item-content {
	color:rgba(51,51,48,1);
	padding-left: 19px;
}
.desc-item-content > span {
	margin-right: 10px;
}
.active-banner {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}
.mall-info {
	padding-top: 8px;
}
.mall-info > .title {
	font-size: 16px;
	color: #444;
	font-family:PingFangSC-Medium,PingFang SC;
}
.mall-info > .title > span {
	font-size: 12px;
	color: #999;
	font-family:PingFangSC-Regular,PingFang SC;
}
.goods-swiper-container {
	position: relative;
	margin-top: 1px;
	width: 100%;
	background: #fff;
}
.goods-swiper-container .goods-wrap {
	width: 100%;
	padding: 2px 13px 30px;
}
.goods-swiper-container .goods {
	width: 109px;
	margin-top: 7px;
}
.goods-swiper-container .goods .pic {
	width: 109px;
	height: 109px;
	border-radius: 5px;
	position: relative;
}
.goods-swiper-container .goods .pic img {
	max-width: 109px;
	max-height: 109px;
}
.goods-swiper-container .goods .title {
	margin-top: 8px;
	color: #333;
	line-height: 17px;
	height: 34px;
}
.goods-swiper-container .goods .price-wrap {
	height: 18px;
	margin-top: 5px;
	padding: 0;
	min-height: 0;
}
.goods-swiper-container .goods .price-wrap .hand-price {
	font-size: 13px;
	color: #D63423;
	line-height: 18px;
	font-family:PingFangSC-Medium,PingFang SC;
	padding: 0;
}
.goods-swiper-container .goods .price-wrap .original-price {
	font-size:11px;
	font-family:PingFangSC-Light,PingFang SC;
	line-height:16px;
	padding: 0 0 0 4px;
}
.goods-swiper-container .pagination {
	bottom: 15px;
}
.goods-swiper-container .pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #D8D8D8;
	border-radius: 50%;
}
.goods-swiper-container .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #333;
}
.mall-img .position-img-box {
	width: 53px;
	height: 53px;
}
.style-content {
	padding: 15px 18px 12px 22px;
	border-bottom: none;
}
.dimensions-detail {
	position: relative;
}
.size-jump {
	color: #7B7B7B;
	position: absolute;
	top: -13px;
	right: 0;
	line-height: 17px;
}
.low-price-mark {
	margin-right: 6px;
	font-size: 10px;
	line-height: 16px;
	padding: 0 2px;
	border-radius: 3px;
	color: #fff;
	background: rgb(214, 52, 35);
}
.buy-num {
	width:99px;
	height:20px;
	border-radius:5px;
	border:1px solid #6E6E6E;
}
.select-hb-tip {
	font-size:10px;
	color: #7B7B7B;
	line-height: 14px;
	text-align: center;
	padding-bottom: 6px;
}
.select-hb-tip span {
	color: #D63423;
}
.foreign-price {
	font-size: 16px;
	padding: 0 0 4px 6px;
	line-height: 1;
}
.foreign-price > .symbol {
	font-size: 12px;
}


@media screen and (max-width:320px){
	.price-wrap > .price-wrap-hand-symbol {
		font-size: 18px;
	}
	.price-wrap > .price-wrap-hand-price {
		font-size: 26px;
	}
	.price-wrap .original-price {
		font-size: 12px;
	}
	.price-wrap .foreign-price {
		font-size: 12px;
	}
	.goods-price-tag > p {
		font-size: 11px;
	}
	.title-info {
		font-size: 14px;
	}
}
.goods-draw-modal-wrap {
	bottom: 0;
	z-index: 999;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: auto;
	background: rgba(0, 0, 0, 0.3);
}
.goods-draw-modal {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	font-family:PingFangSC-Regular,PingFang SC;
	color: #000;
}
.goods-draw-modal-scroll {
	overflow-y: scroll;
	height: 400px;
	padding-bottom: 20px;
}
.goods-draw-modal-close-icon {
	width:18px;
	height:17px;
	position: absolute;
	top: 10px;
	right: 11px;
}
.goods-draw-modal-goods-wrap {
	padding: 40px 31px 0;
}
.goods-draw-modal-condition {
	margin: 0 auto;
	background: #181818;
	font-size:14px;
	line-height: 20px;
	color: #fff;
	padding: 5px 11px;
}
.goods-draw-modal-goods-pic {
	margin-top: 15px;
	width: auto;
	height: auto;
	max-height: 150px;
}
.goods-draw-modal-goods-title {
	margin-top: 13px;
	font-size:16px;
	font-family:PingFangSC-Semibold,PingFang SC;
	line-height:22px;
}
.goods-draw-modal-goods-desc {
	font-size:14px;
	line-height:20px;
	margin-top: 13px;
}
.top-module-wrap {
	padding: 24px 15px 20px;
	font-size: 15px;
	color: rgb(33, 33, 33);
	text-align: left;
}
.top-module-title {
	padding-bottom: 6px;
	font-weight: bold;
}
.top-module-row {
	font-size: 12px;
	line-height: 20px;
}