.yingfang-goods-read {
    padding: 50px 0;
}
.goods-read-top{
    display: flex;
    gap: 60px;
}
.goods-read-top .goods-read-left{
    display: flex;
    gap: 10px;
}
.goods-read-left .main-pic{
    width: 590px;
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #F8F8F8;
    padding: 77px 43px;
}
.main-pic .main-swiper{
    height: 100%;
}
.main-pic .swiper-slide{
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-pic .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goods-read-left .thumb-wrap{
    width: 127px;
    max-height: 100%;
    padding: 30px 0;
    position: relative;
}
.thumb-wrap .yingfang-gallery-thumbs{
    max-height: 540px;
}
.thumb-wrap .swiper-slide{
    width: 100%;
    /* height: 100% !important; */
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #F8F8F8;
    padding: 22px 15px;
}
.thumb-wrap .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumb-wrap .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid #F00;
}
.thumb-wrap .goods-read-prev,
.thumb-wrap .goods-read-next{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.thumb-wrap .goods-read-prev{
    top: 0;
}
.thumb-wrap .goods-read-next{
    bottom: 0;
}
.thumb-wrap .goods-read-prev:hover svg path,
.thumb-wrap .goods-read-next:hover svg path{
    fill: var(--color-primary);
}

.goods-read-right{
    flex: 1;
}
.goods-read-right .goods-read-title{
    color: #000;
    font-family: var(--title-font-family);
    font-size: var(--font-30);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.goods-read-right .goods-read-desc{
    color: #2E2E2E;
    font-family: var(--font-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    margin-top: 20px;
}
.goods-read-right .goods-read-line{
    width: 100%;
    height: 1px;
    background: #2E2E2E;
    margin: 16px 0 20px;
}
.goods-read-right .goods-read-share{
    display: flex;
    gap: 5px;
    align-items: center;
    color: #6B6B6B;
    font-family: var(--font-family);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.goods-read-share .social-medias{
    margin: 0 !important;
    gap: 6px;
}
.goods-read-share .social-medias li{
    margin: 0 !important;
    width: 20px;
    /* aspect-ratio: 1; */
    border-radius: 3px;
    overflow: hidden;
}
.goods-read-share .social-medias li img{
    width: 100% !important;
}

.goods-read-tags{
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    gap: 17px;
}
.goods-read-tags .goods-read-tags-item{
    color: #2E2E2E;
    font-family: var(--font-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 11px;
    position: relative;
}
.goods-read-tags .goods-read-tags-item::after{
    content: '';
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.goods-read-right .goods-read-btn{
    margin-top: var(--gap-100);
    width: 180px;
    padding: 11px 25px;
    display: flex;
}


.goods-read-tabs{
    display: flex;
    gap: 30px;
    width: 100%;
    overflow: scroll;
    margin-top: var(--gap-100);
    position: sticky;
    top: 81px;
    background: #fff;
}
.goods-read-tabs::-webkit-scrollbar{
    display: none;
}
.goods-read-tabs .goods-read-tabs-item{
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #282624;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius: 10px;
    background: #F8FAFC;
    transition: all 0.5s;
    white-space: nowrap;
}
.goods-read-tabs .goods-read-tabs-item.active,
.goods-read-tabs .goods-read-tabs-item:hover{
    background: var(--color-primary);
    color: #fff;
}
.goods-read-item{
    margin-top: 70px;
}
.goods-read-item .goods-read-item-title{
    color: var(--color-primary);
    font-family: var(--title-font-family);
    font-size: var(--font-32);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.goods-read-item .goods-read-item-content{
    margin-top: var(--gap-50);
}

.description-content{
    display: flex;
    gap: 43px;
    align-items: center;
}
.description-content .description-left{
    color: #2E2E2E;
    font-family: var(--font-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    flex: 1;
    height: 450px;
    overflow-y: auto;
}
.scenarios-content .scenarios-desc{
    color: #2E2E2E;
    font-family: var(--font-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    flex: 1;
    
}
.description-content .description-right{
    width: 700px;
}
.description-content .description-right img{
    width: 100%;
    /* aspect-ratio: 7/5; */
    object-fit: cover;
}

.scenarios-content .scenarios-wrap{
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}
.scenarios-wrap .scenarios-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.scenarios-item .scenarios-item-img{
    width: 100%;
    /* aspect-ratio: 570/379; */
    overflow: hidden;
}
.scenarios-item .scenarios-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scenarios-item .scenarios-item-img img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
.scenarios-item .scenarios-item-desc{
    color: #2E2E2E;
    font-family: var(--title-font-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
}

.faq-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-wrap .faq-item{
    padding: 20px 30px;
    border-radius: 10px;
    background: #F8F8F8;
    transition: all 0.3s;
}
.faq-item .faq-question{
    color: #000;
    font-family: var(--font-family);
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}
.faq-item .faq-question svg{
    transition: transform 0.3s ease;
}
.faq-item.active .faq-question svg{
    transform: rotate(90deg);
}
.faq-item .faq-answer{
    color: #FFF;
    font-family: var(--font-family);
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; /* 166.667% */
    padding-right: var(--gap-100);
}
.faq-item.active{
    background: linear-gradient(90deg, #F0200F 0%, #FE6F63 132.28%);
}
.faq-item.active .faq-question{
    color: #fff;
}
.faq-item.active .faq-question svg path{
    fill: #fff;
}



@media screen and (max-width: 1500px) {
    .goods-read-top,
    .description-content{
        gap: 30px;
    }
    .goods-read-top .goods-read-left{
        width: 55%;
    }
    .goods-read-left .main-pic{
        width: 80%;
    }
    .goods-read-left .thumb-wrap{
        width: 0;
        flex: 1;
    }
    .thumb-wrap .yingfang-gallery-thumbs{
        height: 500px;
    }
    .description-content .description-right{
        width: 45%;
    }
}
@media screen and (max-width: 1200px) {
    .thumb-wrap .yingfang-gallery-thumbs{
        height: 450px;
    }
    .goods-read-tags{
        margin-top: 30px;
    }
    .goods-read-right .goods-read-btn{
        margin-top: 30px;
    }
    .goods-read-left .main-pic{
        padding: 50px 40px;
    }
}
@media screen and (max-width: 992px) {
    .goods-read-top{
        flex-direction: column;
    }
    .thumb-wrap .swiper-slide{
        padding: 10px;
    }
    .goods-read-top .goods-read-left{
        width: 100%;
    }
    .goods-read-left .thumb-wrap{
        display: flex;
        align-items: center;
    }
    .thumb-wrap .yingfang-gallery-thumbs{
        height: 400px;
    }
    .goods-read-item{
        margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
    .goods-read-item .goods-read-item-content{
        flex-direction: column-reverse;
    }
    .description-content .description-right{
        width: 90%;
    }
}
@media screen and (max-width: 560px) {
    .thumb-wrap .yingfang-gallery-thumbs{
        width: 230px;
    }
    .scenarios-content .scenarios-wrap{
        grid-template-columns: repeat(1,1fr);
    }
}