.detail .detail_top{
 margin-top: 0.5rem;
 margin-bottom: 0.7rem;
}
.detail .detail_top .content{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.detail .detail_top .content .left{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.detail .detail_top .content .left .swiper-slide img{
  width: 100%;
}

.detail .detail_top .content .left .smail_swiper{
  position: relative;
  padding: 0  50px;
}
.swiper-button-next-small::after, .swiper-button-prev-small::after{
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.smail_swiper .swiper-slide-thumb-active{
  border: 1px solid #e5e5e5;
}



.detail .detail_top .content .right{
  max-width: 600px;
  width: 100%;
  margin-left: 0.4rem;
}
.detail .detail_top .content .right .top h1{
  font-size: 0.2rem;
  font-family: 'Medium';
  margin-bottom: 10px;
  color: #181B1C;
}
.detail .detail_top .content .right .top p{
  font-size: 13px;
  color: #666;
  margin-bottom: 0.2rem;
}

.detail .detail_top .content .right .btm{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.4rem 0;
  margin-bottom: 0.3rem;
}
.detail_top .content .right .btm .btm_t_F0F3F7{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F0F3F7;
  padding: 0.3rem;
}
.detail_top .content .right .btm .btm_t_F0F3F7 .price{
  max-width: 260px;
  width: 100%;
}
.btm_t_F0F3F7 .price h2, .btm_t_F0F3F7 .price h2 span.woocommerce-Price-amount bdi,.btm_t_F0F3F7 .price h2 span.woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
  font-family: 'Medium';
  font-size: 0.2rem;
  color: #181B1C;
  margin-bottom: 5px;
}
.btm_t_F0F3F7 .price p{
  font-size: 13px;
  color: #666;
}
.detail_top .content .right .btm .btm_t_F0F3F7 .star{
  max-width: 260px;
  width: 100%;
}
.btm_t_F0F3F7 .star .shipping{
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}
.btm_t_F0F3F7 .star .shipping img{
  display: inline;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.btm_t_F0F3F7 .star p{
  font-size: 13px;
  color: #666;
}

.detail_top .content .right .btm .btm_t .box_ul{
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.detail_top .content .right .btm .btm_t .box_ul .box{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.detail_top .content .right .btm .btm_t .box_ul .box::after{
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #e5e5e5;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: '';
}
.detail_top .content .right .btm .btm_t .box_ul .box:last-child::after{
  display: none;
}


.btm .btm_t .box_ul .box img{
  margin-bottom: 10px;
}
.btm .btm_t .box_ul .box h4{
  color: #181B1C;
}
.btm .btm_t .box_ul .box h4.first{
  color: #1168C9;
}
.btm .btm_t .box_ul .box h4.second{
  color: #15BA88;
}
.btm .btm_t .box_ul .box p{
  font-size: 13px;
  color: #666;
  text-align: center;
}

.btm .btn_c .btn_c_box{
  margin-top: 0.3rem;
}
.btm .btn_c .btn_c_box h3{
  font-size: 0.2rem;
  color: #181B1C;
  margin-bottom: 0.2rem;
}
.btm .btn_c .btn_c_box ul.box_top{
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
  flex-wrap: wrap;

}
.btm .btn_c .btn_c_box ul.box_top li {
  width: 33.33%;
  padding-left: 7px;
  padding-right: 7px;
  
}
.btm .btn_c .btn_c_box ul.box_top li p{
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  cursor: pointer;
}
.btm .btn_c .btn_c_box ul.box_top li.active p {
  background-color: #1168C9;
  border: none;
  color: #fff;
}
 .btm .btn_c .btn_c_box .cfvsw-swatches-option.cfvsw-selected-swatch{ background-color: #1168C9; border: unset;  }
.btm .btn_c .btn_c_box .cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner{ color: #fff; }

.btm .btn_c .btn_c_box ul.box li{
    position: relative;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    padding-left: 15px;
}
.btm .btn_c .btn_c_box ul.box li::after{
  position: absolute;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #15BA88;
  content: '';
}

.detail_top .content .right .quantity h3{
  font-size: 0.2rem;
  color: #181B1C;
  margin-bottom: 0.2rem;
}
.quantity .quantity_in{
  display: flex;
}
.quantity .quantity_in .num{
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.quantity .quantity_in .num .btn{
  width: 40px;
  height: 40px;
  background: #F0F3F7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.quantity .quantity_in .num input{
  background-color: #fff;
  border: none;
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 0.24rem;
  color: #181B1C;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .quantity_in a,.quantity .quantity_in button[type='submit']{
  width: 190px;
  height: 40px;
  background: #1168C9;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.max_1312{
  max-width: 1372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.3rem;
}
.detail .package .content .line{
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.detail .package .content .title{
  margin-bottom: 0.3rem;
}
.detail .package .content .title p{
  margin-top: 0.4rem;
  text-align: left;
  max-width: 100%;
}

.detail .package .content .swiper{
  position: relative;
}
.swiper-button-next-package:after, .swiper-button-prev-package:after{
  display: none;
}
.swiper-button-next-package img{
  transform: rotate(180deg);
}

.detail .package .content .swiper .cart{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0.2rem;
  border: 1px solid #e5e5e5;
  transition: all 0.5s;
  margin-bottom: 0.3rem;
}
.detail .package .content .swiper .cart:hover{
  box-shadow: 0px 2px 10px 0px rgba(8,24,56,0.1);
}
.detail .package .content .swiper .cart .txt{
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.detail .package .content .swiper .cart .txt .star{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.detail .package .content .swiper .cart .txt .star img{
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.detail .package .content .swiper .cart .img{
  overflow: hidden;
}
.detail .package .content .swiper .cart .img img{
  width: 100%;
  transition: all 0.5s;
}
.detail .package .content .swiper .cart:hover .img img{
  transform: scale(1.1);
}
.detail .package .content .swiper .cart h4{
  font-family: 'Medium';
  color: #181B1D;
  margin: 0.1rem 0;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.detail .package .content .swiper .cart p{
  font-size: 13px;
  color: #666;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.detail .package .content .swiper .cart .price{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail .package .content .swiper .cart .price .left h4{
  margin-top: 0;
  margin-bottom: 5px;
}
.detail .package .content .swiper .cart .price .left p{
  position: relative;
  padding-left: 10px;
}
.detail .package .content .swiper .cart .price .left p::after{
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: '';
  background-color: #01B757;

}
.detail .package .content .swiper .cart .price .right form button[type='submit']{ border:unset; }
.detail .package .content .swiper .cart .price .right a,.detail .package .content .swiper .cart .price .right form button[type='submit']{
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #BEC4CB;
}
.detail .package .content .swiper .cart:hover .price .right a,.detail .package .content .swiper .cart:hover .price .right form button[type='submit']{
  background-color: #15BA88;
}

.detail .detail_btm{
  margin-bottom: 1.6rem;
}
.detail .detail_btm .sticky{
  position: sticky;
  top: 100px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 9;
}
.detail .detail_btm .sticky ul{
  display: flex;
  overflow-x: auto;
}
.detail .detail_btm .sticky ul li a{
  display: flex;
  padding: 0.26rem 0.2rem;
  font-size: 0.2rem;
  color: #666;
  position: relative;
  white-space: nowrap;
}
.detail .detail_btm .sticky ul li a::after{
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1168C9;
  content: '';
  transition: all 0.5s;
}
.detail .detail_btm .sticky ul li.active a{
  color: #181B1C;
  font-family: 'Medium';
}
.detail .detail_btm .sticky ul li:hover a::after{
  width: 100%;
}
.detail .detail_btm .sticky ul li.active a::after{
  width: 100%;
}
.detail .detail_btm .txt{
  padding: 0.5rem 0;
}
.detail .detail_btm .txt iframe{
  max-width: 800px;
  width: 100%;
  height: 400px;
}
.detail .detail_btm .txt h2{
  font-size: 0.4rem;
  font-weight: normal;
  color: #181B1C;
  margin-top: 20px;
}
.detail .detail_btm .txt h3{
  font-size: 0.34rem;
  font-weight: normal;
  color: #181B1C;
  margin-top: 20px;
}
.detail .detail_btm .txt h4{
  font-size: 0.2rem;
  font-weight: normal;
  color: #181B1C;
  margin-top: 20px;
}
.detail .detail_btm .txt p{
  margin-top: 0.1rem;
}
.detail .detail_btm .txt img{
  margin-top: 0.2rem;
}
.detail .detail_btm .txt a{
  text-decoration: underline;
  margin-top: 0.2rem;
}
.detail .detail_btm .txt ul{
  margin-top: 0.2rem;
}
.detail .detail_btm .txt ol{
  margin-top: 0.2rem;
}
.detail .detail_btm .txt table{
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.detail .detail_btm .txt ul li{
  list-style: inside;
}

.detail .detail_btm .title{
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #E5E5E5;
}
.detail .detail_btm  .title h4{
  font-size: 0.32rem;
  color: #181B1C;
  font-family: 'Medium';
  position: relative;
  padding-left: 20px;

}
.detail .detail_btm .title h4::after{
  position: absolute;
  width: 2px;
  height: 32px;
  background: linear-gradient(30deg, #15BA88, #1168C9);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';

}
.detail .detail_btm .txt .table{
  width: 100%;
  overflow-x: auto;
}

.detail .detail_btm .txt .table tr td{
  padding-top: 20px;
  padding-bottom: 20px;
}
.detail .detail_btm .txt .table tr td:nth-child(odd){
  background-color: #F5F5F5;
}

.detail .detail_btm .reviews{
  padding: 0.5rem 0;
}
.detail .detail_btm .reviews .top{
  display: flex;
  align-items: center;
}
.detail .detail_btm .reviews .top .star{
  display: flex;
  margin-right: 0.4rem;
}
.detail .detail_btm .reviews .top .star img{
  margin-right: 10px;
  margin-top: 10px;
  width: 23px;
  height: 23px;
}
.detail .detail_btm .reviews .top .star p{
  font-size: 0.32rem;
  color: #181B1C;
  font-family: 'Medium';
  margin-left: 10px;
}
.detail .detail_btm .reviews .top .reviews_num{
  color: #181B1C;
  font-size: 0.2rem;
}
.detail .detail_btm .reviews .top .reviews_num span{
  color: #666;
  margin-left: 10px;
}

.detail .detail_btm .reviews .select{
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.detail .detail_btm .reviews .select .box{
  display: flex;
  margin-right: 20px;
}
.detail .detail_btm .reviews .select .box input{
  -webkit-appearance: auto;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.detail .detail_btm .reviews .reviews_list .li{
  border-bottom: 1px solid #e5e5e5;
  padding: 0.2rem 0;
}
.reviews .reviews_list .li .name{
  display: flex;
}
.reviews .reviews_list .li .name p{
  font-size: 14px;
  color: #181B1C;
}
.reviews .reviews_list .li .name p.time{
  color: #666;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e5e5e5;
}
.reviews .reviews_list .li .star{
  display: flex;
  margin-top: 10px;
}
.reviews .reviews_list .li .star img{
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
.reviews .reviews_list .li .star p{
  color: #666;
  font-size: 14px;
  margin-left: 20px;
}
.reviews .reviews_list .li .text p{
  margin: 0.2rem 0;
}
.reviews .reviews_list .li .text ul{
  display: flex;
  flex-wrap: wrap;
}
.reviews .reviews_list .li .text ul li img{
  width: 80px; 
  height: 80px;
  margin-right: 0.3rem;
}
.reviews .reviews_list .page{
  justify-content: flex-end;
}

.detail .detail_btm .resource{
  margin-bottom: 0.5rem;
}
.detail .detail_btm .resource .title{
  margin-bottom: 0;
}
.detail .detail_btm .resource_list .box{
  padding: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.detail .detail_btm .resource_list .box ul li{
  margin-top: 0.2rem;
}
.detail .detail_btm .resource_list .box h3{
  font-size: 0.2rem;
  position: relative;
  cursor: pointer;
}
.detail .detail_btm .resource_list .box h3 img{
  position: absolute;
  right: .4rem;
  top: 8px;
}
.detail .detail_btm .resource_list .box h3 img.minus{
  display: none;
  top: 13px;
}
.detail .detail_btm .resource_list .box h3.active img.minus{
  display: block;
}
.detail .detail_btm .resource_list .box h3.active img.add{
  display: none;
}

.detail .detail_btm .resource_list .box h3.active{
  color: #1168C9;
}
.detail .detail_btm .resource_list .box ul{
  display: none;
}
.detail .detail_btm .resource_list .box ul li a:hover{
  color: #1168C9;
  text-decoration: underline;
}

.detail .detail_btm .support .box_list{
  display: flex;
}
.detail .detail_btm .support .box_list .box{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.detail .detail_btm .support .box_list .box .img{
  width: 126px;
  height: 126px;
  background-color: #F0F3F7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .24rem;
  transition: all 0.5s;
}
.detail .detail_btm .support .box_list .box:hover .img{
  background: linear-gradient(0deg, #15BA88, #1168C9);
}
.detail .detail_btm .support .box_list .box:hover .img svg path{
  fill: #fff;
}
.detail .detail_btm .support .box_list .box a{
  min-width: 210px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .2rem;
}
.detail .detail_btm .support .box_list .box a p{
  color: #666;
}
.detail .detail_btm .support .box_list .box:hover a{
  background-color: #1168C9;
}
.detail .detail_btm .support .box_list .box:hover a p{
  color: #fff;
}
.detail .detail_btm .support .box_list .box:hover a svg path{
  fill: #fff;
}

#wpdcom .wpd-thread-list .review{
  border-bottom: 1px solid #e5e5e5;
}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label{
  font-size: 16px;
  width: 70px;
}
#wpdcom .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-value{
  width: auto;
}
#wpdcom .wpd-comment-date{
  font-size: 16px;
}


@media (max-width:1440px) {
  .max_1312{
    max-width: 1140px;
  }
}

@media (max-width:1279px) {
  .detail .detail_btm .sticky{
    top: 60px;
  }
  .detail .detail_top .content .left{
    max-width: 50%;
  }
}

@media (max-width:1023px) {
  .detail .detail_top .content{
    flex-direction: column;
  }
  .detail .detail_top .content .left{
    max-width: 100%;
  }
  .detail .detail_top .content .right{
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .detail .detail_btm .support .box_list .box a{
    min-width: 142px;
    height: 38px;
  }
}

@media (max-width:767px) {
  .detail .detail_btm .support .box_list{
    flex-wrap: wrap;
  }
  .detail .detail_btm .support .box_list .box{
    margin-bottom: 20px;
  }
  .detail .detail_btm .txt iframe{
    height: 300px;
  }
  .detail .detail_top .content .right .top h1{
    font-size: 0.32rem;
  }
  .detail_top .content .right .btm .btm_t_F0F3F7{
    flex-direction: column;
    align-items: flex-start;
  }
  .detail_top .content .right .btm .btm_t_F0F3F7 .price{
    margin-bottom: 10px;
  }
  .btm_t_F0F3F7 .price h2{
    font-size: 0.32rem;
  }
  .btm .btn_c .btn_c_box h3{
    font-size: 0.32rem;
  }
  .detail_top .content .right .quantity h3{
    font-size: 0.32rem;
  }
  .detail .package .content {
    padding: 0;
  }
  .reviews .reviews_list .li .text ul li img{
    margin-bottom: 0.3rem;
  }
  .quantity .quantity_in .num input{
    font-size: 0.32rem;
  }
}

















