.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.banner {
    position: relative;
}
.banner .banner-background {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.banner .banner-btn {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.banner .banner-btn:hover {
    transform: translateY(-10px) translateX(-50%);
}
.wrap1 {
    position: relative;
    background: #E9DFFF;
    padding-bottom: 143px;
}
.wrap1 .wrap-top {
    width: 100%;
}
.wrap1 .container {
    z-index: 1;
    position: relative;
    margin-top: -17%;
}
.wrap1 .wrap-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../img/christmas-new-year-sale-2025/wrap1-tit.png) center no-repeat;
    height: 215px;
}
.wrap1 h2 {
    top: -7%;
    position: relative;
    color: #FFF;
    font-size: 42px;
    line-height: 130%;
}
.wrap1 h2 span {
    position: relative;
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
}
.wrap1 h2 span::before,
.wrap1 h2 span::after {
    content: attr(data-text);
    position: absolute;
    top: -10px;
    left: 3px;
    white-space: nowrap;
}
.wrap1 h2 span::before {
    color: transparent;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
    z-index: 1;
}
.wrap1 h2 span::after {
    background: linear-gradient(to bottom, #FF9E17, #FF6363);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}
.wrap1 .desc {
    position: relative;
    top: 6%;
    width: 730px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 164%;
    width: 740px;
}
.wrap1 .desc span {
    color: #FFDB99;
}
.wrap1 .wrap-content {
    position: relative;
    z-index: 1;
    padding: 1px 38px 90px;
    margin-top: 80px;
    border-radius: 13px;
    background: #FEEEE8;
}
.wrap1 .wrap-content .toggle-btn {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    max-width: 211px;
    margin: 44px auto 33px auto;
    border-radius: 138px;
    background: #FFCBB8;
    color: #864A49;
    text-align: center;
    font-size: 16px;
    line-height: 164%;
    font-weight: 600;
}
.wrap1 .wrap-content .pro {
    border-radius: 138px 0 0 138px;
}
.wrap1 .wrap-content .ultimate {
    border-radius: 0 138px 138px 0;
}
.wrap1 .wrap-content .pro,
.wrap1 .wrap-content .ultimate {
    padding: 8px 0;
    width: 50%;
    transition: all 0.3s;
}
.wrap1 .wrap-content .pro.active,
.wrap1 .wrap-content .ultimate.active {
    background: linear-gradient(180deg, #FF6E6E 0%, #DE1705 100%);
    color: #FFF;
}
.wrap1 .wrap-content .box1 {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 766px;
    border-radius: 16px;
    background: #FFDDD0;
}
.wrap1 .wrap-content .box1 .box-left {
    padding: 14px 19px;
}
.wrap1 .wrap-content .box1 .box-middle {
    display: flex;
    align-items: center;
    background: url(../img/christmas-new-year-sale-2025/box-middle.png) right no-repeat;
    background-size: 100% 100%;
    padding: 0 45px 0 34px;
}
.wrap1 .wrap-content .box1 .box-right {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0 16px 16px 0;
    background: #FFA07D;
    color: #FFF;
    font-size: 18px;
    line-height: 164%;
    cursor: pointer;
}
.wrap1 .wrap-content .box1 .list {
    position: absolute;
    top: 110px;
    right: -111px;
    display: none;
}
.wrap1 .wrap-content .box2 {
    display: flex;
    flex-direction: row;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    border-radius: 16px;
    background: #FFDDD0;
}
.wrap1 .wrap-content .box2 .box-left {
    padding: 14px 14px;
}
.wrap1 .wrap-content .box2 .box-middle {
    display: flex;
    align-items: center;
    background: url(../img/christmas-new-year-sale-2025/box-middle.png) right no-repeat;
    background-size: 100% 100%;
    padding: 0px 19px 0 34px;
}
.wrap1 .wrap-content .box2 .box-right {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0 16px 16px 0;
    background: #FFA07D;
    color: #FFF;
    font-size: 18px;
    line-height: 164%;
    cursor: pointer;
}
.wrap1 .wrap-content .box2 .list {
    position: absolute;
    top: 110px;
    left: -127px;
    display: none;
}
.wrap1 .wrap-content .box-desc {
    margin: 35px auto 30px auto;
    text-align: center;
    color: #693724;
    font-size: 16px;
    line-height: 164%;
}
.wrap1 .wrap-content .item-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.wrap1 .wrap-content .item {
    width: 100%;
    border-radius: 12px;
    background: url(../img/christmas-new-year-sale-2025/item-top.png) #FFF;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.wrap1 .wrap-content .item-top {
    padding-top: 12px;
}
.wrap1 .wrap-content .item-content {
    padding: 25px 40px 29px;
}
.wrap1 .wrap-content .tit {
    color: #222;
    text-align: center;
    font-size: 20px;
    line-height: 164%;
}
.wrap1 .wrap-content .platform {
    width: 83px;
    border-radius: 61px;
    background: #FFEEE8;
    color: #535353;
    text-align: center;
    font-size: 14px;
    line-height: 164%;
    margin: 3px auto 17px auto;
}
.wrap1 .wrap-content .price {
    flex-wrap: nowrap;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #222;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 164%;
}
.wrap1 .wrap-content .price .nt {
    font-weight: 600;
}
.wrap1 .wrap-content .price span {
    color: #BF1111;
    font-size: 42px;
    font-weight: 600;
    line-height: 164%;
}
.wrap1 .wrap-content .old-price {
    color: #535353;
    text-align: center;
    font-size: 20px;
    line-height: 164%;
    text-decoration-line: line-through;
}
.wrap1 .wrap-content .old-price .nt {
    font-weight: 600;
}
.wrap1 .wrap-content .annual-total {
    color: #535353;
    text-align: center;
    font-size: 20px;
    line-height: 164%;
}
.wrap1 .wrap-content .tax-note {
    color: #7B7B7B;
    text-align: center;
    font-size: 14px;
    line-height: 164%;
}
.wrap1 .wrap-content .buy-btn {
    display: block;
    transition: all 0.3s;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 11px 50px;
    margin-top: 41px;
    background: linear-gradient(90deg, #FAAD1F 0%, #FF18B2 100%);
}
.wrap1 .wrap-content .buy-btn .mac {
    display: none;
}
.wrap1 .wrap-content .mac-box {
    display: none;
}
.wrap1 .wrap-content .buy-btn:hover {
    transform: translateY(-10px);
    background: linear-gradient(90deg, #FA7A1F 0%, #FF181C 100%);
}
.wrap1 .wrap-content .version {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    color: #535353;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
    /* 22.96px */
}
.wrap1 .wrap-content .version:hover {
    color: #AE3131;
}
.wrap1 .wrap-content .pro-content {
    position: relative;
}
.wrap1 .wrap-content .pro-content .item1,
.wrap1 .wrap-content .pro-content .item2 {
    position: relative;
}
.wrap1 .wrap-content .pro-content .item2::before {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/20off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap1 .wrap-content .pro-content .item2 .buy-btn {
    margin-top: 12px;
}
.wrap1 .wrap-content .pro-content .item3 {
    position: relative;
}
.wrap1 .wrap-content .pro-content .item3::before {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/10off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap1 .wrap-content .pro-content::after {
    content: '';
    position: absolute;
    background: url(../img/christmas-new-year-sale-2025/corner1.png) no-repeat;
    top: -128px;
    right: -52px;
    width: 206px;
    height: 205px;
}
.wrap1 .wrap-content .ultimate-content {
    position: relative;
}
.wrap1 .wrap-content .ultimate-content .item1,
.wrap1 .wrap-content .ultimate-content .item3 {
    position: relative;
}
.wrap1 .wrap-content .pro-content .item1::before,
.wrap1 .wrap-content .ultimate-content .item1::before,
.wrap1 .wrap-content .ultimate-content .item3::before {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/30off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap1 .wrap-content .ultimate-content .item2 .buy-btn {
    margin-top: 12px;
}
.wrap1 .wrap-content .ultimate-content .item2 {
    position: relative;
}
.wrap1 .wrap-content .ultimate-content .item2::before {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/40off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap1 .wrap-content .ultimate-content::after {
    content: '';
    position: absolute;
    background: url(../img/christmas-new-year-sale-2025/corner2.png) no-repeat;
    top: -128px;
    right: -52px;
    width: 206px;
    height: 205px;
}
.wrap1 .pro-content,
.wrap1 .ultimate-content {
    transition: all 0.3s;
}
.wrap1 .ultimate-content {
    display: none;
}
.wrap1 .wrap-content::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/wrap1-decoration.png) no-repeat;
    top: -8px;
    left: -26px;
    width: 1131px;
    height: 831px;
    background-size: contain;
    height: 105%;
    background-size: 100% 100%;
    z-index: -1;
}
.line {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #AA240C;
}
.line .roll-swiper .swiper-wrapper {
    transition-timing-function: linear;
}
.line .swiper {
    width: 100%;
    overflow: hidden;
}
.line .swiper-wrapper {
    display: flex;
    width: auto;
    transition-timing-function: linear;
}
.line .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    width: auto;
}
.line .swiper-slide .yellow {
    color: #FFE139;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 164%;
}
.line .swiper-slide .white {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 164%;
}
.wrap2 {
    padding: 118px 0 205px 0;
    background: url(../img/christmas-new-year-sale-2025/wrap2-background.png) no-repeat #E9DFFF;
    background-position: bottom;
    background-size: 100% 600px;
}
.wrap2 .wrap-tit {
    background: url(../img/christmas-new-year-sale-2025/wrap2-tit.png) center no-repeat;
    height: 114px;
}
.wrap2 h2 {
    color: #FFF;
    font-size: 42px;
    line-height: 130%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 24%;
}
.wrap2 h2 span {
    position: relative;
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
}
.wrap2 h2 span::before,
.wrap2 h2 span::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 3px;
    white-space: nowrap;
}
.wrap2 h2 span::before {
    color: transparent;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
    z-index: 1;
}
.wrap2 h2 span::after {
    background: linear-gradient(to bottom, #FF9E17, #FF6363);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}
.wrap2 .mobile-dropdown {
    display: none;
}
.wrap2 .wrap-content {
    margin-top: 42px;
    border-radius: 25px;
    border: 15px solid transparent;
    justify-content: space-between;
    position: relative;
}
.wrap2 .wrap-content .mobile-toppic {
    width: 100%;
}
.wrap2 .wrap-content .swiper-box {
    position: relative;
    z-index: 1;
    background: #FEEEE8;
    border-radius: 13px;
    overflow: hidden;
}
.wrap2 .wrap-content .swiper {
    z-index: 1;
    border-radius: 13px;
}
.wrap2 .wrap-content .list-item {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0 50px 50px;
    border-radius: 0 0 15px 15px;
    gap: 25px;
}
.wrap2 .wrap-content .item {
    width: 100%;
    border-radius: 12px;
    background: url(../img/christmas-new-year-sale-2025/item-top.png) #FFF;
    background-position: top;
    background-repeat: no-repeat;
}
.wrap2 .wrap-content .item-top {
    padding-top: 12px;
}
.wrap2 .wrap-content .tit {
    color: #222;
    text-align: center;
    font-size: 20px;
    line-height: 164%;
}
.wrap2 .wrap-content .platform {
    width: 83px;
    border-radius: 61px;
    background: #FFEEE8;
    color: #535353;
    text-align: center;
    font-size: 14px;
    line-height: 164%;
    margin: 3px auto 17px auto;
}
.wrap2 .wrap-content .item-1,
.wrap2 .wrap-content .item-3 {
    position: relative;
}
.wrap2 .wrap-content .item2-price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}
.wrap2 .wrap-content .item-2 {
    position: relative;
}
.wrap2 .wrap-content .item-2 .item-content {
    padding: 15px 15px 0;
}
.wrap2 .wrap-content .item-content {
    padding: 38px 38px 0;
    display: flex;
    flex-direction: column;
}
.wrap2 .wrap-content .need {
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 164%;
}
.wrap2 .wrap-content .price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    color: #222;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 164%;
}
.wrap2 .wrap-content .price .nt {
    font-weight: 600;
}
.wrap2 .wrap-content .price span {
    color: #BF1111;
    font-size: 42px;
    font-weight: 600;
    line-height: 164%;
}
.wrap2 .wrap-content .old-price {
    color: #535353;
    text-align: center;
    font-size: 20px;
    line-height: 164%;
    text-decoration-line: line-through;
}
.wrap2 .wrap-content .tax-note {
    color: #7B7B7B;
    text-align: center;
    font-size: 14px;
    line-height: 164%;
}
.wrap2 .wrap-content .annual-total {
    color: #535353;
    text-align: center;
    font-size: 20px;
    line-height: 164%;
}
.wrap2 .wrap-content .gap-top {
    margin-top: 63px;
}
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(1) .item-1::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/30off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(1) .item-2::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/20off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(1) .item-3::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/10off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(2) .item-1::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(3) .item-1::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(4) .item-1::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(7) .item-1::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(8) .item-1::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(2) .item-2::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(3) .item-2::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(4) .item-2::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(7) .item-2::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(8) .item-2::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(2) .item-3::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(3) .item-3::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(4) .item-3::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(7) .item-3::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(8) .item-3::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/30off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(5) .item-1::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(6) .item-1::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/30off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(5) .item-2::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(6) .item-2::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/20off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(5) .item-3::after,
.wrap2 .wrap-content .swiper-wrapper .swiper-slide:nth-child(6) .item-3::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/10off.png);
    top: 33px;
    right: -18px;
    width: 98px;
    height: 83px;
}
.wrap2 .wrap-content::after {
    position: absolute;
    content: '';
    background: url(../img/christmas-new-year-sale-2025/wrap2-decoration.png) no-repeat;
    top: -18px;
    left: -25px;
    width: 1101px;
    background-size: contain;
    height: 108%;
    background-size: 100% 100%;
    z-index: 0;
}
.wrap2 .buy-btn {
    display: block;
    transition: all 0.3s;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 11px 50px;
    margin: 23px 50px 0;
    background: linear-gradient(90deg, #FAAD1F 0%, #FF18B2 100%);
}
.wrap2 .buy-btn:hover {
    transform: translateY(-10px);
    background: linear-gradient(90deg, #FA7A1F 0%, #FF181C 100%);
}
.wrap2 .version {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    color: #535353;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
    /* 22.96px */
    padding-bottom: 24px;
}
.wrap2 .version:hover {
    color: #AE3131;
}
.wrap2 .wrap-desc {
    background: linear-gradient(90deg, #FEEEE8 0%, #FFF5F2 17.79%, #FFF5F2 82.21%, #FEEEE8 100%);
    padding: 20px 0;
    margin: 34px 0 38px 0;
}
.wrap2 .wrap-desc .desc-tit {
    color: #535353;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 164%;
}
.wrap2 .wrap-desc .desc {
    color: #535353;
    text-align: center;
    font-size: 16px;
    line-height: 164%;
}
.wrap2 .content-list {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    border-radius: 13.689px;
    transition: all 0.3s;
    cursor: pointer;
}
.wrap2 .content-list img {
    width: 67px;
    height: 67px;
}
.wrap2 .content-list p {
    color: #202020;
    font-size: 18px;
    line-height: 28.5px;
    font-weight: 600;
    display: none;
}
.wrap2 .list {
    display: flex;
    flex-direction: row;
    padding: 22px 32px 38px;
    transition: all 0.3s;
}
.wrap2 .list:nth-child(odd) {
    background: url(../img/christmas-new-year-sale-2025/odd.png) top no-repeat;
    background-size: contain;
}
.wrap2 .list:nth-child(even) {
    background: url(../img/christmas-new-year-sale-2025/even.png) top no-repeat;
    background-size: contain;
}
.wrap2 .list.active {
    background: url(../img/christmas-new-year-sale-2025/active.png) top no-repeat;
    background-size: contain;
}
@media (max-width: 1200px) {
    .wrap1 .container {
        width: 100%;
    }
    .wrap1 .wrap-content::after {
        display: none;
    }
    .wrap2 .container {
        width: 100%;
    }
    .wrap2 .wrap-content::after {
        display: none;
    }
}
@media (max-width: 996px) {
    .banner .banner-btn {
        top: 63%;
    }
    .wrap1 {
        margin-top: -1px;
        padding-bottom: 54px;
    }
    .wrap1 .container {
        width: 100%;
        margin-top: 0;
    }
    .wrap1 .wrap-top {
        display: none;
    }
    .wrap1 h2 {
        font-size: 30px;
        color: #B32020;
    }
    .wrap1 .desc {
        color: #424242;
        font-size: 12px;
        max-width: 345px;
    }
    .wrap1 .desc span {
        color: #B83232;
    }
    .wrap1 .wrap-tit {
        background: url('');
    }
    .wrap1 .wrap-content {
        border: 1px solid #D4886C;
        padding: 1px 9px 42px;
        margin-top: 0;
    }
    .wrap1 .wrap-content .item {
        background-size: 100% 103px;
    }
    .wrap1 .wrap-content .toggle-btn {
        margin: 24px auto 18px auto;
        max-width: 176px;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box-desc {
        margin: 18px 0;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box1 {
        border-radius: 6px;
        width: 100%;
    }
    .wrap1 .wrap-content .box1 .box-left {
        padding: 6px 8px;
    }
    .wrap1 .wrap-content .box1 .left {
        width: 42px;
        height: 42px;
    }
    .wrap1 .wrap-content .box1 .box-middle {
        padding: 0px 15px 0 25px;
    }
    .wrap1 .wrap-content .box1 .middle {
        width: 170px;
        height: 27px;
    }
    .wrap1 .wrap-content .box1 .box-right {
        border-radius: 0 6px 6px 0;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box1 .list {
        position: absolute;
        top: 47px;
        right: -8px;
        height: 106px;
        z-index: 1;
    }
    .wrap1 .wrap-content .box2 {
        border-radius: 6px;
        width: 100%;
    }
    .wrap1 .wrap-content .box2 .box-left {
        padding: 6px 8px;
    }
    .wrap1 .wrap-content .box2 .left {
        width: 42px;
        height: 42px;
    }
    .wrap1 .wrap-content .box2 .box-middle {
        padding: 0px 9px 0 14px;
    }
    .wrap1 .wrap-content .box2 .middle {
        width: 191px;
        height: 28px;
    }
    .wrap1 .wrap-content .box2 .box-right {
        border-radius: 0 6px 6px 0;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box2 .list {
        position: absolute;
        top: 110px;
        left: -272px;
        display: none;
    }
    .wrap1 .wrap-content .item-list {
        padding: 0 12px;
        flex-direction: column;
    }
    .wrap1 .wrap-content .pro-content .item1::before,
    .wrap1 .wrap-content .ultimate-content .item1::before,
    .wrap1 .wrap-content .pro-content .item2::before,
    .wrap1 .wrap-content .ultimate-content .item2::before,
    .wrap1 .wrap-content .pro-content .item3::before,
    .wrap1 .wrap-content .ultimate-content .item3::before {
        right: 0;
    }
    .wrap1 .wrap-content::after {
        display: none;
    }
    .line {
        padding: 4px;
    }
    .line .swiper-pic1 {
        width: 30px;
        height: 32px;
    }
    .line .swiper-pic2 {
        width: 32px;
        height: 36px;
    }
    .line .swiper-slide .yellow,
    .line .swiper-slide .white {
        font-size: 13px;
    }
    .wrap2 {
        padding: 72px 0 92px 0;
        background-size: 100% 200px;
    }
    .wrap2 .container {
        width: 100%;
    }
    .wrap2 .wrap-tit {
        background: url('');
    }
    .wrap2 .wrap-tit h2 {
        padding-bottom: 23px;
        color: #B32020;
        font-size: 30px;
    }
    .wrap2 .content-list {
        display: none;
    }
    .wrap2 .mobile-dropdown {
        display: block;
        margin-top: 25px;
    }
    .wrap2 .dropdown-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 6px;
        background: #FFF6F6;
        padding: 14px 22px 18px;
        justify-content: space-between;
        cursor: pointer;
    }
    .wrap2 .dropdown-header .arrow {
        transition: transform 0.3s ease;
    }
    .wrap2 .item-pic {
        width: 32px;
        height: 32px;
    }
    .wrap2 .item-left {
        display: flex;
        gap: 8px;
    }
    .wrap2 .item-left img {
        width: 32px;
        height: 32px;
    }
    .wrap2 .item-left span {
        color: #202020;
        font-size: 16px;
        line-height: 32px;
    }
    .wrap2 .dropdown-content {
        position: relative;
        z-index: 2;
        top: -18px;
        background-color: #FFF6F6;
        border-radius: 0 0 20px 20px;
        padding: 0 20px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
        opacity: 0;
    }
    .wrap2 .dropdown-content .item,
    .wrap2 .dropdown-content .item-left {
        cursor: pointer;
        transition: background-color 0.2s ease;
        padding: 8px;
        border-radius: 8px;
    }
    .wrap2 .dropdown-content .item:hover,
    .wrap2 .dropdown-content .item-left:hover {
        background-color: rgba(229, 110, 45, 0.1);
    }
    .wrap2 .mobile-dropdown.open .dropdown-content {
        width: 100%;
        max-height: 1000px;
        opacity: 1;
        padding: 24px 20px 20px 14px;
    }
    .wrap2 .mobile-dropdown.open .dropdown-header .arrow {
        transform: rotate(180deg);
    }
    .wrap2 .wrap-desc {
        background: none;
        margin: 0;
        padding: 20px 20px 32px;
    }
    .wrap2 .wrap-desc .desc-tit {
        font-size: 16px;
    }
    .wrap2 .wrap-desc .desc {
        font-size: 12px;
    }
    .wrap2 .wrap-content {
        border: 1px solid #D4886C;
        border-radius: 13px;
        margin-top: 66px;
    }
    .wrap2 .wrap-content .item {
        background-size: 100% 103px;
    }
    .wrap2 .wrap-content .swiper-slide {
        flex-direction: column;
        padding: 0 20px 22px;
    }
    .wrap2 .wrap-content::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .banner .banner-btn {
        top: 63%;
    }
    .wrap1 {
        margin-top: -1px;
        padding-bottom: 54px;
    }
    .wrap1 .container {
        margin-top: 0;
    }
    .wrap1 .wrap-top {
        display: none;
    }
    .wrap1 h2 {
        font-size: 30px;
        color: #B32020;
    }
    .wrap1 h2 span::before,
    .wrap1 h2 span::after {
        top: -10px;
    }
    .wrap1 .desc {
        color: #424242;
        font-size: 12px;
        max-width: 345px;
    }
    .wrap1 .desc span {
        color: #B83232;
    }
    .wrap1 .wrap-tit {
        background: url('');
    }
    .wrap1 .wrap-content {
        border: 1px solid #D4886C;
        padding: 1px 9px 42px;
        margin-top: 0;
    }
    .wrap1 .wrap-content .toggle-btn {
        margin: 24px auto 18px auto;
        max-width: 176px;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box-desc {
        margin: 18px 0;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box1 {
        border-radius: 6px;
        width: 100%;
    }
    .wrap1 .wrap-content .box1 .box-left {
        padding: 6px 8px;
    }
    .wrap1 .wrap-content .box1 .left {
        width: 42px;
        height: 42px;
    }
    .wrap1 .wrap-content .box1 .box-middle {
        padding: 0px 15px 0 25px;
    }
    .wrap1 .wrap-content .box1 .middle {
        width: 170px;
        height: 27px;
    }
    .wrap1 .wrap-content .box1 .box-right {
        border-radius: 0 6px 6px 0;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box1 .list {
        position: absolute;
        top: 47px;
        right: -8px;
        height: 106px;
        z-index: 1;
    }
    .wrap1 .wrap-content .box2 {
        border-radius: 6px;
        width: 100%;
    }
    .wrap1 .wrap-content .box2 .box-left {
        padding: 6px 8px;
    }
    .wrap1 .wrap-content .box2 .left {
        width: 42px;
        height: 42px;
    }
    .wrap1 .wrap-content .box2 .box-middle {
        padding: 0px 5px 0 14px;
    }
    .wrap1 .wrap-content .box2 .middle {
        width: 206px;
        height: 28px;
    }
    .wrap1 .wrap-content .box2 .box-right {
        border-radius: 0 6px 6px 0;
        font-size: 14px;
    }
    .wrap1 .wrap-content .box2 .list {
        position: absolute;
        top: 47px;
        right: -8px;
        height: 106px;
        z-index: 1;
    }
    .wrap1 .wrap-content .item-list {
        padding: 0 12px;
        flex-direction: column;
    }
    .wrap1 .wrap-content .pro-content .item1::before,
    .wrap1 .wrap-content .ultimate-content .item1::before,
    .wrap1 .wrap-content .pro-content .item2::before,
    .wrap1 .wrap-content .ultimate-content .item2::before,
    .wrap1 .wrap-content .pro-content .item3::before,
    .wrap1 .wrap-content .ultimate-content .item3::before {
        right: 0;
    }
    .wrap1 .wrap-content .pro-content::after,
    .wrap1 .wrap-content .ultimate-content::after {
        width: 72px;
        height: 72px;
        background-size: contain;
        top: -85px;
        right: -13px;
    }
    .wrap1 .wrap-content::after {
        display: none;
    }
    .line {
        padding: 4px;
    }
    .line .swiper-pic1 {
        width: 30px;
        height: 32px;
    }
    .line .swiper-pic2 {
        width: 32px;
        height: 36px;
    }
    .line .swiper-slide .yellow,
    .line .swiper-slide .white {
        font-size: 13px;
    }
    .wrap2 {
        padding: 72px 0 92px 0;
        background-size: 100% 200px;
    }
    .wrap2 .wrap-tit {
        background: url('');
    }
    .wrap2 .wrap-tit h2 {
        padding-bottom: 23px;
        color: #B32020;
        font-size: 30px;
    }
    .wrap2 .content-list {
        display: none;
    }
    .wrap2 .mobile-dropdown {
        display: block;
        margin-top: 25px;
    }
    .wrap2 .dropdown-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 6px;
        background: #FFF6F6;
        padding: 14px 22px 18px;
        justify-content: space-between;
        cursor: pointer;
    }
    .wrap2 .dropdown-header .arrow {
        transition: transform 0.3s ease;
    }
    .wrap2 .item-pic {
        width: 32px;
        height: 32px;
    }
    .wrap2 .item-left {
        display: flex;
        gap: 8px;
    }
    .wrap2 .item-left img {
        width: 32px;
        height: 32px;
    }
    .wrap2 .item-left span {
        color: #202020;
        font-size: 16px;
        line-height: 32px;
    }
    .wrap2 .dropdown-content {
        position: relative;
        z-index: 2;
        top: -18px;
        background-color: #FFF6F6;
        border-radius: 0 0 20px 20px;
        padding: 0 20px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
        opacity: 0;
    }
    .wrap2 .dropdown-content .item,
    .wrap2 .dropdown-content .item-left {
        cursor: pointer;
        transition: background-color 0.2s ease;
        padding: 8px;
        border-radius: 8px;
    }
    .wrap2 .dropdown-content .item:hover,
    .wrap2 .dropdown-content .item-left:hover {
        background-color: rgba(229, 110, 45, 0.1);
    }
    .wrap2 .mobile-dropdown.open .dropdown-content {
        width: 100%;
        max-height: 1000px;
        opacity: 1;
        padding: 24px 20px 20px 14px;
    }
    .wrap2 .mobile-dropdown.open .dropdown-header .arrow {
        transform: rotate(180deg);
    }
    .wrap2 .wrap-desc {
        background: none;
        margin: 0;
        padding: 20px 20px 32px;
    }
    .wrap2 .wrap-desc .desc-tit {
        font-size: 16px;
    }
    .wrap2 .wrap-desc .desc {
        font-size: 12px;
    }
    .wrap2 .wrap-content {
        border: 1px solid #D4886C;
        border-radius: 13px;
        margin-top: 66px;
    }
    .wrap2 .wrap-content .list-item {
        flex-direction: column;
        padding: 0;
    }
    .wrap2 .wrap-content::after {
        display: none;
    }
}
header {
    display: none;
}
.wrap-tit-desc {
    color: #C02929;
    font-size: 20px;
    font-weight: 600;
    line-height: 164%;
    text-align: center;
    margin-top: 42px;
}
.wrap-tit-desc .discount-text {
    font-size: 24px;
    color: #FFE139;
    -webkit-text-stroke: 1px #C02929;
}