.pro-mian {
    display: flex;
    justify-content: space-between;
}
.pro-left{
    flex: 0 0 355px;
    width: 355;
    padding-right: 50px;
    box-sizing: border-box;
    padding-top: 5px;
}
.pro-right{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-bottom: 30px;
}
.pro-lbox{
    padding-bottom: 25px;
}
.pl-title{
    color: #000;
    font-size: 22px;
    font-family: 'Robot-SemiBold';
    padding-bottom: 15px;
}
.pro-nav{
    display: block;
}
.pro-nav a{
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.6;
    color: #3d3d3d;
}
.pro-nav a:hover,.pro-nav a.cur{
    color: #1e439a;
    text-decoration: underline !important;
}
.pro-Filters{
    display: block;
    color: #3d3d3d;
}
.pro-Filters .item{
    margin-bottom: 26px;
    border-top: solid 1px rgba(0,0,0,.07);
}
.pro-Filters .filters-btn{
    border-top: solid 1px rgba(0,0,0,.07);
    padding-top: 38px;
}
.pro-Filters .filters-h3{
    line-height: 1.45;
    min-height: 54px;
    font-size: 18px;
    padding: 15px 0;
}
.pro-Filters .filters-h3 strong{
    font-weight: normal;
}
.pro-Filters .item .form-checkbox{
    color: #707070;
}
.pro-Filters .item .form-checkbox input[type=checkbox] {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 1px solid #3d3d3d;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-right:5px;
    vertical-align: 2px;
    -webkit-transform: translateY(.5em);
    -ms-transform: translateY(.5em);
    transform: translateY(.5em);
    border-radius: 3px;
}
.pro-Filters .item .form-checkbox input[type=checkbox]:hover {
    background-color: #1e439a;
    opacity: .9;
}
.pro-Filters .item .form-checkbox input[type=checkbox]:checked {
    background-color: #1e439a;
}
.pro-Filters .item .form-checkbox input[type=checkbox]:checked:after {
    content: "\2713";
    color: #fff;
    line-height: 18px;
    font-size: 16px;
    margin-left: 3px;
    position: absolute;
}
.pro-Filters .item .form-checkbox label {
    cursor: pointer;
    font-size: 16px;
}
.slider_box{

}
.slider_flex{
    display: flex;
    justify-content: space-between;
}
.slider__input {
    width: 100%;
}
.slider__input::-webkit-slider-runnable-track {
  height: 1px; 
  background: #000; 
  border-radius: 4px; 
  border: none; 
}
.slider__input::-webkit-slider-thumb {
  -webkit-appearance: none; 
  width: 24px; 
  height: 24px;
  background-color: #000000 !important;
  border: none;
  border-radius: 50%;
  margin-top: -8px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.2s, transform 0.2s; 
}
.product-list{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.product-list ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.product-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 18px 18px;
    margin-bottom: 10px;
}
.product-list.det li{
    flex: 0 0 25%;
    width: 25%;
}
.product-list.det li .pic{
    height: 21.875vw;
}
.product-list li a{
    display: block;
    width: 100%;
    height: auto;
}
.product-list li .pic{
    display: block;
    width: 100%;
    height: 23.75vw;
    padding-left: 0;
    padding-right: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid #F6F6F6;
    background-color: #F6F6F6;
}
.product-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
}
.product-list li:hover .pic img {
    transform: scale(1.05);
}
.product-list li .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #F6F6F6;
    background-blend-mode: multiply;
    transition: background-size 1.2s;
    transition: all 0.3s ease-in-out;
}
.product-list li:hover .pic .img{
    transform: scale(1.05);
}
.product-list li .text{
    display: block;
    padding: 0 0;
}
.product-list li .title{
    font-size: 32px;
    font-family: 'Robot-SemiBold';
    line-height: 1.3;
    margin: 10px 0 0;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list li .desc{
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list li .price{
    font-size: 22px;
    color: #000;
    margin: 10px 0 0;
}
.product-list li .price span{
    color: #999;
    margin-left: 18px;
    text-decoration-line: line-through;
}
.product-info{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 75px 0;
}
.product-info .wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.product-info .pic{
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    position: relative;
}
.product-info .pro-bigpic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
}
.product-info .pro-bigpic .swiper-slide{
    background: #FFF;
}
.product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-info .pro-thumbs{
    display: block;
    margin: 15px 0 15px 0;
    width: auto;
    height: 110px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.product-info .pro-thumbs .swiper-slide{
    overflow: hidden;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}
.product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #1e439a;
}
/*箭头*/
.product-info .pic .swiper-button-prev,.product-info .pic .swiper-button-next{
    bottom: 55px;
    top: unset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #1e439a;
    opacity: 0.5;
}
.product-info .pic .swiper-button-prev{
    left: 0;
}
.product-info .pic .swiper-button-next{
    right: 0;
}
.product-info .pic .swiper-button-next:after, .product-info .pic .swiper-button-prev:after{
    color: #FFF;
    font-size: 15px;
}
.product-info .pic .swiper-button-prev:hover,.product-info .pic .swiper-button-next:hover{
    opacity: 0.8;
}
.product-info .pic .swiper-button-next:hover:after, .product-info .pic .swiper-button-prev:hover:after{
    color: #FFF;
}

.product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 60px;
}
.product-info .text .color{
    display: flex;
    padding-top: 20px;
}
.product-info .text .form-checkbox2{
    display: inline-block;
}
.product-info .text .form-checkbox2 input[type=checkbox],.product-info .text .form-checkbox2 input[type=radio]{
    display: none;
}
.product-info .text .form-checkbox2 label {
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 5px 8px;
    margin-bottom: 8px;
    border: 2px solid #EAEAEA;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.product-info .text .form-checkbox2 input:checked+label{
    border: 2px solid #000000;
}
.product-info .text .form-checkbox2 input:checked+label:after {
    content: "\2713";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}
.product-info .text .form-checkbox2 span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.product-info .text .title{
    display: block;
    padding: 10px 0 0 0;
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0;
    font-family: 'Robot-SemiBold';
}
.product-info .text .subtitle{
    display: block;
    font-size: 26px;
    color: #808080;
}
.product-info .text .desc{
    display: block;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    border-top: 1px solid #ededed;
}
.product-info .text .price{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.product-info .text .price strong{
    font-size: 28px;
    color: #e57e3d;
    font-weight: bold;
    padding-right: 20px;
}
.product-info .text .price span{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding-right: 20px;
    text-decoration-line: line-through;
}
.product-info .text .price em{
    align-items: center;
    padding: 3px 10px;
    width: max-content;
    background: #e57e3d;
    color: #FFF;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
}

.quantity{
    display: block;
    padding-top: 15px;
}
.quantity label{
    color: #808080;
}
.quantity-selector{
    display: flex;
    width: 172px;
    height: 50px;
    margin-top: 8px;
    border-radius: 25px;
    border: 1px solid #ededed;
}

.quantity-selector .pro-qty {
    width: 160px;
    text-align: center;
    padding: 0 10px;
}
.quantity-selector .pro-qty input {
    border: 0;
    background: inherit;
    width: 100px;
    text-align: center;
    height: 46px;
    font-size: 18px;
    font-weight: 600;
}

.quantity-selector__button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 100%;
    -webkit-appearance: button;
    text-align: inherit;
    background-color: #0000;
    background-image: none;
    text-align: center;
    border: none;
}
.quantity-selector__input{
    width: 54px;
    height: 100%;
    text-align: center;
    border: none;
}
.product-info .text .pro-btn{
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
.product-info .text .pro-btn .form-btn{
    font-weight: bold;
    width: 48%;
}
.product-info .text .pro-btn .button-shoppay{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5433eb;
    width: 48%;
    border-radius: 30px;
    font-size: 18px;
    color: #FFF;
    position: relative;
    cursor: pointer;
    transition: All 0.3s ease-in-out;
}
.product-info .text .pro-btn .button-shoppay svg{
    margin-left: 5px;
}
.product-info .text .pro-btn .button-shoppay:hover{
    background-color: #e57e3d;
}
.product-info .text .pro-btn .button-shoppay .pay-link{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -30px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-decoration: underline;
    text-align: center;
}
.product-info .text .pro-btn .button-shoppay .pay-link:hover{
    color: #1E439A;
    text-decoration: underline !important;
}
.frame-content{
    padding-top: 35px;
}
.frame-content .trustBarContainer{
    display: flex; 
    flex-direction: column; 
    text-align: center; 
    padding: 5px 0px;
}
.frame-content .trustBarTitle{
    font-size: 18px; 
    font-family: Lato; 
    text-align: center; 
    color: rgb(33, 43, 54); 
    margin: 0px;
}
.frame-content .badgeContainer{
    height: 70px; 
    width: 90px; 
    display: inline-block; 
    position: relative;
}
.frame-content .imageContainer{
    height: 80%; 
    width: 80%; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    right: -50%; 
    transform: translate(-50%, -50%);
}
.product-info__offer-list{
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}
.product-info__offer-list .offer{
    width: 25%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5;
}
.product-info__offer-list .text-with-icon{
    display: flex;
    align-items: flex-start;
}
.product-info__offer-list .text-with-icon svg{
    margin-right: 5px;
}
.product-info__offer-list .bold-text-sm{
    line-height: 1.3;
    padding-top: 5px;
}
.pro-info-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 0 17px;
    background: #F2F2F2;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #e7e6e6;
}
.pro-info-title.show{
    position: fixed;
    top: 0;
    left: 50%;
    width: calc(100% - 120px);
    transform: translate(-50%,0);
    z-index: 100;
}
.pro-info-title li{
    display: block;
    width: auto;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}
.pro-info-title li a{
    display: block;
    padding: 0 38px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    border-radius: 20px;
    color: #333;
}
.pro-info-title li.current a{
    color: #1E439A;
    font-weight: bold;
}
.pro-info-title li.current::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #1E439A;
}
.product-content .pc-desc{
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin:0 0 0 0;
    padding-top: 80px;
}
.product-content .pc-desc img{
    display: block;
    max-width: 100%;
    height: auto;
}
.product-content .pc-desc .title-box{
    display: block;
    height: auto;
    padding: 0 25px 48px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.user-tips-tab{
    display: flex;
    width: 1200px;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.user-tips-tab .item{
    width: 50%;
    text-align: center;
}
.user-tips-tab .item svg{
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.user-tips-tab .item .icon .fill {
    stroke: none;
    fill: rgb(0 0 0 / .1);
}
.user-tips-tab .item .column__title{
    font-size: 20px;
}
.pro-user-tips{
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.pro-user-tips .pic{
    flex: 0 0 530px;
    width: 530px;
    border-radius: 20px;
    overflow: hidden;
}
.pro-user-tips .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.pro-user-tips .text{
    flex: 0 0 550px;
    width: 550px;
    text-align: center;
}
.pro-user-tips .text .title{
    font-size: 48px;
    font-weight: bold;
}
.pro-user-tips .text .desc{
    font-size: 20px;
    line-height: 1.6;
    padding-top: 20px;
}
.pro-user-tips .form-btn{
    margin-top: 35px;
}
.faq-list{
    display: block;
    width: 1200px;
    margin: 0 auto 100px;
    padding: 50px 50px;
    border-radius: 20px;
    border: 1px solid #ededed;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 32px 0;
    background: #FFF;
    border-bottom: 1px solid #ededed;
}
.faq-list li:last-child{
    border-bottom: none;
}
.faq-list li .title{
    display: block;
    font-size: 22px;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #333;
    /*cursor: pointer;*/
}
.faq-list li:hover .title{
    color:#000;
}
.faq-list li .title:before {
    content: "+";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #1E4A8F;
}
.faq-list li .text .more a:hover{
    color: #B81C25;
}
.faq-list li.show .text{
    display: block;
}