
  .hide {
    display: none;
  }
  .year-sale-2026 .container {
    width: 1080px;
    margin: 0 auto;
  }
  .top {
    background: url("../img/activity/new-year-sale-2026/top-bg-1.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
  }
  .top::before {
    position: absolute;
    content: '';
    bottom: 4px;
    right: 0;
    width: 462px;
    height: 392px;
    background: url("../img/activity/new-year-sale-2026/top-img-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
  }
  .top .top-bg {
    max-width: 1200px;
    margin: 0 auto;
    background: url("../img/activity/new-year-sale-2026/top-bg-2.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 832px;
  }
  .top .top-content {
    padding: 24px 0 150px;
    display: flex;
  }
  .top .top-left {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .top .left-select {
    width: 100%;
    padding: 41px 28px 13px 9px;
    border-radius: 8px;
    background: #FFECC5;
    position: relative;
  }
  .top .left-select .select-title {
    position: absolute;
    top: -34px;
    left: 47%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: url("../img/activity/new-year-sale-2026/top-left-pickup.png");
    background-repeat: no-repeat;
    width: 408px;
    height: 64px;
  }
  .top .left-select .select-title span {
    color: #FFF;
    font-family: Rubik;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
  }
  .top .left-select .select-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    z-index: 1;
  }
  .top .left-select .select-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #ECBA50;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .top .left-select .select-item .select-item-title {
    color: #130303;
    font-family: Rubik;
    text-align: center;
    font-weight: 600;
  }
  .top .left-select .select-item .select-item-desc {
    color: #130303;
    font-family: Rubik;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .top .left-select .select-item.active {
    background: linear-gradient(0deg, #FDBB25 0%, #FDBB25 100%), #FFF7E8;
    opacity: 1;
  }
  .top .left-select .select-item.active .select-item-title,
  .top .left-select .select-item.active .select-item-desc {
    color: #000;
  }
  .top .left-select .big-item {
    padding: 18px 50px;
    position: relative;
  }
  .top .left-select .big-item::before {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    background-image: url("../img/activity/new-year-sale-2026/top-left-discount-1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top .left-select .big-item .big-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .top .left-select .small-item {
    padding: 14px 40px;
    position: relative;
  }
  .top .left-select .small-item::before {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    background-image: url("../img/activity/new-year-sale-2026/top-left-discount-2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top .left-select .small-item .small-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .top .left-select .small-item .small-desc {
    font-size: 14px;
    max-width: 348px;
  }
  .top .top-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    border-radius: 24px;
    border: 2px solid #E7555C;
    background: #FFECC5;
    width: 100%;
    margin-left: -40px;
    margin-top: 40px;
    z-index: 2;
    padding: 52px 6px 46px;
  }
  .top .top-right-title {
    color: #000;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .top .product-item {
    display: none;
    flex-direction: column;
    align-items: center;
    opacity: 0;
  }
  .top .product-item.active {
    display: flex;
  }
  .top .product-item .product-img {
    max-width: 502px;
    width: 100%;
    margin-bottom: 8px;
  }
  .top .product-item .product-img img {
    width: 100%;
  }
  .top .product-item .product-title {
    color: #000;
    font-family: Rubik;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .top .product-item .product-desc {
    max-width: 458px;
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.8px;
  }
  .top .product-item .center-desc {
    text-align: center;
  }
  .top .product-item .product-price {
    display: flex;
    align-items: self-end;
    margin-bottom: 18px;
  }
  .top .product-item .product-price .price-desc-1 {
    text-align: center;
    color: #03130F;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .top .product-item .product-price .price-num {
    color: #E71D38;
    font-size: 45px;
    font-weight: 700;
    margin-right: 20px;
  }
  .top .product-item .product-price .price-desc-2 {
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
  }
  .top .product-item .product-price .price-delete {
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: line-through;
    margin-bottom: 6px;
  }
  .top .product-item .buy-btn-group {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .top .product-item .buy-btn-group .buy-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(0deg, #FDBB25 0%, #FDBB25 100%), linear-gradient(0deg, #F8D95A 0%, #F8D95A 100%), #006241;
    box-shadow: 0 4px 0 0 #AA7600;
    transition: all 0.3s ease;
    position: relative;
  }
  .top .product-item .buy-btn-group .buy-btn .icon-windows,
  .top .product-item .buy-btn-group .buy-btn .icon-macos {
    color: #352706;
    font-size: 20px;
  }
  .top .product-item .buy-btn-group .buy-btn span {
    color: #352706;
    font-size: 16px;
    font-weight: 500;
  }
  .top .product-item .buy-btn-group .buy-btn:hover,
  .top .product-item .buy-btn-group .buy-btn:active {
    box-shadow: 0 2px 0 0 #AA7600;
    transform: translateY(2px);
  }
  .top .product-item .buy-btn-group .win-btn {
    padding: 15px 30px;
  }
  .top .product-item .buy-btn-group .mac-btn {
    padding: 15px 48px;
  }
  .top .item-1 {
    position: relative;
  }
  .top .item-1::before {
    position: absolute;
    content: '';
    top: -94px;
    right: -8px;
    width: 133px;
    height: 139px;
    background-image: url("../img/activity/new-year-sale-2026/top-right-discount-1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top .item-2 {
    position: relative;
  }
  .top .item-2::before {
    position: absolute;
    content: '';
    top: -94px;
    right: -8px;
    width: 133px;
    height: 139px;
    background-image: url("../img/activity/new-year-sale-2026/top-right-discount-2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .middle {
    background: url("../img/activity/new-year-sale-2026/middle-bg-1.png") center center / cover, #791A16;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
  .middle .middle-bg {
    max-width: 1200px;
    background: url("../img/activity/new-year-sale-2026/middle-bg-2.png") center center / 100% 840px;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .middle .middle-content {
    padding: 120px 15px;
  }
  .middle .aio-top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  .middle .aio-top img {
    box-shadow: 0 4px 6.8px 0 rgba(134, 106, 53, 0.2);
  }
  .middle .aio-top .aio-title {
    color: #130303;
    font-family: Rubik;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .middle .aio-top .aio-desc {
    max-width: 832px;
    color: #130303;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
  .middle .aio-top-mobile {
    display: none;
  }
  .middle .aio-middle {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 18px;
    padding-right: 20px;
  }
  .middle .aio-middle .aio-text {
    background-image: url("../img/activity/new-year-sale-2026/middle-title.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 86px;
    max-width: 280px;
    width: 100%;
    text-align: right;
  }
  .middle .aio-middle .aio-text-red {
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-right: -4px;
  }
  .middle .aio-middle .aio-text-blac {
    color: rgba(255, 255, 255, 0.8);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .middle .aio-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .middle .aio-plan {
    max-width: 324px;
    width: 100%;
    border-radius: 16px;
    background: #FFECC5;
    padding: 38px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .middle .aio-plan .plan-title {
    color: #03130F;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .middle .aio-plan .plan-price {
    margin-bottom: 6px;
  }
  .middle .aio-plan .plan-price-num {
    color: #E71D38;
    font-family: Rubik;
    font-size: 45px;
    font-weight: 700;
  }
  .middle .aio-plan .plan-price-front,
  .middle .aio-plan .plan-price-per {
    color: #03130F;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
  }
  .middle .aio-plan .plan-text {
    color: #3A3A3A;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .middle .aio-plan .plan-desc {
    color: #3F3F3F;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
  }
  .middle .aio-plan .plan-desc .price-delete {
    text-decoration-line: line-through;
  }
  .middle .aio-plan .plan-small-text {
    color: #4D4D4D;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .middle .aio-plan .plan-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .middle .aio-plan .plan-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(0deg, #FDBB25 0%, #FDBB25 100%), linear-gradient(0deg, #F8D95A 0%, #F8D95A 100%), #006241;
    box-shadow: 0 4px 0 0 #AA7600;
    transition: all 0.3s ease;
    position: relative;
  }
  .middle .aio-plan .plan-btn .icon-windows,
  .middle .aio-plan .plan-btn .icon-macos {
    color: #352706;
    font-size: 20px;
  }
  .middle .aio-plan .plan-btn span {
    color: #352706;
    font-size: 16px;
    font-weight: 500;
  }
  .middle .aio-plan .plan-btn:hover,
  .middle .aio-plan .plan-btn:active {
    box-shadow: 0 2px 0 0 #AA7600;
    transform: translateY(2px);
  }
  .middle .aio-plan .win-btn {
    padding: 11px 34px;
  }
  .middle .aio-plan .mac-btn {
    padding: 11px 53px;
  }
  .middle .plan-red-border {
    border-radius: 16px;
    border: 3px solid #E7555C;
    background: #FFECC5;
  }
  .bottom {
    background: url("../img/activity/new-year-sale-2026/bottom-bg-1.webp") center center / cover, #E7C675;
    background-repeat: no-repeat;
    padding: 160px 0;
  }
  .bottom .bottom-bg {
    max-width: 1200px;
    background: url("../img/activity/new-year-sale-2026/bottom-bg-2.png") center center / 100% 1500px;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .bottom .bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 15px 112px;
    position: relative;
  }
  .bottom .bottom-title {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 898px;
    height: 134px;
    transform: translateX(-50%);
    background: url("../img/activity/new-year-sale-2026/bottom-title.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bottom .bottom-title h2 {
    color: #FFF;
    font-family: Rubik;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0.46px;
  }
  .bottom .other-select {
    display: flex;
    align-items: center;
    gap: 120px;
    margin-top: 24px;
    margin-bottom: 42px;
  }
  .bottom .other-select-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #C21920;
    background: #FFF7E8;
    box-shadow: -6px 6px 0 0 #C21920;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .bottom .other-select-item img {
    width: 54px;
    transform: rotate(45deg);
  }
  .bottom .other-select-item.active {
    background: #FFE4A1;
    position: relative;
  }
  .bottom .other-select-item.active::before {
    position: absolute;
    content: '';
    top: -50px;
    left: 120px;
    width: 4px;
    height: 60px;
    background-color: #C21920;
    transform: rotate(45deg);
  }
  .bottom .other-select-item.active img {
    width: 66px;
  }
  .bottom .other-product-group {
    padding: 28px 18px 30px 18px;
    position: relative;
  }
  .bottom .other-product {
    display: none;
    opacity: 0;
  }
  .bottom .other-product.active {
    display: block;
  }
  .bottom .other-top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  .bottom .other-top .other-title {
    color: #130303;
    font-family: Rubik;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .bottom .other-top .other-desc {
    color: #130303;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
  .bottom .other-top .other-desc.other-short-desc {
    max-width: 628px;
  }
  .bottom .other-top .other-desc.other-long-desc {
    max-width: 778px;
  }
  .bottom .other-top-mobile {
    display: none;
  }
  .bottom .other-middle-1 {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 18px;
    margin-bottom: 18px;
  }
  .bottom .other-middle-1 .other-text {
    background-image: url("../img/activity/new-year-sale-2026/middle-title.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 86px;
    max-width: 280px;
    width: 100%;
    text-align: right;
  }
  .bottom .other-middle-1 .other-text-red {
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-right: -4px;
  }
  .bottom .other-middle-1 .other-text-blac {
    color: rgba(255, 255, 255, 0.8);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .bottom .other-middle-2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
  }
  .bottom .other-middle-2 .other-plan {
    min-width: 310px;
    max-width: 324px;
    width: 100%;
    border-radius: 16px;
    background: #FFECC5;
    padding: 38px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom .other-middle-2 .plan-title {
    color: #03130F;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .bottom .other-middle-2 .plan-price {
    margin-bottom: 6px;
  }
  .bottom .other-middle-2 .plan-price-num {
    color: #E71D38;
    font-family: Rubik;
    font-size: 45px;
    font-weight: 700;
  }
  .bottom .other-middle-2 .plan-price-front,
  .bottom .other-middle-2 .plan-price-per {
    color: #03130F;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
  }
  .bottom .other-middle-2 .plan-text {
    color: #3A3A3A;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .bottom .other-middle-2 .plan-desc {
    color: #3F3F3F;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
  }
  .bottom .other-middle-2 .plan-desc .price-delete {
    text-decoration-line: line-through;
  }
  .bottom .other-middle-2 .plan-small-text {
    color: #4D4D4D;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .bottom .other-middle-2 .plan-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .bottom .other-middle-2 .plan-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(0deg, #FDBB25 0%, #FDBB25 100%), linear-gradient(0deg, #F8D95A 0%, #F8D95A 100%), #006241;
    box-shadow: 0 4px 0 0 #AA7600;
    transition: all 0.3s ease;
    position: relative;
  }
  .bottom .other-middle-2 .plan-btn .icon-windows,
  .bottom .other-middle-2 .plan-btn .icon-macos {
    color: #352706;
    font-size: 20px;
  }
  .bottom .other-middle-2 .plan-btn span {
    color: #352706;
    font-size: 16px;
    font-weight: 500;
  }
  .bottom .other-middle-2 .plan-btn:hover,
  .bottom .other-middle-2 .plan-btn:active {
    box-shadow: 0 2px 0 0 #AA7600;
    transform: translateY(2px);
  }
  .bottom .other-middle-2 .win-btn {
    padding: 11px 34px;
  }
  .bottom .other-middle-2 .mac-btn {
    padding: 11px 53px;
  }
  .bottom .other-middle-2 .plan-red-border {
    border-radius: 16px;
    border: 3px solid #E7555C;
    background: #FFECC5;
  }
  .bottom .other-bottom {
    display: flex;
    align-items: center;
    position: relative;
  }
  .bottom .other-bottom .other-bottom-left {
    border-radius: 14px;
    background: #FFECC5;
    padding: 44px 80px 63px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom .other-bottom .other-bottom-left::before {
    position: absolute;
    content: '';
    top: 0;
    right: 35.5%;
    width: 2px;
    height: 100%;
    background-image: url("../img/activity/new-year-sale-2026/line.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bottom .other-bottom .other-bottom-left::after {
    position: absolute;
    content: '';
    top: 20px;
    right: 41%;
    width: 134px;
    height: 140px;
    background-image: url("../img/activity/new-year-sale-2026/bottom-left-discount.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bottom .other-bottom .other-bottom-left-title {
    color: #03130F;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0 8px 0;
  }
  .bottom .other-bottom .other-bottom-left-desc {
    max-width: 484px;
    color: #03130F;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
  .bottom .other-bottom .other-bottom-right {
    flex: 1;
    padding: 24px 15px 18px 15px;
    border-radius: 14px;
    background: #FFECC5;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom .other-bottom .plan-title {
    color: #03130F;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .bottom .other-bottom .plan-price {
    margin-bottom: 6px;
  }
  .bottom .other-bottom .plan-price-num {
    color: #E71D38;
    font-family: Rubik;
    font-size: 44px;
    font-weight: 700;
  }
  .bottom .other-bottom .plan-price-front,
  .bottom .other-bottom .plan-price-per {
    color: #03130F;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
  }
  .bottom .other-bottom .front-red {
    color: #E71D38;
  }
  .bottom .other-bottom .plan-text {
    color: #3A3A3A;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .bottom .other-bottom .plan-desc {
    color: #3F3F3F;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
  }
  .bottom .other-bottom .plan-desc .price-delete {
    text-decoration-line: line-through;
  }
  .bottom .other-bottom .plan-small-text {
    color: #4D4D4D;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
  }
  .bottom .other-bottom .plan-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .bottom .other-bottom .plan-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: linear-gradient(0deg, #FDBB25 0%, #FDBB25 100%), linear-gradient(0deg, #F8D95A 0%, #F8D95A 100%), #006241;
    box-shadow: 0 4px 0 0 #AA7600;
    transition: all 0.3s ease;
    position: relative;
  }
  .bottom .other-bottom .plan-btn .icon-windows,
  .bottom .other-bottom .plan-btn .icon-macos {
    color: #352706;
    font-size: 20px;
  }
  .bottom .other-bottom .plan-btn span {
    color: #352706;
    font-size: 16px;
    font-weight: 500;
  }
  .bottom .other-bottom .plan-btn:hover,
  .bottom .other-bottom .plan-btn:active {
    box-shadow: 0 2px 0 0 #AA7600;
    transform: translateY(2px);
  }
  .bottom .other-bottom .win-btn {
    padding: 11px 34px;
  }
  .bottom .other-bottom .mac-btn {
    padding: 11px 53px;
  }
  @media (max-width: 1800px) {
    .top::before {
      z-index: 2;
    }
  }
  @media (max-width: 1600px) {
    .top::before {
      display: none;
    }
  }
  @media (max-width: 1200px) {
    .year-sale-2026 .container {
      max-width: 100%;
      padding: 0 15px;
    }
    .top .top-bg {
      margin: 0 15px;
    }
    .middle .middle-bg {
      margin: 0 15px;
    }
    .bottom .bottom-bg {
      margin: 0 15px;
    }
  }
  @media (max-width: 1180px) {
    .top .left-img {
      max-width: 420px;
      margin-left: 30px;
    }
    .top .left-img img {
      width: 100%;
    }
    .top .left-select .big-item {
      padding: 18px 50px;
    }
    .top .left-select .big-item::before {
      width: 60px;
      height: 60px;
    }
    .top .left-select .big-item .big-title {
      font-size: 20px;
    }
    .top .left-select .small-item {
      padding: 14px 40px;
    }
    .top .left-select .small-item::before {
      width: 60px;
      height: 60px;
    }
    .top .left-select .small-item .small-title {
      font-size: 18px;
    }
    .top .top-right {
      min-width: 532px;
      padding: 30px 6px;
    }
    .top .product-item .product-img {
      max-width: 480px;
    }
    .top .product-item .product-title {
      font-size: 22px;
    }
    .top .product-item .buy-btn-group {
      margin-right: 0;
    }
    .top .product-item .buy-btn-group .buy-btn .icon-windows,
    .top .product-item .buy-btn-group .buy-btn .icon-macos {
      font-size: 18px;
    }
    .top .product-item .buy-btn-group .buy-btn span {
      font-size: 14px;
    }
    .top .product-item .buy-btn-group .win-btn {
      padding: 15px 20px;
    }
    .top .product-item .buy-btn-group .mac-btn {
      padding: 15px 38px;
    }
    .top .item-1::before {
      top: -80px;
      right: 0;
    }
    .top .item-2::before {
      top: -80px;
      right: 0;
    }
  }
  @media (max-width: 1110px) {
    .middle .middle-bg {
      background: url("../img/activity/new-year-sale-2026/middle-bg-3.png") center center / 100% 1745px;
      background-repeat: no-repeat;
    }
    .middle .aio-top {
      gap: 20px;
    }
    .middle .aio-top .aio-title {
      font-size: 24px;
    }
    .middle .aio-top .aio-desc {
      font-size: 16px;
    }
    .middle .aio-middle {
      justify-content: center;
      padding-right: 0;
    }
    .middle .aio-bottom {
      flex-direction: column-reverse;
      align-items: center;
    }
    .bottom .bottom-bg {
      background: url("../img/activity/new-year-sale-2026/bottom-bg-3.png") center center / 100% 2660px;
      background-repeat: no-repeat;
    }
    .bottom .bottom-title {
      top: -4px;
      width: 720px;
      height: 110px;
    }
    .bottom .bottom-title h2 {
      font-size: 36px;
    }
    .bottom .other-top .other-title {
      font-size: 24px;
    }
    .bottom .other-top .other-desc {
      font-size: 16px;
    }
    .bottom .other-middle-1 {
      justify-content: center;
      padding-right: 0;
    }
    .bottom .other-middle-2 {
      flex-direction: column-reverse;
      align-items: center;
      margin-bottom: 20px;
    }
    .bottom .other-bottom {
      flex-direction: column;
      align-items: center;
    }
    .bottom .other-bottom .other-bottom-left {
      max-width: 324px;
      width: 100%;
      border-radius: 14px 14px 0 0;
      padding: 44px 30px 33px 30px;
    }
    .bottom .other-bottom .other-bottom-left::before {
      display: none;
    }
    .bottom .other-bottom .other-bottom-left::after {
      top: 16px;
      right: 30%;
      width: 72px;
      height: 72px;
    }
    .bottom .other-bottom .other-bottom-left-title {
      font-size: 16px;
    }
    .bottom .other-bottom .other-bottom-left-desc {
      font-size: 14px;
    }
    .bottom .other-bottom .other-bottom-right {
      max-width: 324px;
      width: 100%;
      border-radius: 0 0 14px 14px;
    }
  }
  @media (max-width: 1050px) {
    .top .top-bg {
      background: url("../img/activity/new-year-sale-2026/top-bg-3.png");
      background-repeat: no-repeat;
      background-size: 100% 1450px;
    }
    .top .top-content {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 45px 40px 150px;
    }
    .top .top-left {
      align-items: center;
      max-width: 958px;
      width: 100%;
    }
    .top .left-img {
      max-width: 958px;
      margin-left: 0;
    }
    .top .left-select {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .top .left-select .select-title {
      left: 50%;
      padding-left: 0;
    }
    .top .left-select .select-group {
      width: 100%;
    }
    .top .left-select .big-item {
      padding: 18px 35px;
    }
    .top .left-select .big-item::before {
      width: 60px;
      height: 60px;
    }
    .top .left-select .big-item .big-title {
      font-size: 22px;
    }
    .top .left-select .small-item {
      padding: 14px 40px;
    }
    .top .left-select .small-item::before {
      width: 60px;
      height: 60px;
    }
    .top .left-select .small-item .small-title {
      font-size: 22px;
    }
    .top .top-right {
      margin-left: 0;
      margin-top: 0;
      padding: 30px 6px;
      min-width: 314px;
    }
  }
  @media (max-width: 768px) {
    .top {
      background: url("../img/activity/new-year-sale-2026/top-bg-mobile-2.png") bottom 30px left, url("../img/activity/new-year-sale-2026/top-bg-mobile-3.png") bottom center / 100% 82px, #C80105;
      background-repeat: no-repeat;
      position: relative;
    }
    .top::before {
      display: block;
      position: absolute;
      content: '';
      bottom: -20px;
      right: 0;
      width: 186px;
      height: 186px;
      background: url("../img/activity/new-year-sale-2026/top-img-1-mobile.png");
      background-repeat: no-repeat;
      z-index: 4;
    }
    .top::after {
      position: absolute;
      content: '';
      bottom: 10px;
      left: 10px;
      width: 102px;
      height: 154px;
      background: url("../img/activity/new-year-sale-2026/top-img-2-mobile.png");
      background-repeat: no-repeat;
      z-index: 2;
    }
    .top .top-bg {
      background: unset;
      margin: 0;
    }
    .top .top-content {
      background: url("../img/activity/new-year-sale-2026/top-bg-mobile-1.png");
      background-size: 100% 1000px;
      background-repeat: no-repeat;
      padding: 34px 12px 146px;
      z-index: 4;
    }
    .top .top-left {
      gap: 26px;
    }
    .top .left-img {
      margin-left: 0;
      width: 320px;
    }
    .top .left-select {
      padding: 24px 5px 7px;
    }
    .top .left-select .select-title {
      top: -16px;
      gap: 10px;
      width: 244px;
      height: 36px;
      background: url("../img/activity/new-year-sale-2026/top-left-pickup-mobile.png");
      background-size: contain;
      background-repeat: no-repeat;
    }
    .top .left-select .select-title span {
      font-size: 16px;
    }
    .top .left-select .select-title img {
      width: 16px;
    }
    .top .left-select .select-group {
      gap: 10px;
    }
    .top .left-select .select-item {
      border-radius: 4px;
    }
    .top .left-select .select-item .select-item-desc {
      font-size: 9px;
    }
    .top .left-select .big-item {
      padding: 10px;
    }
    .top .left-select .big-item::before {
      width: 42px;
      height: 42px;
    }
    .top .left-select .big-item .big-title {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .top .left-select .small-item {
      padding: 8px 16px;
    }
    .top .left-select .small-item::before {
      width: 42px;
      height: 42px;
    }
    .top .left-select .small-item .small-title {
      font-size: 14px;
    }
    .top .left-select .small-item .small-desc {
      font-size: 10px;
      max-width: 224px;
    }
    .top .top-right {
      padding: 20px 0;
      border-radius: 12px;
    }
    .top .top-right-title {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .top .product-item .product-img {
      max-width: 300px;
    }
    .top .product-item .product-title {
      font-size: 14px;
      margin-bottom: 8px;
    }
    .top .product-item .product-desc {
      max-width: 280px;
      text-align: center;
      font-size: 12px;
      margin-bottom: 6px;
    }
    .top .product-item .product-price {
      margin-bottom: 14px;
    }
    .top .product-item .product-price .price-desc-1 {
      font-size: 12px;
      margin-bottom: 4px;
      color: #E71D38;
    }
    .top .product-item .product-price .price-num {
      font-size: 26px;
      margin-right: 8px;
    }
    .top .product-item .product-price .price-desc-2 {
      font-size: 10px;
      margin-bottom: 4px;
    }
    .top .product-item .product-price .price-delete {
      font-size: 10px;
      margin-bottom: 4px;
    }
    .top .product-item .buy-btn-group {
      gap: 22px;
      margin-right: 0;
    }
    .top .product-item .buy-btn-group .buy-btn {
      gap: 6px;
      border-radius: 4px;
    }
    .top .product-item .buy-btn-group .buy-btn .icon-windows,
    .top .product-item .buy-btn-group .buy-btn .icon-macos {
      display: none;
    }
    .top .product-item .buy-btn-group .buy-btn span {
      font-size: 10px;
    }
    .top .product-item .buy-btn-group .win-btn {
      padding: 7px 18px;
    }
    .top .product-item .buy-btn-group .mac-btn {
      padding: 7px 30px;
    }
    .top .item-1::before {
      top: -50px;
      right: -4px;
      width: 74px;
      height: 92px;
    }
    .top .item-2::before {
      top: -50px;
      right: -4px;
      width: 74px;
      height: 92px;
    }
    .middle {
      padding: 56px 0;
    }
    .middle .middle-bg {
      background: unset;
      margin: 0;
    }
    .middle .middle-content {
      border-radius: 12px;
      border: 4px solid #C21920;
      background: #FFF7E8;
      padding: 18px 12px 32px;
    }
    .middle .aio-top {
      display: none;
    }
    .middle .aio-top-mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .middle .aio-top-mobile .mobile-top {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }
    .middle .aio-top-mobile .mobile-top img {
      width: 70px;
      height: 70px;
      box-shadow: 0 4px 6.8px 0 rgba(134, 106, 53, 0.2);
    }
    .middle .aio-top-mobile .mobile-top .aio-title {
      color: #130303;
      font-family: Rubik;
      font-size: 20px;
      font-weight: 800;
      line-height: 1.5;
      max-width: 220px;
    }
    .middle .aio-top-mobile .aio-desc {
      color: #130303;
      font-family: Rubik;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 22px;
      max-width: 300px;
    }
    .middle .aio-middle {
      margin-bottom: 20px;
      padding-right: 0;
    }
    .middle .aio-bottom {
      gap: 20px;
    }
    .bottom {
      padding: 84px 0 76px;
    }
    .bottom .bottom-bg {
      background: unset;
      margin: 0;
    }
    .bottom .bottom-content {
      border-radius: 12px;
      border: 4px solid #C21920;
      background: #FFF7E8;
      padding: 90px 12px 22px;
    }
    .bottom .bottom-title {
      top: -44px;
      width: 322px;
      height: 106px;
      background: url("../img/activity/new-year-sale-2026/bottom-title-mobile.png");
      background-repeat: no-repeat;
      background-size: contain;
    }
    .bottom .bottom-title h2 {
      font-size: 28px;
      text-align: center;
      max-width: 260px;
    }
    .bottom .other-select {
      max-width: 318px;
      width: 100%;
      border-radius: 12px;
      border: 2px solid #C21920;
      background: #FFF7E8;
      gap: 0;
      margin-top: 0;
      margin-bottom: 24px;
    }
    .bottom .other-select-item {
      justify-content: center;
      width: 100%;
      background: #FFF7E8;
      border: unset;
      gap: 0;
      transform: rotate(0deg);
      box-shadow: unset;
    }
    .bottom .other-select-item img {
      width: 38px;
      height: 38px;
      transform: rotate(0deg);
    }
    .bottom .other-select-item.active {
      border: 0;
      background: #FFE4A1;
    }
    .bottom .other-select-item.active::before {
      display: none;
    }
    .bottom .other-select-item.active img {
      width: 38px;
      height: 38px;
    }
    .bottom .left-item {
      border-radius: 10px 0 0 10px;
    }
    .bottom .middle-item {
      border-radius: 0;
    }
    .bottom .right-item {
      border-radius: 0 10px 10px 0;
    }
    .bottom .other-product-group {
      padding: 0;
    }
    .bottom .other-top {
      display: none;
    }
    .bottom .other-top-mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 322px;
    }
    .bottom .other-top-mobile .mobile-top {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
    }
    .bottom .other-top-mobile .mobile-top img {
      width: 70px;
      height: 70px;
    }
    .bottom .other-top-mobile .mobile-top .other-title {
      color: #130303;
      font-family: Rubik;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
    }
    .bottom .other-top-mobile .other-desc {
      color: #130303;
      font-family: Rubik;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 22px;
    }
    .bottom .other-bottom .other-bottom-left::after {
      right: 5%;
    }
  }
  @media (max-width: 365px) {
    .top .product-item .product-title {
      font-size: 12px;
    }
    .top .product-item .product-desc {
      font-size: 10px;
    }
    .top .product-item .product-price {
      margin-bottom: 14px;
    }
    .top .product-item .product-price .price-desc-1 {
      font-size: 12px;
      margin-bottom: 4px;
    }
    .top .product-item .product-price .price-num {
      font-size: 24px;
      margin-right: 8px;
    }
    .top .product-item .product-price .price-desc-2 {
      font-size: 10px;
      margin-bottom: 4px;
    }
    .top .product-item .product-price .price-delete {
      font-size: 10px;
      margin-bottom: 4px;
    }
    .top .product-item .buy-btn-group {
      gap: 18px;
    }
    .top .product-item .buy-btn-group .buy-btn {
      gap: 6px;
    }
    .top .product-item .buy-btn-group .buy-btn .icon-windows,
    .top .product-item .buy-btn-group .buy-btn .icon-macos {
      font-size: 10px;
    }
    .top .product-item .buy-btn-group .win-btn {
      padding: 7px 12px;
    }
    .top .product-item .buy-btn-group .mac-btn {
      padding: 7px 24px;
    }
    .middle .aio-plan .plan-price {
      margin-bottom: 6px;
    }
    .middle .aio-plan .plan-price-num {
      font-size: 40px;
    }
    .middle .aio-plan .plan-price-front,
    .middle .aio-plan .plan-price-per {
      font-size: 20px;
    }
    .bottom .other-top-mobile .mobile-top {
      gap: 6px;
    }
    .bottom .other-top-mobile .mobile-top .other-title {
      font-size: 18px;
    }
    .bottom .other-top-mobile .other-desc {
      font-size: 12px;
    }
    .bottom .other-middle-2 .other-plan {
      min-width: 284px;
      max-width: 290px;
    }
    .bottom .other-bottom .other-bottom-left,
    .bottom .other-bottom .other-bottom-right {
      max-width: 290px;
    }
  }
  