.haiwode-super-goods-read{
    padding-top: 75px;
}
.goods-read-top{
    background: #F8F8F8;
    padding: 100px 0 120px 0;
}
.goods-read-top .goods-read-top-container{
    display: flex;
    gap: 100px;
}
.goods-read-top-container .goods-read-left{
    width: 640px;
}
.goods-read-left .haiwode-gallery-main{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 15px;
    background: #fff;
    padding: 65px;
}
.goods-read-left .haiwode-gallery-main .swiper{
    height: 100%;
}
.haiwode-gallery-main .swiper-slide{
    width: 100%;
    aspect-ratio: 1;
}
.haiwode-gallery-main .swiper-slide .haiwode-zoom-wrap{
    width: 100%;
    height: 100%;
}
.haiwode-gallery-main .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .big-img .content-big-img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.big-img .content-big-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.big-img .content-big-img.none{
    display: none;
} */

.goods-read-left .thumbs-wrapper{
    padding: 0 40px;
    margin-top: 20px;
    position: relative;
}
.thumbs-wrapper .swiper-slide{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    background: #FFF;
    padding: 12px;
}
.thumbs-wrapper .swiper-slide .haiwode-zoom-wrap{
    width: 100%;
    height: 100%;
}
.thumbs-wrapper .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid var(--primary-color);
}
.thumbs-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumbs-wrapper .goods-button-prev,
.thumbs-wrapper .goods-button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #F8F8F8;
}
.thumbs-wrapper .goods-button-prev{
    left: 0;
}
.thumbs-wrapper .goods-button-next{
    right: 0;
}
.thumbs-wrapper .swiper-button-lock{
    display: block;
}
.thumbs-wrapper .swiper-button-lock svg path{
  fill: #ccc;
}

.goods-read-right{
    flex: 1;
}
.goods-read-right .goods-read-title{
    color: #333;
    font-family: var(--font-blod-family);
    font-size: var(--font-40);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.goods-read-right .goods-read-desc{
    color: #666;
    margin-top: 10px;
}
.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-text-family);
    font-style: normal;
    font-weight: 400;
    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;
    background: #FFF;
    width: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-form__variants .variant-spec-item span{
    color: #000;
    font-size: 16px;
    font-family: var(--font-text-family);
    font-style: normal;
    font-weight: 400;
}
.sku-color-item .variant-spec-item{
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    border-radius: 19px;
    border: 2px solid #D9D9D9;
}
fieldset input[type="radio"]:checked + label{
    border-color: var(--primary-color);
}

.goods-read-right .goods-read-desc-container{
    margin-top: var(--gap-80);
    display: flex;
    flex-direction: column;
}
.goods-read-desc-container .goods-read-desc-item{
    color: #111;
    font-family: var(--font-medium-family);
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 500;
    line-height: 205.556%; /* 205.556% */
    list-style: disc;
    list-style-position: inside;
}

.goods-read-right .goods-read-btn{
    width: 200px;
    height: 60px;
    margin-top: var(--gap-80);
}

.goods-read-content-wrap{
    padding: var(--component-gap) 0;
    position: relative;
}
.goods-read-introduction .introduction-line{
    width: 60px;
    height: 5px;
    background: var(--primary-color);
    margin: 17px auto 0 auto;
}
.goods-read-introduction .introduction-content{
    margin-top: var(--gap-80);
    border-radius: 15px;
    background: linear-gradient(96deg, #FFEACD 7.63%, #FFDDCE 81.18%);
    padding: 57px 77px 0 120px;
    display: flex;
}
.introduction-content .introduction-content-left{
    /* width: 734px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--gap-60);
}
.introduction-content-left .introduction-content-title{
    color: #333;
    font-family: var(--font-blod-family);
    font-size: var(--font-50);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.introduction-content-left .introduction-content-title i{
    color: var(--primary-color);
}
.introduction-content-left .introduction-content-desc{
    border-radius: 15px;
    background: var(--second-color);
    padding: 26px 40px;
    color: #FFF;
    font-family: var(--font-text-family);
    font-size: var(--font-30);
    font-style: normal;
    font-weight: 400;
    line-height: 86.667%; /* 86.667% */
}
.introduction-content-right{
    width: 670px;
    aspect-ratio: 1;
    position: relative;
}
.introduction-content-right .introduction-img-bg{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: bottom right;
}
.introduction-content-right .introduction-img{
    position: absolute;
    max-width: 140px;
    aspect-ratio: 1;
    object-fit: contain;
}
.introduction-content-right .introduction-img-1{
    top: 70%;
    left: 0;
}
.introduction-content-right .introduction-img-2{
    top: 35%;
    left: -5%;
}
.introduction-content-right .introduction-img-3{
    top: 10%;
    left: 20%;
}

.goods-read-conent-item{
    margin-top: var(--gap-80);
}
.goods-read-conent-item .goods-read-content-item-title{
    color: var(--second-color);
    font-family: var(--font-semiBold-family);
    font-size: var(--font-30);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
}
.goods-read-conent-item .goods-read-description-desc{
    color: #434343;
    font-family: var(--font-text-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-top: 18px;
}
.goods-read-conent-item .description-content{
    margin-top: var(--gap-80);
    display: grid;
    grid-template-columns: repeat(5,240px);
    gap: 56px;
    justify-content: center;
}
.description-content .description-item{
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    /* max-width: 240px; */
}
.description-item .description-img{
    width: 91px;
    aspect-ratio: 1;
    padding: 23px;
    background: var(--second-color);
    border-radius: 50%;
}
.description-item .description-img img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
.description-item .description-desc{
    color: #313131;
    text-align: center;
    font-family: var(--font-text-family);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 125% */
}

.details-content{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.details-content .details-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.details-item .details-img img{
    width: 100%;
    aspect-ratio: 520/400;
    object-fit: cover;
    border-radius: 15px;
}
.details-item .details-desc{
    color: #313131;
    text-align: center;
    font-family: var(--font-text-family);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 125% */
}

.information-content{
    margin-top: 30px;
}
.information-content table{
    border: none;
}
.information-content table td{
    color: #555;
    font-family: var(--font-text-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-align: left;
    padding: 20px 20px 20px 40px;
    border: none;
    display: inline-block;
    width: 60% !important;
}
.information-content table tr{
    border-bottom: 1px solid #DDD;
}
.information-content table tr td:first-child{
    width: 40% !important;
}


.material-content{
    margin-top: 30px;
    position: relative;
    padding: 0 277px 30px 0;
}
.material-con{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.material-con::after{
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(101deg, #003365 -3.96%, #003365 139.4%);
    z-index: -1;
    opacity: 0.9;
}
.material-con .material-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
.material-con .material-item-wrap{
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 834px;
    padding: 50px;
}
.material-item-wrap .material-title{
    color: #FFF;
    font-family: var(--font-semiBold-family);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.63; /* 163.636% */
}
.material-item-wrap .material-desc{
    color: #FFF;
    font-family: var(--font-text-family);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: 1.625; /* 162.5% */
    margin-top: 10px;
}
.material-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 766px;
    aspect-ratio: 766/514;
    border-radius: 13px;
    overflow: hidden;
}
.material-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scenarios-content{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 35px;
    row-gap: 64px;
}
.scenarios-content .scenarios-item{
    position: relative;
}
.scenarios-item .scenarios-img{
    padding: 0 30px 50px 30px;
}
.scenarios-img img{
    width: 100%;
    aspect-ratio: 129/79;
    object-fit: cover;
    border-radius: 18px;
}
.scenarios-item .scenarios-con{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 24px 45px;
    border-radius: 17px;
    background: linear-gradient(268deg, rgb(0 51 101 / 95%) 0.86%, rgb(2 69 135 / 95%) 99.96%);
}
.scenarios-item:nth-child(4n+1) .scenarios-con,
.scenarios-item:nth-child(4n) .scenarios-con{
    background: linear-gradient(90deg, rgb(251 60 45 / 95%) 0%, rgb(197 35 22 / 95%) 100%);
}
.scenarios-con .scenarios-title{
    color: #FFF;
    font-family: var(--font-blod-family);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.scenarios-con .scenarios-desc{
    color: #FFF;
    font-family: var(--font-text-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.after-commit-content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 123px;
    margin-top: 30px;
}
.after-commit-content .after-num{
    color: var(--second-color);
    font-family: var(--font-blod-family);
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.after-commit-content .after-desc{
    color: #393939;
    font-family: var(--font-text-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 1.65; /* 165% */
    margin-top: 8px;
}

.after-commit-bg{
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
    aspect-ratio: 1920/1060;
}
.after-commit-bg::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 101%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 50%);
}
.after-commit-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media screen and (max-width: 1700px) {
    .material-img{
        max-width: 50%;
    }
    .material-con .material-item-wrap{
        max-width: 65%;
    }
}
@media screen and (max-width: 1500px) {
    .goods-read-left .haiwode-gallery-main{
        padding: 50px;
    }
    .goods-read-top .goods-read-top-container{
        gap: 30px;
    }
    .goods-read-top-container .goods-read-left{
        width: 45%;
    }
    .goods-read-right .goods-read-sku-item,
    .goods-read-right .goods-read-desc-container,
    .goods-read-right .goods-read-btn{
        margin-top: 30px;
    }
    .introduction-content-right{
        width: 600px;
    }
    .goods-read-introduction .introduction-content{
        padding: 30px 0 0 30px;
    }
    .goods-read-conent-item .description-content{
        grid-template-columns: repeat(5,1fr);
        gap: 30px;
    }
    .scenarios-con .scenarios-title{
        font-size: 28px;
    }
    .scenarios-item .scenarios-con{
        padding: 20px;
    }
    .after-commit-content{
        gap: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .introduction-content-right{
        width: 400px;
    }
    .introduction-content-right .introduction-img{
        max-width: 100px;
    }
    .scenarios-con .scenarios-title{
        font-size: 24px;
    }
    .scenarios-content{
        column-gap: 20px;
        row-gap: 30px;
    }
    .after-commit-content{
        gap: 30px;
    }
    .after-commit-content .after-num{
        font-size: 32px;
    }
}
@media screen and (max-width: 992px) {
    .goods-read-top .goods-read-top-container,
    .goods-read-introduction .introduction-content{
        flex-direction: column;
    }
    .goods-read-top-container .goods-read-left{
        width: 100%;
    }
    .goods-read-right .goods-read-btn{
        height: auto;
    }
    .goods-read-top{
        padding: 50px 0;
    }
    .goods-read-introduction .introduction-content{
        gap: 30px;
    }
    .goods-read-introduction .introduction-content{
        padding: 30px 40px 0 40px;
    }
    .introduction-content-right{
        width: 100%;
    }
    .introduction-content-right .introduction-img-2{
        top: 15%;
        left: 10%;
    }
    .introduction-content-right .introduction-img-3{
        top: 28%;
        left: inherit;
        right: 0;
    }
    .goods-read-conent-item .description-content{
        grid-template-columns: repeat(3,1fr);
    }
    .material-content{
        padding: 0;
    }
    .material-img{
        position: static;
        max-width: 100%;
        margin-top: 30px;
    }
    .material-con .material-item-wrap{
        max-width: 100%;
        padding: 30px;
    }
    .material-item-wrap .material-title{
        font-size: 20px;
    }
    .material-con .material-item-wrap{
        gap: 30px;
    }
    .scenarios-content{
        grid-template-columns: repeat(1,1fr);
    }
}
@media screen and (max-width: 768px) {
    .goods-read-left .haiwode-gallery-main{
        padding: 30px;
    }
    .goods-read-introduction .introduction-content{
        padding: 30px 20px 0 20px;
    }
    .introduction-content-left .introduction-content-desc{
        padding: 20px;
    }
    .introduction-content-right .introduction-img{
        max-width: 60px;
    }
    .goods-read-conent-item .description-content,
    .details-content{
        grid-template-columns: repeat(2,1fr);
    }
    .description-item .description-img{
        width: 70px;
        padding: 20px;
    }
    .scenarios-con .scenarios-title{
        font-size: 20px;
    }
    .after-commit-content{
        grid-template-columns: repeat(1,1fr);
    }
}