/* -- 2025 -- */
/* pd page for flash sale */
.header-pricing-overview .icon-box img.os_icon {
    bottom: 74px;
}

.header-pricing-overview .icon-box {
    position: relative;
    padding-bottom: 62px;
}

.header-pricing-overview .icon-box.ultimate-box {
    padding-bottom: 62px !important;
}

.header-pricing-overview .gift_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-pricing-overview .gift_text {
    color: #ffd800;
    font-size: 16px;
    width: 30%;
}

.header-pricing-overview .gift_price_img {
    display: flex;
    justify-content: center;
}

.header-pricing-overview .gift_price_img img {
    max-width: 100%;
}

.normal_campaign_corner {
    position: absolute;
    top: -6px;
    right: 8px;
}

.normal_campaign_border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62px;
}

.offer_campaign_border {
    background-image: linear-gradient(90deg,
            #d60a00 0%,
            #ff4f2f 52%,
            #dd231a 100%),
        linear-gradient(180deg,
            #000000 0%,
            rgba(0, 0, 0, 0.12) 100%) !important;
    background-blend-mode: normal,
        normal;
}

.normal_campaign_border>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.normal_campaign_border p {
    margin-bottom: 0;
}

.normal_campaign_border .left-session {
    width: 65%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 8px;
}

.normal_campaign_border .price_box .sales-price {
    color: #7a3900;
    font-weight: bold;
    font-size: 15px;
}

.offer_campaign_border .price_box .sales-price {
    color: #fff !important;
}

.normal_campaign_border .price_box .price {
    font-family: DINPro-Medium;
    font-size: 36px;
    font-weight: bold;
    color: #d40000;
    letter-spacing: -1px;
}

.offer_campaign_border .price_box .price {
    color: #ffea00 !important;
}

.normal_campaign_border .price_box .rmb {
    font-size: 18px;
    color: #d40000;
    bottom: 0;
}

.offer_campaign_border .price_box .rmb {
    color: #ffea00 !important;
}

.normal_campaign_border .right-session {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 10px;
}

.normal_campaign_border span.campaign-discount {
    color: #fce101;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.normal_campaign_border .org_price {
    font-size: 20px;
    line-height: 24px;
    font-family: DINPro-Medium;
    text-decoration: line-through;
    color: #000;
    opacity: 0.8;
}

.offer_campaign_border .org_price {
    color: #fff !important;
}

.normal_campaign_corner img {
    width: 75px;
    height: auto;
}

.header-pricing-overview .gift_label {
    margin-top: 12%;
    margin-left: 2%;
}

@media screen and (max-width: 1439px) {
    .header-pricing-overview .gift_price_img img {
        max-width: 90%;
    }

    .header-pricing-overview .icon-box .product_icon {
        max-width: 135px;
    }

    .header-pricing-overview .icon-box.ultimate-box .product_icon {
        max-width: 135px !important;
    }

    .normal_campaign_corner {
        top: -4px;
    }

    .normal_campaign_corner img {
        width: 75px;
    }

    .normal_campaign_border .price_box .sales-price {
        font-size: 14px;
    }

    .normal_campaign_border .price_box .price {
        font-size: 32px;
    }

    .normal_campaign_border .org_price {
        font-size: 18px;
    }
}

@media screen and (max-width: 1023px) {
    .normal_campaign_border .left-session {
        justify-content: flex-start;
    }

    .normal_campaign_border .price_box .sales-price {
        margin-right: 20px;
    }

    .header-pricing-overview .gift_label {
        margin-top: 3%;
    }
}

@media screen and (max-width: 767px) {
    .normal_campaign_border .price_box .sales-price {
        margin-right: 10px;
    }

    .normal_campaign_border .org_price {
        font-size: 18px;
    }
}

@media screen and (max-width: 599px) {
    .header-pricing-overview .gift_label {
        margin-top: 7%;
    }
}

.offers_banner img {
    width: 100%;
}

.offers_content {
    background-color: #d4d0dc;
    padding: 30px;
}

.offers_content .offers_box {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    padding: 35px;
    border-radius: 10px;
    height: auto;
    position: relative;
}

.offers_content .offers_box a {
    display: block;
}

.offers_content .offers_box a img {
    max-width: 100%;
}

.offers_content .offers_box .os_icon {
    display: block;
    width: 30px;
    margin: 10px auto 0;
}

.offers_content .env_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offers_content .env_icon .os_icon {
    margin: 0 5px;
    width: auto;
}

.offers_content .product_name {
    margin: 15px auto;
    color: #131514;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
}

.offers_content .product_price {
    margin: 10px auto;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
}

.offers_content .product_price span {
    font-size: 18px;
}

.offers_content .product_price span.org_price {
    color: #575757;
    font-weight: normal;
    font-size: 16px;
    text-decoration: line-through;
    position: relative;
    top: -5px;
}

.offers_content .product_info {
    color: #616060;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.offers_content .product_info span {
    color: #da3434;
    font-weight: bold;
}

.offers_content .product_info span.dot {
    font-size: 28px;
    color: #616060;
    position: relative;
    top: 2px;
}

.offers_content .buy_button {
    display: block;
    padding: 10px 42px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 25px;
    margin: 15px auto 0;
    max-width: max-content;
    text-decoration: none;
    background-image: linear-gradient(-30deg,
            #e90000 0%,
            rgba(255, 54, 0, 1) 100%),
        linear-gradient(#2d794b,
            #2d794b);
    background-blend-mode: normal,
        normal;
}

.offers_content .buy_button:hover {
    background-color: #bd1818;
}

.offers_content .offers_date {
    margin-bottom: 0;
    color: #616060;
    font-size: 14px;
}

.offers_end_content {
    width: 100%;
    background-color: #ffffff;
    margin: auto;
    min-height: 500px;
    height: calc(100vh - 96px - 206px);
    text-align: center;
    padding: 4%;
}

.offers_end_content .end_image {
    max-width: 350px;
}

.offers_end_content h2 {
    color: #444444;
    font-size: 28px;
}

.offers_end_content h3 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}

.offers_end_content h3 span {
    color: #666666;
    font-size: 16px;
}

.offers_banner {
    position: relative;
}

.red-banner {
    background-color: #c20605;
    width: 100%;
    padding: 0.5vw;
}

.blue-banner {
    background-color: #0059CF;
    width: 100%;
    padding: 0.5vw;
}

/* limit page */
.banner-countdown {
    max-width: 65vw;
    margin: 0 auto;
    text-align: center;
}

.banner-countdown .banner-date {
    display: inline-flex;
    max-width: 30vw;
    text-align: center;
    font-size: 0.9375vw;
    font-weight: normal;
    color: #ebf1fd;
    margin: 0 auto;
    padding: 0.5vw 2.75vw;
    background-color: #093b9c;
    border-radius: 5px;
    border: solid 2px #921a1a;
}

.banner-countdown .banner-date span {
    color: #fac722;
    font-weight: bold;
}

.banner-countdown .banner-time {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 1.56vw;
}

.banner-countdown .banner-time p,
.banner-countdown .banner-time span {
    font-size: 1.14vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.banner-countdown .banner-time span {
    font-weight: normal;
}

.banner-countdown .banner-time strong {
    display: inline-block;
    background-color: #F6B648;
    border-radius: 6px;
    color: #000;
    font-size: 1.77vw;
    font-weight: bold;
    text-align: center;
    width: 3.125vw;
    height: 2.6vw;
    line-height: 2.6vw;
    margin-left: 1.04vw;
    margin-right: 1.04vw;
}

@media (max-width: 1279px) {
    .banner-countdown {
        max-width: 80vw;
    }

    .banner-countdown .banner-date {
        max-width: 38vw;
        font-size: 1.3vw;
    }

    .banner-countdown .banner-time {
        padding-left: 2vw;
    }

    .banner-countdown .banner-time p,
    .banner-countdown .banner-time span {
        font-size: 1.45vw;
    }

    .banner-countdown .banner-time strong {
        font-size: 2vw;
        width: 4vw;
        height: 3vw;
        line-height: 3vw;
    }
}

@media (max-width: 1023px) {
    .banner-countdown {
        max-width: 90vw;
    }

    .red-banner,
    .blue-banner {
        padding: 1vw;
    }

    .banner-countdown .banner-date {
        max-width: 43vw;
    }

    .banner-countdown .banner-time {
        padding-left: 3vw;
    }

    .banner-countdown .banner-time p,
    .banner-countdown .banner-time span {
        font-size: 1.75vw;
    }

    .banner-countdown .banner-time strong {
        font-size: 2.25vw;
        width: 5vw;
        height: 3.5vw;
        line-height: 3.5vw;
    }

}

@media (max-width: 767px) {

    .red-banner,
    .blue-banner {
        display: none !important;
    }

    .offers_content .product_info {
        max-width: 285px;
    }
}

@media (max-width: 500px) {
    .offers_content .product_info {
        max-width: 265px;
    }

    .offers_content {
        padding: 11px;
    }
}

@media (max-width: 425px) {
    .offers_content .product_name {
        font-size: 18px;
    }

    .offers_content .product_info {
        font-size: 18px;
    }
}

/* coupon */
.coupon-content {
    background: #fff;
    padding: 45px;
}

.coupon-box {
    max-width: 1460px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .2);
    border-radius: 25px;
    padding: 40px 45px;
}

.coupon-box img {
    width: 600px;
    max-width: 100%;
}

.coupon-box .row {
    display: flex;
    align-items: center;
}

.coupon-box .box-link {
    display: block;
    text-align: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.coupon-text span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #eb4a12;
    color: #faf8ae;
    font-size: 16px;
    font-weight: bold;
}

.coupon-text span:nth-child(2),
.coupon-text span:last-child {
    margin-left: -3px;
}

.coupon-title {
    color: #ee4a13;
    font-size: 38px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    border-bottom: 1px solid #404040;
    padding-bottom: 10px;
}

.coupon-box hr {
    height: 1px;
    background: #404040;
    border: 0;
    width: 100%;
    max-width: 456px;
    margin: 12px auto;
}

.coupon-product {
    color: #262626;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    max-width: 490px;
}

.coupon-product span {
    color: #FF550C;
    display: block;
    margin-bottom: 5px;
}

.code-box {
    padding: 30px 40px;
    background: #feffef;
    border: 2px solid #fba301;
    border-radius: 25px;
    max-width: 400px;
}

.code-box h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}

.code-box h2 {
    color: #000;
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.coupon-buy {
    width: 100%;
}

.coupon-buy a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
    background: #fa8c00;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border-radius: 25px;
    padding: 10px;
}

.coupon-date p {
    color: #3E3E3E;
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .coupon-text {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .coupon-title {
        font-size: 35px;
    }

    .coupon-box hr,
    .coupon-buy a {
        max-width: 350px;
    }

    .code-box h2 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .coupon-content {
        padding: 45px 25px;
    }

    .coupon-box {
        padding: 30px 15px;
        border-radius: 20px;
    }

    .coupon-title {
        font-size: 32px;
    }

    .coupon-box hr,
    .coupon-buy a {
        max-width: 320px;
    }

    .code-box {
        padding: 25px;
        border-radius: 20px;
    }

    .code-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    .coupon-content {
        padding: 35px 20px;
    }

    .coupon-title {
        font-size: 24px;
    }

    .coupon-box hr,
    .coupon-buy a {
        max-width: 300px;
    }

    .code-box {
        padding: 20px;
        border-radius: 15px;
    }

    .code-box h2 {
        font-size: 26px;
    }
}


/* 2026 Ult 1079 */
/* index banner */
.index-g85d8bz3aw-banner {
    background: url('https://res2.acdsee.cn/images/offer/g85d8bz3aw/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-g85d8bz3aw-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-g85d8bz3aw-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-g85d8bz3aw-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-g85d8bz3aw-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-g85d8bz3aw-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-g85d8bz3aw-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-g85d8bz3aw-banner {
        background: url('https://res2.acdsee.cn/images/offer/g85d8bz3aw/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-g85d8bz3aw-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-g85d8bz3aw-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-g85d8bz3aw-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-g85d8bz3aw-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-g85d8bz3aw-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-g85d8bz3aw-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/g85d8bz3aw/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-g85d8bz3aw-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-g85d8bz3aw-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-g85d8bz3aw-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-g85d8bz3aw-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-g85d8bz3aw-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-g85d8bz3aw-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-g85d8bz3aw-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-g85d8bz3aw-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-g85d8bz3aw-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-g85d8bz3aw-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-g85d8bz3aw-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-g85d8bz3aw-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-g85d8bz3aw-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-g85d8bz3aw-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/g85d8bz3aw/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-g85d8bz3aw-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-g85d8bz3aw-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-g85d8bz3aw-content .offer-dialog .countdown,
.popup-g85d8bz3aw-content .offer-dialog .countdown1 span {
    color: #FEFFFE;
}

.popup-g85d8bz3aw-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-g85d8bz3aw-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-g85d8bz3aw-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-g85d8bz3aw-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-g85d8bz3aw-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 1vw auto;
    }

    .popup-g85d8bz3aw-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-g85d8bz3aw-content .offer-buy-btn {
        margin: 1vw auto;
    }
}

/* 2026 Ult 899 */
/* index banner */
.index-g6cgcx0hkw-banner {
    background: url('https://res2.acdsee.cn/images/offer/g6cgcx0hkw/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-g6cgcx0hkw-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-g6cgcx0hkw-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-g6cgcx0hkw-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-g6cgcx0hkw-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-g6cgcx0hkw-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-g6cgcx0hkw-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-g6cgcx0hkw-banner {
        background: url('https://res2.acdsee.cn/images/offer/g6cgcx0hkw/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-g6cgcx0hkw-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-g6cgcx0hkw-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-g6cgcx0hkw-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-g6cgcx0hkw-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-g6cgcx0hkw-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-g6cgcx0hkw-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/g6cgcx0hkw/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-g6cgcx0hkw-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-g6cgcx0hkw-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-g6cgcx0hkw-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-g6cgcx0hkw-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-g6cgcx0hkw-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-g6cgcx0hkw-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-g6cgcx0hkw-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-g6cgcx0hkw-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-g6cgcx0hkw-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-g6cgcx0hkw-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-g6cgcx0hkw-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-g6cgcx0hkw-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-g6cgcx0hkw-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-g6cgcx0hkw-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/g6cgcx0hkw/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-g6cgcx0hkw-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-g6cgcx0hkw-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-g6cgcx0hkw-content .offer-dialog .countdown,
.popup-g6cgcx0hkw-content .offer-dialog .countdown1 span {
    color: #F9FFFC;
}

.popup-g6cgcx0hkw-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-g6cgcx0hkw-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-g6cgcx0hkw-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-g6cgcx0hkw-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-g6cgcx0hkw-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 1vw auto;
    }

    .popup-g6cgcx0hkw-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-g6cgcx0hkw-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Ult 839 */
/* index banner */
.index-ghgc0tcawc-banner {
    background: url('https://res2.acdsee.cn/images/offer/ghgc0tcawc/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-ghgc0tcawc-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-ghgc0tcawc-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-ghgc0tcawc-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-ghgc0tcawc-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-ghgc0tcawc-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-ghgc0tcawc-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-ghgc0tcawc-banner {
        background: url('https://res2.acdsee.cn/images/offer/ghgc0tcawc/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-ghgc0tcawc-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-ghgc0tcawc-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-ghgc0tcawc-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-ghgc0tcawc-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-ghgc0tcawc-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-ghgc0tcawc-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/ghgc0tcawc/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-ghgc0tcawc-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-ghgc0tcawc-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-ghgc0tcawc-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-ghgc0tcawc-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-ghgc0tcawc-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-ghgc0tcawc-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-ghgc0tcawc-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-ghgc0tcawc-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-ghgc0tcawc-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-ghgc0tcawc-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-ghgc0tcawc-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-ghgc0tcawc-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-ghgc0tcawc-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-ghgc0tcawc-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/ghgc0tcawc/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-ghgc0tcawc-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-ghgc0tcawc-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-ghgc0tcawc-content .offer-dialog .countdown,
.popup-ghgc0tcawc-content .offer-dialog .countdown1 span {
    color: #F9FFFC;
}

.popup-ghgc0tcawc-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-ghgc0tcawc-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-ghgc0tcawc-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-ghgc0tcawc-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-ghgc0tcawc-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 1vw auto;
    }

    .popup-ghgc0tcawc-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-ghgc0tcawc-content .offer-buy-btn {
        margin: 1vw auto;
    }
}

/* 2026 Ult 799 */
/* index banner */
.index-tco7rst4oq-banner {
    background: url('https://res2.acdsee.cn/images/offer/tco7rst4oq/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-tco7rst4oq-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-tco7rst4oq-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-tco7rst4oq-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-tco7rst4oq-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-tco7rst4oq-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-tco7rst4oq-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-tco7rst4oq-banner {
        background: url('https://res2.acdsee.cn/images/offer/tco7rst4oq/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-tco7rst4oq-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-tco7rst4oq-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-tco7rst4oq-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-tco7rst4oq-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-tco7rst4oq-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-tco7rst4oq-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/tco7rst4oq/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-tco7rst4oq-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-tco7rst4oq-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-tco7rst4oq-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-tco7rst4oq-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-tco7rst4oq-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-tco7rst4oq-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-tco7rst4oq-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-tco7rst4oq-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-tco7rst4oq-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-tco7rst4oq-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-tco7rst4oq-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-tco7rst4oq-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-tco7rst4oq-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-tco7rst4oq-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/tco7rst4oq/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-tco7rst4oq-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-tco7rst4oq-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-tco7rst4oq-content .offer-dialog .countdown,
.popup-tco7rst4oq-content .offer-dialog .countdown1 span {
    color: #F9FFFC;
}

.popup-tco7rst4oq-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-tco7rst4oq-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-tco7rst4oq-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-tco7rst4oq-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-tco7rst4oq-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 1vw auto;
    }

    .popup-tco7rst4oq-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-tco7rst4oq-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Ult 749 */
/* index banner */
.index-h95gsc77bo-banner {
    background: url('https://res2.acdsee.cn/images/offer/h95gsc77bo/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-h95gsc77bo-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-h95gsc77bo-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-h95gsc77bo-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-h95gsc77bo-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-h95gsc77bo-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-h95gsc77bo-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-h95gsc77bo-banner {
        background: url('https://res2.acdsee.cn/images/offer/h95gsc77bo/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-h95gsc77bo-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-h95gsc77bo-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-h95gsc77bo-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-h95gsc77bo-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-h95gsc77bo-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-h95gsc77bo-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/h95gsc77bo/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-h95gsc77bo-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-h95gsc77bo-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-h95gsc77bo-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-h95gsc77bo-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-h95gsc77bo-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-h95gsc77bo-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-h95gsc77bo-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-h95gsc77bo-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-h95gsc77bo-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-h95gsc77bo-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-h95gsc77bo-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-h95gsc77bo-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-h95gsc77bo-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-h95gsc77bo-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/h95gsc77bo/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-h95gsc77bo-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-h95gsc77bo-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-h95gsc77bo-content .offer-dialog .countdown,
.popup-h95gsc77bo-content .offer-dialog .countdown1 span {
    color: #F9FFFC;
}

.popup-h95gsc77bo-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-h95gsc77bo-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-h95gsc77bo-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-h95gsc77bo-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-h95gsc77bo-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 1vw auto;
    }

    .popup-h95gsc77bo-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-h95gsc77bo-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Pro 719 */
/* index banner */
.index-vn1qor3x3e-banner {
    background: url('https://res2.acdsee.cn/images/offer/vn1qor3x3e/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-vn1qor3x3e-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-vn1qor3x3e-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-vn1qor3x3e-banner .campaign-banner .offer-banner-slogan {
    width: 32vw;
}

.index-vn1qor3x3e-banner .campaign-banner .offer-banner-name {
    width: 34.25vw;
    margin: 0.75vw auto;
}

.index-vn1qor3x3e-banner .campaign-banner .offer-banner-discount {
    width: 25.6vw;
    margin: 0 auto;
}

.index-vn1qor3x3e-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-vn1qor3x3e-banner {
        background: url('https://res2.acdsee.cn/images/offer/vn1qor3x3e/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-vn1qor3x3e-banner .campaign-banner .campaign-col {
        padding-top: 2vw;
    }

    .index-vn1qor3x3e-banner .campaign-banner .offer-banner-slogan {
        width: 74vw;
    }

    .index-vn1qor3x3e-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-vn1qor3x3e-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 1.5vw;
    }

    .index-vn1qor3x3e-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-vn1qor3x3e-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/vn1qor3x3e/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-vn1qor3x3e-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-vn1qor3x3e-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-vn1qor3x3e-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-vn1qor3x3e-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-vn1qor3x3e-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-vn1qor3x3e-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-vn1qor3x3e-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-vn1qor3x3e-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-vn1qor3x3e-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-vn1qor3x3e-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-vn1qor3x3e-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-vn1qor3x3e-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-vn1qor3x3e-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-vn1qor3x3e-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/vn1qor3x3e/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-vn1qor3x3e-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-vn1qor3x3e-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-vn1qor3x3e-content .offer-dialog .countdown,
.popup-vn1qor3x3e-content .offer-dialog .countdown1 span {
    color: #FEFFFE;
}

.popup-vn1qor3x3e-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-vn1qor3x3e-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-vn1qor3x3e-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-vn1qor3x3e-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-vn1qor3x3e-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 0.5vw auto;
    }

    .popup-vn1qor3x3e-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-vn1qor3x3e-content .offer-buy-btn {
        margin: 1vw auto;
    }
}

/* 2026 Pro 599 */
/* index banner */
.index-dk1ij2a733-banner {
    background: url('https://res2.acdsee.cn/images/offer/dk1ij2a733/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-dk1ij2a733-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-dk1ij2a733-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-dk1ij2a733-banner .campaign-banner .offer-banner-slogan {
    width: 32vw;
}

.index-dk1ij2a733-banner .campaign-banner .offer-banner-name {
    width: 34.25vw;
    margin: 0.75vw auto;
}

.index-dk1ij2a733-banner .campaign-banner .offer-banner-discount {
    width: 25.6vw;
    margin: 0 auto;
}

.index-dk1ij2a733-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-dk1ij2a733-banner {
        background: url('https://res2.acdsee.cn/images/offer/dk1ij2a733/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-dk1ij2a733-banner .campaign-banner .campaign-col {
        padding-top: 2vw;
    }

    .index-dk1ij2a733-banner .campaign-banner .offer-banner-slogan {
        width: 74vw;
    }

    .index-dk1ij2a733-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-dk1ij2a733-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 1.5vw;
    }

    .index-dk1ij2a733-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-dk1ij2a733-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/dk1ij2a733/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-dk1ij2a733-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-dk1ij2a733-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-dk1ij2a733-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-dk1ij2a733-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-dk1ij2a733-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-dk1ij2a733-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-dk1ij2a733-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-dk1ij2a733-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-dk1ij2a733-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-dk1ij2a733-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-dk1ij2a733-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-dk1ij2a733-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-dk1ij2a733-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-dk1ij2a733-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/dk1ij2a733/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-dk1ij2a733-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-dk1ij2a733-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-dk1ij2a733-content .offer-dialog .countdown,
.popup-dk1ij2a733-content .offer-dialog .countdown1 span {
    color: #FEFFFE;
}

.popup-dk1ij2a733-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-dk1ij2a733-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-dk1ij2a733-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-dk1ij2a733-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-dk1ij2a733-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 0.5vw auto;
    }

    .popup-dk1ij2a733-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-dk1ij2a733-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Pro 559 */
/* index banner */
.index-g5sd5b9zb5-banner {
    background: url('https://res2.acdsee.cn/images/offer/g5sd5b9zb5/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-g5sd5b9zb5-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-g5sd5b9zb5-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-g5sd5b9zb5-banner .campaign-banner .offer-banner-slogan {
    width: 32vw;
}

.index-g5sd5b9zb5-banner .campaign-banner .offer-banner-name {
    width: 34.25vw;
    margin: 0.75vw auto;
}

.index-g5sd5b9zb5-banner .campaign-banner .offer-banner-discount {
    width: 25.6vw;
    margin: 0 auto;
}

.index-g5sd5b9zb5-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-g5sd5b9zb5-banner {
        background: url('https://res2.acdsee.cn/images/offer/g5sd5b9zb5/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-g5sd5b9zb5-banner .campaign-banner .campaign-col {
        padding-top: 2vw;
    }

    .index-g5sd5b9zb5-banner .campaign-banner .offer-banner-slogan {
        width: 74vw;
    }

    .index-g5sd5b9zb5-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-g5sd5b9zb5-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 1.5vw;
    }

    .index-g5sd5b9zb5-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-g5sd5b9zb5-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/g5sd5b9zb5/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-g5sd5b9zb5-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-g5sd5b9zb5-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-g5sd5b9zb5-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-g5sd5b9zb5-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-g5sd5b9zb5-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-g5sd5b9zb5-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-g5sd5b9zb5-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-g5sd5b9zb5-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-g5sd5b9zb5-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-g5sd5b9zb5-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-g5sd5b9zb5-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-g5sd5b9zb5-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-g5sd5b9zb5-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-g5sd5b9zb5-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/g5sd5b9zb5/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-g5sd5b9zb5-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-g5sd5b9zb5-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-g5sd5b9zb5-content .offer-dialog .countdown,
.popup-g5sd5b9zb5-content .offer-dialog .countdown1 span {
    color: #FEFFFE;
}

.popup-g5sd5b9zb5-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-g5sd5b9zb5-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-g5sd5b9zb5-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-g5sd5b9zb5-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-g5sd5b9zb5-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 0.5vw auto;
    }

    .popup-g5sd5b9zb5-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-g5sd5b9zb5-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Pro 499 */
/* index banner */
.index-hi18556vel-banner {
    background: url('https://res2.acdsee.cn/images/offer/hi18556vel/banner-index.png') no-repeat center;
    background-size: cover;
}

.index-hi18556vel-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-hi18556vel-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-hi18556vel-banner .campaign-banner .offer-banner-slogan {
    width: 32vw;
}

.index-hi18556vel-banner .campaign-banner .offer-banner-name {
    width: 34.25vw;
    margin: 0.75vw auto;
}

.index-hi18556vel-banner .campaign-banner .offer-banner-discount {
    width: 25.6vw;
    margin: 0 auto;
}

.index-hi18556vel-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-hi18556vel-banner {
        background: url('https://res2.acdsee.cn/images/offer/hi18556vel/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-hi18556vel-banner .campaign-banner .campaign-col {
        padding-top: 2vw;
    }

    .index-hi18556vel-banner .campaign-banner .offer-banner-slogan {
        width: 74vw;
    }

    .index-hi18556vel-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-hi18556vel-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 1.5vw;
    }

    .index-hi18556vel-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-hi18556vel-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/hi18556vel/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-hi18556vel-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-hi18556vel-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-hi18556vel-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-hi18556vel-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-hi18556vel-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-hi18556vel-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-hi18556vel-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-hi18556vel-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-hi18556vel-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-hi18556vel-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-hi18556vel-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-hi18556vel-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-hi18556vel-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-hi18556vel-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/hi18556vel/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-hi18556vel-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-hi18556vel-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-hi18556vel-content .offer-dialog .countdown,
.popup-hi18556vel-content .offer-dialog .countdown1 span {
    color: #FEFFFE;
}

.popup-hi18556vel-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-hi18556vel-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-hi18556vel-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-hi18556vel-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-hi18556vel-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 0.5vw auto;
    }

    .popup-hi18556vel-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-hi18556vel-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Pro 459 */
/* index banner */
.index-pr6an2h6hh-banner {
    background: url('https://res2.acdsee.cn/images/offer/pr6an2h6hh/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-pr6an2h6hh-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-pr6an2h6hh-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-pr6an2h6hh-banner .campaign-banner .offer-banner-slogan {
    width: 32vw;
}

.index-pr6an2h6hh-banner .campaign-banner .offer-banner-name {
    width: 34.25vw;
    margin: 0.75vw auto;
}

.index-pr6an2h6hh-banner .campaign-banner .offer-banner-discount {
    width: 25.6vw;
    margin: 0 auto;
}

.index-pr6an2h6hh-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-pr6an2h6hh-banner {
        background: url('https://res2.acdsee.cn/images/offer/pr6an2h6hh/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-pr6an2h6hh-banner .campaign-banner .campaign-col {
        padding-top: 2vw;
    }

    .index-pr6an2h6hh-banner .campaign-banner .offer-banner-slogan {
        width: 74vw;
    }

    .index-pr6an2h6hh-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-pr6an2h6hh-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 1.5vw;
    }

    .index-pr6an2h6hh-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-pr6an2h6hh-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/pr6an2h6hh/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-pr6an2h6hh-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-pr6an2h6hh-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-pr6an2h6hh-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-pr6an2h6hh-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-pr6an2h6hh-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-pr6an2h6hh-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-pr6an2h6hh-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-pr6an2h6hh-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-pr6an2h6hh-banner .limit-sale-countdown p {
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-pr6an2h6hh-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-pr6an2h6hh-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-pr6an2h6hh-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-pr6an2h6hh-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-pr6an2h6hh-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/pr6an2h6hh/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-pr6an2h6hh-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-pr6an2h6hh-content .offer-dialog .countdown span {
    color: #fff;
}

.popup-pr6an2h6hh-content .offer-dialog .countdown,
.popup-pr6an2h6hh-content .offer-dialog .countdown1 span {
    color: #FEFFFE;
}

.popup-pr6an2h6hh-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-pr6an2h6hh-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-pr6an2h6hh-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-pr6an2h6hh-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-pr6an2h6hh-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 0.5vw auto;
    }

    .popup-pr6an2h6hh-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-pr6an2h6hh-content .offer-buy-btn {
        margin: 1vw auto;
    }
}



/* 2026 Home 439 */
/* index banner */
.index-b99xio0q5x-banner {
    background: url('https://res2.acdsee.cn/images/offer/b99xio0q5x/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-b99xio0q5x-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-b99xio0q5x-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-b99xio0q5x-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-b99xio0q5x-banner .campaign-banner .offer-banner-name {
    width: 34vw;
    margin: 0.75vw auto;
}

.index-b99xio0q5x-banner .campaign-banner .offer-banner-discount {
    width: 23vw;
    margin: 0 auto;
}

.index-b99xio0q5x-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-b99xio0q5x-banner {
        background: url('https://res2.acdsee.cn/images/offer/b99xio0q5x/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-b99xio0q5x-banner .campaign-banner .campaign-col {
        padding-top: 2vw;
    }

    .index-b99xio0q5x-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-b99xio0q5x-banner .campaign-banner .offer-banner-name {
        width: 66vw;
        margin: 1.5vw auto;
    }

    .index-b99xio0q5x-banner .campaign-banner .offer-banner-discount {
        width: 54vw;
        margin: 0 auto 1.5vw;
    }

    .index-b99xio0q5x-banner .campaign-banner .offer-banner-btns a {
        width: 28vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-b99xio0q5x-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/b99xio0q5x/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-b99xio0q5x-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-b99xio0q5x-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-b99xio0q5x-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-b99xio0q5x-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-b99xio0q5x-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-b99xio0q5x-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-b99xio0q5x-banner .limit-sale-name {
    width: 19.5vw;
    margin-top: 0.15vw;
}

.bottom-b99xio0q5x-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-b99xio0q5x-banner .limit-sale-countdown p {
    color: #57230D;
}

.bottom-b99xio0q5x-banner .limit-sale-countdown strong {
    background-color: #EE0000;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-b99xio0q5x-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-b99xio0q5x-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-b99xio0q5x-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-b99xio0q5x-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-b99xio0q5x-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/b99xio0q5x/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-b99xio0q5x-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-b99xio0q5x-content .offer-dialog .countdown span {
    color: #FEF1CF;
}

.popup-b99xio0q5x-content .offer-dialog .countdown,
.popup-b99xio0q5x-content .offer-dialog .countdown1 span {
    color: #57230D;
}

.popup-b99xio0q5x-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-b99xio0q5x-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-b99xio0q5x-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-b99xio0q5x-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-b99xio0q5x-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 1vw auto;
    }

    .popup-b99xio0q5x-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-b99xio0q5x-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Home 389 */
/* index banner */
.index-nc81bo6mzi-banner {
    background: url('https://res2.acdsee.cn/images/offer/nc81bo6mzi/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-nc81bo6mzi-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-nc81bo6mzi-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-nc81bo6mzi-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-nc81bo6mzi-banner .campaign-banner .offer-banner-name {
    width: 34vw;
    margin: 0.75vw auto;
}

.index-nc81bo6mzi-banner .campaign-banner .offer-banner-discount {
    width: 23vw;
    margin: 0 auto;
}

.index-nc81bo6mzi-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-nc81bo6mzi-banner {
        background: url('https://res2.acdsee.cn/images/offer/nc81bo6mzi/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-nc81bo6mzi-banner .campaign-banner .campaign-col {
        padding-top: 2vw;
    }

    .index-nc81bo6mzi-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-nc81bo6mzi-banner .campaign-banner .offer-banner-name {
        width: 66vw;
        margin: 1.5vw auto;
    }

    .index-nc81bo6mzi-banner .campaign-banner .offer-banner-discount {
        width: 54vw;
        margin: 0 auto 1.5vw;
    }

    .index-nc81bo6mzi-banner .campaign-banner .offer-banner-btns a {
        width: 28vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-nc81bo6mzi-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/nc81bo6mzi/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-nc81bo6mzi-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-nc81bo6mzi-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-nc81bo6mzi-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-nc81bo6mzi-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-nc81bo6mzi-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-nc81bo6mzi-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-nc81bo6mzi-banner .limit-sale-name {
    width: 19.5vw;
    margin-top: 0.15vw;
}

.bottom-nc81bo6mzi-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-nc81bo6mzi-banner .limit-sale-countdown p {
    color: #57230D;
}

.bottom-nc81bo6mzi-banner .limit-sale-countdown strong {
    background-color: #EE0000;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-nc81bo6mzi-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-nc81bo6mzi-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-nc81bo6mzi-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-nc81bo6mzi-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-nc81bo6mzi-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/nc81bo6mzi/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

.popup-nc81bo6mzi-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-nc81bo6mzi-content .offer-dialog .countdown span {
    color: #FEF1CF;
}

.popup-nc81bo6mzi-content .offer-dialog .countdown,
.popup-nc81bo6mzi-content .offer-dialog .countdown1 span {
    color: #57230D;
}

.popup-nc81bo6mzi-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-nc81bo6mzi-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-nc81bo6mzi-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-nc81bo6mzi-content .offer-dialog .offer-slogan {
        width: 60vw;
    }

    #offerPopupBox.popup-nc81bo6mzi-content .offer-dialog .offer-name {
        width: 70vw;
        margin: 1vw auto;
    }

    .popup-nc81bo6mzi-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-nc81bo6mzi-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Family 1099 */
/* index banner */
.index-mjmx73wcaa-banner {
    background: url('https://res2.acdsee.cn/images/offer/mjmx73wcaa/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-mjmx73wcaa-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-mjmx73wcaa-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-mjmx73wcaa-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-mjmx73wcaa-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-mjmx73wcaa-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-mjmx73wcaa-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-mjmx73wcaa-banner {
        background: url('https://res2.acdsee.cn/images/offer/mjmx73wcaa/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-mjmx73wcaa-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-mjmx73wcaa-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-mjmx73wcaa-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-mjmx73wcaa-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-mjmx73wcaa-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-mjmx73wcaa-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/mjmx73wcaa/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-mjmx73wcaa-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-mjmx73wcaa-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-mjmx73wcaa-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-mjmx73wcaa-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-mjmx73wcaa-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-mjmx73wcaa-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-mjmx73wcaa-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-mjmx73wcaa-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-mjmx73wcaa-banner .limit-sale-countdown p {
    color: #09475C;
}

.bottom-mjmx73wcaa-banner .limit-sale-countdown strong {
    background-color: #EE0000;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-mjmx73wcaa-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-mjmx73wcaa-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-mjmx73wcaa-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-mjmx73wcaa-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-mjmx73wcaa-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/mjmx73wcaa/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

#offerPopupBox.popup-mjmx73wcaa-content .offer-name {
    margin:  auto 0;
}

.popup-mjmx73wcaa-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-mjmx73wcaa-content .offer-dialog .countdown span {
    color: #18466A;
}

.popup-mjmx73wcaa-content .offer-dialog .countdown,
.popup-mjmx73wcaa-content .offer-dialog .countdown1 span {
    color: #18466A;
}

.popup-mjmx73wcaa-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-mjmx73wcaa-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-mjmx73wcaa-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-mjmx73wcaa-content .offer-dialog .offer-slogan {
        width: 50vw;
    }

    #offerPopupBox.popup-mjmx73wcaa-content .offer-dialog .offer-name {
        width: 62vw;
        margin: 1vw auto;
    }

    .popup-mjmx73wcaa-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-mjmx73wcaa-content .offer-buy-btn {
        margin: 1vw auto;
    }
}


/* 2026 Family 999 */
/* index banner */
.index-avwj3xsh4c-banner {
    background: url('https://res2.acdsee.cn/images/offer/avwj3xsh4c/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-avwj3xsh4c-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-avwj3xsh4c-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-avwj3xsh4c-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-avwj3xsh4c-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-avwj3xsh4c-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-avwj3xsh4c-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-avwj3xsh4c-banner {
        background: url('https://res2.acdsee.cn/images/offer/avwj3xsh4c/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-avwj3xsh4c-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-avwj3xsh4c-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-avwj3xsh4c-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-avwj3xsh4c-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-avwj3xsh4c-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-avwj3xsh4c-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/avwj3xsh4c/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-avwj3xsh4c-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-avwj3xsh4c-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-avwj3xsh4c-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-avwj3xsh4c-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-avwj3xsh4c-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-avwj3xsh4c-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-avwj3xsh4c-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-avwj3xsh4c-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-avwj3xsh4c-banner .limit-sale-countdown p {
    color: #09475C;
}

.bottom-avwj3xsh4c-banner .limit-sale-countdown strong {
    background-color: #EE0000;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-avwj3xsh4c-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-avwj3xsh4c-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-avwj3xsh4c-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-avwj3xsh4c-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-avwj3xsh4c-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/avwj3xsh4c/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

#offerPopupBox.popup-avwj3xsh4c-content .offer-name {
    margin:  auto 0;
}

.popup-avwj3xsh4c-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-avwj3xsh4c-content .offer-dialog .countdown span {
    color: #18466A;
}

.popup-avwj3xsh4c-content .offer-dialog .countdown,
.popup-avwj3xsh4c-content .offer-dialog .countdown1 span {
    color: #18466A;
}

.popup-avwj3xsh4c-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-avwj3xsh4c-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-avwj3xsh4c-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-avwj3xsh4c-content .offer-dialog .offer-slogan {
        width: 50vw;
    }

    #offerPopupBox.popup-avwj3xsh4c-content .offer-dialog .offer-name {
        width: 62vw;
        margin: 1vw auto;
    }

    .popup-avwj3xsh4c-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-avwj3xsh4c-content .offer-buy-btn {
        margin: 1vw auto;
    }
}

/* 2026 Family 899 */
/* index banner */
.index-uomvkwrfn9-banner {
    background: url('https://res2.acdsee.cn/images/offer/uomvkwrfn9/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-uomvkwrfn9-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-uomvkwrfn9-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-uomvkwrfn9-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-uomvkwrfn9-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-uomvkwrfn9-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-uomvkwrfn9-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-uomvkwrfn9-banner {
        background: url('https://res2.acdsee.cn/images/offer/uomvkwrfn9/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-uomvkwrfn9-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-uomvkwrfn9-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-uomvkwrfn9-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-uomvkwrfn9-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-uomvkwrfn9-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-uomvkwrfn9-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/uomvkwrfn9/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-uomvkwrfn9-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-uomvkwrfn9-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-uomvkwrfn9-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-uomvkwrfn9-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-uomvkwrfn9-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-uomvkwrfn9-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-uomvkwrfn9-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-uomvkwrfn9-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-uomvkwrfn9-banner .limit-sale-countdown p {
    color: #09475C;
}

.bottom-uomvkwrfn9-banner .limit-sale-countdown strong {
    background-color: #EE0000;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-uomvkwrfn9-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-uomvkwrfn9-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-uomvkwrfn9-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-uomvkwrfn9-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-uomvkwrfn9-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/uomvkwrfn9/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

#offerPopupBox.popup-uomvkwrfn9-content .offer-name {
    margin:  auto 0;
}

.popup-uomvkwrfn9-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-uomvkwrfn9-content .offer-dialog .countdown span {
    color: #18466A;
}

.popup-uomvkwrfn9-content .offer-dialog .countdown,
.popup-uomvkwrfn9-content .offer-dialog .countdown1 span {
    color: #18466A;
}

.popup-uomvkwrfn9-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-uomvkwrfn9-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-uomvkwrfn9-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-uomvkwrfn9-content .offer-dialog .offer-slogan {
        width: 50vw;
    }

    #offerPopupBox.popup-uomvkwrfn9-content .offer-dialog .offer-name {
        width: 62vw;
        margin: 1vw auto;
    }

    .popup-uomvkwrfn9-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-uomvkwrfn9-content .offer-buy-btn {
        margin: 1vw auto;
    }
}

/* 2026 Family 839 */
/* index banner */
.index-u7khaffh99-banner {
    background: url('https://res2.acdsee.cn/images/offer/u7khaffh99/banner-index.jpg') no-repeat center;
    background-size: cover;
}

.index-u7khaffh99-banner .campaign-banner .campaign-col {
    padding-top: 2vw;
}

.index-u7khaffh99-banner .campaign-banner .campaign-btn-col {
    padding-top: 0;
}

.index-u7khaffh99-banner .campaign-banner .offer-banner-slogan {
    width: 32.18vw;
}

.index-u7khaffh99-banner .campaign-banner .offer-banner-name {
    width: 36.25vw;
    margin: 0.75vw auto;
}

.index-u7khaffh99-banner .campaign-banner .offer-banner-discount {
    width: 21.61vw;
    margin: 0 auto;
}

.index-u7khaffh99-banner .campaign-banner .offer-banner-btns a {
    width: 16.14vw;
}

@media screen and (max-width: 767px) {
    .index-u7khaffh99-banner {
        background: url('https://res2.acdsee.cn/images/offer/u7khaffh99/banner-index-small.jpg') no-repeat center;
        background-size: cover;
    }

    .index-u7khaffh99-banner .campaign-banner .campaign-col {
        padding-top: 3vw;
    }

    .index-u7khaffh99-banner .campaign-banner .offer-banner-slogan {
        width: 76vw;
    }

    .index-u7khaffh99-banner .campaign-banner .offer-banner-name {
        width: 70vw;
        margin: 1.5vw auto;
    }

    .index-u7khaffh99-banner .campaign-banner .offer-banner-discount {
        width: 56vw;
        margin: 0 auto 2vw;
    }

    .index-u7khaffh99-banner .campaign-banner .offer-banner-btns a {
        width: 30vw;
        height: 8.5vw;
        line-height: 8.5vw;
    }
}

/* bottom banner */
.bottom-u7khaffh99-banner .limit-sale-bottom {
    background: url('https://res2.acdsee.cn/images/offer/u7khaffh99/limit-sale-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-u7khaffh99-banner .limit-sale-box-col {
    width: 23.5%;
}

.bottom-u7khaffh99-banner .limit-sale-box {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12.44vw;
    height: auto;
}

.bottom-u7khaffh99-banner .limit-sale-slogan-col {
    width: 24.5%;
}

.bottom-u7khaffh99-banner .limit-sale-countdown-col {
    width: 31%;
}

.bottom-u7khaffh99-banner .limit-sale-buy-col {
    width: 21%;
    padding-left: 1%;
}

.bottom-u7khaffh99-banner .limit-sale-text {
    width: 17vw;
    margin-top: 0;
}

.bottom-u7khaffh99-banner .limit-sale-name {
    width: 19vw;
    margin-top: 0.15vw;
}

.bottom-u7khaffh99-banner .limit-sale-btn img {
    width: 6vw;
    height: auto;
}

.bottom-u7khaffh99-banner .limit-sale-countdown p {
    color: #09475C;
}

.bottom-u7khaffh99-banner .limit-sale-countdown strong {
    background-color: #EE0000;
    color: #fff;
}

@media screen and (max-width: 1279px) {
    .bottom-u7khaffh99-banner .limit-sale-box {
        width: 15vw;
        left: 6vw;
    }

    .bottom-u7khaffh99-banner .limit-sale-text {
        width: 22vw;
    }

    .bottom-u7khaffh99-banner .limit-sale-name {
        width: 22vw;
    }

    .bottom-u7khaffh99-banner .limit-sale-btn img {
        width: 7.5vw;
    }
}

/* popup */
#offerPopupBox.popup-u7khaffh99-content .offer-dialog {
    background: url("https://res2.acdsee.cn/images/offer/u7khaffh99/dialog-bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 10px;
}

#offerPopupBox.popup-u7khaffh99-content .offer-name {
    margin:  auto 0;
}

.popup-u7khaffh99-content .offer-dialog .countdown {
    margin: 3px 0;
}

.popup-u7khaffh99-content .offer-dialog .countdown span {
    color: #18466A;
}

.popup-u7khaffh99-content .offer-dialog .countdown,
.popup-u7khaffh99-content .offer-dialog .countdown1 span {
    color: #18466A;
}

.popup-u7khaffh99-content .offer-dialog .countdown strong {
    background-color: #ED1A00;
    color: #fff;
}

.popup-u7khaffh99-content .offer-buy-btn {
    margin: 8px auto;
}

@media screen and (max-width: 600px) {
    #offerPopupBox.popup-u7khaffh99-content .offer-dialog {
        padding-top: 1vw;
    }

    #offerPopupBox.popup-u7khaffh99-content .offer-dialog .offer-slogan {
        width: 50vw;
    }

    #offerPopupBox.popup-u7khaffh99-content .offer-dialog .offer-name {
        width: 62vw;
        margin: 1vw auto;
    }

    .popup-u7khaffh99-content.popup-content .offer-buy {
        width: 32vw;
    }

    .popup-u7khaffh99-content .offer-buy-btn {
        margin: 1vw auto;
    }
}