@import url("//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css");
@font-face {
    font-family: "Rubik";
    src: url(../../fonts/Rubik-Regular.ttf);
}
@font-face {
    font-family: "Rubik";
    src: url(../../fonts/Rubik-SemiBold.ttf);
    font-weight: 600;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
html,
html body {
    font-family: "Rubik", sans-serif !important;
    background-color: #D84848 !important;
    background-image: url("../img/weihnachten-sale-2025/background.webp");
    background-position: bottom center;
    background-repeat: repeat;
    background-size: cover;
    line-height: normal;
}
.hide,
.mb-style {
    display: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.wrap2 .container {
    width: auto;
    text-align: center;
}
.banner {
    background-image: url("../img/weihnachten-sale-2025/banner-pc.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.banner .banner-content {
    padding: 34px 0;
}
.banner .logo,
.banner .banner-logo {
    width: 170px;
}
.banner .banner-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
    padding: 400px 0 102px;
    margin: 0 auto;
}
.banner .banner-desc {
    width: 552px;
    margin: 0 auto;
}
.banner .banner-desc .desc-top {
    padding: 14px 71px 12px 71px;
    border-radius: 18px 18px 0 0;
    background: #001012;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.banner .banner-desc .desc-middle {
    padding: 20px;
    background: #3E6E76;
}
.banner .banner-desc .middle-top,
.banner .banner-desc .middle-bottom {
    display: flex;
    align-items: center;
}
.banner .banner-desc .middle-top {
    margin-bottom: 20px;
    gap: 64px;
}
.banner .banner-desc .middle-bottom {
    gap: 90px;
}
.banner .banner-desc .middle-text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
}
.banner .banner-desc .middle-text::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url("../img/weihnachten-sale-2025/banner-tick.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
}
.banner .banner-desc .desc-bottom {
    border-radius: 0 0 18px 18px;
    background: #4C7C84;
    padding: 8px 220px;
}
.banner .banner-desc .more {
    color: rgba(255, 255, 255, 0.71);
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.banner .banner-desc .more::before {
    position: absolute;
    content: ' >>';
    top: 0;
    right: -20px;
}
.banner .banner-desc .more:hover {
    transition: all 0.3s ease;
    color: #FFF;
}
.banner .banner-desc .more:hover::before {
    transition: all 0.3s ease;
    right: -24px;
}
.banner .banner-btn {
    padding: 27px 88px;
    border-radius: 306px;
    background: linear-gradient(90deg, #FFBD52 0%, #FFED61 100%);
    color: #402100;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.banner .banner-btn:hover {
    transition: all 0.3s ease;
    transform: translateY(-4px);
}
.wrap-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap-title {
    border-radius: 78px;
    border: 5px solid #A8CEB4;
    background: #4D9964;
    margin-bottom: 28px;
    position: relative;
}
.wrap-title::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 16px;
    width: 44px;
    height: 80px;
    background-image: url("../img/weihnachten-sale-2025/tit-left.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.wrap-title::after {
    position: absolute;
    content: '';
    width: 44px;
    height: 80px;
    background-image: url("../img/weihnachten-sale-2025/tit-right.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.wrap-title h2 {
    color: #F6FFF9;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
}
.wrap-title .yellow {
    color: #FFC628;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
}
.wrap-title.wt-1 {
    max-width: 806px;
    padding: 14px 142px;
}
.wrap-title.wt-1::before {
    top: 10px;
    left: 16px;
}
.wrap-title.wt-1::after {
    top: 10px;
    right: 16px;
}
.wrap-title.wt-1 h2 {
    max-width: 518px;
}
.wrap-title.wt-2 {
    max-width: 982px;
    padding: 21px 78px;
}
.wrap-title.wt-2::before {
    top: 18px;
    left: 16px;
}
.wrap-title.wt-2::after {
    top: 18px;
    right: 16px;
}
.wrap-desc {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}
.wrap-desc.wd {
    max-width: 768px;
}
.buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    color: #402100;
    font-size: 16px;
    padding: 12px 36px;
    border-radius: 70px;
    background: linear-gradient(90deg, #FFBD52 0%, #FFED61 100%), linear-gradient(90deg, #453FFF 0%, #539EFF 100%);
    transition: all 0.4s;
}
.buy-btn:hover {
    transform: translateY(-10px);
}
.buy-btn .iconfont {
    font-size: 24px;
}
.win-box,
.mac-box {
    margin-top: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    color: #fff;
    font-size: 16px;
}
.win-box .toggle-btn,
.mac-box .toggle-btn {
    color: #fff;
    font-size: 12px;
    line-height: 150%;
    cursor: pointer;
}
.win-box .toggle-btn:hover,
.mac-box .toggle-btn:hover {
    text-decoration: underline;
}
.switch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 30px;
    background: #FEE;
    padding: 3px;
    margin: 0 auto;
}
.switch-btn .switch-btn-item {
    width: 104px;
    padding: 4px;
    color: #A87D7D;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
}
.switch-btn .switch-btn-item.active {
    background: #fff;
    color: #232323;
}
.wrap1 {
    padding: 148px 0 118px 0;
}
.wrap1 .wrap-cont {
    padding: 110px 56px 18px;
    max-width: 714px;
    width: 100%;
    background-image: url("../img/weihnachten-sale-2025/wrap1-bg.png");
    background-repeat: no-repeat;
    background-position: top;
}
.wrap1 .wrap-cont-box {
    padding-top: 45px;
}
.wrap1 .wrap-cont-box.discount-box-1 {
    position: relative;
}
.wrap1 .wrap-cont-box.discount-box-1::before {
    position: absolute;
    content: '-40%';
    top: 34px;
    right: 2px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.wrap1 .wrap-cont-box.discount-box-2 {
    position: relative;
}
.wrap1 .wrap-cont-box.discount-box-2::before {
    position: absolute;
    content: '-80%';
    top: 34px;
    right: 2px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.wrap1 .wrap-price {
    text-align: center;
}
.wrap1 .wrap-price .price-new {
    color: #07600A;
    font-size: 40px;
    font-weight: 700;
}
.wrap1 .wrap-price .price-old {
    color: #4B4B4B;
    font-size: 16px;
    text-decoration-line: line-through;
    margin-left: 10px;
}
.wrap1 .wrap-aio {
    margin-top: 10px;
    color: #1F1F1F;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.wrap1 .wrap-text {
    margin-top: 10px;
    text-align: center;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 150%;
}
.wrap1 .inklusiv-box {
    max-width: 602px;
    padding: 28px 18px 14px;
    margin-top: 8px;
    background: url("../img/weihnachten-sale-2025/inklusiv-bg.png") no-repeat center / cover;
}
.wrap1 .inklusiv-box .inklusiv-tit {
    color: #1F1F1F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(102, 76, 143, 0.17);
}
.wrap1 .inklusiv-box .inklusiv-img {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.wrap1 .item-tips {
    height: 18px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.wrap1 .item-tips .item-tips-box {
    position: relative;
}
.wrap1 .item-tips .item-tips-box:hover .item-tips-cont {
    opacity: 1;
    top: 0;
    left: 0;
    transform: translate(-47%, -84%);
    visibility: visible;
}
.wrap1 .item-tips .item-tips-icon {
    cursor: pointer;
    vertical-align: middle;
}
.wrap1 .item-tips .item-tips-cont {
    opacity: 0;
    position: absolute;
    transform: translate(-47%, -84%);
    transition: opacity 0.3s;
    visibility: hidden;
    z-index: 1;
}
.wrap1 .win-box,
.wrap1 .mac-box {
    margin-top: 60px;
}
.wrap2 {
    padding-bottom: 250px;
    background-image: url("../img/weihnachten-sale-2025/wrap2-bottom.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.wrap2 .desktop-right {
    flex: 1;
    padding: 34px 0 0;
    overflow: hidden;
}
.wrap2 .toggle-box {
    position: sticky;
    top: 20px;
    z-index: 99;
    width: fit-content;
    margin: 34px auto;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background: #F5A7A7;
}
.wrap2 .toggle-box .toggle-item {
    width: 198px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    padding: 16px 0;
    cursor: pointer;
    transition: all 0.3s;
}
.wrap2 .toggle-box .toggle-item.active {
    color: #D84848;
    border-radius: 6px;
    background: #FFF;
}
.wrap2 .desktop-box {
    padding: 4px 6px;
    border-radius: 26px;
    border: 13px solid #FFF;
    background: linear-gradient(180deg, #53B270 0%, #367E4B 100%);
    width: 100%;
    position: relative;
}
.wrap2 .desktop-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1180px;
    height: 620px;
    background-image: url("../img/weihnachten-sale-2025/wrap2-border.png");
    background-repeat: no-repeat;
}
.wrap2 .desktop-cont {
    position: relative;
    display: flex;
    border-radius: 11px;
    box-sizing: border-box;
    overflow: hidden;
}
.wrap2 .desktop-list {
    flex: 0 0 134px;
}
.wrap2 .desktop-list .list-item {
    padding: 26px 0;
    background-image: url("../img/weihnachten-sale-2025/list-2.svg");
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    cursor: pointer;
}
.wrap2 .desktop-list .list-item img {
    vertical-align: bottom;
}
.wrap2 .desktop-list .list-item.active {
    background-image: url("../img/weihnachten-sale-2025/list-1.svg");
}
.wrap2 .desktop-swiper {
    position: relative;
    overflow: hidden;
}
.wrap2 .swiper-slide .slide-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    column-gap: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
}
.wrap2 .swiper-slide .slide-desc {
    text-align: center;
    max-width: 882px;
    margin: 24px auto 32px;
    padding: 12px 0;
    background-image: url("../img/weihnachten-sale-2025/slide-title.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #C7FFD8;
    font-size: 18px;
    line-height: 1.3;
}
.wrap2 .slide-cont {
    padding: 0 26px;
    display: flex;
    column-gap: 32px;
    justify-content: center;
}
.wrap2 .slide-cont .slide-item {
    position: relative;
    width: calc((100% - 32px * 2) / 3);
}
.wrap2 .slide-cont .win-box,
.wrap2 .slide-cont .mac-box {
    align-items: flex-start;
    gap: 16px;
}
.wrap2 .slide-cont .win-box .toggle-btn,
.wrap2 .slide-cont .mac-box .toggle-btn {
    color: #5C5C5C;
}
.wrap2 .slide-cont .buy-btn {
    padding: 12px 36px;
}
.wrap2 .slide-logo {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.wrap2 .slide-sale {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/weihnachten-sale-2025/wrap2-discount.png") no-repeat center / cover;
    width: 88px;
    height: 88px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.wrap2 .slide-sale span {
    transform: rotate(45deg);
    display: block;
    padding: 14px 34px;
}
.wrap2 .slide-item {
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 14px;
    background: #F4FFF7;
}
.wrap2 .slide-item:last-child .slide-sale span {
    padding: 14px 0px 10px 32px;
}
.wrap2 .slide-item img {
    vertical-align: bottom;
}
.wrap2 .slide-item .slide-item-text {
    margin-top: 22px;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 42px;
    background: #45995E;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.3;
}
.wrap2 .slide-item .slide-new-price {
    margin-top: 14px;
    color: #1F1F1F;
    font-size: 16px;
    white-space: nowrap;
}
.wrap2 .slide-item .slide-new-price .price-num {
    margin-right: 6px;
    color: #07600A;
    font-size: 32px;
    font-weight: 700;
}
.wrap2 .slide-item .item-old-price {
    margin-top: 12px;
    color: #1F1F1F;
    font-size: 16px;
    line-height: 130%;
    white-space: nowrap;
}
.wrap2 .slide-item .item-old-price span {
    margin-left: 4px;
    text-decoration-line: line-through;
}
.wrap2 .item-tips {
    margin-top: 12px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #676767;
    font-size: 14px;
    line-height: 130%;
}
.wrap2 .item-tips .item-tips-cont {
    opacity: 0;
    position: absolute;
    transform: translate(-47%, -84%);
    transition: opacity 0.3s;
    visibility: hidden;
    z-index: 1;
}
.wrap2 .item-tips .item-tips-box {
    position: relative;
}
.wrap2 .item-tips .item-tips-box:hover img {
    opacity: 1;
}
.wrap2 .item-tips .item-tips-box:hover .item-tips-cont {
    opacity: 1;
    top: 0;
    left: 0;
    transform: translate(-47%, -84%);
    visibility: visible;
}
.wrap2 .item-tips .item-tips-icon {
    cursor: pointer;
    vertical-align: middle;
}
.wrap2 .wrap-type-tit {
    width: fit-content;
    padding: 16px 148px;
    margin: 120px auto 56px;
    border-radius: 5px;
    background: linear-gradient(270deg, rgba(255, 146, 146, 0) 0%, #FF9292 49.52%, rgba(255, 146, 146, 0) 100%);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 130%;
}
.wrap2 .wrap-tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
}
.wrap2 .wrap-tool .tool-item {
    width: calc((100% - 40px * 2) / 3);
    border-radius: 16px;
    border: 3px solid #A3C3BA;
    background: linear-gradient(180deg, #249271 0%, #076C4F 100%);
    padding: 2px;
}
.wrap2 .wrap-tool .tool-item-cont {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 38px 44px;
}
.wrap2 .wrap-tool .tool-tips {
    position: absolute;
    top: -2px;
    right: -2px;
    color: #020202;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding: 2px 26px;
    border-radius: 0 12px 0 12px;
    background: #FFF;
}
.wrap2 .wrap-tool .tool-tips.abo-tips {
    color: #D84848;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}
.wrap2 .wrap-tool .tool-tit {
    margin-top: 24px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    white-space: nowrap;
}
.wrap2 .wrap-tool .tool-desc {
    margin-top: 14px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    max-width: 274px;
}
.wrap2 .wrap-tool .switch-btn {
    margin: 18px auto 0;
    background: rgba(255, 255, 255, 0.22);
}
.wrap2 .wrap-tool .switch-btn .switch-btn-item {
    color: #FFF;
    opacity: 0.5;
}
.wrap2 .wrap-tool .switch-btn .switch-btn-item.active {
    background: #fff;
    color: #232323;
    opacity: 1;
}
.wrap2 .wrap-tool .new-price {
    color: #FFB143;
    font-size: 32px;
    font-weight: 700;
}
.wrap2 .wrap-tool .old-price {
    margin-left: 6px;
    color: #fff;
    font-size: 16px;
    text-decoration-line: line-through;
}
.wrap2 .wrap-tool .price-monat {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.wrap2 .wrap-tool .btn-item {
    display: flex;
    align-items: baseline;
    margin-top: 12px;
}
.wrap2 .wrap-tool .btn-item .new-price,
.wrap2 .wrap-tool .btn-item .old-price {
    display: flex;
    align-items: baseline;
}
.wrap2 .wrap-tool .win-box,
.wrap2 .wrap-tool .mac-box {
    margin-top: 10px;
}
.wrap2 .tool-bottom-box .item-tips {
    margin-top: 4px;
    justify-content: center;
    color: #ffffff50;
}
@media (max-width: 1708px) {
    .banner .banner-detail {
        padding: 350px 0 102px;
    }
}
@media (max-width: 1538px) {
    .banner .banner-detail {
        padding: 290px 0 102px;
    }
}
@media (max-width: 1398px) {
    .banner .banner-detail {
        padding: 260px 0 102px;
    }
    .banner .banner-desc {
        width: 500px;
    }
    .banner .banner-desc .desc-top {
        padding: 12px 45px 10px 45px;
        font-size: 14px;
    }
    .banner .banner-desc .desc-middle {
        padding: 16px;
    }
    .banner .banner-desc .middle-top {
        margin-bottom: 10px;
        gap: 54px;
    }
    .banner .banner-desc .middle-bottom {
        gap: 78px;
    }
    .banner .banner-desc .middle-text {
        font-size: 16px;
        padding-left: 16px;
    }
    .banner .banner-desc .desc-bottom {
        padding: 6px 194px;
    }
    .banner .banner-desc .more {
        font-size: 14px;
    }
    .banner .banner-btn {
        padding: 20px 56px;
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
    .banner {
        background-size: cover;
    }
    .banner .banner-detail {
        padding: 400px 0 102px;
    }
    .banner .banner-desc {
        width: 552px;
    }
    .banner .banner-desc .desc-top {
        padding: 14px 71px 12px 71px;
        font-size: 18px;
    }
    .banner .banner-desc .desc-middle {
        padding: 20px;
    }
    .banner .banner-desc .middle-top {
        margin-bottom: 20px;
        gap: 64px;
    }
    .banner .banner-desc .middle-bottom {
        gap: 90px;
    }
    .banner .banner-desc .middle-text {
        font-size: 18px;
        padding-left: 16px;
    }
    .banner .banner-desc .desc-bottom {
        padding: 8px 220px;
    }
    .banner .banner-desc .more {
        font-size: 14px;
    }
    .banner .banner-btn {
        padding: 27px 88px;
        font-size: 24px;
    }
    .wrap-title h2 {
        font-size: 28px;
    }
    .wrap-title .yellow {
        font-size: 28px;
    }
    .wrap2 {
        padding: 0 0 46px;
    }
    .wrap2 .desktop-box {
        padding: 0;
        border-radius: 0;
        border: none;
        background: none;
    }
    .wrap2 .desktop-box::before {
        display: none;
    }
    .wrap2 .desktop-box .desktop-cont {
        background: none;
        border-radius: 0;
        flex-direction: column;
    }
    .wrap2 .desktop-box .desktop-list {
        display: flex;
        flex: 0 0 auto;
    }
    .wrap2 .desktop-box .list-item {
        flex: 1;
        padding: 16px 0;
        height: fit-content;
        background-image: none;
        background: #FFADAD;
    }
    .wrap2 .desktop-box .list-item:nth-child(n + 2) {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.22);
    }
    .wrap2 .desktop-box .list-item.active {
        background: #FFF;
        background-image: none;
    }
    .wrap2 .desktop-box .list-item img {
        width: 36px;
        height: 36px;
    }
    .wrap2 .desktop-box .desktop-right {
        background: linear-gradient(180deg, #53B270 0%, #367E4B 100%);
        border: 4px solid #FFFEFE;
        border-radius: 12px;
        margin-top: 42px;
        padding: 32px 2px;
    }
    .wrap2 .desktop-box .item-tips {
        font-size: 12px;
        white-space: nowrap;
    }
    .wrap2 .wrap-type-tit {
        width: 50%;
        padding: 16px 0;
        margin: 58px auto 42px;
    }
    .wrap2 .wrap-tool {
        flex-direction: column;
        row-gap: 30px;
    }
    .wrap2 .wrap-tool .tool-item {
        width: 100%;
    }
    .wrap2 .wrap-tool .tool-item img {
        width: 54px;
        height: 54px;
    }
    .wrap2 .wrap-tool .tool-item-cont {
        padding: 34px 38px;
    }
    .wrap2 .wrap-tool .tool-tit {
        font-size: 18px;
        margin-top: 22px;
    }
    .wrap2 .wrap-tool .tool-desc {
        font-size: 14px;
        margin-top: 12px;
    }
    .wrap2 .wrap-tool .new-price {
        font-size: 26px;
    }
    .wrap2 .wrap-tool .old-price,
    .wrap2 .wrap-tool .price-monat {
        font-size: 14px;
    }
    .wrap2 .wrap-tool .btn-item {
        margin-top: 18px;
    }
    .wrap2 .wrap-tool .buy-btn {
        font-size: 14px;
        padding: 8px 28px;
    }
    .wrap2 .wrap-tool .buy-btn .iconfont {
        font-size: 20px;
    }
    .wrap2 .wrap-tool .win-box .toggle-btn,
    .wrap2 .wrap-tool .mac-box .toggle-btn {
        font-size: 10px;
    }
    .wrap2 .wrap-tool .tool-tips {
        font-size: 16px;
        padding: 0 22px;
    }
    .wrap2 .wrap-tool .item-tips-box .item-tips-icon {
        width: 12px;
        height: 12px;
    }
    .wrap2 .wrap-tool .item-tips-box .item-tips-cont {
        width: 196px;
        height: 54px;
    }
    .switch-btn .switch-btn-item {
        font-size: 12px;
        width: 88px;
    }
}
@media (max-width: 1000px) {
    .wrap2 .desktop-box .desktop-swiper {
        border-radius: 12px;
    }
    .wrap2 .desktop-box .swiper-slide {
        padding: 20px;
    }
    .wrap2 .desktop-box .swiper-slide .slide-tit {
        flex-direction: column;
        row-gap: 12px;
        font-size: 18px;
    }
    .wrap2 .desktop-box .swiper-slide .slide-desc {
        font-size: 14px;
        padding: 10px;
        margin: 12px auto 22px;
    }
    .wrap2 .desktop-box .slide-cont {
        flex-direction: column;
        padding: 0;
        row-gap: 18px;
    }
    .wrap2 .desktop-box .slide-cont .slide-item {
        width: 100%;
    }
}
@media (max-width: 900px) {
    .banner .logo,
    .banner .banner-logo {
        width: 130px;
    }
    .banner .banner-detail {
        gap: 28px;
        padding: 340px 0 40px;
    }
    .banner .banner-desc {
        width: 492px;
        margin: 0 auto;
    }
    .banner .banner-desc .desc-top {
        padding: 14px 71px 12px 71px;
        font-size: 16px;
    }
    .banner .banner-desc .desc-middle {
        padding: 16px;
    }
    .banner .banner-desc .middle-top {
        margin-bottom: 16px;
        gap: 60px;
    }
    .banner .banner-desc .middle-bottom {
        gap: 83px;
    }
    .banner .banner-desc .middle-text {
        font-size: 16px;
    }
    .banner .banner-desc .desc-bottom {
        padding: 8px 180px;
    }
    .banner .banner-desc .more {
        font-size: 12px;
    }
    .banner .banner-btn {
        padding: 24px 68px;
        font-size: 20px;
    }
    .wrap-title h2 {
        font-size: 24px;
    }
    .wrap-title .yellow {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .banner .banner-content {
        padding: 16px 0;
    }
    .banner .logo,
    .banner .banner-logo {
        width: 114px;
    }
    .banner .banner-detail {
        gap: 26px;
        padding: 340px 0 90px;
    }
    .banner .banner-desc {
        order: 2;
        width: 344px;
    }
    .banner .banner-desc .desc-top {
        padding: 15px 14px;
        border-radius: 8px 8px 0 0;
        font-size: 14px;
    }
    .banner .banner-desc .desc-middle {
        padding: 10px 15px;
    }
    .banner .banner-desc .middle-top,
    .banner .banner-desc .middle-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .banner .banner-desc .middle-top {
        margin-bottom: 10px;
        gap: 10px;
    }
    .banner .banner-desc .middle-bottom {
        gap: 10px;
    }
    .banner .banner-desc .middle-text {
        font-size: 14px;
        padding-left: 22px;
    }
    .banner .banner-desc .middle-text::before {
        top: 2px;
    }
    .banner .banner-desc .desc-bottom {
        border-radius: 0 0 8px 8px;
        padding: 6px 125px;
    }
    .banner .banner-desc .more {
        font-size: 12px;
    }
    .banner .banner-desc .more::before {
        position: absolute;
        content: ' >>';
        top: 0;
        right: -20px;
    }
    .banner .banner-desc .more:hover {
        transition: all 0.3s ease;
        color: #FFF;
    }
    .banner .banner-desc .more:hover::before {
        transition: all 0.3s ease;
        right: -24px;
    }
    .banner .banner-btn {
        order: 1;
        padding: 18px 56px;
        border-radius: 198px;
        font-size: 16px;
    }
    .wrap-desc {
        font-size: 16px;
    }
    .wrap-title {
        background: none;
        border: none;
        margin-bottom: 10px;
    }
    .wrap-title::before,
    .wrap-title::after {
        display: none;
    }
    .wrap-title h2 {
        font-size: 22px;
    }
    .wrap-title .yellow {
        font-size: 22px;
    }
    .wrap-title.wt-1,
    .wrap-title.wt-2 {
        padding: 0;
    }
    .wrap1 {
        padding: 68px 0 88px 0;
    }
    .wrap1 .wd {
        margin-bottom: 34px;
    }
    .wrap1 .wrap-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        max-width: 345px;
        border-radius: 12px;
        background-color: #FEE;
        background-image: none;
        position: relative;
    }
    .wrap1 .wrap-cont::before {
        position: absolute;
        content: '';
        top: -6px;
        left: 0;
        width: 100%;
        height: 46px;
        background-image: url("../img/weihnachten-sale-2025/wrap1-mobile-top.png");
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
    }
    .wrap1 .wrap-cont-box {
        padding-top: 34px;
    }
    .wrap1 .wrap-cont-box.discount-box-1::before {
        top: 0;
        right: 12px;
        font-size: 12px;
        background-image: url("../img/weihnachten-sale-2025/wrap1-mobile-discount.png");
        background-repeat: no-repeat;
        width: 40px;
        height: 50px;
        padding-top: 20px;
    }
    .wrap1 .wrap-cont-box.discount-box-2 {
        position: relative;
    }
    .wrap1 .wrap-cont-box.discount-box-2::before {
        top: 0;
        right: 12px;
        font-size: 12px;
        background-image: url("../img/weihnachten-sale-2025/wrap1-mobile-discount.png");
        background-repeat: no-repeat;
        width: 40px;
        height: 50px;
        padding-top: 20px;
    }
    .wrap1 .switch-btn {
        margin: 0 auto;
        padding: 2px;
        z-index: 4;
    }
    .wrap1 .switch-btn .switch-btn-item {
        width: 70px;
        font-size: 8px;
        padding: 2px 4px;
    }
    .wrap1 .wrap-price {
        font-size: 12px;
    }
    .wrap1 .wrap-price .price-new {
        font-size: 28px;
    }
    .wrap1 .wrap-price .price-old {
        font-size: 12px;
    }
    .wrap1 .wrap-aio {
        margin-top: 12px;
        font-size: 18px;
    }
    .wrap1 .wrap-text {
        font-size: 12px;
        padding: 0 30px;
    }
    .wrap1 .inklusiv-box {
        width: 92%;
        margin: 8px auto 0;
        padding: 13px 8px 6px;
        background-size: 100% 100%;
    }
    .wrap1 .inklusiv-box .inklusiv-tit {
        font-size: 8px;
        padding-bottom: 0;
    }
    .wrap1 .inklusiv-box .inklusiv-img {
        margin-top: 8px;
    }
    .wrap1 .inklusiv-box .inklusiv-img img {
        width: 22px;
        height: 22px;
    }
    .wrap1 .btn-box {
        padding: 48px 0 8px 0;
        background-image: url("../img/weihnachten-sale-2025/wrap1-mobile-bottom.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% auto;
    }
    .wrap1 .buy-btn {
        font-size: 12px;
        padding: 8px 20px;
    }
    .wrap1 .buy-btn .iconfont {
        font-size: 16px;
    }
    .wrap1 .win-box,
    .wrap1 .mac-box {
        margin-top: 0;
        gap: 8px;
    }
    .wrap2 {
        padding-bottom: 164px;
        background-image: url("../img/weihnachten-sale-2025/wrap2-bottom-mobile.png");
    }
    .wrap2 .toggle-box {
        max-width: 264px;
        margin: 22px auto 42px;
        width: 100%;
        border-radius: 4px;
    }
    .wrap2 .toggle-box .toggle-item {
        width: 50%;
        font-size: 14px;
        padding: 10px 0;
    }
    .wrap2 .toggle-box .toggle-item.active {
        border-radius: 4px;
    }
    .wrap2 .desktop-box {
        max-width: 360px;
    }
    .wrap2 .desktop-box .swiper-slide {
        padding: 15px;
    }
    .wrap2 .desktop-box .swiper-slide .slide-desc {
        background-image: url("../img/weihnachten-sale-2025/slide-title-mobile.png");
        background-size: cover;
        font-size: 12px;
    }
    .wrap2 .wrap-type-tit {
        max-width: 400px;
        width: 100%;
    }
    .wrap2 .wrap-tool .tool-item {
        border-radius: 14px;
    }
}
@media (max-width: 550px) {
    .banner {
        background-image: url("../img/weihnachten-sale-2025/banner-mobile.png");
        background-size: cover;
        aspect-ratio: 375 / 728;
    }
    .banner .banner-detail {
        gap: 26px;
        padding: 380px 0 130px;
    }
}
@media (max-width: 480px) {
    .banner .banner-detail {
        gap: 26px;
        padding: 282px 0 130px;
    }
}
@media (max-width: 364px) {
    .banner .banner-desc {
        width: 314px;
    }
    .banner .banner-desc .desc-top {
        padding: 15px 0;
        font-size: 12px;
    }
    .banner .banner-desc .desc-middle {
        padding: 10px 15px;
    }
    .banner .banner-desc .middle-text {
        font-size: 12px;
    }
    .banner .banner-desc .desc-bottom {
        padding: 6px 110px;
    }
    .wrap2 .desktop-box .swiper-slide .slide-desc {
        font-size: 10px;
    }
    .wrap2 .wrap-tool .tool-item-cont {
        padding: 34px 22px;
    }
}
.header {
    display: none !important;
}