body{
    background-color: #f8f8f8;
    color: #2F2F2F;
}
#productJpya{
    padding-bottom: 50px;
}
.oneLine{
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scale(1,.5);
    -webkit-transform: scale(1,.5);
    -ms-transform: scale(1,.5);
    -moz-transform: scale(1,.5);
    margin-top: .28rem;
}
.bottomImg{
    width: 100%;
    background-color: #fff;
}
.bottomImg img{
    width: 100%;
}
.manufactureDate{
    width:60px;
    height:30px;
 
}
.manufactureDate_outer{
    display:flex;
 
}
.manufacture span{
    color:#666666;
 
}
.artImg{
    width:.62rem;
    height:0.62rem
 
}
.outerBack{
    background: url('../../imgs/art.jpg') no-repeat top #fbf9f7;
    background-size: 100%;
    width: 100%;
    min-height: 2.59rem;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.outerBack1{
    background: url('../../imgs/producer.jpg') no-repeat top #fbf9f7;
    background-size: 100%;
    width: 100%;
    min-height: 2.69rem;
    overflow: hidden;
    /* display: flex;
    justify-content: center;
    align-items: center; */
 
 
}
.artistColleTitle{
    font-weight: 700;
    line-height: 30px;
 
}
.artistColleBacks{
    height: 3.3rem;
}
.artistColleBack{
    background: url('../../imgs/zsline.png') no-repeat center #F7F0E9;
    background-size: 98%;
    width: 100%;
     height: 4.06rem;
    overflow: hidden;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
 
 
}
.manufactureDate_outer .activityPartText{
   width:50%;
}
.inBack1 {
    background-color: white;
    width: 94%;
    margin:0 auto;
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
    padding: .25rem;
}
.artText {
    margin-top:.1rem;
    color:#666666;
    line-height: .4rem;
    font-size: .24rem;
}
 .mg-t-2{
    margin-top:.25rem
 }

.promotionRevenue {
    height: .36rem;
    line-height: .36rem;
    background: linear-gradient(90deg, #FD8E6D 15%, #FD4E41 100%);
    box-shadow: 0px 4px 7px 0px rgba(253, 129, 100, 0.36);
    border-radius: .18rem;
    color: white;
    font-size: .2rem;
    text-align: center;
    padding: 0 .18rem;
    margin-left: 0.2rem;
    display: inline-block;
    float: right;
}

.money {
    width: 8px;
    height: 8px;
}
.playButton{
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    font-size: 30px;
    color: #fff;
    border: solid 5px #fff;
    text-align: center;
}
.playButton:before{
    position: relative;
    bottom: 4px;
    left: 4px;
    content: '\25C0';
    display: inline-block;
    transform: rotate(180deg);
    font-size: 30px;
}
/* 轮播 */
#swiper-container-1{
    background-color: #fff;
}
#swiper-container-1 .swiper-pagination-fraction{
    bottom: .19rem;
    line-height: 1;
    padding-right: .26rem;
    text-align: right;
    color: #7A7A7A;
}
#swiper-container-1 .swiper-pagination-fraction span:nth-child(1){
    font-size: .36rem;
    color: #2F2F2F;
}
#swiper-container-1 .swiper-pagination-fraction span:nth-child(2){
    font-size: .2rem;
    color: #949494;
}
#swiper-container-1 .swiper-slide{
    height: 7.5rem;
}
.activityIng{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left:.45rem;
    bottom: .33rem;
    z-index: 11;
    color: #fff;
    background: -webkit-linear-gradient(#fca2b5,#fc718f);
    background: linear-gradient(#fca2b5,#fc718f);
    font-size: .28rem;
    text-align: center;
    line-height: .308157rem;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
}
/* 图片放大盒子 */
.imageParentBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999999;
    display: none;
    animation: zoom 0.6s;
    -webkit-animation: zoom 0.6s;
    -moz-animation: zoom 0.6s;
    -o-animation: zoom 0.6s;
    -ms-animation: zoom 0.6s;
}
#swiper-container-2 {
    width: 100%;
    height: 100%;
}
#swiper-container-2 .swiper-pagination-fraction {
    color: #fff;
}
/* 下架警告 */
.productDele{
    color: #eb1d4f;
    font-size: .32rem;
    line-height: 2;
    background-color: #fff;
    padding-left: .2rem;
    font-weight: bold;
}
/* 团购商品信息 */
.productGroupInfoBox{
    width: 100%;
    height: 60px;
    padding-left: 15px;
    background-color: #f3372e;
    color: #fff;
}
.productGroupInfoBox .productGroupInfoWrapper{
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupInfo span:nth-child(1){
    font-size: 14px;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupInfo span:nth-child(2){
    font-size: 22px;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupInfo span:nth-child(3){
    padding: 3px;
    font-size: 12px;
    background-color: #d3261f;
    margin-left:10px;
    height:20px;
    line-height:20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupCountdownBox{
    width: 151px;
    height: 60px;
    background: url('../../imgs/product/arrowin.png') no-repeat;
    background-size: 100%;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupCountdownBox p{
    text-align:center;
    font-size:16px;
    color:#fe9e48;
    margin-top:8px;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown{
    margin-top:2px;
    margin-left:5px;
    text-align:center;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown span{
    font-size: 12px;
    line-height: 1;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown .time{
    padding:3px;
    background-color:#ff5d37;
    color:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
}
.productGroupInfoBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown .colon{
    margin: 0 2px;
    color: #ff4a32;
}
/* 抢购秒杀信息 */
.productTimeLimitBuyBox{
    width: 100%;
    height: 50px;
    padding-left: 15px;
    background-color: #F2372E;
    color: #fff;
}
.productTimeLimitBuyBox .productGroupInfoWrapper{
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo{

}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo span{
    vertical-align: middle;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo span:nth-child(1){
    font-size: 12px;
    display: inline-block;
    background-color: #fff;
    color: #F2372E;
    padding: 2px;
    line-height: 1;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo span:nth-child(2){
    font-size: 20px;
    line-height: 1;
    margin-left: 3px;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo span:nth-child(3){
    font-size: 12px;
    margin-left:10px;
    height:20px;
    line-height:20px;
    color: #fff;
    text-decoration: line-through;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo span:nth-child(4){
    margin: 0 3px;
    font-size: 12px;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo span:nth-child(5){
    padding: 1px 2px;
    border: solid 1px #fff;
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupCountdownBox{
    width: 30%;
    background-color:#FAE9AB;
    height: 50px;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupCountdownBox p{
    text-align:center;
    font-size:10px;
    color:#313337;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown{
    margin-top:2px;
    margin-left:5px;
    text-align:center;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown span{
    font-size: 12px;
    line-height: 1;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown .time{
    padding:4px 2px;
    background-color:#313337;
    color:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    font-size: 12px;
}
.productTimeLimitBuyBox .productGroupInfoWrapper .productGroupCountdownBox .productGroupCountdown .colon{
    margin: 0 2px;
    color: #ff4a32;
}
@media screen and (max-width: 360px) {
    .productTimeLimitBuyBox {
        padding-left: 10px;
    }
    .productTimeLimitBuyBox .productGroupInfoWrapper .productGroupInfo span:nth-child(3){
        margin-left: 5px;
    }
}
/* 商品信息 */
.productinfo-container{
    background-color: #fff;
    padding: .48rem .2rem 0;
    margin-bottom: .2rem;
}
.productinfo-container .productTitle{
    font-size: .28rem;
    line-height: .39rem;
    margin-top: .35rem;
    font-weight: bold;
}

.productTitle .countryBrandName{
    font-weight: initial;
    color: #7A7A7A;
    font-size: .25rem;
}

.productTitle .productFieldLabel{
    font-weight: initial;
    color: #914cfd;
    font-size: .25rem;
    margin-left: 8px;
    background: #d3b7fe61;
    padding: 2px 7px;
    border-radius: 10px;
}
.productTitle .productFieldLabelTwo{
    font-weight: initial;
    color: #626262;
    font-size: .23rem;
    border: 1px solid;
    border-color: #62626259;
    padding: 2.5px 6.5px;
    margin-right: 14px;
}

.barndListBox .productFieldLabel{
    display: inline-block;
    font-weight: initial;
    color: #914cfd !important;
    font-size: .22rem;
    background: #d3b7fe61;
    padding: 1px 5px;
    border-radius: 1px;
    text-align: left;
    margin-bottom: 0.2rem;
    /*letter-spacing: 0.1em;*/
}


.productinfo-container .productGroupDataBox{
    margin-bottom: 5px;
    font-size: 15px;
    color: #323232;
}
.productinfo-container .productGroupDataBox div span:nth-child(2){
    font-size:12px;
    color:#ff9502;
    padding-left:8px;
}
.productinfo-container .productGroupDataBox div span:nth-child(3){
    color:#ff9502;
    font-size:18px;
    padding-right:8px;
}
.productinfo-container .productPriceBox{
    line-height: 1;
}
.productinfo-container .productPriceBox .productPrice{
    color: #FF0000;
    font-size: .38rem;
    padding-right: .13rem;
    font-weight: 600;
}
.productinfo-container .productPriceBox .forigenRMB{
    color: #7A7A7A;
    font-size: .24rem;
    padding-left: .17rem;
    padding-right: .13rem;
}
.productinfo-container .productPriceBox .productOriginalPrice{
    color: #7A7A7A;
    font-size: .24rem;
    text-decoration: line-through;
}
.productinfo-container .productPriceBox .productSaleNum{
    font-size: .24rem;
    color: #FF0000;
    float: right;
    margin-top: .05rem;
}
.productinfo-container .productDetail{
    margin-top: .29rem;
    font-size: .24rem;
    line-height: .35rem;
    white-space: pre-wrap;
}
.productinfo-container .productReduction{
    padding: 10px 0 0;
    font-size: 12px;
}
.productinfo-container .productReduction span:nth-child(1){
    padding: 2px 3px;
    background-color: #F2372E;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
}
/*套件区域*/
.suiteBox{
    padding: .36rem 0 .13rem;
}
.suiteBox:before{
    background-color: #e1e1e1;
}
.suiteBox:after{
    height: 0;
}
.suiteBox ul{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0;
    padding-bottom: 1px;
}
.suiteBox ul li{
    display: inline-block;
    border: solid 1px #6c6c6c;
    position: relative;
    margin-right: 10px;
    color: #6c6c6c;
    line-height: 1;
}
.suiteBox ul li .topNum{
    border-bottom: dashed 1px #6c6c6c;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
}
.suiteBox ul li .bottomNum{
    height: 22.5px;
    line-height: 22.5px;
    font-size: 12px;
}
.suiteBox ul li span{
    text-align: center;
    padding: 0 15.5px;
    display: block;
    position: relative;
}
.suiteBox ul li.active .topNum.disabled,.suiteBox ul li .topNum.disabled{
    border-bottom-color: #ddd;
}

.suiteBox ul li span.disabled{
    background-color: #f3f3f3;
    color: #ADADAD;
}
.suiteBox ul li i{
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid 1px #6c6c6c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 20.5px;
    z-index: 1;
    background-color: #fff;
}
.suiteBox ul li .topCicle{
    right: -4px;
}
.suiteBox ul li .bottomCicle{
    left: -4px;
}
.suiteBox ul li:after,.suiteBox ul li:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 20.5px;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px transparent;
}
.suiteBox ul li:after{
    right: -7px;
}
.suiteBox ul li:before{
    left: -7px;
}
.suiteBox ul li.active{
    border: solid 1px #000;
    background-color: #000;
    color: #fff;
}
.suiteBox ul li.disabled{
    border-color: #ddd;
}
.suiteBox ul li.active i{
    border-color: #000;
}
.suiteBox ul li.disabled i{
    border-color: #ddd;
}
.suiteBox ul li.active .topNum{
    border-bottom: dashed 1px #fff;
}
/*商家保证*/
.businessPromiseBox{
    height: .9rem;
}
.businessPromiseText{
    font-size: .22rem;
}
.businessPromiseText span i{
    padding-right: .35rem;
    font-style: normal;
}
.popupMark{
    line-height: 1;
    font-size: 0;
}
.popupMark span{
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.popupMark span:nth-child(1),.popupMark span:nth-child(3){
    width: 3px;
    height: 3px;
    background-color: #b7b6b6;
}
.popupMark span:nth-child(2){
    width: 5px;
    height: 5px;
    background-color: #4c4b4b;
    margin: 0 4px;
}
.serviceTextBox .mainBox{
    padding-top: .9rem;
}
.mainTitle{
    width: 100%;
    height: .9rem;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 .32rem 0 .19rem;
}
.mainTitle span:nth-child(1){
    font-weight: bold;
    font-size: .28rem;
}
.mainTitle span:nth-child(2){
    width: .24rem;
    height: .24rem;
    position: relative;
}
.mainTitle span:nth-child(2):before,.mainTitle span:nth-child(2):after{
    content: '';
    width: .339411255rem;
    height: .04rem;
    position: absolute;
    top: .1rem;
    left:0;
    z-index: 1;
    background-color: #646363;
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    font-size: 0;
}
.mainTitle span:nth-child(2):before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mainTitle span:nth-child(2):after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.includeServiceBox{
    height: 100%;
    overflow: auto;
}
.includeService{
    padding-top: .43rem;
    padding-bottom: .35rem;
    margin-left: .22rem;
}
.includeService.clearfix{
    border-bottom: solid 1px #F5F5F5;
}
.includeService .halfOnePixel:before{
    height: 0;
}
.includeService p{
    margin-right: .56rem;
    font-size: .22rem;
}
.includeService.clearfix p{
    float: left;
    margin-bottom: .1rem;
}
.includeService p img{
    width: .23rem;
    height: .23rem;
    margin-right: .13rem;
    vertical-align: middle;
}
.includeService p span{
    vertical-align: middle;
}
.includeServiceDetail{
    margin: .47rem .4rem 0;
}
.includeServiceDetail li{
    margin: 0 0 .315rem;
    position: relative;
}
.includeServiceDetail li:before{
    content: '';
    width: .1rem;
    height: .1rem;
    position: absolute;
    left: -.19rem;
    top: .09rem;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #fd7290;
}
.includeServiceDetail li h6{
    line-height: 1;
    font-size: .28rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.includeServiceDetail li p{
    word-break: break-all;
    overflow: auto;
    color: #949494;
    font-size: .2rem;
    line-height: .35rem;
}
/* 活动说明区域 */
.activityPart{
    background-color: #fff;
    line-height: 1;
    padding: .32rem .2rem;
    overflow: hidden;
    margin-top: .2rem;
    position: relative;
}
.activityPartText label{
    margin-right: .2rem;
    font-size: .28rem;
}
.activityPartText span{
    font-size: .24rem;
}
.activityPartMark p{
    line-height: 1;
    padding: .05rem .13rem;
    margin-right: .22rem;
    font-size: .23rem;
    color: #fff;
    background-color: #FF0000;
    border-radius: .16rem;
    -webkit-border-radius: .16rem;
}
.hadChoosePart{
    margin-top: 0;
    padding-bottom: .24rem;
}
.hadChoosePart.halfOnePixel:before,.activityLine.halfOnePixel:after{
    background-color: #e1e1e1;
    left: .22rem;
}
.commentList li:before{
    background-color: #e1e1e1;
    left: -.2rem;
    width: 7.5rem;
}
.hadChoosePart.halfOnePixel:after,.activityPart.halfOnePixel:after,.activityLine.halfOnePixel:before,.commentList li:after,.commentList li:first-child:before{
    height: 0;
}
.commentPart.halfOnePixel:before{
    height: 0
}
.commentPart.halfOnePixel:after{
    background-color: #e1e1e1;
    height: 1px;
}
/* 选择活动弹框 */
.chooseActivityList .nochooseActivity{
    padding: .13rem 0 .62rem;
    margin-left: .22rem;
    font-size: 0;
    /* line-height: 1; */
}
.chooseActivityList .chooseActivity{
    padding-bottom: .24rem;
}
.nochooseActivity.halfOnePixel:before{
    height: 0;
}
.chooseActivityList .nochooseActivity .activityCheckBox{
    width: .3rem;
    height: .3rem;
    border: solid 1px #D8D8D8;
    display: inline-block;
    background: url(../../imgs/shoppingCart/check.png) no-repeat center;
    background-size: .24rem;
    position: relative;
    top: .06rem;
    margin-right: .17rem;
}
.chooseActivityList .nochooseActivity .activityCheckBox.checked{
    background-color: #000;
    border: none;
}
.chooseActivityList .nochooseActivity .noChooseText{
    font-size: .28rem;
}
.chooseActivityList .nochooseActivity .chooseText,.specialActivity p .chooseText{
    font-size: .23rem;
    color: #FF0000;
    padding: .05rem .17rem;
    border: solid 1px #FF0000;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -moz-border-radius: .2rem;
    display: inline-block;
}
.chooseActivityList .nochooseActivity p{
    font-size: .24rem;
    line-height: .33rem;
    margin-left: .47rem;
    margin-top: .2rem;
}
.activityArrow{
    width: .15rem;
    position: absolute;
    right: .22rem;
    top: .28rem;
    z-index: 1;
}
.activityDiv{
    width: 60%;
    height: 50px;
    position: absolute;
    right: .22rem;
    z-index: 1;
}
.specialActivity{
    height: .78rem;
    padding-left: .69rem;
    padding-right: .22rem;
    line-height: 1;
}
.specialActivity p .chooseText{
    margin-right: .22rem;
}
.specialActivity p .specialActivityDesc{
    font-size: .28rem;
}
.specialActivity img{
    width: .15rem;
}
/* 配送渠道 */
.productTransportModePart{
    background-color: #fff;
    padding: 0 .22rem .44rem 1.12rem;
    color: #7A7A7A;
    font-size: .24rem;
}
/* 保税仓说明 */
.wareHouse{
    padding: .34rem .2rem .28rem;
    background-color: #fff;
    margin-top: .2rem;
}
.wareHouseTitle{
    line-height: 1;
}
.wareHouse label{
    font-size: .28rem;
    margin-right: .14rem;
    line-height: 1;
}
.wareHouse span{
    line-height: 1;
    padding: .05rem .13rem;
    margin-right: .22rem;
    font-size: .23rem;
    color: #fff;
    background-color: #FF0000;
    border-radius: .16rem;
    -webkit-border-radius: .16rem;
}
.wareHouse p{
    line-height: .35rem;
    font-size: .24rem;
    margin-top: .22rem;
}
/* 评论区 */
.highOpinion{
    margin-right: .21rem;
    font-size: .24rem;
}
.highOpinion span:nth-child(2){
    color: #FF0000;
    padding-left: .1rem;
}
.commentMark{
    padding: .32rem .2rem 0;
    background-color: #fff;
    overflow: hidden;
}
.commentMark li{
    font-size: .24rem;
    float: left;
    line-height: 1;
    padding: .11rem .26rem;
    background-color: #FFCCD7;
    margin-right: .13rem;
    margin-bottom: .28rem;
    border-radius: .24rem;
    -webkit-border-radius: .24rem;
    -ms-border-radius: .24rem;
    -moz-border-radius: .24rem;
}
.commentList{
    padding: 0 .2rem;
    background-color: #fff;
}
.commentList li{
    padding: .38rem 0;
    position: relative;
}
.commentList li .commentContent{
    font-size: .24rem;
    line-height: .35rem;
    margin: .425rem 0 0;
}
.commentList li .commentInfoPart{
    position: relative;
}
.commentList li .commentInfoPart .userImageBox{
    position: absolute;
    width: .8rem;
    height: .8rem;
}
.commentList li .commentInfoPart .userImageBox img{
    width: 100%;
}
.commentList li .commentInfoPart .item-box{
    margin-left: 1rem;
}
.commentList li .commentInfoPart .item-box p{
    font-weight: bold;
}
.commentList li .commentInfoPart .item-box span{
    color: #7e7e7e;
    font-size: .24rem;
}
.commentList li .commentInfoPart .item-box .starPart{
    width: 1.75rem;
    height: .35rem;
    background:url('../../imgs/productJpya/star.png') no-repeat;
    background-size: 3.5rem .35rem;
    background-position-x: -.35rem;
    margin-left: -.06rem;
}
.commentList li .commentImagePart{
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
    margin-top: .325rem;
}
.commentList li .commentImagePart img{
    display: inline-block;
    margin-right: .21rem;
    width: 1rem;
    height: 1rem;
}
/* 品牌区域 */
.brandPart ul li{
    margin-top: .32rem;
}
.brandPart{
    padding: .28rem .2rem .32rem;
    margin-top: .2rem;
    background-color: #fff;
}
.brandPart label{
    line-height: 1;
    font-size: .27rem;
}
.brandInfo{
    position: relative;
    min-height: 1.2rem;
}
.brandInfo .brandImage{
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
}
.brandInfo .brandImage img{
    width: 100%;
}
.brandInfo .item-title{
    margin-left: 1.42rem;
    line-height: 1;
}
.brandInfo .item-title .brandProductNum{
    margin-top: .29rem;
}
.brandInfo .item-title p{
    font-weight: bold;
}
.brandProductNum span{
    color: #FF0000;
}
.brandLink a{
    color: #FF0000;
    padding-right:.26rem;
    text-decoration: none;
}
.brandLink a:active{
    color: #FF0000;
}
.barndListBox{
    margin-top: .34rem;
    font-size: 0;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}
.barndListBox a{
    width: 2.03rem;
    padding: .13rem .16rem;
    display: inline-block;
    border: solid 1px #ECECEC;
    margin-right: .19rem;
    text-decoration: none;
}
.barndListBox a img{
    width: 100%;
}
.barndListBox a p{
    font-size: .22rem;
    height: .48rem;
    line-height: .24rem;
    color: #2F2F2F;
    text-align: center;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: .1rem 0 .18rem;
    white-space: normal;
    padding-top: .02rem;
}
.barndListBox a span{
    font-size: .24rem;
    color: #FF0000;
    line-height: 1;
}
/* 商品源链接 */
.productLinkBox{
    background-color: #fff;
    padding: 15px 0;
}
.productLinkBox .productLink {
    position: relative;
    width: 132px;
    height: 32px;
    margin: auto;
    padding-left: 32px;
    border: solid 1px #FE2842;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
.productLinkBox .productLink img {
    width: 16px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.productLinkBox .productLink a {
    display: inline-block;
    padding-left: 8px;
    border-left: dotted 1px #FE2842;
    color: #FF2742;
    height: 30px;
    line-height: 30px;
}
.productLinkBox .productLink:active {
    background-color: #f1f1f1
}

/* 图文详情 */
.graphicDetailBox{
    background-color: #fff;
    margin: .2rem 0;
    font-size: 0;
}
.tabBox{
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: .2rem;
}
.tabBox p{
    line-height: 1;
    padding: .28rem 0 .31rem;
    font-weight: bold;
    color: #949494;
    font-size: .28rem;
}
.tabBox p.active{
    color: #2F2F2F;
    border-bottom: solid .02rem #2F2F2F;
}
.graphicDetail{
    width: 100%;
    position: relative;
}
.graphicDetail video{
    width: 100%;
    position: absolute;
    z-index: -1;
}
.graphicDetail img{
    width: 100%;
}
/* 淘进宝和直播安扭 */
.fixedButtonBox{
    width: 3rem;
    height: 1.2rem;
    position: fixed;
    right: -2.4rem;
    top: 50%;
    z-index: 99;
    background-color: #f1f3f4;
    font-size: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.fixedButtonBox.fixedButtonOne{
    margin-top: -1.3rem;
}
.fixedButtonBox.fixedButtonTwo{
    margin-top: .1rem;
}
.fixedButtonBox p{
    width: .6rem;
    background-color: #8fc31f;
    color: #fff;
    height: 100%;
    text-align: center;
    font-size: 19px;
}
.fixedButtonBox p:active{
    background-color: #9ad618;
}
.fixedButtonBox a{
    width: 2.4rem;
    height: 100%;
    text-align: center;
}
.fixedButtonBox a img{
    width:70%;
}
/* 悬浮按钮 */
.hoverButtonBox{
    position: fixed;
    right: 15px;
    bottom: 79px;
    z-index: 9;
    font-size: 0;
}
.hoverButtonBox a{
    text-decoration: none;
    display: block;
    margin:0 auto 10px;
}
.hoverButtonBox .redpacketButton{
    width: 40px;
    margin: 0 auto 10px;
    animation: rotate 8s linear 3s infinite;
    -webkit-animation: rotate 8s linear 3s infinite;
    -ms-animation: rotate 8s linear 3s infinite;
    -moz-animation: rotate 8s linear 3s infinite;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
}
.hoverButtonBox .zhuanText{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #EF7CC6;
    color: #fff;
    font-size: 17px;
}
.kefuContact{
    width: 47px;
    height: 56px;
}
.hoverButtonBox .taoJinBao{
    width: 1.6rem;
}
.hoverButtonBox img{
    width: 100%;
}
/* 非团购底部菜单 */
.fixedbarBox.halfOnePixel:after{
    height: 0
}
.fixedbarBox{
    width: 100%;
    height: 50px;
    height: calc(50px + env(safe-area-inset-bottom)) !important;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
}
.fixedbarBox a{
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    text-align: center;
    line-height: 1;
    height: 50px;
    text-decoration: none;
    position: relative;
}
.fixedbarBox .home:after,.fixedbarGroupBox .home:after{
    content: '';
    width: 1px;
    height: 26px;
    position: absolute;
    right:0;
    top: 12px;
    z-index: 1;
    background-color: #D0D0D0;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
}
.fixedbarBox .cartText{
    background-color: #fd7290;
}
.fixedbarBox .cartText:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #ebebeb;
    transform: scaleX(.5);
    -webkit-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    -moz-transform: scaleX(.5);
}
.fixedbarBox .showBuy{
    background-color: #fe4d73;
}

.fixedbarBox .showBuyVip{
    background-color: #fe4d73;
}

.fixedbarBox .noInventoriesNum{
    flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    background-color: #C5C5C5;
}
.fixedbarBox .cartText,.fixedbarBox .showBuy,.fixedbarBox .noInventoriesNum{
    color: #fff;
    line-height: 50px;
    border:none;
    position: relative;
    font-size: 14px;
}
.fixedbarBox .cartText,.fixedbarBox .showBuyVip{
    color: #fff;
    line-height: 50px;
    border:none;
    position: relative;
    font-size: 14px;
}
.fixedbarBox a img{
    width: 18px;
    display: block;
    margin: 5px auto 2px;
}
.fixedbarBox a div{
    width: 25.5px;
    height: 25.5px;
    margin: 5px auto 2px;
}
.fixedbarBox a .homeLinkBox{
    background: url('../../imgs/mallIndexJpya/jpyaIndex1.png') no-repeat bottom;
    background-size: 25.5px;
}
.fixedbarBox a .collect{
    background: url('../../imgs/productJpya/collectIcon.png') no-repeat bottom;
    background-size: 25.5px;
}
.fixedbarBox a .cartIconBox{
    position: relative;
    background: url('../../imgs/mallIndexJpya/jpyaCart1.png') no-repeat bottom;
    background-size: 25.5px;
}
.fixedbarBox a .cartIconBox div,.fixedbarGroupBox a .cartIconBox div{
    margin: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    right: -17px;
    top: -8px;
    position: absolute;
    z-index: 1;
    background-color: #fd7290;
    color: #fff;
}
.fixedbarBox a span{
    font-size: 12px;
    color: #626262;
}
/* 团购底部菜单 */
.fixedbarGroupBox{
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
}
.fixedbarGroupBox a{
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    text-align: center;
    line-height: 1;
    height: 50px;
    text-decoration: none;
    color: #626262;
    font-size: 12px;
    position: relative;
}
.fixedbarGroupBox a:nth-last-child(2),.fixedbarGroupBox a:last-child,.fixedbarGroupBox .addCart{

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    color: #fff;
}
@media screen and (max-width: 360px){
    .fixedbarGroupBox a:nth-last-child(2),.fixedbarGroupBox a:last-child,.fixedbarGroupBox .addCart{
        font-size: .24rem;
    }
}
.fixedbarGroupBox .addCart{
    background-color: #bfbebe;
}
.fixedbarGroupBox a:nth-last-child(2){
    background-color: #fa7b76;
}
.fixedbarGroupBox a:last-child{
    background-color: #fd7290;
}
.fixedbarGroupBox a div{
    width: 25.5px;
    height: 25.5px;
    margin: 5px auto 2px;
}
.fixedbarGroupBox a .homeLinkBox{
    background: url('../../imgs/mallIndexJpya/jpyaIndex1.png') no-repeat center;
    background-size: 25.5px;
}
.fixedbarGroupBox a .cartIconBox{
    position: relative;
    background: url('../../imgs/mallIndexJpya/jpyaCart1.png') no-repeat center;
    background-size: 25.5px;
}
.fixedbarGroupBox a .historyorderBox{
    background: url('../../imgs/product/homelink.png') no-repeat center;
    background-size: 25.5px;
}
.fixedbarBox a.disabled,.fixedbarGroupBox a.disabled{
    background-color: #F5F5F5;
    color: #ACA899;
}

.fixedShareBox{
    width: 22px;
    height: 22px;
    line-height: 22px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9;
    background-color: #9c9c9c;
    color: #fff;
    text-align: center;
}
.fixedShareBox span{
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #fff;
}
/* 分享弹窗 */
.shareBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .4);
}
.shareBox .shareMainBox{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    animation: showbt 0.5s ease-out;
    -webkit-animation: showbt 0.5s ease-out;
    -ms-animation: showbt 0.5s ease-out;
    -moz-animation: showbt 0.5s ease-out;
}
.shareBox .shareMainBox .closeShare{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 4px;
    z-index: 1;
    text-align: center;
}
.shareBox .shareMainBox .closeShare img{
    width: 22px;
    height: 22px;
}
.shareBox .shareMainBox .shareTitle{
    width: 85%;
    text-align: center;
    margin: 30px auto 0;
    font-size: .8rem;
    color: #333;
}
.shareBox .shareMainBox .shareDesc{
    font-size: .6rem;
    color: #999;
    width: 200px;
    margin: 10px auto 0;
    text-align: center;
    letter-spacing: .4px;
}
.shareBox .shareMainBox .shareList{
    margin: 20px 10px;
}
.shareBox .shareMainBox .shareList li{
    width: 60px;
    margin-right: 15px;
    text-align: center;
}
.shareBox .shareMainBox .shareList li:last-child{
    margin-right: 0;
}
.shareBox .shareMainBox .shareList li img{
    width: 54px;
    height: 54px;
    margin-bottom: .5rem;
}
.shareBox .shareMainBox .shareList li span{
    font-size: 12px;
    color: #999;
}
/* 分享朋友弹窗 */
.sharePopup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
}
.sharePopup .sharePopupTitle{
    font-size: 20px;
    line-height: 29px;
    height: 29px;
    margin: 140px auto auto;
    text-align: center;
    color: #fff;
}
.sharePopup .sharePopupDesc{
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 4px;
}
.sharePopup .sharePopupTipImg{
    width: 66px;
    height: 117px;
    position: absolute;
    top: 12px;
    right: 33px;
}
.sharePopup .sharePopupTipImg img{
    width: 100%;
    height: 100%;
}
/* 二维码弹出 */
.qrCodePopup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
}
.qrCodePopup .qrCodeBox{
    width: 280px;
    height: 280px;
    margin: 80px auto 0;
    background-color: #fff;
    padding: 40px;
    position: relative;
}
.qrCodePopup .qrCodeBox .closeQrCode{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 4px;
    z-index: 1;
    text-align: center;
}
.qrCodePopup .qrCodeBox .closeQrCode img{
    width: 30px;
    height: 30px;
}
.qrCodePopup .saveTips,.graphicDetailPopup .saveTips{
    color: #e5e5e5;
    text-align: center;
    margin: 20px auto 0;
    font-size: 14px;
}
.qrCodePopup .saveTips img,.graphicDetailPopup .saveTips img{
    width: 12.5px;
    height: 14px;
    margin-right: 3px;
}
/* 图文详情弹出层 */
.graphicDetailPopup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
}
.graphicDetailPopup .graphicDetailImageBox{
    width: 280px;
    margin: 20px auto 0;
    position: relative;
    background-color: #fff;
}
.graphicDetailPopup .graphicDetailImageBox .closeGraphic{
    position: absolute;
    width: 24px;
    height:24px;
    top: -12px;
    right: -12px;
    z-index: 1;
    text-align: center;
    background-color: #fff;
}
.graphicDetailPopup .graphicDetailImageBox .closeGraphic img{
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.graphicDetailPopup .graphicDetailImageBox img{
    width: 100%;
}
.graphicDetailPopupMain{
    background-color: #fff;
    padding: 10px;
    width: 280px;
    margin: 20px auto 0;
    position: absolute;
    bottom: 0;
    left: -200%;
    z-index: 99;
}
.graphicDetailPopupMain .graphicProductDetail{
    position: relative;
}
.graphicDetailPopupMain .graphicProductDetail img{
    width: 100%;
}
.graphicDetailPopupMain .graphicProductDetail p{
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 20px;
}
.graphicDetailPopupMain .graphicProductTitle{
    color: #6F6F6F;
    text-align: center;
    font-size: 12px;
    margin: 10px 0 20px;
}
.graphicDetailPopupMain .graphicDetailCode{
    text-align: center;
    color: #6F6F6F;
    font-size: 12px;
}
.graphicDetailPopupMain .graphicDetailCode img{
    width: 88px;
    height: 88px;
    display: block;
    margin: 5px auto;
}

/* 立即购买弹窗 */
.chooseContainer,.serviceTextBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}
.chooseContainer .mainBox,.serviceTextBox .mainBox{
    width: 100%;
    /* height: 60%; */
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    animation: showbt 0.5s ease-out;
    -webkit-animation: showbt 0.5s ease-out;
    -ms-animation: showbt 0.5s ease-out;
    -moz-animation: showbt 0.5s ease-out;
}
.chooseContainer .mainBox{
    height: 333.5px;
}
.chooseContainer .mainBox .fullOffTip{
    background-color: #FeF3Ce;
    color: #211916;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    letter-spacing: 1px;
}
.chooseContainer .mainBox .fullOffTip span i{
    color: #FF0000;
    font-style: normal ;
}
.chooseContainer .mainBox .goodsDetailBox {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 14px;
    background-color: #fff;
}

.closeIcon {
    position: absolute;
    right: 15px;
    top: 9.5px;
    z-index: 59;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    background: url('../../imgs/productJpya/close.png') no-repeat center;
    background-size: 12.5px;
}

.chooseContainer .mainBox .goodsDetailBox .goodsDetail {
    padding-left: 1.7rem;
    padding-right: .35rem;
    width: 100%;
}

.chooseContainer .mainBox .goodsDetailBox .goodsImgBox {
    width: 75px;
    height: 75px;
    position: absolute;
    top: -24px;
    left: 10px;
    z-index: 1;
    border: solid 1px #e6e6e6;
    background-color: #fff;
}
.chooseContainer .mainBox .goodsDetailBox .goodsImgBox.top{
    top: 0;
}
.chooseContainer .mainBox .goodsDetailBox .goodsImgBox img {
    width: 100%;
    height: 100%;
}

.chooseContainer .mainBox .goodsDetailBox .goodsDetail .goodsDetailName {
    color: #2f2f2f;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    white-space: nowrap;
    margin-top: 7.5px;
}
.chooseContainer .mainBox .goodsDetailBox .goodsDetail div{
    line-height: 1;
    margin-bottom: 12.5px;
}
.chooseContainer .mainBox .goodsDetailBox .goodsDetail .goodsDetailPrices {
    color: #fb4747;
    line-height: 1;
}
.chooseContainer .mainBox .goodsDetailBox .goodsDetail .goodsDetailPrices b{
    font-size: 17px;
}
.chooseContainer .mainBox .goodsDetailBox .goodsDetail .goodsDetailPrices span{
    font-size: 12px;
}
.chooseContainer .mainBox .goodsDetailBox .goodsDetail .goodsDetailPrices .forigenRMB{
    color: #7A7A7A;
    font-size: 12px;
    padding-left: 8.5px;
}
.chooseContainer .mainBox .goodsDetailBox .goodsDetail .goodsDetailPrices small{
    color: #9c9c9c;
}
.chooseContainer .mainBox .goodsDetailBox .goodsDetail .goodsDetailPrices i{
    font-style: normal;
    color: #9c9c9c;
    text-decoration: line-through;
    font-size: 12px;
}
.chooseContainer .mainBox .buyButton {
    width: 100%;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px; 
    line-height: 50px;
    text-align: center;
    background-color: #fd7290;
    color: #fff;
    z-index: 99;
    border:none;
    letter-spacing: 1px;
}

/* 通用适配所有 iOS 设备 */ 
@supports (bottom: env(safe-area-inset-bottom)) {
  .chooseContainer .mainBox .buyButton {
    bottom: calc(1px + env(safe-area-inset-bottom)) !important;
  }
}

/* 针对特定 iPhone 型号的微调 (可选) */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* iPhone X/XS */
  .chooseContainer .mainBox .buyButton {
     bottom: calc(1px + env(safe-area-inset-bottom)) !important;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  /* iPhone XR */
  .chooseContainer .mainBox .buyButton {
     bottom: calc(1px + env(safe-area-inset-bottom)) !important;
  }
}

.chooseContainer .mainBox .buyButton2 {
    width: 50%;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #2f2f2f;
    color: #f19a41;
    z-index: 99;
    border:none;
    letter-spacing: 1px;
}
.chooseContainer .mainBox .buyButton:active {
    background-color: #f76685;
}
.chooseContainer .mainBox .buyButton:disabled{
    background-color: #ddd;
}
.chooseContainer .mainBox .operateBox {
    width: 100%;
    height: 100%;
    padding-top: 74px;
    padding-bottom: 51px;
    overflow: auto;
    position: relative;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
}
.chooseContainer .mainBox .operateBox .goodsKucun{
    margin: 9.5px  10px 17.5px;
    font-size:12px;
    color: #2F2F2F;
    line-height: 1;
}
.chooseContainer .mainBox .operateBox .goodsKucun span{
    float: right;
}
.chooseContainer .mainBox .operateBox .goodsSortBox {
    width: 100%;
    line-height: 1;
    padding: 0 .23rem;
}

.chooseContainer .mainBox .operateBox .goodsSortBox .sortText,.limitBox {
    font-size: 13px;
    width: 66.5px;
    padding-top: 5.5px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
}
.limitBox{
    margin-left: 10px;
    width: auto;
}
.chooseContainer .mainBox .operateBox .goodsSortBox ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 15.5px;
}

.chooseContainer .mainBox .operateBox .goodsSortBox ul li {
    list-style: none;
    padding: 5.5px 11px;
    border: solid 1px #828282;
    margin-right: 11px;
    margin-bottom: 11.5px;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
}

.chooseContainer .mainBox .operateBox .goodsSortBox ul li.disabled {
    border: solid 1px #c0c0c0;
    color: #c0c0c0;
}

.chooseContainer .mainBox .operateBox .goodsSortBox ul li.active {
    border: solid 1px #fd7290;
    color: #fff;
    background-color: #fd7290;
}
.chooseContainer .mainBox .operateBox .numberBox{
    margin-bottom: 9.5px;
}
.chooseContainer .mainBox .operateBox .numberBox .calcNumBox {
    width: 105px;
    height: 25px;
    border: solid 1px #D0D0D0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
}
.chooseContainer .mainBox .operateBox .numberBox .calcNumBox span {
    width: 25px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
}
.chooseContainer .mainBox .operateBox .numberBox .calcNumBox #reduce{
    background-size: 11.5px 1.5px;
    background-image: url(../../imgs/productJpya/reduce.png);
    border-right: solid 1px #D0D0D0;
}
.chooseContainer .mainBox .operateBox .numberBox .calcNumBox #add{
    background-size: 11.5px 11.5px;
    background-image: url(../../imgs/productJpya/add.png);
    border-left: solid 1px #D0D0D0;
}
.chooseContainer .mainBox .operateBox .numberBox .calcNumBox #quantity {
    width: 55px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    border: none;
}
@-webkit-keyframes showbt {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes showbt {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes showbt {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showbt {
    from {
        transform: translate3d(0, 100%, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes showSpec {
    from {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes showSpec {
    from {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes showSpec {
    from {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showSpec {
    from {
        transform:translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes rotate {
    0%,75%{ -webkit-transform: rotate(0); }
    81.25%{-webkit-transform: rotate(-30deg);}
    87.5%{-webkit-transform: rotate(0);}
    93.75%{ -webkit-transform: rotate(30deg); }
    100%{-webkit-transform: rotate(0);}
}

@-moz-keyframes rotate {
    0%,75%{ -moz-transform: rotate(0); }
    81.25%{-moz-transform: rotate(-30deg);}
    87.5%{-moz-transform: rotate(0);}
    93.75%{ -moz-transform: rotate(30deg); }
    100%{-moz-transform: rotate(0);}
}

@-ms-keyframes rotate {
    0%,75%{ -ms-transform: rotate(0); }
    81.25%{-ms-transform: rotate(-30deg);}
    87.5%{-ms-transform: rotate(0);}
    93.75%{ -ms-transform: rotate(30deg); }
    100%{-ms-transform: rotate(0);}
}
@keyframes rotate {
    0%,75%{ transform: rotate(0); }
    81.25%{transform: rotate(-30deg);}
    87.5%{transform: rotate(0);}
    93.75%{ transform: rotate(30deg); }
    100%{transform: rotate(0);}
}
.OEMAdv{
    width: 100%;
    text-decoration: none;
    display: block;
}
.OEMAdv img{
    width: 100%;
}
.noInventoriesPoupon{
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 245px;
    margin: 0;
    padding: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    background-color: transparent;
}
.noInventoriesPoupon.top{
    bottom: -150px;
}
.noInventoriesPoupon>p{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.noInventoriesPoupon .downIcon{
    position: absolute;
    width: 16.5px;
    height: 16.5px;
    top: 14px;
    right: 18px;
    z-index: 1;
}
.noInventoriesPoupon .downIcon.top{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.noInventoriesPoupon ul{
    background-color: #fff;
    padding: .18rem;
    height: 200px;
    overflow-y:auto;
}
.noInventoriesPoupon ul li{
    width: 2.29rem;
    border: solid 1px #ECECEC;
    margin-right: .13rem;
    margin-bottom: .2rem;
    float: left;
    padding-bottom: .13rem;
}
.noInventoriesPoupon ul li:nth-child(3n){
    margin-right: 0;
}
.noInventoriesPoupon ul li img {
    width: 1.8rem;
    height: 1.8rem;
    margin: .2rem .25rem .225rem;
}
.noInventoriesPoupon ul li p{
    font-size: .24rem;
    line-height: 1.2;
    height: .576rem;
    padding: 0 .1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.groupOtherProduct{
    width: 47px;
    position: relative;
}
.groupOtherProduct p{
    position: absolute;
    width: 81px;
    text-align: center;
    bottom: -10px;
    right: -17px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
}