.yingfang-super-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%;
    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;
    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;
    margin-top: 30px;
}
.goods-read-share .social-medias{
    margin: 0 !important;
    gap: 6px;
}
.goods-read-share .social-medias li{
    margin: 0 !important;
    width: 20px;
    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: 20px;
    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-sku-item{
    /* margin-top: var(--gap-60); */
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
}
.goods-read-sku-item .product-variable-label{
    color: #333 !important;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    padding: 0 !important;
}
.goods-read-sku-item .spec-block-content{
    display: flex;
    gap: 16px;
}
.spec-block-content .variant-spec-item{
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-form__variants .variant-spec-item span{
    color: #000;
    font-size: 16px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
}
.sku-color-item .variant-spec-item{
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #D9D9D9;
}
fieldset input[type="radio"]:checked + label{
    border-color: var(--color-primary) !important;
    box-shadow: inset 0 0 0px 2px white;
}

.goods-read-right .goods-read-btn{
    margin-top: 60px;
    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: 0 !important ; */
    background: #fff;
    z-index: 99;
}
.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;
    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;
    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;
}



.after-wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.after-wrap .after-item{
    border-radius: 10px;
    background: rgba(240, 31, 14, 0.03);
    padding: 30px 30px 45px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
}
.after-wrap .after-item::before,
.after-wrap .after-item::after{
    color: #000;
    opacity: 0.5;
    font-family: var(--title-font-family);
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
}
.after-wrap .after-item::before{
    content: '\201c';
    top: 26px;
    left: 30px;
}
.after-wrap .after-item::after{
    content: '\201d';
    right: 30px;
    bottom: -35px;
}
.after-item .after-item-title{
    color: var(--color-primary);
    font-family: var(--title-font-family);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.after-item .after-item-content{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.after-item-content .after-item-content-item{
    color: #393939;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.after-item-content .after-content-title{
    font-family: var(--title-font-family);
}




@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-right .goods-read-sku-item,
    .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;
    }
    .after-wrap{
        grid-template-columns: 1fr;
    }
    .after-wrap .after-item::before{
        left: 10px;
        top: 10px;
    }
    .after-wrap .after-item::after{
        right: 10px;
        bottom: -50px;
    }
}
@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);
    }
}
