.container {
    max-width: 1200px;
    width: 100%;
    padding: 0;
}
.mb-style,
.hide {
    display: none;
}
.green-bg {
    background: url("../img/spring-sale-2026/main-bg.png") no-repeat top / cover;
    position: relative;
    z-index: 1;
}
.wrap-tit-box {
    text-align: center;
}
h2 {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 145%;
    border-radius: 4px;
    border: 3px solid #E3FF6D;
    background: #CBEF39;
    padding: 3px 13px;
}
.wrap3 {
    margin-top: 100px;
    padding: 18px 0 82px;
    background: url("../img/spring-sale-2026/wrap3-bg.png") no-repeat center / cover;
    position: relative;
    z-index: 2;
}
.wrap3 h2 {
    background: none;
    border: none;
}
.wrap3 .wrap-tit {
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    /* 36.4px */
}
.wrap3 .wrap3-swiper {
    margin-top: 36px;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 42px;
}
.wrap3 .swiper-slide {
    flex: 1;
    height: auto;
    max-width: 266px;
    padding: 30px 38px 26px;
    background: url("../img/spring-sale-2026/wrap3-item.png") no-repeat center / cover;
    background-size: 100% 100%;
    filter: drop-shadow(0 8px 12.6px rgba(113, 166, 218, 0.17));
}
.wrap3 .swiper-slide .slide-img {
    display: flex;
    margin: 0 auto;
}
.wrap3 .swiper-slide .item-tit {
    margin-top: 27px;
    color: #233755;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    /* 131.25% */
}
.wrap3 .swiper-slide .item-desc {
    margin-top: 10px;
    color: #425268;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
}
.wrap3 .wrap3-tip {
    max-width: 760px;
    margin: 120px auto 0;
    padding: 18px 32px 24px;
    border-radius: 16px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(10.89999962px);
}
.wrap3 .wrap3-tip .tip-tit {
    color: #343f50;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */
}
.wrap3 .wrap3-tip .tip-list {
    padding-left: 20px;
    margin-top: 12px;
    color: #32462E;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 188%;
    /* 26.32px */
}
.wrap3 .wrap3-tip .tip-list li {
    list-style: auto;
}
.banner {
    position: relative;
}
.banner .banner-logo {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    transform: translate(-50%, 30px);
}
.banner .banner-btn {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    cursor: pointer;
}
.banner .banner-btn:hover {
    transform: translateX(-50%) translateY(-8px);
}
.wrap2 {
    position: relative;
    margin-top: 230px;
    z-index: 1;
}
.wrap2 .container {
    border-radius: 0 0 80px 80px;
    background: #DBFFC4;
    padding: 64px;
    max-width: 1300px;
}
.wrap2 .container::before {
    position: absolute;
    content: '';
    background: url(../img/spring-sale-2026/wrap2-decoration.png) no-repeat top;
    top: -54px;
    left: 0;
    width: 100%;
    height: 54px;
    background-size: contain;
}
.wrap2 .wrap-cont {
    display: flex;
    flex-wrap: wrap;
    row-gap: 74px;
    justify-content: space-between;
    margin-top: 60px;
}
.wrap2 .wrap-item {
    width: 548px;
    text-align: center;
    padding: 28px;
    border-radius: 26px;
    border: 2px solid #6CB33F;
    background: #FFFEEF;
}
.wrap2 .wrap-item .item-tit {
    margin-top: 10px;
    color: #2f2f2f;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
}
.wrap2 .wrap-item .item-list {
    display: flex;
    margin-top: 32px;
}
.btn-box {
    margin-top: 16px;
}
.btn-box .btn-item {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    row-gap: 16px;
    color: #464A36;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-box .btn-item.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.btn-box .btn-item.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
}
.btn-box .btn-choose {
    cursor: pointer;
}
.btn-box .btn-choose:hover span {
    transform: translateX(8px);
}
.btn-box .btn-choose span {
    display: inline-block;
    transition: all 0.3s;
}
.btn-box .buy-btn {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 10px 18px;
    border-radius: 4px;
    background: linear-gradient(270deg, #FF6730 0%, #FF8E1D 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.4s;
}
.btn-box .buy-btn .iconfont {
    font-weight: 400;
    font-size: 18px;
}
.btn-box .buy-btn:hover {
    transform: translateY(-8px);
    background: linear-gradient(270deg, #FF1515 0%, #FFBD07 100%);
}
.wrap1 {
    position: relative;
    z-index: 1;
    margin-top: -6vw;
    padding-top: 116px;
}
.wrap1 .item1 .item-tag {
    position: absolute;
    z-index: 1;
    top: 32px;
    left: 7px;
    width: 160px;
    height: 160px;
    background: url("../img/spring-sale-2026/tag1.png") no-repeat center / cover;
}
.wrap1 .item2 .item-tag {
    position: absolute;
    z-index: 1;
    top: 32px;
    left: 7px;
    width: 160px;
    height: 160px;
    background: url("../img/spring-sale-2026/tag2.png") no-repeat center / cover;
}
.wrap1 .item-prod .prod-sale {
    right: 0;
}
.wrap1 .item-prod:last-child::before {
    display: none;
}
.wrap1 .wrap-tit-box {
    position: relative;
    z-index: 2;
}
.wrap1 .wrap-item {
    padding: 68px 58px 60px;
    position: relative;
    display: flex;
    /* gap: 38px; */
    justify-content: space-between;
    overflow: hidden;
    background: url(../img/spring-sale-2026/wrap1-bg.png) no-repeat center / cover;
    background-size: 100% 100%;
    margin-top: 20px;
}
.wrap1 .wrap-item.item2 {
    margin-top: 66px;
}
.wrap1 .wrap-item.item2 .item-img {
    margin-top: 20px;
    padding: 12px 8px;
    border-radius: 8px;
    background: rgba(184, 201, 108, 0.2);
}
.wrap1 .wrap-item .item-prod {
    width: 324px;
    flex: none;
}
.wrap1 .item-header {
    width: 322px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrap1 .item-header .item-tit {
    margin-top: 14px;
    color: #2f2f2f;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    /* 28.6px */
}
.wrap1 .item-header .item-desc {
    margin-top: 12px;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 130%;
    /* 20.8px */
}
.wrap1 .item-prod:first-child {
    border-radius: 10px;
}
.wrap1 .item-prod:last-child {
    border-radius: 10px;
}
.wrap1 .item-prod .prod-abo {
    font-size: 16px;
    padding: 10px 24px;
}
.wrap1 .item-prod .prod-price {
    font-size: 16px;
}
.wrap1 .item-prod .prod-price .new-price {
    font-size: 34px;
}
.wrap1 .item-prod .prod-old-price {
    font-size: 16px;
}
.wrap1 .item-prod .prod-tip {
    font-size: 16px;
}
.wrap1 .item-prod .btn-item {
    font-size: 14px;
}
.wrap1 .item-prod .buy-btn {
    padding: 12px 24px;
    font-size: 16px;
}
.wrap1 .item-prod .buy-btn .iconfont {
    font-size: 18px;
}
.item-prod {
    flex: 1;
    padding: 56px 0 28px 18px;
    position: relative;
    border-radius: 10px;
    background: #E4F2A7;
    text-align: left;
}
.item-prod:first-child {
    border-radius: 10px 0 0 10px;
}
.item-prod:last-child {
    border-radius: 0 10px 10px 0;
}
.item-prod:last-child::before {
    content: "";
    display: block;
    height: calc(100% - 32px);
    background-image: repeating-linear-gradient(to bottom, #BFCC86 0px, #BFCC86 10px, transparent 11px, transparent 20px);
    position: absolute;
    left: 0;
    top: 16px;
    width: 2px;
    border-radius: 26px;
}
.item-prod .prod-price {
    color: #363f50;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.item-prod .prod-price .new-price {
    margin-right: 8px;
    color: #428921;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.item-prod .prod-old-price {
    margin-top: 16px;
    color: #848F53;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
.item-prod .prod-tip {
    margin-top: 14px;
    color: #363f50;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.item-prod .prod-abo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 26px 8px 20px;
    border-radius: 10px 0;
    background: #B5CA58;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.item-prod .prod-sale {
    position: absolute;
    top: 0;
    right: 10px;
    width: 48px;
    height: 58px;
    padding-top: 16px;
    background: url("../img/spring-sale-2026/prod-sale.png") no-repeat center / cover;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
    .wrap2 .wrap-cont {
        justify-content: space-between;
        gap: 40px 20px;
    }
    .wrap2 .wrap-item {
        width: 460px;
    }
    .banner .banner-logo {
        width: max-content;
        transform: translate(0, 30px);
        left: 15px;
    }
    .wrap1 .wrap-item {
        gap: 20px;
    }
    .wrap1 .wrap-item .item-prod {
        width: 284px;
    }
    .wrap1 .item-header {
        width: 280px;
    }
}
@media (max-width: 996px) {
    .wrap3 h2 {
        border: none;
        background: none;
    }
    .wrap3 .wrap3-swiper .swiper-wrapper {
        column-gap: 18px;
    }
    .wrap2 {
        margin-top: 58px;
    }
    .wrap2 .wrap-item {
        width: 548px;
    }
    .wrap2 .container::before {
        position: absolute;
        content: '';
        background: url(../img/spring-sale-2026/wrap2-decoration-mb.png) no-repeat top;
        top: -3%;
        left: 0;
        width: 100%;
        height: 61px;
        background-size: cover;
    }
    .wrap2 .wrap-cont {
        justify-content: center;
    }
    .wrap1 .item-header {
        width: 100%;
    }
    .wrap1 .wrap-item {
        flex-direction: column;
        align-items: center;
        background: #fdfdff;
        border: 2px solid #8db1ff;
        border-radius: 16px;
    }
    .wrap-tit-box img {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .green-bg {
        background: #DBFFC4;
    }
    .pc-style {
        display: none;
    }
    .mb-style {
        display: block;
    }
    .banner .banner-btn {
        top: 63%;
    }
    .wrap3 {
        padding: 79px 0 46px;
        background: #97DD84;
    }
    .wrap3 .wrap-tit {
        font-size: 26px;
    }
    .wrap3 .wrap3-swiper {
        max-width: 266px;
        position: relative;
        overflow: hidden;
        margin: 16px auto 0;
        padding: 20px 20px 60px;
        box-sizing: content-box;
    }
    .wrap3 .wrap3-swiper .swiper-wrapper {
        column-gap: 0;
        justify-content: unset;
    }
    .wrap3 .swiper-slide {
        flex: none;
        max-width: none;
    }
    .wrap3 .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }
    .wrap3 .swiper-pagination-bullet-active {
        background: #fff;
    }
    .wrap3 .wrap3-tip {
        margin: 50px auto 0;
        padding: 18px 20px 24px;
    }
    .wrap3 .wrap3-tip .tip-tit {
        font-size: 12px;
    }
    .wrap3 .wrap3-tip .tip-list {
        font-size: 12px;
        padding-left: 16px;
    }
    .wrap2 {
        background: #DBFFC4;
    }
    .wrap2 .wrap-cont {
        margin-top: 24px;
    }
    .wrap2 .container {
        padding: 0 15px;
    }
    .wrap2 .wrap-item {
        padding: 38px 26px 34px;
        border-radius: 10px;
        box-shadow: none;
        background: #fdfdff;
        border: 2px solid #6CB33F;
        max-width: 345px;
    }
    .wrap2 .wrap-item .item-list {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 14px;
    }
    .item-prod:last-child::before {
        display: none;
    }
    .wrap1 {
        background: #97DD84;
        margin-top: 0;
        padding: 60px 0 120px;
    }
    .wrap1 .wrap-item {
        position: relative;
        margin: 24px auto 0;
        max-width: 345px;
        padding: 38px 26px 34px;
        border: none;
        border-radius: 0;
    }
    .wrap1 .wrap-item.item1 {
        margin-top: 46px;
    }
    .wrap1 .wrap-item.item2 {
        margin-top: 40px;
    }
    .wrap1 .wrap-item.item2 .item-desc {
        text-align: center;
    }
    .wrap1 .wrap-item .item-prod {
        width: 100%;
    }
    .wrap1 .wrap-item .item-prod .prod-sale {
        right: 0;
    }
    .wrap1 .wrap-item::after {
        position: absolute;
        content: '';
        background: url("../img/spring-sale-2026/border.png") no-repeat center;
        background-size: 100% 100%;
        top: 2%;
        left: 3%;
        width: 94%;
        height: 96%;
        pointer-events: none;
    }
    .wrap1 .item1 .item-tag {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0;
    }
    .wrap1 .item2 .item-tag {
        width: 120px;
        height: 120px;
        top: 0;
        left: 0;
    }
    .banner .banner-logo {
        transform: translate(0, 20px);
    }
    .banner .banner-logo img {
        width: 116px;
        height: auto;
    }
    .item-prod:first-child {
        border-radius: 10px;
    }
    .item-prod:last-child {
        border-radius: 10px;
    }
    .item-prod .prod-abo {
        font-size: 16px;
        padding: 10px 24px;
    }
    .item-prod .prod-price {
        font-size: 16px;
    }
    .item-prod .prod-price .new-price {
        font-size: 34px;
    }
    .item-prod .prod-old-price {
        font-size: 16px;
    }
    .item-prod .prod-tip {
        font-size: 16px;
    }
    .btn-box {
        margin-top: 20px;
    }
    .btn-box .buy-btn {
        font-size: 16px;
        padding: 12px 24px;
    }
    .btn-box .buy-btn .iconfont {
        font-size: 22px;
    }
    .btn-box .btn-item {
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .banner .banner-btn {
        top: 63%;
    }
}
@media (max-width: 450px) {
    .banner .banner-btn {
        top: 63%;
    }
}

header {
    display: none;
}