/* 商品详情页样式 */
.wop_productpage{width: 100%;display: flex;flex-direction: column;}

/* 产品介绍板块 */
.protop_main{background: #f7f5f4;width: 100%;padding-bottom: 40px;padding-top: 28px;}

.protop_main .swbtn::after{display: none;}
.protop_main .swbtn{width: 36px;height: 36px;border-radius: 50%;border: 1px solid #283444;caret-color: rgba(0,0,0,0);}
.protop_main .swbtn i{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #283444;font-size: 18px;}
.protop_main .swbtn.swiper-button-prev i{transform: translate(-50%,-50%) rotate(180deg);}

.protop_main .swiper-pagination-bullet{border: 1px solid #232f3f;border-radius: 50%;width: 11px;height: 11px;background: #fff;}
.protop_main .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #ea5504;border: 1px solid #ea5504;}
.protop_main .swiper-slide-thumb-active{border: 1px solid #ea5504;filter: contrast(1) !important;}

.pro_LR{display: flex;justify-content: space-between;}
.pro_leftswp{width: 46%;}
@media (min-width:825px) {
	.pro_leftswp .leftswp_content{position: sticky;top: 116px;}
}
.pro_leftswp .mySwiper2{margin-bottom: 10px;}
.pro_leftswp .mySwiper2 .swiper-slide{width: 100%;height: 100%;overflow: hidden;border-radius: 15px;padding-bottom: 100%;position: relative;}
.pro_leftswp .mySwiper .swiper-slide{width: calc(25% - 7.5px);height: 100%;margin-right: 10px;overflow: hidden;border-radius: 8px;cursor: pointer;filter: contrast(0.6);}
.pro_leftswp .mySwiper .swiper-slide:hover{filter: contrast(1) !important;}
.pro_leftswp .mySwiper .swiper-slide .slide_imgbox{width: 100%;height: 100%;padding-bottom: 100%;background: #fff;}
.pro_leftswp .swiper-slide img{display: block;width: 100%;object-fit: cover;height: auto;position: absolute;left: 0px;top: 0px;}
.wop_product .pro_leftswp .wop_float_box {position: absolute;top: 20px;right: 20px;z-index: 10;}
.wop_product .pro_leftswp .wop_folat_discount {min-width: 76px;height: 28px;padding: 0px 12px;text-align: center;line-height: 28px;font-family: 'Quicksand-Bold';font-size: 20px;color: #FFC317;background-color: #3D3D3D;border-radius: 50px;margin-bottom: 10px;}
.wop_product .pro_leftswp .wop_folat_hot {min-width: 76px;height: 28px;padding: 0px 12px;text-align: center;line-height: 28px;font-family: 'Quicksand-Bold';font-size: 20px;color: #3D3D3D;background-color: #FFC317;border-radius: 50px;}

.pro_rightinfo{width: calc(54% - 80px);}
.pro_rightinfo h1{font-size: 34px;line-height: 36px;color: #232f3f;font-family: 'Quicksand-Bold';margin-top: 10px;margin-bottom: 26px;}
.pro_rightinfo .wop_pro_bigtitle .pre-salebox{min-width: 76px;height: 28px;padding: 0px 12px;text-align: center;line-height: 28px;font-family: 'Quicksand-Bold';font-size: 20px;color: #3D3D3D;background-color: #FFC317;border-radius: 50px;margin-right: 12px;display: inline-block;transform: translateY(-2px);}
.pro_rightinfo h2{font-size: 18px;line-height: 20px;color: #232f3f;font-family: 'Quicksand-Regular';margin-bottom: 12px;}
.pro_rightinfo .score5{display: flex;align-items: center;margin-bottom: 20px;width: max-content;}
.pro_rightinfo .score5 .scrolli{display: flex;align-items: center;margin-right: 15px;margin-bottom: 5px;cursor: pointer;caret-color: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);}
.pro_rightinfo .score5 .scrolli i{font-size: 16px;margin-right: 4px;display: block;color: #cccccc;transition: all .4s linear;-webkit-transition: all .4s linear;}
.pro_rightinfo .score5 .scrolli i.cur{color: #FFC317;}
.pro_rightinfo .score5 p{transition: all .4s linear;-webkit-transition: all .4s linear;font-size: 16px;line-height: 36px;color: #888888;font-family: 'Quicksand-Regular';cursor: pointer;caret-color: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);}
.pro_rightinfo .score5 p:hover{color: #ea5504;}

.pro_rightinfo .price{display: flex;flex-direction: row;align-items: center;margin-bottom: 20px;}
.pro_rightinfo .price h3{font-size: 36px;line-height: 40px;color: #ea5504;font-family: 'MADETommySoft-Bold';margin-right: 8px;}
.pro_rightinfo .price h4{font-size: 24px;line-height: 24px;color: #888888;font-family: 'MADETommySoft-Regular';margin-top: 10px;}
.wop_product .pro_rightinfo .wop_discount {margin-left: 8px;padding: 0px 12px;height: 34px;line-height: 34px;text-align: center;font-size: 16px;color: #ffffff;font-family: 'Quicksand-Bold';background-color: #ea5504;border-radius: 50px;}

.pro_rightinfo .colorbox{display: flex;flex-direction: column;margin-bottom: 20px;}
.pro_rightinfo .colorbox .t1{font-size: 16px;line-height: 16px;color: #232f3f;font-family: 'Quicksand-Bold';margin-bottom: 12px;}
.pro_rightinfo .colorbox .t1 span{margin-left: 10px;}
.pro_rightinfo .colorbox .colorbox_con{display: flex;align-items: center;flex-wrap: wrap;}
.pro_rightinfo .colorbox .col{border: 1px solid #dedede;margin-right: 15px;margin-bottom:12px;width: 50px;height: 50px;border-radius: 8px;position: relative;background: #fff;cursor: pointer;}
.pro_rightinfo .colorbox .col .colorimg{width: 100%;height: auto;}
.pro_rightinfo .colorbox .col.cur{border-color: #7c7b7b;}

.pro_rightinfo .shop_flashsale_box{margin-left: 20px;}
.pro_rightinfo .shop_flashsale_box .p2{color: #434343;font-size: 16px;}
.pro_rightinfo .sale_downcount_box .flip{width: 40px;height: 36px;}
.pro_rightinfo .sale_downcount_box .flip .flip-clock{font-size: 16px;}
.pro_rightinfo .sale_downcount_box .flip-dot{color: #434343;padding: 0px 4px;}

.pro_rightinfo .wop_flash_progress{width: 100%;height: 80px;margin-bottom: 20px;border-radius: 12px;background: #ea5504;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0px 20px;overflow: hidden;}
.pro_rightinfo .wop_flash_progress .top{width: 100%;display: flex;flex-direction: row;align-items: center;margin-bottom: 8px;}
.pro_rightinfo .wop_flash_progress .top i{color: #fff;font-size: 16px;}
.pro_rightinfo .wop_flash_progress .top .p1{font-size: 16px;line-height: 20px;color: #ffffff;font-family: 'Quicksand-Bold';margin-left: 2px;}
.pro_rightinfo .wop_flash_progress .progessbox{width: 100%;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.pro_rightinfo .wop_flash_progress .progessbox .line{flex: 1;height: 14px;background: #fff;border-radius: 50px;padding: 2px;overflow: hidden;}
.pro_rightinfo .wop_flash_progress .progessbox .line .linebox{width: 33%;height: 100%;background: #335C80;border-radius: 50px;transition: all 0.5s ease-in-out;}
.pro_rightinfo .wop_flash_progress .progessbox .p1{font-size: 14px;line-height: 16px;color: #ffffff;font-family: 'Quicksand-Medium';margin-left: 16px;}

.pro_rightinfo .wop_public_codebox{width: 100%;height: 80px;margin-bottom: 24px;border-radius: 12px;background: #335C80;display: flex;flex-direction: row;align-items: center;padding: 0px 20px;overflow: hidden;}
.pro_rightinfo .wop_public_codebox .p1{font-size: 18px;line-height: 20px;color: #ffffff;font-family: 'Quicksand-Bold';flex: 1;}
.pro_rightinfo .wop_public_codebox .imgbox{height: 100%;display: flex;flex-direction: row;align-items: flex-end;padding: 0px 20px;}
.pro_rightinfo .wop_public_codebox .imgbox img{width: 51px;height: auto;margin-bottom: -1px;}
.pro_rightinfo .wop_public_codebox .imgbox .line{width: 1px;height: 100%;margin-left: 12px;border-left: 1px dashed #ffffff;position: relative;}
.pro_rightinfo .wop_public_codebox .imgbox .line::before{content: '';position: absolute;top: -4.5px;left: -5px;width: 9px;height: 9px;background: #f7f5f4;border-radius: 50px;}
.pro_rightinfo .wop_public_codebox .imgbox .line::after{content: '';position: absolute;bottom: -4.5px;left: -5px;width: 9px;height: 9px;background: #f7f5f4;border-radius: 50px;}
.pro_rightinfo .wop_public_codebox .right_box{display: flex;flex-direction: column;align-items: center;}
.pro_rightinfo .wop_public_codebox .right_box .p2{font-size: 14px;line-height: 16px;color: #ffffff;font-family: 'Quicksand-Medium';margin-bottom: 6px;}
.pro_rightinfo .wop_public_codebox .right_box .btnbox{min-width: 100px;height: 28px;padding: 0px 12px;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 14px;line-height: 28px;font-family: 'Quicksand-SemiBold';color: #fff;border-radius: 50px;transition: all 0.25s ease-in-out;background: #ea5504;}
.pro_rightinfo .wop_public_codebox .right_box .btnbox i{margin-left: 4px;}
.pro_rightinfo .wop_public_codebox .right_box .btnbox:active{transform: scale(0.8);opacity: 0.8;}

.pro_rightinfo .active_plate_box{width: 520px;display: flex;flex-direction: column;margin-bottom: 30px;position: relative;background: #f2b594;border-radius: 8px;padding: 12px 12px;}
.pro_rightinfo .active_plate_box .textbox{display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;}
.pro_rightinfo .active_plate_box .textbox img{width: 20px;height: 20px;margin-bottom: 4px;}
.pro_rightinfo .active_plate_box .textbox .p1{font-size: 16px;line-height: 20px;color: #232f3f;font-family: 'Quicksand-Bold';cursor: pointer;margin-left: 8px;margin-right: 12px;}
.pro_rightinfo .active_plate_box .textbox .p1 span{margin-left: 6px;font-weight: bold;text-decoration: underline;color: #00a341;}
.pro_rightinfo .active_plate_box .btn{min-width: 70px;width: max-content;padding: 0px 12px;height: 26px;text-align: center;line-height: 26px;cursor: pointer;font-size: 14px;color: #ea5504;font-family: 'Quicksand-Bold';background: #fff;border-radius: 50px;margin-right: 10px;}
.pro_rightinfo .active_plate_box .wop_shopcode_copybtn{background: #ea5504;color: #fff;}
.pro_rightinfo .active_plate_box .look_detailsbtn{margin-top: 6px;}
.pro_rightinfo .active_plate_box .look_paynowbtn{background: #ea5504;color: #fff;margin-top: 6px;}
.pro_rightinfo .active_plate_box .detail_infobox{width: 100%;font-size: 14px;line-height: 20px;color: #666666;font-family: 'Quicksand-Regular';margin-top: 10px;background: #fff;padding: 6px 8px;border-radius: 4px;}

.pro_rightinfo .model{display: flex;flex-direction: column;width: 100%;}
.pro_rightinfo .model .t1{font-size: 16px;line-height: 16px;color: #232f3f;font-family: 'Quicksand-Bold';margin-bottom: 12px;}
.pro_rightinfo .model .model_con{display: flex;align-items: center;flex-wrap: wrap;}
.pro_rightinfo .model .btn{min-width: calc((100% - 60px)/5);padding: 0px 10px;margin-right: 15px;border: 1px solid #e1e1e1;border-radius: 48px;overflow: hidden;
margin-bottom: 12px;transition: all .2s linear;-webkit-transition: all .2s linear;cursor: pointer;}
.pro_rightinfo .model .btn p{font-size: 14px;line-height: 30px;color: #232f3f;font-family: 'Quicksand-Medium';width: 100%;text-align: center;display: block;transition: all .2s linear;-webkit-transition: all .2s linear;}
.pro_rightinfo .model .btn.cur{border-color: #335C80;background: #335C80;}
.pro_rightinfo .model .btn.cur p{color: #fff;}
.pro_rightinfo .model .btn.disable{border: 1px dashed #335C80;display: none;}
.pro_rightinfo .model .btn.disable p{color: #888888;cursor: default;}

.pro_rightinfo .num_cart{margin: 20px 0px;display: flex;align-items: center;flex-direction: row;}
.pro_rightinfo .num_cart .num_box{border: 1px solid #e0e0e0;border-radius: 48px;overflow: hidden;background: #fff;display: flex;align-items: center;margin-right: 20px;}
.pro_rightinfo .num_cart .num_box div{width: 42px;height: 42px;border-radius: 50%;overflow: hidden;background: #fff;position: relative;display: block;caret-color: rgba(0,0,0,0);cursor: pointer;}
.pro_rightinfo .num_cart .num_box div::before{content: '';position: absolute;width: 16px;height: 2px;background: #232f3f;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pro_rightinfo .num_cart .num_box div.plus::after{content: '';position: absolute;width: 2px;height: 16px;background: #232f3f;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pro_rightinfo .num_cart .num_box input{width: 56px;line-height: 42px;text-align: center;color: #232f3f;font-size: 16px;}
.pro_rightinfo .num_cart .num_box input::-webkit-outer-spin-button,
.pro_rightinfo .num_cart .num_box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.pro_rightinfo .num_cart .num_box input[type="number"]{
    -moz-appearance: textfield;
}

.pro_rightinfo .buy_now{width: 100%;display: flex;flex-direction: row;}
.pro_rightinfo .num_cart .cart_btn{flex: 1;height: 48px;margin-right: 16px;border: 1px solid #ea5504;border-radius: 48px;transition: all .4s linear;-webkit-transition: all .4s linear;background: #fff;}
.pro_rightinfo .num_cart .cart_btn div{padding: 0 35px;height: 48px;width: 100%;display: flex;align-items: center;cursor: pointer;justify-content: center;}
.pro_rightinfo .num_cart .cart_btn div i{font-size: 20px;display: block;color: #ea5504;display: block;margin-right: 8px;font-weight: bold;margin-bottom: 2px;}
.pro_rightinfo .num_cart .cart_btn div h5{font-size: 18px;color: #ea5504;font-family: 'Quicksand-Bold';}
.pro_rightinfo .num_cart .cart_btn:hover{ background: #ea5504; color: #fff;}
.pro_rightinfo .num_cart .cart_btn:hover div i{color: #fff;}
.pro_rightinfo .num_cart .cart_btn:hover div h5{color: #fff;}
.pro_rightinfo .buy_now .paypal_btn{width: 100%;display: flex;flex-direction: column;align-items: center;}
.pro_rightinfo .buy_now .wop_paypal_buy{width: 100%;height: 48px;display: flex;flex-direction: row;align-items: center;justify-content: center;background: #ffc520;border-radius: 50px;cursor: pointer;}
.pro_rightinfo .buy_now .wop_paypal_buy:hover{background: #e5b939;}
.pro_rightinfo .buy_now .wop_paypal_buy .p1{font-size: 14px;color: #232f3f;font-family: 'Quicksand-Bold';}
.pro_rightinfo .buy_now .wop_paypal_buy .paypal_icon{width: 100px;height: auto;}
.pro_rightinfo .buy_now .probuy{width: 100%;height: 48px;display: flex;flex-direction: row;align-items: center;justify-content: center;background: #ea5504;border: 1px solid #ea5504;border-radius: 50px;cursor: pointer;font-size: 18px;color: #ffffff;font-family: 'Quicksand-Bold';}
.pro_rightinfo .buy_now .probuy:hover{color: #ea5504;background: #fff;}
.pro_rightinfo .wop_sold_out{width: 100%;background: #999999;line-height: 48px;border-radius: 48px;border: 1px solid #999999;}
.pro_rightinfo .wop_sold_out a{color: #fff;width: 100%;height: 100%;display: block;text-transform:uppercase;font-size: 18px;font-family: 'Quicksand-Bold';text-align: center;cursor: pointer;}
.wop_product .pro_rightinfo .wop_paytype_imglist{width: 100%;display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;margin-top: 20px;}
.wop_product .pro_rightinfo .wop_paytype_imglist .icon{width: 50px;height: auto;margin-right: 10px;}
.wop_product .pro_rightinfo .wop_scheduled_time{display: flex;flex-direction: row;align-items: center;margin-top: 20px;width: 100%;background: #ffeee4;padding: 12px 0px;border-radius: 8px;}
.wop_product .pro_rightinfo .wop_scheduled_time .note{width: 60px;height: auto;margin-right: 8px;}
.wop_product .pro_rightinfo .wop_scheduled_time .text{font-size: 14px;color: #ea5504;font-family: 'Quicksand-Regular';}
.wop_product .pro_rightinfo .wop_scheduled_time .text span{font-family: 'Quicksand-Bold';}

.wop_product .pro_rightinfo .wop_activity_banner{width: 100%;margin-top: 16px;}
.wop_product .pro_rightinfo .wop_activity_banner a{width: 100%;cursor: pointer;}
.wop_product .pro_rightinfo .wop_activity_banner a .img1{width: 100%;height: auto;}

.flow_path{display: flex;justify-content: space-between;align-items: center;padding: 40px 0px 0px;}
.flow_path p{display: inline-block;font-size: 14px;line-height: 20px;color: #999999;font-family: 'Quicksand-Bold';display: flex;align-items: center;}
.flow_path p i{display: block;margin-right: 12px;font-size: 24px;color: #ea5504;}

/* 套装 推荐板块 */
.bundle_box{padding-top: 40px;border-top: 1px solid #e0e0e0;margin-top: 40px;}
.bundle_box h3{font-size: 24px;line-height: 20px;color: #232f3f;font-family: 'Quicksand-Bold';}
.bundle_box h2{font-size: 16px;line-height: 20px;color: #888888;font-family: 'Quicksand-Regular';margin: 12px 0 0px;}
.Bundle_list{display: flex;caret-color: rgba(0,0,0,0);margin-top: 40px;}
.Bundle_list .wop_first_bundleli {flex: 1;}
.Bundle_list .Bundleli{position: relative;}
.Bundle_list .Bundleli:first-child{margin-left: 0;}
.Bundle_list .list{flex: 2;display: flex;flex-direction: row;flex-wrap: wrap;padding-left: 32px;}
.Bundle_list .list .Bundleli{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px;overflow: hidden;}
.Bundle_list .list .Bundleli:nth-child(2n){margin-right: 0px;}

.Bundle_list .Bundleli .Bundle_img{width: 100%; height: 0;padding-bottom: 100%;position: relative;border-radius: 15px;background: #fff;overflow: hidden;}
.Bundle_list .Bundleli .Bundle_img .pic{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;text-align: center;}
.Bundle_list .Bundleli .Bundle_img img{display: block;width: 100%;height: 100%;margin: 0 auto;}

.Bundle_list .Bundleli .text{padding: 20px 20px;}
.Bundle_list .Bundleli p{font-size: 18px;line-height: 24px;color: #888888;font-family: 'Quicksand-Regular';text-align: center;}
.Bundle_list .Bundleli .price-line{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin-top: 12px;}
.Bundle_list .Bundleli .price-line h5{font-size: 20px;line-height: 26px;color: #EA5504;font-family: 'MADETommySoft-Bold';}
.Bundle_list .Bundleli .price-line p{font-size: 16px;line-height: 20px;color: #999999;font-family: 'MADETommySoft-Regular';margin-left: 12px;text-decoration: line-through;}

.Bundle_list .Bundleli .option{border: 2px solid #b1b1b1;transition: all .2s linear;-webkit-transition: all .2s linear;margin-right: 10px;
display: flex;align-items: center;justify-content: center;width: 22px;height: 22px;border-radius: 4px;cursor: pointer;}
.Bundle_list .Bundleli .option i{font-size: 14px;color: #ea5504;font-weight: bold;opacity: 0;}
.Bundle_list .Bundleli .option.cur{border-color: #ea5504;}
.Bundle_list .Bundleli .option.cur i{opacity: 1;}

.Bundle_list .Bundleli.Bundleli_main{background: unset;margin-right: 32px;height: max-content;border-radius: 15px;}
.Bundle_list .Bundleli.Bundleli_main .Bundleli_main-con {margin-right: 10px;}
.Bundle_list .Bundleli.Bundleli_main .add_icon{position: absolute;right: -25px;top: 36%;transform: translateY(-50%);}
.Bundle_list .Bundleli.Bundleli_main .add_icon::before{content: '';position: absolute;width: 22px;height: 3px;background: #232f3f;left: 50%;left: 50%;transform: translate(-50%,-50%);}
.Bundle_list .Bundleli.Bundleli_main .add_icon::after{content: '';position: absolute;width: 3px;height: 22px;background: #232f3f;left: 50%;left: 50%;transform: translate(-50%,-50%);}

.wop_bundle_price_btn{flex: 1;padding-left: 50px;display: flex;flex-direction: column;}
.subtotal{display: flex;flex-direction: column;}
.subtotal h5{font-size: 18px;line-height: 20px;color: #232f3f;font-family: 'Quicksand-Bold';font-weight: bold;}
.wop_bundle_price_btn .wop_pricebox{display: flex;flex-direction: row;align-items: flex-end;margin-top: 15px;}
.wop_bundle_price_btn .wop_bundle_save{width: 130px;text-align: center;padding: 5px 14px;background-color: #FFC317;font-size: 16px;color: #000000;border-radius: 50px;margin-top: 16px;font-family: 'Quicksand-Bold';}
.subtotal p{font-size: 16px;line-height: 20px;color: #999999;font-family: 'MADETommySoft-Regular';margin-left: 8px;}
.subtotal h6{font-size: 28px;line-height: 28px;color: #ea5504;font-family: 'MADETommySoft-Bold';}

.cart_buy{display: flex;flex-direction: column;margin-top: 40px;}
.cart_buy div{border-radius: 48px;line-height: 48px;border: 1px solid #ea5504;color: #ea5504;width:200px;transition: all .4s linear;-webkit-transition: all .4s linear;
display: block;text-align: center;font-size: 18px;font-family: 'Quicksand-Bold';cursor: pointer;}
.cart_buy div.buy{color: #fff;background: #ea5504;margin-top: 16px;}

.cart_buy div.buttomcart:hover{background: #ea5504;color: #fff;}

@media (max-width:1360px) {
	.pro_rightinfo{width: calc(54% - 60px);}
	.pro_rightinfo h1{font-size: 28px;margin-bottom: 16px;}
	.pro_rightinfo .score5{margin-bottom: 16px;}
	.pro_rightinfo .price{margin-bottom: 16px;}
	
	.Bundle_list .Bundleli .text{padding: 20px 20px;}
	.Bundle_list .Bundleli .price-line{margin-top: 10px;}
	.Bundle_list .Bundleli .price-line h5{font-size: 18px;}

	.pro_rightinfo .model .btn{min-width: calc((100% - 45px)/4);}
}
@media (max-width:1280px) {
	.pro_leftswp{width: 46%;}
	.pro_rightinfo{width: calc(54% - 40px);}
	.pro_rightinfo h1{font-size: 26px;}
	.pro_rightinfo h2{margin-bottom: 12px;}
	
	.pro_rightinfo .price h3{font-size: 30px;line-height: 40px;}
	.pro_rightinfo .price h4{font-size: 20px;}
	.pro_rightinfo .model .btn{min-width: calc((100% - 30px)/3);}
	.pro_rightinfo .model .btn p{line-height: 30px;}
	
	.pro_rightinfo .num_cart .num_box div{width: 40px;height: 40px;}
	.pro_rightinfo .num_cart .num_box input{line-height: 40px;}
	
	.pro_rightinfo .num_cart .cart_btn{height: 40px;}
	.pro_rightinfo .num_cart .cart_btn div{height: 40px;padding: 0px 20px;}
	.pro_rightinfo .buy_now .probuy{font-size: 16px;height: 40px;}
	.pro_rightinfo .buy_now .wop_paypal_buy{height: 40px;}
	.pro_rightinfo .buy_now .wop_paypal_buy .paypal_icon{width: 90px;}
	.pro_rightinfo .wop_sold_out{line-height: 40px;width: 380px;}
	.flow_path p i{margin-right: 14px;}
	
	.bundle_box h3{font-size: 22px;}
	.Bundle_list .Bundleli p{font-size: 16px;}
	.Bundle_list .Bundleli .price-line{margin-top: 10px;}
	.Bundle_list .Bundleli .price-line h5{font-size: 18px;}

	
	.cart_buy div{line-height: 40px;}
}
@media (max-width:1080px) {
	.pro_leftswp{width: 46%;}
	.pro_rightinfo{width: calc(54% - 40px);}
	
	.pro_rightinfo .colorbox{margin-bottom: 12px;}
    .pro_rightinfo .colorbox .t1{font-size: 14px;}
	.pro_rightinfo .model{margin-bottom: 10px;}
    .pro_rightinfo .model .t1{font-size: 14px;}
	.pro_rightinfo .num_cart{margin: 10px 0 30px;}

	.pro_rightinfo .active_plate_box{padding: 14px 12px;width: 100%;}
	.pro_rightinfo .active_plate_box .textbox .p1{font-size: 16px;}
	.pro_rightinfo .active_plate_box .btn{font-size: 14px;margin-top: 8px;}
	.pro_rightinfo .active_plate_box .detail_infobox{width: 100%;font-size: 14px;}
	
	.flow_path{padding: 30px 0px 0px;}
	
	.pro_rightinfo .num_cart .cart_btn div h5{font-size: 14px;}
	.pro_rightinfo .num_cart .cart_btn div i{font-size: 18px;}
	.pro_rightinfo .buy_now .probuy{font-size: 14px;}
	.pro_rightinfo .wop_sold_out a{font-size: 14px;}

	.bundle_box{padding-top: 30px;margin-top: 30px;}
	.Bundle_list .Bundleli.Bundleli_main .add_icon{top: 24%;}
}
@media (max-width:825px) {
	.pro_LR{flex-wrap: wrap;}
	.pro_leftswp{width: 100%;}
	.pro_rightinfo{width: 100%;}
	
	.pro_rightinfo h1{margin-top: 30px;}
	.flow_path{flex-wrap: wrap;padding: 20px 0px 0px;padding-top: 10px;}
	.flow_path p{margin-top: 12px;line-height: 16px;font-family: 'Quicksand-Regular';font-size: 12px;}
	.flow_path p i{margin-right: 6px;font-size: 18px;}

	.pro_rightinfo .active_plate_box{padding: 14px 12px;width: 520px;}
	.pro_rightinfo .active_plate_box .textbox .p1{font-size: 16px;}
	.pro_rightinfo .active_plate_box .btn{font-size: 14px;margin-top: 6px;}
	.pro_rightinfo .active_plate_box .detail_infobox{width: 100%;font-size: 14px;}

	.pro_rightinfo .wop_flash_progress{width: 70%;}
	
	.pro_rightinfo .buy_now{width: 80%;}
	.pro_rightinfo .buy_now .probuy{font-size: 14px;}
	.pro_rightinfo .wop_sold_out{width: 365px;}
    .wop_product .pro_rightinfo .wop_paytype_imglist{margin-top: 20px;}
    .wop_product .pro_rightinfo .wop_paytype_imglist .icon{width: 54px;height: auto;margin-right: 8px;}
	.wop_product .pro_rightinfo .wop_scheduled_time{width: 80%;}
	.wop_product .pro_rightinfo .wop_scheduled_time .note{width: 50px;}
	.pro_rightinfo .num_cart .num_box input{font-size: 14px;}
	
	.bundle_box{padding-top: 20px;margin-top: 20px;}
	.bundle_box h3{font-size: 16px;}
	.Bundle_list{flex-direction: column;margin-top: 24px;}
	.Bundle_list .list{padding-left: 0px;}
	.Bundle_list .list .Bundleli{margin-bottom: 10px;}
	.Bundle_list .list .Bundleli{width: 100%;margin-right: 0!important;box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);border-radius: 15px;overflow: hidden;}
	.Bundle_list .list .Bundleli a{display: flex;}
	.Bundle_list .Bundleli .text{width: 60%;padding: 20px;background: #f7f5f4;display: flex;flex-direction: column;justify-content: initial;align-items: flex-start;}
	.Bundle_list .Bundleli .option{position: absolute;top: 22px;right: 0px;width: 20px;height: 20px;border-radius: 4px;}
	.Bundle_list .Bundleli .option i{font-size: 12px;}
	
	.Bundle_list .Bundleli.Bundleli_main{overflow: hidden;width: 100%;display: flex;align-items: center;box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);margin-bottom: 10px;margin-right: 0;}
	.Bundle_list .Bundleli.Bundleli_main .Bundleli_main-con {margin-right: 0px;width: 100%;display: flex;}

	.Bundle_list .Bundleli.Bundleli_main .add_icon{display: none;}
	.Bundle_list .Bundleli .Bundle_img{padding-bottom: 40%;width: 40%;border-radius: 0px;}
	.Bundle_list .Bundleli p{font-size: 14px;text-align: left;line-height: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;margin-right: 26px;}
	.Bundle_list .Bundleli .price-line{margin-top: 10px;}
	.Bundle_list .Bundleli .price-line h5{font-size: 16px;line-height: 24px;}
	.Bundle_list .Bundleli .price-line p{font-size: 12px;line-height: 24px;margin-left: 10px;}
	
	.wop_bundle_price_btn{padding-left: 0px;}
	.wop_bundle_price_btn .subtotal{flex-direction: row;align-items: center;}
	.wop_bundle_price_btn .subtotal .wop_pricebox{margin-top: 0px;margin-left: 10px;}
	.subtotal{justify-content: flex-start;margin: 30px 0 0;}
	.wop_bundle_price_btn .cart_buy{flex-direction: row;margin-top: 20px;}
	.cart_buy div{width: calc(50% - 10px);font-size: 14px;}
	.cart_buy div.cart{margin-left: 0;}
	.cart_buy div.buy{margin-left: 20px;margin-top: 0px;}
}
@media (max-width:480px) {
    .wop_product .pro_leftswp .wop_folat_discount{min-width: 64px;height: 24px;line-height: 24px;font-size: 14px;}
	.wop_product .pro_leftswp .wop_folat_hot{min-width: 64px;height: 24px;line-height: 24px;font-size: 14px;}
	.pro_leftswp .mySwiper .swiper-slide{width: calc(25% - 7.5px);margin-right: 10px;}

	.protop_main{padding-bottom:24px;padding-top: 16px;}
	.pro_rightinfo h1{font-size: 20px;line-height: 26px;margin: 20px 0 10px;}
	.pro_rightinfo .wop_pro_bigtitle .pre-salebox{min-width: 64px;height: 24px;line-height: 24px;font-size: 14px;margin-right: 6px;}
	.pro_rightinfo h2{font-size: 16px;margin-bottom: 20px;}
	
	.pro_rightinfo .score5{margin-bottom: 10px;}
	.pro_rightinfo .score5 p{font-size: 14px;line-height: 16px;}
	.pro_rightinfo .price{flex-wrap: wrap;}
	.pro_rightinfo .price h3{font-size: 28px;line-height: 26px;margin-right: 6px;}
	.pro_rightinfo .price h4{font-size: 14px;line-height: 26px;margin-right: 8px;}
	
	.pro_rightinfo .colorbox .col{width: 46px;height: 46px;margin-right: 8px;border-radius: 6px;}

	.pro_rightinfo .shop_flashsale_box{margin-left: 0px;margin-top: 10px;margin-bottom: 6px;}
	.pro_rightinfo .shop_flashsale_box .p2{color: #434343;font-size: 12px;}
	.pro_rightinfo .sale_downcount_box .flip{width: 32px;height: 24px;}
	.pro_rightinfo .sale_downcount_box .flip .flip-clock{font-size: 14px;line-height: 14px;}
	.pro_rightinfo .sale_downcount_box .flip-dot{color: #434343;padding: 0px 2px;font-size: 12px;}

	.pro_rightinfo .wop_flash_progress{width: 100%;height: 70px;margin-bottom: 16px;padding: 0px 12px;}
	.pro_rightinfo .wop_flash_progress .top{margin-bottom: 6px;}
	.pro_rightinfo .wop_flash_progress .top .p1{font-size: 14px;line-height: 18px;}
	.pro_rightinfo .wop_flash_progress .progessbox .line{height: 12px;}
	.pro_rightinfo .wop_flash_progress .progessbox .p1{margin-left: 10px;font-size: 12px;}

	.pro_rightinfo .wop_public_codebox{width: 100%;height: 70px;margin-bottom: 16px;padding: 0px 12px;justify-content: space-between;}
	.pro_rightinfo .wop_public_codebox .p1{font-size: 14px;line-height: 18px;}
	.pro_rightinfo .wop_public_codebox .imgbox{padding: 0px 12px;}
	.pro_rightinfo .wop_public_codebox .imgbox img{width: 42px;margin-bottom: -1px;}
	.pro_rightinfo .wop_public_codebox .imgbox .line{margin-left: 8px;}
	.pro_rightinfo .wop_public_codebox .right_box .p2{font-size: 12px;line-height: 14px;margin-bottom: 4px;}
	.pro_rightinfo .wop_public_codebox .right_box .btnbox{min-width: 80px;height: 24px;padding: 0px 10px;font-size: 12px;line-height: 24px;}
	.pro_rightinfo .wop_public_codebox .right_box .btnbox i{margin-left: 6px;}

	.pro_rightinfo .active_plate_box{padding: 10px 8px;width: 100%;margin-bottom: 16px;}
	.pro_rightinfo .active_plate_box .textbox .p1{font-size: 12px;}
	.pro_rightinfo .active_plate_box .btn{font-size: 14px;margin-top: 4px;margin-right: 8px;padding: 0px 8px;}
	.pro_rightinfo .active_plate_box .detail_infobox{width: 100%;font-size: 12px;}
	
	.pro_rightinfo .buy_now{width: 100%;flex-direction: column;margin: 20px 0px 10px;}
	.pro_rightinfo .num_cart .cart_btn{margin-right: 0px;height: 42px;}
	.pro_rightinfo .num_cart .cart_btn div{height: 42px;}
	.pro_rightinfo .buy_now .wop_paypal_buy{height: 42px;}
	.pro_rightinfo .buy_now .paypal_btn{width: 100%;}
	.pro_rightinfo .num_cart .cart_btn div i{font-size: 16px;margin-bottom: 3px;line-height: 16px;}
	.pro_rightinfo .num_cart .cart_btn div h5{font-size: 14px;}
	.pro_rightinfo .buy_now .probuy{font-size: 14px;height: 42px;}
	.pro_rightinfo .buy_now .wop_paypal_buy .p1{font-size: 12px;}
	.pro_rightinfo .buy_now .wop_paypal_buy .paypal_icon{width: 80px;}
	.pro_rightinfo .wop_sold_out{width: 100%;}
	.pro_rightinfo .wop_sold_out a{text-align: center;white-space: nowrap;}
    .wop_product .pro_rightinfo .wop_paytype_imglist{margin-top: 16px;}
    .wop_product .pro_rightinfo .wop_paytype_imglist .icon{width: 46px;margin-right: 8px;}
	.wop_product .pro_rightinfo .wop_scheduled_time{padding: 10px 12px 10px 0px;width: 100%;}
    .wop_product .pro_rightinfo .wop_scheduled_time .note{width: 50px;}
	.wop_product .pro_rightinfo .wop_scheduled_time .text{font-size: 12px;}
	.pro_rightinfo .num_cart{align-items: flex-start;margin-bottom: 10px;}
	.pro_rightinfo .model .btn p{font-size: 12px;}
	.pro_rightinfo .num_cart .num_box input{font-size: 16px;width: 40px;}
	.flow_path{margin-top: 10px;}

	.wop_product .pro_rightinfo .wop_discount{width: auto;height: 24px;line-height: 24px;font-size: 14px;}
	.pro_rightinfo .model .btn{min-width: calc((100% - 30px)/2);}
	
	.bundle_box{padding-top: 20px;margin-top: 20px;}
	.bundle_box h3{font-size: 16px;}
	.bundle_box h2{font-size: 12px;line-height: 16px;margin: 6px 0 0px;}
	.Bundle_list .list .Bundleli{margin-bottom: 10px;}
	.Bundle_list .list .Bundleli{width: 100%;margin-right: 0!important;box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);border-radius: 15px;overflow: hidden;}
	.Bundle_list .list .Bundleli a{display: flex;}
	.Bundle_list .Bundleli .text{width: 60%;padding: 16px;background: #f7f5f4;display: flex;flex-direction: column;justify-content: initial;align-items: flex-start;}
	.Bundle_list .Bundleli .option{position: absolute;top: 18px;right: 0px;width: 20px;height: 20px;border-radius: 4px;}
	.Bundle_list .Bundleli .option i{font-size: 12px;}
	
	.Bundle_list .Bundleli.Bundleli_main{overflow: hidden;width: 100%;display: flex;align-items: center;box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);margin-bottom: 10px;margin-right: 0;}
	
	.Bundle_list .Bundleli.Bundleli_main .add_icon{display: none;}
	.Bundle_list .Bundleli .Bundle_img{padding-bottom: 40%;width: 40%;border-radius:0px;}
	.Bundle_list .Bundleli p{font-size: 14px;text-align: left;line-height: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;margin-right: 24px;}
	.Bundle_list .Bundleli .price-line{margin-top: 10px;}
	.Bundle_list .Bundleli .price-line h5{font-size: 16px;line-height: 24px;}
	.Bundle_list .Bundleli .price-line p{font-size: 12px;line-height: 24px;margin-left: 10px;}
	
	.wop_bundle_price_btn .subtotal{flex-direction: row;}
	.wop_bundle_price_btn .subtotal .wop_pricebox{margin-top: 0px;margin-left: 10px;}
	.subtotal{justify-content: flex-start;margin: 30px 0 0;}
	.wop_bundle_price_btn .cart_buy{flex-direction: row;margin-top: 20px;}
	.cart_buy div{width: calc(50% - 10px);font-size: 14px;}
	.cart_buy div.cart{margin-left: 0;}
	.cart_buy div.buy{margin-left: 20px;margin-top: 0px;}
	
}

/* tab板块 */
.wop_productpage .inner_sortbtn{margin: 0 auto;margin-top: 60px;}
.layui-layer-msg.layer-anim-06{display: none;}
.layui-layer-hui.layer-anim{display: block;}
.foot-box{padding-bottom: 70px;}
@media (max-width:480px) {
    .totop_btn{bottom: 120px;}
    .foot-box{padding-bottom: 90px;}
    .headerMenu.scroll{box-shadow: unset;}
    .wop_productpage .inner_sortbtn{margin-top: 40px;max-width: 100%;}
    .wop_productpage .inner_sortbtn.scroll{position: fixed;top:108px;left: 0;width: 100%;margin-top: 0;border-radius: 0;z-index: 99;height: auto;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);}
    .wop_productpage .inner_sortbtn.scroll2{position: fixed;top:108px;left: 0;width: 100%;margin-top: 0;border-radius: 0;z-index: 99;height: auto;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);}
    .wop_productpage .inner_sortbtn ul{border-radius: unset;justify-content: space-between;}
    .wop_productpage .inner_sortbtn li{flex: 1;}
    .wop_productpage .inner_sortbtn.scroll li p{color: #232f3f;line-height: 38px;text-align: center;background: #fff;border-radius: unset;position: relative;}
    .wop_productpage .inner_sortbtn.scroll li.active p{color: #232f3f;background: #fff;}
    .wop_productpage .inner_sortbtn.scroll li.active p:before{content: '';position: absolute;left: 50%;bottom: 0;width: 40%;height: 2px;background: #232f3f;transform: translateX(-50%);}
}
@media (max-width: 1220px) {
    .wop_productpage .inner_sortbtn.scroll{z-index: 888 !important;}
    .headerMenu-bg2{z-index: 1000;}
}
@media (max-width:480px) {
    .wop_productpage .inner_sortbtn.scroll{z-index: 888 !important;}
    .headerMenu-bg2{z-index: 1000;}
}
@media (min-width:480px) {
    .wop_productpage .inner_sortbtn.scroll{position: fixed;top:135px;left: 0;width: 100%;margin-top: 0;border-radius: 0;z-index: 96;height: auto;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);background: #F2F1F0;}
    .wop_productpage .inner_sortbtn.scroll2{position: fixed;top:135px;left: 0;width: 100%;margin-top: 0;border-radius: 0;z-index: 96;height: auto;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);}
    .wop_productpage .inner_sortbtn.scroll ul{width: 60%;margin: auto;background: #F2F1F0;}
    .wop_productpage .inner_sortbtn ul{border-radius: unset;display: flex;align-items: center;justify-content: center;}
    .wop_productpage .inner_sortbtn.scroll li{border-radius: 0px;}
    .wop_productpage .inner_sortbtn.scroll li p{color: #232f3f;line-height: 38px;text-align: center;background: #F2F1F0;border-radius: unset;position: relative;}
    .wop_productpage .inner_sortbtn.scroll li.active p{color: #232f3f;background: #F2F1F0;}
    .wop_productpage .inner_sortbtn.scroll li.active p:before{content: '';position: absolute;left: 50%;bottom: 0;width: 40%;height: 2px;background: #232f3f;transform: translateX(-50%);}
}

/* 猜你喜欢板块 */
.pro_likelist{width: 100%;display: flex;flex-direction: column;align-items: center;padding-bottom: 72px;}
.pro_likelist h2{font-size: 32px;line-height: 34px;color: #232f3f;font-family: 'Quicksand-Bold';margin-bottom: 36px;text-align: center;}

@media (max-width:1360px) {
	.pro_likelist{padding-bottom: 60px;}
    .pro_likelist h2{font-size: 26px;line-height: 28px;margin-bottom: 30px;}
}
@media (max-width:825px) {
	.pro_likelist{padding-bottom: 50px;}
    .pro_likelist h2{font-size: 24px;margin-bottom: 24px;}
}
@media (max-width:480px) {
	.pro_likelist{padding-bottom: 40px;}
    .pro_likelist h2{font-size: 22px;margin-bottom: 20px;}
}

/* 产品对比模块 */
.wop_product_comparison {padding-top: 80px;border-top: 1px solid #e0e0e0;display: flex;flex-direction: column;align-items: center;}
.wop_product_comparison h2 {font-size: 32px;line-height: 36px;;margin-bottom: 40px;font-family: 'Quicksand-Bold';color: #232f3f;text-align: center;}
.wop_product_comparison .product_comparison_box {width: 100%;display: flex;flex-direction: row;overflow: hidden;}
.product_comparison_box .box_thead {width: 200px;display: flex;flex-direction: column;align-items: center;overflow-x: scroll;overflow-y: hidden;}
.product_comparison_box .box_thead .thead_li {width: 100%;;border-bottom: 1px dashed #CCCCCC;height: 70px;text-align: center;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #000000;font-family: 'Quicksand-Bold';}
.product_comparison_box .box_thead .thead_li:first-child {height: 400px;}
.product_comparison_box .box_tbody {flex: 1;display: flex;flex-direction: row;overflow-x: scroll;overflow-y: hidden;}
.product_comparison_box .box_tbody .tbody_li {min-width: 240px;display: flex;flex-direction: column;}
.product_comparison_box .box_tbody .tbody_li .li_box {border-bottom: 1px dashed #CCCCCC;height: 70px;display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 16px;color: #000000;font-family: 'Quicksand-Regular';}
.product_comparison_box .box_tbody .tbody_li .li_box:first-child {height: 400px;}
.product_comparison_box .li_shop .imgbox {width: 180px;height: 180px;}
.product_comparison_box .li_shop .p1 {font-size: 16px;color: #000000;margin-top: 20px;text-align: center;font-family: 'Quicksand-Bold';line-height: 20px;padding: 0px 10px;overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.product_comparison_box .li_shop .p2 {font-size: 24px;color: #EA5504;margin-top: 20px;text-align: center;font-family: 'Quicksand-Bold';line-height: 28px;}
.product_comparison_box .li_shop .p3 {font-size: 12px;color: #888888;margin-top: 20px;text-align: center;font-family: 'Quicksand-Bold';line-height: 20px;}
.product_comparison_box .li_shop .btn {width: 150px;height: 36px;border: 1px solid #000000;border-radius: 50px;text-align: center;line-height: 36px;text-align: center;font-size: 12px;color: #000000;font-family: 'Quicksand-Bold';cursor: pointer;margin-top: 15px;}
.product_comparison_box .li_shop .btn:hover {border: 1px solid #EA5504;background: #EA5504;color: #fff;}

@media (min-width:1080px) {
	.product_comparison_box .box_thead::-webkit-scrollbar {display: none;}
	.product_comparison_box .box_tbody::-webkit-scrollbar {display: none;}
}

@media (max-width: 1360px) {
    .wop_product_comparison h2 {font-size: 26px;margin-bottom: 30px;line-height: 36px;}
}

@media (max-width:1080px) {
	.wop_product_comparison {padding-top: 40px;}
	.wop_product_comparison h2 {font-size: 26px;margin-bottom: 30px;line-height: 36px;}
	.product_comparison_box .box_thead {width: 160px;box-shadow: 2px 0px 10px #0000001a;}
	.product_comparison_box .box_thead .thead_li {height: 50px;font-size: 12px;}
	.product_comparison_box .box_thead .thead_li:first-child {height: 300px;}
	.product_comparison_box .box_tbody .tbody_li {min-width: 200px;}
	.product_comparison_box .box_tbody .tbody_li .li_box {height: 50px;font-size: 12px;}
	.product_comparison_box .box_tbody .tbody_li .li_box:first-child {height: 300px;}
	.product_comparison_box .li_shop .imgbox {width: 120px;height: 120px;}
	.product_comparison_box .li_shop .p1 {font-size: 14px;margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .p2 {font-size: 14px;margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .p3 {margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .btn {width: 100px;margin-top: 10px;}
}

@media (max-width:769px) {
	.wop_product_comparison {padding-top: 40px;}
	.wop_product_comparison h2 {font-size: 24px;margin-bottom: 40px;line-height: 36px;}
	.product_comparison_box .box_thead {width: 160px;box-shadow: 2px 0px 10px #0000001a;}
	.product_comparison_box .box_thead .thead_li {height: 50px;font-size: 12px;}
	.product_comparison_box .box_thead .thead_li:first-child {height: 300px;}
	.product_comparison_box .box_tbody .tbody_li {min-width: 200px;}
	.product_comparison_box .box_tbody .tbody_li .li_box {height: 50px;font-size: 12px;}
	.product_comparison_box .box_tbody .tbody_li .li_box:first-child {height: 300px;}
	.product_comparison_box .li_shop .imgbox {width: 120px;height: 120px;}
	.product_comparison_box .li_shop .p1 {font-size: 14px;margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .p2 {font-size: 14px;margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .p3 {margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .btn {width: 100px;margin-top: 10px;}
}

@media (max-width:560px) {
	.wop_product_comparison {padding-top: 40px;}
	.wop_product_comparison h2 {font-size: 22px;margin-bottom: 20px;line-height: 30px;}
	.product_comparison_box .box_thead {width: 80px;box-shadow: 2px 0px 10px #0000001a;}
	.product_comparison_box .box_thead .thead_li {height: 50px;font-size: 12px;}
	.product_comparison_box .box_thead .thead_li:first-child {height: 300px;}
	.product_comparison_box .box_tbody .tbody_li {min-width: 160px;}
	.product_comparison_box .box_tbody .tbody_li .li_box {height: 50px;font-size: 12px;}
	.product_comparison_box .box_tbody .tbody_li .li_box:first-child {height: 300px;}
	.product_comparison_box .li_shop .imgbox {width: 120px;height: 120px;}
	.product_comparison_box .li_shop .p1 {font-size: 14px;margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .p2 {font-size: 14px;margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .p3 {margin-top: 12px;line-height: 18px;}
	.product_comparison_box .li_shop .btn {width: 100px;margin-top: 10px;height: 30px;line-height: 30px;}
	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
	.product_comparison_box .box_tbody::-webkit-scrollbar {
		width: 3px;
		height: 3px;
		background-color: #ffffff;
	}
	/*定义滚动条轨道 内阴影+圆角*/
	.product_comparison_box .box_tbody::-webkit-scrollbar-track {
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #ffffff;
	}
	/*定义滑块 内阴影+圆角*/
	.product_comparison_box .box_tbody::-webkit-scrollbar-thumb {
		border-radius: 10px;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
		background-color: #ea5504;
	}
}

/* 产品规格板块 */
.pro_detail1 .pro_more1 .pcimg{display: block;}
.pro_detail1 .pro_more1 .phimg{display: none;}
@media (max-width:480px) {
	.pro_detail1 .pro_more1 .pcimg{display: none;}
    .pro_detail1 .pro_more1 .phimg{display: block;}
}

.pro_detail2{margin-top: 60px;}
.detail2_box{padding: 72px 0;border-top: 1px solid #e0e0e0;}
.detail2_box h2{font-size: 26px;line-height: 36px;color: #232f3f;font-family: 'Quicksand-Bold';margin-bottom: 26px;}
.detail2_box p{font-size: 16px;line-height: 28px;color: #888888;font-family: 'Quicksand-Regular';padding: 10px 0;}
.detail2_box .left-text{width: 60%;float: left;padding-right: 20px;}
.detail2_box .left-text p{position: relative;padding-left: 16px;}
.detail2_box .left-text p::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;border-radius: 50%;background: #888888;}
.detail2_box .right-img{max-width: 40%;height: auto;margin-left: auto;float: right;}
.detail2_box .right-img img{display: block;max-width: 100%;max-height: 100%;object-fit: cover;}

.detail2_box table{width: 100%;border-color: #e0e0e0;margin-top: 30px;}
.detail2_box table tr:nth-child(2n){background: #f7f5f4;}
.detail2_box table tr td{padding-left: 60px;}
.detail2_box table tr td:nth-child(2) p{color: #232f3f;}

@media (max-width:1360px) {
	.pro_detail2{margin-top: 40px;}
}
@media (max-width:769px) {
	.detail2_box{padding: 40px 0;}
	.detail2_box h2{font-size: 22px;margin-bottom: 20px;}
	.detail2_box p{line-height: 24px;font-size: 14px;}
	.detail2_box table{margin-top: 20px;}
	.detail2_box table tr td{padding-left: 30px;}
	.detail2_box .left-text{width: 50%;}
	.detail2_box .right-img{max-width: 50%;}
}
@media (max-width:480px) {
	.detail2_box .left-text{float: unset;width: 100%;}
	.detail2_box .right-img{float: unset;width: 100%;max-width: 100%;}
	.detail2_box .right-img img{width: 100%;}
	
	.detail2_box table tr td{padding-left: 10px;}
	.detail2_box h2{font-size: 18px;line-height: 20px;margin-bottom: 16px;}
	.detail2_box p{font-size: 12px;line-height: 20px;}
}

/* 商品faq模块 */
.pro_detail4{padding-bottom: 72px;}
.wop_pro_faq h2{font-size: 32px;line-height: 36px;margin-bottom: 40px;font-family: 'Quicksand-Bold';color: #232f3f;text-align: center;}
.wop_pro_faqbox{width: 100%;display: flex;flex-direction: column;}
.wop_pro_faqbox .faq_li{width: 100%;display: flex;flex-direction: column;border-bottom: 1px solid #e0e0e0;padding-bottom: 10px;}
.wop_pro_faqbox .faq_li .litop{width: 100%;padding: 26px 0px 16px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;cursor: pointer;}
.wop_pro_faqbox .faq_li .litop .p1{flex: 1;font-size: 18px;line-height: 24px;font-family: 'Quicksand-Bold';color: #232f3f;}
.wop_pro_faqbox .faq_li .litop i{margin-left: 40px;display: inline-block;font-size: 18px;transition: all 0.6s ease;color: #999;}
.wop_pro_faqbox .faq_li .litop:hover .p1{color: #ea5504;}
.wop_pro_faqbox .faq_li .litop:hover i{color: #ea5504;}
.wop_pro_faqbox .open .litop i{transform: rotate(180deg);}
.wop_pro_faqbox .faq_li .libot{width: 100%;padding: 0px 0px 16px;font-size: 16px;line-height: 20px;font-family: 'Quicksand-Regular';color: #232f3f;display: none;}
.wop_pro_faqbox .open .libot{display: block;}

@media (max-width:1360px) {
	.pro_detail4{padding-bottom: 60px;}
	.wop_pro_faq h2{font-size: 26px;margin-bottom: 30px;line-height: 36px;}
	.wop_pro_faq .main5{padding: 0 3%;}
	.wop_pro_faqbox .faq_li .litop .p1{font-size: 16px;line-height: 20px;}
	.wop_pro_faqbox .faq_li .libot{font-size: 14px;line-height: 18px;}
}
@media (max-width:769px) {
	.pro_detail4{padding-bottom: 50px;}
	.wop_pro_faq h2{font-size: 24px;margin-bottom: 40px;line-height: 36px;}
	.wop_pro_faqbox .faq_li{padding-bottom: 6px;}
	.wop_pro_faqbox .faq_li .litop{padding: 16px 0px 10px;}
	.wop_pro_faqbox .faq_li .litop .p1{font-size: 14px;line-height: 20px;}
	.wop_pro_faqbox .faq_li .litop i{margin-left: 16px;display: inline-block;font-size: 16px;}
	.wop_pro_faqbox .faq_li .libot{font-size: 12px;line-height: 18px;padding: 0px 0px 10px;}
}
@media (max-width:480px) {
	.pro_detail4{padding-bottom: 40px;}
	.wop_pro_faq h2{font-size: 22px;margin-bottom: 20px;line-height: 30px;}
	.wop_pro_faq .main5{padding: 0 6%;}
}

/* 产品评论板块 */
.pro_detail3{padding-bottom: 72px;}
.pro_detail3 .top-write{width: 100%;background: #f7f5f4;border-radius: 15px;padding: 30px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.pro_detail3 .top-write h2{font-size: 18px;line-height: 20px;color: #232f3f;font-family: 'Quicksand-Bold';margin-bottom: 20px;}
.pro_detail3 .score5{display: flex;align-items: center;}
.pro_detail3 .score5 .scrolli{display: flex;align-items: center;margin-right: 15px;}
.pro_detail3 .score5 .scrolli i{font-size: 14px;margin-right: 4px;display: block;color: #cccccc;}
.pro_detail3 .score5 .scrolli i.cur{color: #FFC317;}
.pro_detail3 .score5 p{font-size: 16px;line-height: 20px;color: #888888;font-family: 'Quicksand-Regular';}

.pro_detail3 .wop_write_topcon {flex: 1;display: flex;flex-direction: column;margin-left: 60px;}
.wop_write_topcon .wop_starbox_li {display: flex;flex-direction: row;align-items: center;margin-bottom: 6px;}
.wop_write_topcon .wop_starbox_li:last-child {margin-bottom: 0px;}
.wop_write_topcon .wop_starbox_li .li_star {display: flex;align-items: center;margin-right: 15px;}
.wop_write_topcon .wop_starbox_li .li_star i{font-size: 14px;margin-right: 4px;display: block;color: #cccccc;}
.wop_write_topcon .wop_starbox_li .li_star i.cur{color: #FFC317;}
.wop_write_topcon .wop_starbox_li .li_progress {width: 140px;height: 14px;border-radius: 8px;background: #F0F2F2;border: 1px solid #BBBFBF;margin-right: 15px;}
.wop_write_topcon .wop_starbox_li .li_progress .progress_box {width: 0%;height: 12px;border-radius: 8px;background: #ea5504;transition: width 1s ease;}
.wop_write_topcon .wop_starbox_li .li_num {font-size: 14px;color: #232f3f;font-family: 'Quicksand-Regular';}

.pro_detail3 .btn-win{background: #335C80;border-radius: 46px;width: max-content;}
.pro_detail3 .btn-win:hover{background: #ea5504;}
.pro_detail3 .btn-win p{display: block;padding: 0 30px;font-size: 16px;line-height: 46px;color: #ffffff;font-family: 'Quicksand-Regular';cursor: pointer;}

.pro_detail3 .reviewli{width: 100%;background: #f7f5f4;border-radius: 15px;padding: 30px;margin-top: 20px;}
.pro_detail3 .top_user{display: flex;align-items: center;}
.pro_detail3 .top_user .img{width: 48px;height: 48px;border-radius: 50%;overflow: hidden;margin-right: 12px;}
.pro_detail3 .top_user .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.pro_detail3 .top_user h4{font-size: 16px;line-height: 32px;color: #232f3f;font-family: 'Quicksand-Bold';}
.pro_detail3 .top_user .score5 .scrolli i{font-size: 14px;margin-right: 4px;display: block;color: #cccccc;}
.pro_detail3 .top_user .score5 .scrolli i.cur{color: #ea5504;}

.pro_detail3 .text_main{padding-left: calc(48px + 12px);margin-top: 30px;}
.pro_detail3 .text_main p{font-size: 16px;line-height: 32px;color: #232f3f;font-family: 'Quicksand-Regular';}
.pro_detail3 .text_main .imglist{margin-top: 20px;display: flex;flex-wrap: wrap;}
.pro_detail3 .text_main .imglist .imgli{width: 138px;height: 138px;border-radius: 15px;overflow: hidden;margin-right: 10px;margin-bottom: 10px;}
.pro_detail3 .text_main .imglist .imgli img{width: 100%;height: 100%;object-fit: cover;display: block;cursor: pointer;}
.pro_detail3 .text_main .imglist .wop_videoli{width: 138px;height: 138px;position: relative;border-radius: 15px;overflow: hidden;}
.pro_detail3 .text_main .imglist .wop_videoli video {width: 138px;height: 138px;}
.pro_detail3 .text_main .imglist .wop_videoli .overlaybox{position: absolute;left: 0px;top: 0px;width: 138px;height: 138px;cursor: pointer;}

/* 瀑布流评论样式start */
.wop_review_container {column-count: 4;column-gap: 20px;margin-top: 20px;}
.wop_review_container .review_item {width: 100%;border: 1px solid #e0e0e0;border-radius: 8px;margin-bottom: 20px;break-inside: avoid;overflow: hidden;}
.review_item .topbox {width: 100%;position: relative;min-height: 70px;}
.review_item .topbox img {width: 100%;cursor: pointer;}
.review_item .topbox .wop_videoli{position: relative;width: 100%;}
.review_item .topbox .wop_videoli video {height: 300px;}
.review_item .topbox .wop_videoli .overlaybox{position: absolute;left: 0px;top: 0px;cursor: pointer;width: 100%;height: 300px;}
.review_item .topbox .imgnum {position: absolute;top: 12px;right: 12px;background: rgba(0,0,0,0.5);min-width: 24px;height: 24px;padding: 0px 12px;border-radius: 50px;line-height: 24px;text-align: center;font-size: 16px;color: #fff;font-family: 'Quicksand-Regular';}
.review_item .topbox .userbox {position: absolute;left: 0px;bottom: 0px;margin: 16px 16px 15px;padding: 1px 16px 1px 1px;border-radius: 50px;height: 34px;display: flex;flex-direction: row;align-items: center;background: rgba(255,255,255,.9);}
.review_item .topbox .userbox img {width: 32px;height: 32px;border-radius: 50px;margin-right: 10px;object-fit: cover;}
.review_item .topbox .userbox .p1 {font-size: 16px;color: #232f3f;font-family: 'Quicksand-Bold';}
.review_item .containerbox {padding: 16px 16px;cursor: pointer;}
.review_item .containerbox .scrolli{display: flex;align-items: center;}
.review_item .containerbox .scrolli i{font-size: 14px;margin-right: 4px;display: block;color: #cccccc;}
.review_item .containerbox .scrolli i.cur{color: #FFC317;}
.review_item .containerbox .p1 {font-size: 16px;line-height: 20px;color: #232f3f;font-family: 'Quicksand-Regular';margin-top: 20px;cursor: pointer;}
.review_item .containerbox .omit {overflow: hidden;-webkit-line-clamp: 5;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.review_item .botbox {margin: 0px 16px 16px;border-top: 1px solid #e0e0e0;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.review_item .botbox .p1 {font-size: 16px;color: #888888;font-family: 'Quicksand-Regular';padding-top: 12px;}
.review_item .botbox .likebox {display: flex;flex-direction: row;align-items: center;cursor: pointer;padding-top: 12px;}
.review_item .botbox .likebox .icon {width: 25px;height: 25px;}
.review_item .botbox .likebox.active .icon {animation: like 1s ease-in-out;}
.review_item .botbox .likebox .num {font-size: 14px;color: #232f3f;font-family: 'Quicksand-Regular';margin-left: 6px;margin-top: 5px;}
.review_item .botbox .likebox.active .icon {color: #ea5504;}
/* 瀑布流评论样式end */

/* 查看评论弹窗样式start */ 
.wop_global_popupbox_review .popupbox_con_swiperbox {width: 80%;height: 80%;margin: auto;display: flex;align-items: center;}
.wop_global_popupbox_review .popupbox_con_swiperbox .swiper-container{width: 100%;}
.wop_global_popupbox_review .popupbox_con_swiperbox .imgbox {max-width: 80%;height: 100%;display: flex;align-items: center;justify-content: center;}
.wop_global_popupbox_review .popupbox_con_swiperbox .imgbox img{height: 100%;}
.wop_global_popupbox_review .popupbox_con_swiperbox .videobox {height: 100%;max-width: 90%;}
.wop_global_popupbox_review .popupbox_con_swiperbox .videobox video {height: 100%;}
.wop_global_popupbox_review .swiper-btn .swbtn{caret-color: rgba(234,85,4,1);width: 48px;height: 48px;border-radius: 50%;-webkit-tap-highlight-color:rgba(234,85,4,1);border: 1px solid #ea5504;display: flex;align-items: center;justify-content: center;border-width: 2px;}
.wop_global_popupbox_review .swiper-btn .swiper-button-prev:after,
.wop_global_popupbox_review .swiper-btn .swiper-button-next:after{content: '';}
.wop_global_popupbox_review .swiper-btn .swiper-button-prev{left: 50px;}
.wop_global_popupbox_review .swiper-btn .swiper-button-next{right: 50px;}
.wop_global_popupbox_review .swiper-btn .swbtn i{font-size: 20px;color: #ea5504;}
/* 查看评论弹窗样式end */

@media (max-width:1360px) {
	.pro_detail3{padding-bottom: 60px;}
}
@media (max-width:1080px) {
	.pro_detail3 .top-write {flex-direction: column;align-items: start;}
	.pro_detail3 .wop_write_topcon {margin-left: 0px;margin-top: 30px;}
	.pro_detail3 .btn-win {margin-top: 30px;}
	.pro_detail3 .text_main{margin-top: 14px;}
	.pro_detail3 .text_main p{font-size: 14px;line-height: 30px;}
	.pro_detail3 .text_main .imglist{margin-top: 10px;}
	/* 瀑布流评论样式start */
	.wop_review_container {column-count: 3;}
	/* 瀑布流评论样式end */
}
@media (max-width:840px) {
	.wop_reviewPage {display: block;margin-top: 20px;}
	.wop_reviewPage a.prev,.wop_reviewPage a.next {width: 24px;height: 24px;line-height: 24px;font-size: 14px;}
	.wop_reviewPage .numb {height: 24px;line-height: 24px;padding: 0px 8px;font-size: 14px;}
	/* 瀑布流评论样式start */
	.wop_review_container {column-count: 1;column-gap: 12px;margin-top: 16px;}
	.wop_review_container .review_item {margin-bottom: 12px;}
	.review_item .topbox {min-height: 55px;}
	.review_item .topbox .imgnum {min-width: 20px;height: 20px;line-height: 20px;font-size: 12px;padding: 0px 10px;}
	.review_item .topbox .userbox {margin: 12px 16px 14px;height: 28px;}
	.review_item .topbox .userbox img {width: 26px;height: 26px;}
	.review_item .topbox .userbox .p1 {font-size: 14px;}
	.review_item .containerbox {padding: 12px 16px;}
	.review_item .containerbox .p1 {font-size: 14px;margin-top: 12px;}
	.review_item .botbox {margin: 0px 16px 12px;}
	.review_item .botbox .p1 {font-size: 14px;}
	.review_item .botbox .likebox .icon {width: 20px;height: 20px;}
	/* 瀑布流评论样式end */
	/* 查看评论弹窗样式start */ 
	.wop_global_popupbox_review .popupbox_con_swiperbox .imgbox{max-width: 100%;}
	.wop_global_popupbox_review .swiper-btn .swiper-button-prev{left: 20px;}
	.wop_global_popupbox_review .swiper-btn .swiper-button-next{right: 20px;}
	/* 查看评论弹窗样式end */
}
@media (max-width:769px) {
	.pro_detail3{padding-bottom: 50px;}
	.pro_detail3 .top-write{padding: 20px;}
	.pro_detail3 .top-write h2{font-size: 16px;margin-bottom: 10px;}
	.pro_detail3 .btn-win p{line-height: 40px;font-size: 14px;}
	.pro_detail3 .reviewli{padding: 20px;}
	.pro_detail3 .score5 p{font-size: 14px;}
	.pro_detail3 .text_main{padding-left: 0;}
	.pro_detail3 .text_main .imglist .imgli{margin-top: 0;margin-bottom: 10px;}
}
@media (max-width:480px) {
	.pro_detail3{padding-bottom: 40px;}
	.pro_detail3 .score5 .scrolli{margin-right: 8px;}
	.pro_detail3 .wop_write_topcon {margin-left: 0px;margin-top: 20px;width: 100%;}
	.wop_write_topcon .wop_starbox_li {margin-bottom: 6px;}
	.pro_detail3 .btn-win {margin-top: 20px;}
	.pro_detail3 .top-write{flex-wrap: wrap;}
	.pro_detail3 .top-write h2{margin-bottom: 6px;}
	.pro_detail3 .btn-win p{font-size: 12px;padding: 0 16px;}
	.pro_detail3 .score5 p{font-size: 12px;}
	.pro_detail3 .score5 .scrolli i{font-size: 16px;margin-right: 2px;}
	.pro_detail3 .text_main{margin-top: 10px;}
	.pro_detail3 .text_main p{font-size: 12px;line-height: 24px;}
	.pro_detail3 .text_main .imglist .imgli{width: calc((100% - 20px)/3);margin-top: 0;height: auto;margin-bottom: 10px;border-radius: 8px;}
	.pro_detail3 .text_main .imglist .imgli img{border-radius: 8px;}
	.pro_detail3 .text_main .imglist .imgli:nth-child(3n){margin-right: 0;}
	.pro_detail3 .text_main .imglist .wop_videoli{width: calc((100% - 20px)/3);border-radius: 8px;margin-bottom: 10px;}
	.pro_detail3 .text_main .imglist .wop_videoli video{width: 100%;}
	.pro_detail3 .text_main .imglist .wop_videoli .overlaybox{width: 100%;}
	/* 查看评论弹窗样式start */ 
	.wop_global_popupbox_review .swiper-btn .swbtn{width: 36px;height: 36px;}
	.wop_global_popupbox_review .wop_global_popupbox_con {height: 400px;}
	.wop_global_popupbox_review .popupbox_con_swiperbox {width: 100%;height: 80%;display: block;}
	.wop_global_popupbox_review .popupbox_con_swiperbox .swiper-slide img,video {display: block;}
	/* 查看评论弹窗样式end */
}

/* 评论弹窗板块 */
.video-bg{position: fixed;z-index: 1000;top: 0;left: 0;background: #000;opacity: 0.7;width: 100%;height: 100%;display: none;}
.evaluatebox{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #fff;border-radius: 15px;z-index: 1001;width: 640px;padding: 20px 40px 60px;}
.evaluatebox-close{position: absolute;right: 20px;top: 20px;width: 24px;height: 24px;border-radius: 30px;background: #e0e0e0;cursor: pointer;}
.evaluatebox-close:before{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 70%;height: 1px;background: #232f3f;}
.evaluatebox-close::after{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 1px;height: 70%;background: #232f3f;}

.evaluatebox h2{font-size: 28px;line-height: 32px;color: #232f3f;font-family: 'Quicksand-Bold';margin-bottom: 60px;text-align: center;}
.evaluatebox .eval-top{display: flex;margin-bottom: 40px;}
.evaluatebox .eval-top .img{width: 126px;height: auto;border-radius: 15px;border: 1px solid #d9d9d9;overflow: hidden;margin-right: 30px;display: flex;}
.evaluatebox .eval-top .img img{max-width: 100%;max-height: 100%;display: block;object-fit: cover;margin: 0 auto;align-self: center;align-content: center;}
.evaluatebox .eval-top .text{width: calc(100% - 146px);} 
.evaluatebox .eval-top h3{font-size: 18px;line-height: 24px;color: #232f3f;font-family: 'Quicksand-Bold';margin-bottom: 24px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

.evaluatebox .eval-top .score5{display: flex;align-items: center;caret-color: rgba(0,0,0,0);}
.evaluatebox .eval-top .score5 .scrolli{display: flex;align-items: center;margin-right: 15px;}
.evaluatebox .eval-top .score5 .scrolli i{font-size: 18px;margin-right: 4px;display: block;color: #cccccc;cursor: pointer;caret-color: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);}
.evaluatebox .eval-top .score5 .scrolli i.cur{color: #ea5504;}

.evaluatebox .myinfo{display: flex;width: 100%;}
.evaluatebox input{background: #f7f5f4;line-height: 50px;font-size: 18px;font-family: 'Quicksand-Regular';margin-right: 30px;color: #232f3f;
width: calc((100% - 30px)/2);border-radius: 60px;padding-left: 24px;margin-bottom: 20px;}
.evaluatebox input:nth-child(2n){margin-right: 0;}
.evaluatebox textarea{background: #f7f5f4;padding: 14px;font-size: 18px;font-family: 'Quicksand-Regular';margin-bottom: 20px;width: 100%;border: unset;
border-radius: 15px;min-height: 140px;color: #232f3f;}

.evaluatebox input::-webkit-input-placeholder{color: #ccc;}    /* 使用webkit内核的浏览器 */
.evaluatebox input:-moz-placeholder{color: #ccc;}                  /* Firefox版本4-18 */
.evaluatebox input::-moz-placeholder{color: #ccc;}                  /* Firefox版本19+ */
.evaluatebox input:-ms-input-placeholder{color: #ccc;}           /* IE浏览器 */

.evaluatebox textarea::-webkit-input-placeholder{color: #ccc;}    /* 使用webkit内核的浏览器 */
.evaluatebox textarea:-moz-placeholder{color: #ccc;}                  /* Firefox版本4-18 */
.evaluatebox textarea::-moz-placeholder{color: #ccc;}                  /* Firefox版本19+ */
.evaluatebox textarea:-ms-input-placeholder{color: #ccc;}           /* IE浏览器 */

.evaluatebox .imglist{display: flex;flex-wrap: wrap;caret-color: rgba(0,0,0,0);}
.evaluatebox .imglist .imgadd{border: 1px dashed #d9d9d9;border-radius: 15px;position: relative;width: 120px;height: 120px;margin-right: 10px;margin-bottom: 10px;overflow: hidden;display: flex;align-items: center;}
.evaluatebox .imglist .imgaddactive {border: none;}
.evaluatebox .imglist .videoaddactive {border: none;}
.evaluatebox .imglist .imgadd input{opacity: 0;width: 100%;height: 100%;display: block;cursor: pointer;}
.evaluatebox .imglist .imgadd button{opacity: 0;width: 100%;height: 100%;display: block;}
.evaluatebox .imglist .imgadd img{display: block;width: 100%;height: 100%;object-fit: cover;}
.evaluatebox .imglist .imgadd .camera-icon{display: block;width: 40px;height: 37px;object-fit: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.evaluatebox .imglist .imgadd .closeimg{position: absolute;right: 6px;top: 6px;width: 24px;height: 24px;border-radius: 30px;background: rgba(0,0,0,0.5);}
.evaluatebox .imglist .imgadd .closeimg:before{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 70%;height: 1px;background: #fff;}
.evaluatebox .imglist .imgadd .closeimg::after{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 1px;height: 70%;background: #fff;}
.evaluatebox .imglist .imgadd input {padding-left: 0px;margin-bottom: 0px;}

.evaluatebox button{margin-top: 20px;background: #ea5504;line-height: 58px;border-radius: 58px;font-size: 18px;font-family: 'Quicksand-Regular';color: #fff;border: unset;width: 100%;text-align: center;cursor: pointer;}

@media (max-width:1080px) {
	.evaluatebox{width: 80%;padding: 40px;}
	.evaluatebox h2{margin-bottom: 40px;}
}
@media (max-width:769px) {
	.evaluatebox h2{font-size: 24px;}
	.evaluatebox{padding: 30px;}
	.evaluatebox .myinfo{flex-wrap: wrap;}
	.evaluatebox input{width: 100%;margin-right: 0;margin-bottom: 20px;font-size: 14px;}
	.evaluatebox textarea{font-size: 14px;margin-bottom: 20px;}
	.evaluatebox .eval-top{margin-bottom: 20px;}
	.evaluatebox .eval-top h3{font-size: 16px;margin-bottom: 20px;}
	.evaluatebox .imglist .imgadd{width: calc((100% - 20px)/3);margin-right: 10px;height: auto;}
	.evaluatebox .imglist .imgadd:nth-child(3n){margin-right: 0;}
	.evaluatebox button{font-size: 16px;}
}
@media (max-width:520px){
	.evaluatebox{padding: 16px;top: calc(50% + 20px);width: 85%;height: 70%;overflow: scroll;scrollbar-width: none;-ms-overflow-style: none;}
	.evaluatebox::-webkit-scrollbar {display: none; /* Chrome Safari */}
	.evaluatebox h2{font-size: 18px;margin-bottom: 12px;}
	.evaluatebox .eval-top{flex-wrap: wrap;}
	.evaluatebox .eval-top .img{width: 100%;margin-right: 0;margin-bottom: 20px;max-height: 126px;border: none;}
	.evaluatebox .eval-top .text{width: 100%;}
	.evaluatebox .eval-top h3{margin-bottom: 10px;}
	.evaluatebox input{line-height: 48px;border-radius: 15px;margin-bottom: 10px;}
	.evaluatebox textarea{margin-bottom: 10px;}
	.evaluatebox .imglist .imgadd{width: 120px;height:120px;margin-right: 0;}
	.evaluatebox .imglist .imgadd:nth-child(2n){margin-left: 10px;}
	.evaluatebox button{font-size: 14px;line-height: 46px;margin-top: 10px;}
}

/* 分享弹窗 */
.wop_sharediscount_pop{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(1);z-index: 1000;width: 600px;height: auto;border-radius: 20px;overflow: hidden;display: flex;flex-direction: column;animation: wpFullPopupModelCon .5s;background: #fff;}
.wop_sharediscount_pop .pop_close{position: absolute;top: 14px;right: 14px;border-radius: 50%;border:2px solid #434343;width: 24px;height: 24px;cursor: pointer;z-index: 100;}
.wop_sharediscount_pop .pop_close::before{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 70%;height: 2px;background: #434343;}
.wop_sharediscount_pop .pop_close::after{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) rotate(45deg);width: 2px;height: 70%;background: #434343;}
.wop_sharediscount_pop .pop_close:hover{border:2px solid #EA5504;}
.wop_sharediscount_pop .pop_close:hover::before{background: #EA5504;}
.wop_sharediscount_pop .pop_close:hover::after{background: #EA5504;}
.wop_sharediscount_pop .pop_contentbox {width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 32px 24px 46px;z-index: 10;}
.wop_sharediscount_pop .pop_contentbox .title{font-size: 32px;line-height: 32px;color: #434343;font-family: 'Quicksand-Bold';margin-top: 20px;text-align: center;}
.wop_sharediscount_pop .pop_contentbox .contentbox{width: 100%;display: flex;flex-direction: column;align-items: center;}
.wop_sharediscount_pop .contentbox .img1{width: 160px;height: 160px;margin-top: 30px;}
.wop_sharediscount_pop .contentbox .img2{width: 240px;height: auto;margin-top: 30px;}
.wop_sharediscount_pop .pop_contentbox .before .img1{animation: sharegift_jump 8s infinite ease-in-out;}
@keyframes sharegift_jump {
	0% { transform: translateY(0px); }
	10% { transform: translateY(-24px); }
	20% { transform: translateY(0px); }
	30% { transform: translateY(-24px); }
	40% { transform: translateY(0px); }
	100% { transform: translateY(0px); }
}
.wop_sharediscount_pop .pop_contentbox .after{display: none;} 
.wop_sharediscount_pop .contentbox .p1{font-size: 22px;line-height: 22px;color: #434343;font-family: 'Quicksand-SemiBold';margin-top: 12px;}
.wop_sharediscount_pop .contentbox .share_list{width: 80%;display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;margin-top: 16px;}
.wop_sharediscount_pop .contentbox .share_list .libox{width: calc((100% - 32px)/3);height: 36px;border: 1px solid #434343;display: flex;flex-direction: row;align-items: center;justify-content: center;margin-right: 16px;border-radius: 50px;cursor: pointer;}
.wop_sharediscount_pop .contentbox .share_list .libox img{width: 24px;height: auto;margin-right: 8px;}
.wop_sharediscount_pop .contentbox .share_list .libox .p3{font-size: 16px;line-height: 16px;color: #434343;font-family: 'Quicksand-SemiBold';}
.wop_sharediscount_pop .contentbox .share_list .libox:last-child{margin-right: 0px;}
.wop_sharediscount_pop .contentbox .share_list .libox:hover{background: #f8f8f8;}
.wop_sharediscount_pop .contentbox .share_list .libox:nth-child(1) .p3{color: #537bbc;}
.wop_sharediscount_pop .contentbox .share_list .libox:nth-child(2) .p3{color: #28a8e7;}
.wop_sharediscount_pop .contentbox .share_list .libox:nth-child(3) .p3{color: #e60023;}
.wop_sharediscount_pop .contentbox .tipbox{width: 80%;padding: 12px 16px 24px;position: relative;border: 1px dashed #335C80;background: #F7F7F6;border-radius: 8px;margin-top: 18px;}
.wop_sharediscount_pop .contentbox .tipbox .p2{width: 88%;font-size: 16px;line-height: 20px;color: #EA5504;font-family: 'Quicksand-Bold';}
.wop_sharediscount_pop .contentbox .tipbox .catimg{position: absolute;bottom: 0px;right: 12px;width: 50px;height: auto;}
.wop_sharediscount_pop .contentbox .p4{font-size: 16px;line-height: 18px;color: #434343;font-family: 'Quicksand-Medium';margin-top: 16px;}
.wop_sharediscount_pop .contentbox .codebox{margin-top: 16px;border: 2px solid #335C80;width: 60%;padding: 8px 12px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;border-radius: 50px;background: #F7F7F6;}
.wop_sharediscount_pop .contentbox .codebox .code{flex: 1;font-size: 20px;line-height: 22px;color: #434343;font-family: 'Quicksand-Bold';text-align: center;}
.wop_sharediscount_pop .contentbox .codebox .btn{width: 80px;height: 36px;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 16px;line-height: 36px;font-family: 'Quicksand-SemiBold';color: #fff;border-radius: 50px;transition: all 0.25s ease-in-out;background: #335C80;}
.wop_sharediscount_pop .contentbox .codebox .btn:hover{background: #EA5504;}
.wop_sharediscount_pop .contentbox .shop_btn{width: max-content;height: 40px;padding: 0px 32px;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 18px;line-height: 40px;font-family: 'Quicksand-SemiBold';color: #fff;margin-top: 24px;border-radius: 8px;transition: all 0.25s ease-in-out;background: #EA5504;}
.wop_sharediscount_pop .contentbox .shop_btn:hover{background: #335C80;}

@media(max-width:480px){
	.wop_sharediscount_pop{width: 92%;}
	.wop_sharediscount_pop .pop_contentbox{padding: 24px 16px 32px;}
	.wop_sharediscount_pop .pop_contentbox .title{font-size: 26px;line-height: 28px;margin-top: 16px;}
	.wop_sharediscount_pop .contentbox .img1{width: 120px;height: 120px;}
	.wop_sharediscount_pop .contentbox .img2{width: 180px;height: auto;}
	.wop_sharediscount_pop .contentbox .p1{font-size: 18px;line-height: 18px;}
	.wop_sharediscount_pop .contentbox .share_list{width: 100%;}
	.wop_sharediscount_pop .contentbox .share_list .libox{width: calc((100% - 16px)/3);margin-right: 8px;height: 32px;}
	.wop_sharediscount_pop .contentbox .share_list .libox img{width: 18px;margin-right: 4px;}
	.wop_sharediscount_pop .contentbox .share_list .libox .p3{font-size: 12px;line-height: 12px;}
	.wop_sharediscount_pop .contentbox .tipbox{width: 100%;margin-top: 14px;padding: 12px 12px 20px;}
	.wop_sharediscount_pop .contentbox .tipbox .p2{font-size: 13px;line-height: 16px;width: 90%;}
	.wop_sharediscount_pop .contentbox .tipbox .catimg{width: 42px;}
	.wop_sharediscount_pop .contentbox .p4{margin-top: 12px;font-size: 12px;line-height: 14px;}
	.wop_sharediscount_pop .contentbox .codebox{width: 80%;padding: 4px 4px 4px 12px;}
	.wop_sharediscount_pop .contentbox .codebox .code{font-size: 18px;line-height: 20px;}
	.wop_sharediscount_pop .contentbox .codebox .btn{width: 72px;height: 32px;line-height: 32px;}
	.wop_sharediscount_pop .contentbox .shop_btn{padding: 0px 26px;height: 36px;line-height: 36px;margin-top: 18px;font-size: 16px;}
}

/* 视频详情页隐藏顶部轮播bar */
.headertop{position: absolute;}
.headerMenu.scroll{top: 0px;}
.wop_productpage .inner_sortbtn.scroll{top: 60px !important;}
@media (max-width:1220px) {
	.wop_productpage .inner_sortbtn.scroll{top: 48px !important;}
	.headerMenu.scroll .header-nav{top: 48px;}
}