@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.ttf');
    font-weight: 300;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-family: 'Rubik';
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-spacing: 0;
}

p {
    word-wrap: break-word;
}

div,
section,
li {
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
    border: none;
    resize: none;
}

button {
    border: none;
}

img:not([src]):not([srcset]) {
    visibility: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pc-style {
    display: block;
}

.mobile-style {
    display: none;
}

.android-style {
    display: none;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

* {
    font-family: 'Rubik' !important;
    font-style: normal;
}

@media (max-width: 770px) {
    .container {
        width: 100%;
    }

    .mobile-style {
        display: block;
    }

    .pc-style {
        display: none;
    }

    #android .android-style {
        display: block;
    }

    #android .equipment-style {
        display: none;
    }
}
/** @format */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
html,
body {
    font-family: 'Rubik', sans-serif;
}
.container {
    max-width: 1200px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.pc-style {
    display: block;
}
.mb-style,
.hide {
    display: none;
}
.margin-top-50 {
    transform: translateY(29px);
}
.bg {
    background: url(../img/osterangebot-2026/main-bg.jpg) no-repeat top;
    background-size: cover;
}
.banner {
    position: relative;
}
.banner .banner-btn {
    position: absolute;
    bottom: 40.5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 84px;
    border: 3px solid #fff;
    background: linear-gradient(90deg, #22b4ed 0%, #47dd6f 100%), linear-gradient(180deg, #fff4b3 0%, #ffe96c 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner .banner-btn:hover {
    background: linear-gradient(90deg, #004beb 0%, #47ddba 100%), linear-gradient(180deg, #fff4b3 0%, #ffe96c 100%);
    box-shadow: 0 3px 6.2px rgba(81, 158, 33, 0.63);
}
.wrap1 {
    padding: 0 0 290px;
    margin-top: -1px;
}
.wrap1 .container {
    max-width: 1288px;
    width: auto;
}
.wrap1 .wrap-cont {
    position: relative;
    z-index: 9;
    padding: 100px 145px 115px 90px;
    background: url('../img/osterangebot-2026/wrap1-cont.png') no-repeat center;
    background-size: 100% 100%;
    height: 1086px;
}
.wrap1 .wrap-tit-mb {
    display: none;
}
.wrap1 .wrap-tit {
    position: absolute;
    top: -14.7%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/osterangebot-2026/wrap1-tit.png) no-repeat center;
    background-size: contain;
    height: 200px;
    width: 100%;
}
.wrap1 .wrap-tit h2 {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 180%;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
}
.wrap1 .wrap-top {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.wrap1 .wrap-top .top-tit {
    color: #303030;
    font-size: 30px;
    font-weight: 700;
    line-height: 180%;
}
.wrap1 .wrap-top .top-desc {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}
.wrap1 .wrap-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 46px;
    column-gap: 60px;
    overflow: hidden;
}
.wrap1 .wrap-bottom .wrap-left {
    flex: 0 0 488px;
}
.wrap1 .wrap-bottom .wrap-right {
    flex: 1;
    border-radius: 16px;
    background: #85db79;
    overflow: hidden;
}
.wrap1 .wrap-list {
    padding: 26px 22px 14px 40px;
    border-radius: 12px;
    border: 1px solid #dfdfc1;
    background: #fff;
}
.wrap1 .wrap-list .list-tit {
    margin-bottom: 14px;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
}
.wrap1 .wrap-list li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 16px;
}
.wrap1 .wrap-list .list-txt {
    flex: 1;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.wrap1 .wrap-list img {
    width: 23px;
    height: 23px;
}
.wrap1 .wrap-list .list-price {
    width: 67px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: line-through;
}
.wrap1 .wrap-notice {
    padding: 28px 0 22px 32px;
    margin-top: 26px;
    border-radius: 12px;
    border: 1px solid #dfdfc1;
    background: #fff;
}
.wrap1 .wrap-notice .notice-tit {
    margin-bottom: 4px;
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 200%;
}
.wrap1 .wrap-notice .notice-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    column-gap: 10px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.wrap1 .aio-list {
    display: flex;
}
.wrap1 .aio-list .aio-item {
    position: relative;
    flex: 1;
    padding: 4px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.wrap1 .aio-list .aio-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background: url('../img/osterangebot-2026/aio-active.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}
.wrap1 .aio-list .aio-item.active .aio-sale {
    display: none;
}
.wrap1 .aio-list .aio-tit {
    position: relative;
    color: #082800;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    z-index: 1;
}
.wrap1 .aio-list .aio-sale {
    padding: 4px 14px 0px;
    background: url('../img/osterangebot-2026/sale-bg.png') no-repeat center / contain;
    color: rgba(8, 40, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}
.wrap1 .aio-swiper {
    border-radius: 16px;
    background: #f6fff8;
    border: 1px solid #508e42;
}
.wrap1 .aio-swiper .slide-plan {
    color: #082800;
    font-size: 22px;
    font-weight: 600;
    line-height: 200%;
}
.wrap1 .aio-swiper .swiper-slide {
    position: relative;
    padding: 32px 28px 38px;
    box-sizing: border-box;
}
.wrap1 .aio-swiper .slide-price {
    color: #303030;
    font-size: 22px;
    font-weight: 400;
    line-height: 180%;
}
.wrap1 .aio-swiper .slide-price .slide-big {
    color: #027227;
    font-size: 48px;
    font-weight: 800;
    line-height: 180%;
}
.wrap1 .aio-swiper .slide-old {
    margin: 4px 0 24px;
    color: #303030;
    font-size: 22px;
    font-weight: 400;
    line-height: 160%;
}
.wrap1 .aio-swiper .slide-old del {
    margin-left: 16px;
    color: #636363;
    text-decoration-line: line-through;
}
.wrap1 .aio-swiper .slide-txt {
    margin-bottom: 18px;
    height: 22px;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}
.wrap1 .aio-swiper .item-actions {
    margin-top: 32px;
}
.wrap1 .aio-swiper .item-actions .item-btn {
    display: flex;
    align-items: end;
    column-gap: 42px;
}
.wrap1 .aio-swiper .item-actions .price-btn-item {
    width: max-content;
    display: flex;
    padding: 11px 24px;
    align-items: center;
    column-gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    border-radius: 6px;
    background: linear-gradient(90deg, #ff9a41 0%, #ff7125 100%);
}
.wrap1 .aio-swiper .item-actions .price-btn-item:hover {
    background: #f35d00;
}
.wrap1 .aio-swiper .item-actions .price-btn-item .iconfont {
    font-size: 20px;
}
.wrap1 .aio-swiper .item-actions .btn-toggle {
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    cursor: pointer;
}
.wrap1 .aio-swiper .item-actions .btn-toggle:hover {
    color: #f35d00;
}
.wrap1 .aio-swiper .item-actions .btn-toggle:hover span {
    display: inline-block;
    transform: translateX(8px);
}
.wrap1 .aio-swiper .item-actions .btn-toggle span {
    margin-left: 6px;
    transition: all 0.3s;
}
.wrap1 .aio-swiper .slide-sale {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../img/osterangebot-2026/item-sale.png) no-repeat center / cover;
    background-size: 100% 100%;
}
.wrap1 .aio-swiper .slide-sale span {
    display: block;
    transform: rotate(45deg);
    padding: 12px 0 10px 38px;
    font-family: Verdana;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 136%;
}
.wrap2 {
    margin-top: -150px;
    padding: 18px 0 152px;
}
.wrap2 .container {
    background: url('../img/osterangebot-2026/wrap2-cont.png') no-repeat center;
    background-size: 100% 100%;
    padding-top: 150px;
    width: auto;
}
.wrap2 .wrap-tit .tit {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 10.5px #227616;
    font-size: 32px;
    font-weight: 700;
    line-height: 200%;
}
.wrap2 .wrap-tit .wrap-desc {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 200%;
    /* 44px */
    font-weight: 300;
}
.wrap2 .plan-list {
    width: max-content;
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    border-radius: 136px;
    background: #b6d5a2;
    box-shadow: 0 4px 0 0 #2e8222;
}
.wrap2 .plan-list .plan-item {
    width: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    border-radius: 136px;
    line-height: 287%;
    cursor: pointer;
    transition: all 0.3s;
}
.wrap2 .plan-list .plan-item.active {
    background: #fff;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 287%;
}
.wrap2 .plan-cont {
    display: none;
    background: #fff;
    border-radius: 24px;
    margin-top: 30px;
    overflow: hidden;
    transition: all 0.3s;
    padding: 12px;
    height: 558px;
    box-sizing: border-box;
}
.wrap2 .plan-cont.active {
    display: flex;
}
.wrap2 .plan-left {
    display: flex;
    flex-direction: column;
    flex: 0 0 200px;
    background: #f9e8c1;
    border-radius: 24px 0 0 24px;
}
.wrap2 .plan-left .left-item {
    flex: 1;
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding: 32px 26px 32px 32px;
    color: #656565;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
}
.wrap2 .plan-left .left-item.active {
    background: #fff;
}
.wrap2 .plan-swiper {
    flex: 1;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 34px 34px 38px;
    box-sizing: border-box;
    background: #fff5dd;
    border-radius: 0 24px 24px 0;
}
.wrap2 .plan-swiper .slide-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 26px;
    color: #303030;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
}
.wrap2 .plan-swiper .slide-desc {
    margin-top: 22px;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
}
.wrap2 .plan-swiper .slide-list {
    display: flex;
    gap: 20px;
    margin-top: 36px;
}
.wrap2 .slide-item {
    position: relative;
    flex: 1;
    padding: 20px 0 20px 14px;
    border-radius: 10px;
    border: 1px solid #dadada;
    background: #fff;
    box-sizing: border-box;
}
.wrap2 .slide-item.item-center {
    border-radius: 10px;
    border: 2px solid #45995e;
    background: #f9fff8;
}
.wrap2 .slide-item .item-tit {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
}
.wrap2 .slide-item .item-price {
    margin-top: 12px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.wrap2 .slide-item .item-price .big-price {
    font-size: 28px;
    color: #027227;
    font-weight: 800;
    margin-right: 4px;
    line-height: 1.8;
}
.wrap2 .slide-item .item-old {
    margin: 6px auto 16px;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.wrap2 .slide-item .item-old del {
    margin-left: 6px;
    color: #636363;
    line-height: 160%;
    text-decoration-line: line-through;
}
.wrap2 .slide-item .item-txt {
    margin-top: 10px;
    color: #636363;
    font-size: 11px;
    line-height: 160%;
}
.wrap2 .slide-item .item-actions {
    margin-top: 20px;
}
.wrap2 .slide-item .item-btn-single {
    width: max-content;
    padding: 11px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ff9a41 0%, #ff7125 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
.wrap2 .slide-item .item-btn-single:hover {
    background: #f35d00;
}
.wrap2 .slide-item .item-btn-single .iconfont {
    font-size: 20px;
}
.wrap2 .slide-item .btn-toggle {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-top: 18px;
    color: #636363;
    font-size: 14px;
    line-height: 160%;
    cursor: pointer;
}
.wrap2 .slide-item .btn-toggle:hover {
    color: #f35d00;
}
.wrap2 .slide-item .btn-toggle:hover path {
    fill: #f35d00;
}
.wrap2 .slide-item .item-sale {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 85px;
    height: 85px;
    background: url('../img/osterangebot-2026/item-sale.png') no-repeat center / cover;
    background-size: 100% 100%;
}
.wrap2 .slide-item .item-sale span {
    display: block;
    transform: rotate(45deg);
    padding: 10px 0 10px 37px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 136%;
}
.wrap2 .slide-item .item-online-btn {
    display: block;
    width: max-content;
    margin: 22px 0 10px;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    border-radius: 6px;
    background: linear-gradient(90deg, #ff956e 0%, #eb51f3 100%), linear-gradient(90deg, #ff9a41 0%, #ff7125 100%);
}
.wrap2 .slide-item .item-online-btn:hover {
    background: linear-gradient(90deg, #ffb76e 0%, #f3519f 100%);
}
.wrap2 .now-nav {
    display: none;
}
.wrap3 {
    padding: 148px 0 0;
}
.wrap3 .wrap-tit {
    position: absolute;
    top: -10.5%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/osterangebot-2026/wrap3-tit-pc.png) no-repeat center;
    background-size: contain;
    height: 200px;
    width: 100%;
    z-index: 9;
}
.wrap3 .wrap-tit h2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 180%;
    /* 57.6px */
}
.wrap3 .wrap-cont {
    position: relative;
    padding: 94px 38px 96px;
    background: url(../img/osterangebot-2026/wrap3-cont.png) no-repeat center / contain;
}
.wrap3 .wrap-cont .wrap-desc {
    max-width: 942px;
    color: #525252;
    text-align: center;
    font-size: 26px;
    line-height: 150%;
    /* 39px */
    margin: 0 auto;
}
.wrap3 .wrap3-swiper {
    position: relative;
    margin-top: 38px;
    overflow: hidden;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
    gap: 28px 32px;
    flex-wrap: wrap;
}
.wrap3 .wrap3-swiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 28px 12px;
    border-radius: 14px;
    box-sizing: border-box;
}
.wrap3 .wrap3-swiper .swiper-slide .slide-item {
    position: relative;
    z-index: 99;
}
.wrap3 .wrap3-swiper .swiper-slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 192px;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.wrap3 .wrap3-swiper .swiper-slide.slide1 {
    width: 353px;
    height: 498px;
    background: url('../img/osterangebot-2026/wrap3-1.jpg') no-repeat center / cover;
}
.wrap3 .wrap3-swiper .swiper-slide.slide2 {
    width: 353px;
    height: 498px;
    background: url('../img/osterangebot-2026/wrap3-2.png') no-repeat center / cover;
}
.wrap3 .wrap3-swiper .swiper-slide.slide3 {
    width: 353px;
    height: 498px;
    background: url('../img/osterangebot-2026/wrap3-3.jpg') no-repeat center / cover;
}
.wrap3 .wrap3-swiper .swiper-slide.slide4 {
    width: 546px;
    height: 424px;
    background: url('../img/osterangebot-2026/wrap3-4.jpg') no-repeat center / cover;
}
.wrap3 .wrap3-swiper .swiper-slide.slide5 {
    width: 546px;
    height: 424px;
    background: url('../img/osterangebot-2026/wrap3-5.png') no-repeat center / cover;
}
.wrap3 .wrap3-swiper .swiper-slide .slide-tit {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
}
.wrap3 .wrap3-swiper .swiper-slide .slide-desc {
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
}
.wrap3 .down-box .down-btn {
    width: max-content;
    margin: -48px auto 0;
    padding: 16px 64px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 84px;
    border: 3px solid #fff;
    background: linear-gradient(90deg, #22b4ed 0%, #47dd6f 100%), linear-gradient(180deg, #fff4b3 0%, #ffe96c 100%);
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 200%;
    /* 44px */
    z-index: 10;
    position: relative;
    top: -26px;
}
.wrap3 .down-box .down-btn:hover {
    background: linear-gradient(90deg, #004beb 0%, #47ddba 100%), linear-gradient(90deg, #22b4ed 0%, #47dd6f 100%), linear-gradient(180deg, #fff4b3 0%, #ffe96c 100%);
}
.wrap4 {
    position: relative;
    margin-top: 236px;
    padding: 0 0 126px;
    background: url('../img/osterangebot-2026/wrap4-bg.png') no-repeat center bottom;
    background-size: contain;
}
.wrap4 .wrap-tit {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 138px;
    border: 2px solid #c4fe9f;
    background: #49a30f;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 200%;
}
.wrap4 .wrap-tit::before {
    position: absolute;
    content: '';
    background: url('../img/osterangebot-2026/wrap4-tit-decoration.png') no-repeat center / contain;
    width: 322px;
    height: 115px;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
}
.wrap4 .wrap4-swiper {
    position: relative;
    margin-top: 48px;
    overflow: hidden;
}
.wrap4 .wrap4-swiper .swiper-wrapper {
    display: flex;
    gap: 16px;
}
.wrap4 .wrap4-swiper .swiper-slide {
    flex: 1;
    height: auto;
    padding: 36px 60px;
    background: url('../img/osterangebot-2026/wrap4-slide-bg.png') no-repeat center / cover;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
}
.wrap4 .wrap4-swiper .slide-cont {
    position: relative;
    left: -12%;
}
.wrap4 .wrap4-swiper .slide-tit {
    color: #303030;
    text-align: center;
    margin: 8px auto 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 200%;
}
.wrap4 .wrap4-swiper .slide-desc {
    padding: 0 10px;
    color: #303030;
    text-align: center;
    margin: 10px auto 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}
.wrap4 .wrap4-text {
    margin-top: 53px;
    border-radius: 11px;
    background: #e8fde1;
    box-shadow: 0 4px 8.1px 0 rgba(59, 108, 28, 0.28);
    backdrop-filter: blur(2px);
    padding: 25px 58px;
}
.wrap4 .wrap-txt {
    margin-bottom: 13px;
    color: #0a2700;
    font-size: 18px;
    font-weight: 600;
    line-height: 200%;
}
.wrap4 .wrap-list {
    margin-bottom: 16px;
    color: #225710;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
}
.wrap4::before {
    content: '';
    position: absolute;
    background: url(../img/osterangebot-2026/wrap4-decoration.webp) no-repeat center / contain;
    width: 260px;
    height: 373px;
    bottom: 5%;
    left: -4%;
    z-index: 10;
}
@media (min-width: 1700px) {
    .wrap4::before {
        width: 260px;
        height: 390px;
        left: 1%;
    }
}
@media (max-width: 1600px) {
    .wrap2 .wrap-tit p {
        font-size: 24px;
    }
}
@media (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
    .banner .banner-logo {
        top: 20px;
    }
    .banner .banner-logo img {
        width: 120px;
        height: auto;
    }
    .banner .banner-btn img {
        width: 50px;
        height: auto;
    }
    .banner .banner-btn a {
        font-size: 12px;
    }
    .wrap1 .wrap-cont {
        padding: 100px 80px;
    }
    .wrap1 .wrap-bottom {
        column-gap: 20px;
    }
    .wrap1 .wrap-bottom .wrap-left {
        flex: 0 0 360px;
    }
    .wrap1 .wrap-top .top-desc {
        font-size: 16px;
    }
    .wrap1 .wrap-list {
        padding: 24px 20px;
    }
    .wrap1 .wrap-list li {
        column-gap: 16px;
        margin-bottom: 12px;
    }
    .wrap1 .wrap-list img {
        width: 18px;
        height: 18px;
    }
    .wrap1 .wrap-list .list-price {
        font-size: 12px;
    }
    .wrap1 .wrap-list .list-tit {
        font-size: 14px;
    }
    .wrap1 .wrap-list .list-txt {
        font-size: 12px;
    }
    .wrap1 .wrap-notice {
        padding: 14px 16px;
    }
    .wrap1 .wrap-notice .notice-tit {
        font-size: 14px;
    }
    .wrap1 .wrap-notice .notice-item {
        font-size: 12px;
    }
    .wrap1 .aio-swiper .item-actions .item-btn {
        column-gap: 16px;
    }
    .wrap1 .aio-swiper .slide-plan {
        font-size: 14px;
    }
    .wrap1 .aio-swiper .slide-price {
        font-size: 16px;
    }
    .wrap1 .aio-swiper .slide-price .slide-big {
        font-size: 32px;
    }
    .wrap1 .aio-swiper .slide-old {
        font-size: 16px;
    }
    .wrap1 .aio-swiper .slide-txt {
        height: 20px;
        font-size: 12px;
    }
    .wrap1 .aio-swiper .item-actions .price-btn-item {
        font-size: 12px;
    }
    .wrap1 .aio-swiper .item-actions .price-btn-item .iconfont {
        font-size: 16px;
    }
    .wrap1 .aio-swiper .item-actions .btn-toggle {
        font-size: 12px;
    }
    .wrap2 .plan-left {
        flex: 0 0 140px;
    }
    .wrap2 .plan-left .left-item {
        padding: 32px 10px;
        column-gap: 6px;
    }
    .wrap2 .plan-swiper {
        padding: 34px 20px 38px;
    }
    .wrap2 .slide-item .item-txt {
        font-size: 10px;
    }
    .wrap3 .wrap3-swiper .swiper-slide.slide1,
    .wrap3 .wrap3-swiper .swiper-slide.slide2,
    .wrap3 .wrap3-swiper .swiper-slide.slide3 {
        width: 270px;
        height: 450px;
    }
    .wrap3 .wrap3-swiper .swiper-slide.slide4,
    .wrap3 .wrap3-swiper .swiper-slide.slide5 {
        width: 422px;
        height: 424px;
    }
}
@media (max-width: 996px) {
    .margin-top-50 {
        transform: translateY(0);
    }
    .bg {
        background: #90de5b;
    }
    .banner .banner-btn {
        font-size: 15px;
        padding: 10px 14px;
        width: 150px;
        bottom: 24.5%;
        left: 29%;
    }
    .wrap1 {
        margin-top: -2px;
        padding: 54px 0 94px;
    }
    .wrap1 .wrap-tit {
        display: none;
    }
    .wrap1 .wrap-tit-mb {
        display: block;
    }
    .wrap1 .wrap-tit-mb .top-tit {
        color: #303030;
        font-size: 16px;
        font-weight: 800;
        line-height: 180%;
        /* 28.8px */
    }
    .wrap1 .wrap-cont {
        margin-top: 0;
        padding: 20px 16px;
        border-radius: 12px;
        background: #fff;
        height: auto;
    }
    .wrap1 .wrap-top {
        flex-direction: column;
        align-items: baseline;
    }
    .wrap1 .wrap-top img {
        width: 56px;
        height: 56px;
    }
    .wrap1 .wrap-top .top-tit {
        margin-top: 8px;
        font-size: 16px;
    }
    .wrap1 .wrap-top .top-desc {
        margin-top: 6px;
        font-size: 12px;
        text-align: left;
    }
    .wrap1 .wrap-bottom {
        margin-top: 36px;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 16px;
    }
    .wrap1 .wrap-bottom .wrap-right {
        width: 100%;
    }
    .wrap1 .aio-list .aio-tit {
        font-size: 14px;
    }
    .wrap1 .aio-list .aio-item {
        padding: 6px 0;
    }
    .wrap1 .aio-swiper .swiper-slide {
        padding: 44px 16px 28px;
    }
    .wrap1 .aio-swiper .slide-txt {
        margin-bottom: 12px;
    }
    .wrap1 .aio-swiper .slide-old {
        margin: 0 0 10px;
    }
    .wrap1 .aio-swiper .item-actions {
        margin-top: 20px;
    }
    .wrap1 .aio-swiper .item-actions .price-btn-item {
        padding: 10px 14px;
        column-gap: 6px;
    }
    .wrap1 .aio-swiper .item-actions .btn-toggle span {
        margin-left: 0;
    }
    .wrap1 .aio-swiper .slide-sale {
        width: 92px;
        height: 92px;
    }
    .wrap1 .aio-swiper .slide-sale span {
        font-size: 16px;
        padding: 12px 0 10px 34px;
    }
    .wrap1 .wrap-list {
        padding: 14px;
    }
    .wrap1 .wrap-notice {
        margin-top: 16px;
    }
    .wrap2 {
        margin-top: 0;
        padding: 34px 0 54px;
        background: #49a30f;
    }
    .wrap2 .container {
        background: url('');
        padding-top: 0;
    }
    .wrap2 .wrap-tit .tit {
        font-size: 24px;
    }
    .wrap2 .wrap-tit .wrap-desc {
        font-size: 16px;
        font-weight: 100;
    }
    .wrap2 .plan-cont {
        position: relative;
        flex-direction: column;
        background: none;
        border-radius: 0;
        margin-top: 40px;
        height: auto;
    }
    .wrap2 .now-nav {
        position: relative;
        display: flex;
        align-items: center;
        column-gap: 14px;
        padding: 8px 12px;
        color: #656565;
        font-size: 14px;
        font-weight: 600;
        line-height: 130%;
        background: #fff;
        border-radius: 10px;
    }
    .wrap2 .now-nav::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translate(0, -50%);
        background: url('../img/osterangebot-2026/arrow-bottom.svg') no-repeat center / cover;
        width: 13px;
        height: 13px;
        transition: all 0.3s;
    }
    .wrap2 .now-nav.active::after {
        transform: translate(0, -50%) rotate(180deg);
    }
    .wrap2 .plan-left {
        position: absolute;
        width: 100%;
        top: 64px;
        flex: auto;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease;
        border-radius: 10px;
        z-index: 9;
    }
    .wrap2 .plan-left.is-open {
        max-height: 1000px;
    }
    .wrap2 .plan-left .left-item {
        padding: 8px 12px;
        column-gap: 14px;
        color: #656565;
        font-size: 14px;
        font-weight: 600;
        line-height: 130%;
    }
    .wrap2 .plan-swiper {
        width: 100%;
        padding: 18px 24px 20px;
        margin-top: 18px;
        border-radius: 10px;
        background: #fff;
    }
    .wrap2 .plan-swiper .slide-tit {
        flex-direction: column;
        gap: 12px;
        font-size: 16px;
    }
    .wrap2 .plan-swiper .slide-desc {
        font-size: 14px;
        margin-top: 12px;
    }
    .wrap2 .plan-swiper .slide-list {
        flex-direction: column;
    }
    .wrap2 .slide-item {
        order: 2;
    }
    .wrap2 .slide-item.item-center {
        order: 1;
    }
    .wrap2 .slide-item .item-txt {
        font-size: 12px;
    }
    .wrap2 .plan-list {
        margin: 36px auto 0;
    }
    .wrap2 .plan-list .plan-item {
        width: 142px;
        padding: 2px 0;
        font-size: 14px;
    }
    .wrap2 .plan-list .plan-item.active {
        font-size: 14px;
    }
    .wrap3 {
        padding: 120px 0 100px;
        background: #90de5b;
    }
    .wrap3 .wrap-tit {
        display: none;
    }
    .wrap3 .wrap-tit-mb {
        color: #2a2a2a;
        text-align: center;
        font-size: 21px;
        font-weight: 700;
        line-height: 140%;
        /* 30.8px */
        margin-bottom: 20px;
    }
    .wrap3 .wrap-cont {
        padding: 35px 28px 35px;
        box-shadow: none;
        border: 0;
        border-radius: 10px;
        background: #fff5dd;
    }
    .wrap3 .wrap-cont .wrap-desc {
        font-size: 14px;
    }
    .wrap3 .wrap3-swiper {
        padding-bottom: 40px;
        max-width: 290px;
        margin: 20px auto 0;
    }
    .wrap3 .wrap3-swiper .swiper-wrapper {
        gap: 0;
        flex-wrap: inherit;
    }
    .wrap3 .wrap3-swiper .swiper-pagination-bullet {
        background: #dceed6;
        opacity: 1;
    }
    .wrap3 .wrap3-swiper .swiper-pagination-bullet-active {
        background: #589344;
    }
    .wrap3 .wrap3-swiper .swiper-slide.slide1,
    .wrap3 .wrap3-swiper .swiper-slide.slide2,
    .wrap3 .wrap3-swiper .swiper-slide.slide3,
    .wrap3 .wrap3-swiper .swiper-slide.slide4,
    .wrap3 .wrap3-swiper .swiper-slide.slide5 {
        width: 290px;
        height: 410px;
    }
    .wrap3 .wrap3-swiper .swiper-slide.slide4 {
        background: url('../img/osterangebot-2026/wrap3-4-bg.png') no-repeat center / cover;
    }
    .wrap3 .wrap3-swiper .swiper-slide.slide5 {
        background: url('../img/osterangebot-2026/wrap3-5-bg.png') no-repeat center / cover;
    }
    .wrap3 .wrap3-swiper .swiper-slide .slide-tit {
        font-size: 14px;
    }
    .wrap3 .wrap3-swiper .swiper-slide .slide-desc {
        font-size: 12px;
    }
    .wrap3 .down-box .down-btn {
        width: 100%;
        margin: -36px auto 0;
        padding: 14px 34px;
        font-size: 12px;
        box-sizing: border-box;
        column-gap: 0;
        justify-content: space-between;
        line-height: 121%;
        top: 55px;
    }
    .wrap3 .swiper-pagination-bullet {
        position: relative;
        width: 11px;
        height: 11px;
        top: 10px;
    }
    .wrap4 {
        margin-top: 0;
        background-size: auto;
        padding: 80px 0 104px;
        background: #90de5b url('../img/osterangebot-2026/wrap4-bg.png') no-repeat center bottom;
    }
    .wrap4 .wrap4-text {
        padding: 15px;
        margin-top: 75px;
    }
    .wrap4 .wrap-tit {
        font-size: 22px;
        border-radius: 10px;
        line-height: 140%;
        background: none;
        border: none;
        color: #000;
    }
    .wrap4 .wrap-tit::before {
        display: none;
    }
    .wrap4 .wrap4-swiper {
        padding-bottom: 65px;
        max-width: 288px;
        margin: 40px auto 0;
    }
    .wrap4 .wrap4-swiper .swiper-wrapper {
        gap: 0;
    }
    .wrap4 .wrap4-swiper .swiper-slide {
        flex: none;
        transform: translateX(10px);
    }
    .wrap4 .wrap4-swiper .swiper-pagination-bullet {
        background: rgba(220, 238, 214, 0.68);
        width: 11px;
        height: 11px;
        opacity: 1;
        top: 6px;
        position: relative;
    }
    .wrap4 .wrap4-swiper .swiper-pagination-bullet-active {
        background: #2d920b;
    }
    .wrap4 .wrap-txt {
        font-size: 14px;
    }
    .wrap4 .wrap-list {
        font-size: 12px;
    }
    .wrap4::before {
        display: none;
    }
}
@media (max-width: 768px) {
    .mb-style {
        display: block;
    }
    .pc-style {
        display: none;
    }
    .banner .banner-btn {
        bottom: 24.5%;
        left: 29%;
    }
}
.wrap3 .container,
.wrap4 .container {
    width: auto;
}
.header {
    display: none !important;
}