.minlong-super-goods-read{
    padding: var(--component-gap-lg) 0;
}
.super-goods-back-btn{
    width: 86px;
    height: 35px;
    background: #11569E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.super-goods-pic{
    display: flex;
    margin-top: 72px;
    gap: 70px;
}
.super-goods-pic .super-goods-pic-left{
    max-width: 673px;
    aspect-ratio: 7/6;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(120, 136, 152, 0.15);
    padding: 85px 75px;
    position: relative;
}
.super-goods-pic-left .main-swiper{
    height: 100%;
}
.main-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.super-goods-pic-left .swiper-button-prev,
.super-goods-pic-left .swiper-button-next {
  width: 35px !important;
  height: 35px !important;
  background: transparent !important;
}

.super-goods-pic-left .swiper-button-prev:after,
.super-goods-pic-left .swiper-button-next:after {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
}

/* .super-goods-pic-left .swiper-button-prev:hover,
.super-goods-pic-left .swiper-button-next:hover {
  background: var(--color-primary) !important;
} */

/* .super-goods-pic-left .swiper-button-prev:hover:after,
.super-goods-pic-left .swiper-button-next:hover:after {
  color: #fff !important;
} */
.super-goods-pic-right .thumbs-swiper .swiper-slide{
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 70px;
}
.thumbs-swiper .swiper-slide .thumb-img-box{
    padding: 40px;
    background: #F5F5F5;
    max-height: 250px;
}
.thumbs-swiper .swiper-slide .thumb-img-box.active{
    background: #fff;
    border: 1px solid #103862;
}
.thumbs-swiper .swiper-slide .thumb-img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* goods-info */
.super-goods-info{
    margin-top: 40px;
}
.super-goods-info .super-goods-title{
    color: var(--color-primary);
    font-family: var(--semibold-font-family);
    font-size: var(--title-size-h3);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
}
.super-goods-info .super-goods-divider{
    width: 870px;
    height: 1px;
    background: #DDD;
    position: relative;
    margin-top: 24px;
}
.super-goods-info .super-goods-divider::after{
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 140px;
    height: 1px;
    background: var(--color-primary);
}
.super-goods-info .super-goods-desc{
    color: #666;
    font-family: var(--font-family);
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%; /* 162.5% */
    margin-top: 14px;
}

.super-goods-btn{
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.super-goods-btn .super-goods-share{
    display: flex;
    align-items: center;
    gap: 12px;
}
.super-goods-share .share-label{
    color: #666;
    font-family: var(--font-family);
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.625; /* 162.5% */
}
.super-goods-share .share-icons{
    display: flex;
    gap: 5px;
}
.super-goods-share .share-icon {
    width: 27px;
    height: 27px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #0076B3;
    color: #fff;
}
.super-goods-share .share-icon.facebook {
    background: #4267B5;
    color: #fff;
}
.super-goods-share .share-icon.twitter {
    background: #000000;
    color: #fff;
}
.super-goods-share .share-icon.linkedin {
    background: #0076B3;
    color: #fff;
}
.super-goods-share .share-icon.youtube {
    background: #CB2026;
    color: #fff;
}
.super-goods-share .share-icon:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}
.super-goods-btn .super-goods-inquiry{
    color: #FFF;
    font-family: var(--medium-font-family);
    font-size: var(--text-title-size);
    font-style: normal;
    font-weight: 500;
    line-height: 1.55; /* 155.556% */
}

.super-goods-item{
    margin-top: var(--component-gap-lg);
}
.super-goods-item .super-goods-item-title-wrap{
    background: #F5F5F5;
    padding: 20px 27px;
}
.super-goods-item-title-wrap .super-goods-item-title{
    color: var(--color-primary);
    font-family: var(--semibold-font-family);
    font-size: var(--title-size-h4);
    font-style: normal;
    font-weight: 600;
    line-height: 1.3; /* 130.769% */
}
.super-goods-item .super-goods-item-content{
    margin-top: 55px;
}
.super-goods-item .extentsion-content{
    max-height: 380px;
    overflow: scroll;
}
.super-goods-item .extentsion-content::-webkit-scrollbar{
    display: none;
}
.price-content{
    display: flex;
    justify-content: center;
    gap: 124px;
}
.price-content .price-content-item{
    max-width: 347px;
    border-radius: 6px;
    box-shadow: 0 2px 10.9px rgba(94, 94, 94, 0.25);
    padding: 25px 35px;
}
.price-content .price-title{
    color: #000;
    font-family: var(--semibold-font-family);
    font-size: var(--title-size-h5);
    font-style: normal;
    font-weight: 500;
    line-height: 1.27; /* 127.273% */
}
.price-content .price-sub-title{
    color: #333;
    font-family: var(--medium-font-family);
    font-size: var(--text-title-size);
    font-style: normal;
    font-weight: 500;
    line-height: 1.55; /* 155.556% */
}
.price-content .price-desc{
    color: #666;
    font-family: var(--font-family);
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.price-model{
    display: flex;
    gap: 10px;
    align-items: center;
}
.price-model .price-line{
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #11569E;
}
.price-content .price-btn{
    display: block;
    text-align: right;
    color: #11569E;
    font-family: var(--semibold-font-family);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 228.571%; /* 228.571% */
}


.parameters-content{
    padding-left: 27px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.parameters-content .parameters-title{
    color: #333;
    font-family: var(--semibold-font-family);
    font-size: var(--title-size-h5);
    font-style: normal;
    font-weight: 500;
    line-height: 1.27; /* 127.273% */
}
.parameters-content .parameters-con-wrap{
    margin-top: 25px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 20px;
}
.parameters-con-wrap .parameters-con-item{
    display: flex;
    align-items: flex-start;
}
.parameters-con-item .parameters-con-title{
    color: #333;
    font-family: var(--medium-font-family);
    font-size: var(--text-title-size);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 155.556% */
    min-width: 240px;
}
.parameters-con-item .parameters-con-desc{
    color: #666;
    font-family: var(--font-family);
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    flex: 1;
    padding-left: 30px;
}


.area-content{
    display: flex;
    gap: 34px;
}
.area-content .area-left{
    width: 513px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.area-left .area-left-item{
    border-radius: 12px;
    background: #F5F5F5;
    transition: all 0.5s;
    position: relative;
    padding: 25px 50px;
    text-align: center;
}
.area-left-item .area-title{
    color: #000;
    font-family: var(--font-family);
    font-size: var(--text-title-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 144.444% */
}
.area-left-item .area-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background: #11569E;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    border-radius: 50%;
}
.area-left .area-left-item.active,
.area-left-item:hover{
    background: #11569E;
}
.area-left .area-left-item.active .area-title,
.area-left-item:hover .area-title{
    color: #fff;
}
.area-left-item:hover .area-icon,
.area-left-item.active .area-icon{
    background: #fff;
}
.area-left-item:hover .area-icon svg path,
.area-left-item.active .area-icon svg path{
    fill: #11569E;
}
.area-content .area-right{
    flex: 1;
    padding: 25px;
    border-radius: 12px;
    background: #11569E;
}
.area-right .area-right-item{
    gap: 33px;
    align-items: center;
    display: none;
}
.area-right-item .area-con{
    color: #FFF;
    font-family: var(--font-family);
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.625; /* 162.5% */
    position: relative;
    width: 434px;
    flex: 1;
}
.area-right-item .area-con::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #fff;
    top: 3px;
    left: -8px;
}
.area-right-item img{
    max-width: 323px;
    aspect-ratio: 311/285;
    object-fit: cover;
    border-radius: 11px;
}
.area-right .area-right-item.active{
    display: flex;
    align-items: center;
    height: 100%;
}


.commitment-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.commitment-content img{
    max-width: 581px;
    aspect-ratio: 581/294;
    object-fit: cover;
    border-radius: 7px;
    opacity: 0.9;
}
.commitment-content .commitment-line{
    width: 2px;
    height: 175px;
    border-radius: 6px;
    opacity: 0.99;
    background: #003A77;
    margin: 0 78px 0 100px;
}
.commitment-content .commitment-desc{
    color: #222;
    font-family: var(--font-family);
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 600;
    line-height: 1.625; /* 162.5% */
    max-width: 477px;
}

.cooperation-content .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooperation-content .swiper-slide img{
    max-height: 60px;
    width: auto;
    object-fit: cover;
}



@media screen and (max-width: 1500px) {
    .price-content{
        justify-content: space-between;
        gap: 30px;
    }
    .price-content .price-content-item{
        padding: 25px;
    }
    .parameters-content .parameters-con-wrap{
        grid-template-columns: repeat(2,1fr);
    }
    .parameters-con-item .parameters-con-title{
        min-width: auto;
        max-width: 50%;
    }
    .area-left .area-left-item{
        padding: 25px 50px;
    }
    .area-content .area-left{
        width: 35%;
    }
    .area-right-item .area-con{
        width: auto;
    }
    .area-right-item img{
        width: 50%;
    }
    .area-right .area-right-item.active{
        height: 100%;
        align-items: center;
    }
    .commitment-content{
        gap: 30px;
    }
    .commitment-content .commitment-line{
        margin: 0;
    }
    .commitment-content img{
        max-width: 50%;
    }
    .super-goods-pic .super-goods-pic-left{
        max-width: 50%;
    }
    .super-goods-pic,
    .super-goods-pic-right .thumbs-swiper .swiper-slide{
        gap: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .price-content .price-btn{
        font-size: 20px;
        line-height: normal;
    }
    .super-goods-pic{
        margin-top: 30px;
    }
    .thumbs-swiper .swiper-slide .thumb-img-box{
        padding: 20px;
    }
    .super-goods-pic .super-goods-pic-left{
        padding: 40px;
    }
}
@media screen and (max-width: 992px) {
    .super-goods-info .super-goods-divider{
        width: 100%;
    }
    .parameters-content .parameters-con-wrap{
        grid-template-columns: repeat(1,1fr);
    }
    .area-content{
        flex-direction: column;
    }
    .area-content .area-left{
        width: 100%;
    }
    .super-goods-pic-right .thumbs-swiper .swiper-slide,
    .super-goods-pic{
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .price-content{
        flex-direction: column;
        align-items: center;
    }
    .commitment-content,
    .area-right .area-right-item.active,
    .super-goods-pic{
        flex-direction: column;
    }
    .commitment-content .commitment-line{
        width: 100%;
        height: 2px;
    }
    .commitment-content img,
    .super-goods-pic .super-goods-pic-left{
        max-width: 100%;
    }
    .area-right-item img,
    .price-content .price-content-item{
        width: 100%;
    }
}