:root {
    --bg-img: url("https://resource.xp-pen.com/img/active_list/Childrenday24/bg.jpg");
    --bg-img2: url("https://resource.xp-pen.com/img/active_list/Childrenday24/bg_2.png");
    --bg-color: #fff;
    --main-family: "Gilroy";
    --price-family: "Gilroy";
    --title-family: "Montserrat";
    --main-color: #fff;
    --img-wd: 1rem;
    --fz14: 0.14rem;
    --fz16: 0.16rem;
    --fz18: 0.18rem;
    --fz21: 0.21rem;
    --fz24: 0.24rem;
    --fz28: 0.28rem;
    --fz30: 0.30rem;
    --fz35: 0.35rem;
    --fz36: 0.36rem;
    --fz42: 0.42rem;
    --fz48: 0.48rem;
    --goods-item-bg: #FFFAED;
}

.module_banner {
    --bn-text-t: 10%;
    --bn-text-l: 10%;
    --bn-title-fz: 0.88rem;
    --bn-title-color: #52190D;
    --bn-title-stoke-color: #AD2BFF;
    --bn-remark-fz: 0.53rem;
    --bn-remark-color: #52190D;
    --bn-date-fz: 0.4rem;
    --bn-free-fz: 0.36rem;
    --bn-date-color: #52190D;
    --bn-info-mg: 0.1rem;
    --discount-fz: 0.4rem;
}

.module_NavFixed {
    --nav--text-color: #FFF8F8;
    --nav-bg-color: #EC6200;
    --nav-active-color: #AF5414;
    --nav--text-ac-color: #FFF8F8;
}

#Ch2020_countdown {
    --cd-bg-color: #FFFDF6;
    --cd-bd-color: #FFFFFF;
    --text-color: #440401;
    --time-color: #440401;
    --time-fz: 0.7rem;
    --countdown-imgL-transform: translate(20%, -40%);
    --countdown-imgR-transform: translate(-35%, -40%);
}

.module_free {
    --free-color: #440401;
    --item-wd: 23.75%;
    font-weight: 600;
}

#module .module_free a img,
#module .module_coupon .coupon-item img {
    max-width: 100%;
}

#module .module_coupon .coupon-item img {
    max-width: 587px;
}

.module_coupon {
    --item-wd: 24%;
    padding-top: 0.5rem;
}

.module_w1400 {
    --title-color: #FFFFFF;
    --title-stroke-color: #461405;
    --title-transform: translate(-50%, 60%);
    --goods-title-color: #52190D;
    --current-price-color: #D3111E;
    --origin-price-color: #52190D;
    --buy-btn-color: #52190D;
    --discount-xl-img-wd: .9rem;
    --discount-M-img-wd: 1.25rem;
    --discount-S-img-wd: 0.66rem;
}

.NY_More {
    --text-color: #52190D;
    --bg-color: #F9F7F8;
    --boder-radius: 0.1rem;
    --padding: 0.22rem 0.57rem;
}

#module .NY_smallbox .NY_img_box img {
    max-width: 3.24rem;
}

#module .NY_big.reverse .NY_big_po2 {
    right: 10%;
}

#module .NY_big.reverse .NY_goods_list .NY_big_img {
    order: 2;
}

#module .NY_big.reverse .NY_goods_list .NY_big_text {
    order: 1;
    padding: 0 0 0 .94rem;
}
#module .swiper-container.swiper2 .NY_img_box .NY_big_po2 img{
    width: var(--discount-S-img-wd);
}

@media screen and (max-width: 768px) {
    html {
        font-size: 100PX;
        font-size: 13.0208vw;
    }

    .module_free {
        --item-wd: 48%;
    }

    .module_coupon {
        --item-wd: 48%;
    }

    #Ch2020_countdown {
        --countdown-imgL-transform: translate(-0.2rem, -50%);
        --countdown-imgR-transform: translate(0.2rem, -50%);
    }

    #module .NY_big .NY_big_po2 .NY_big_po2_t {
        font-size: var(--fz30);
        line-height: .23rem;
    }

    #module .NY_big .NY_big_po2 .NY_big_po2_t span {
        font-size: var(--fz24);
    }

    #module .NY_big .NY_goods_list .NY_big_po2 {
        top: 5%;
    }
}

html {
    font-size: 100PX;
    font-size: 3.90625vw;
}

#module div {
    font-size: initial;
}

#module img {
    width: 100%;
    height: auto;
}

#module .Artist-remark {
    font-size: var(--fz18);
    color: #52190D;
    line-height: 1.5;
    margin: 0.15rem 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #module .Artist-remark {
        font-weight: normal;
    }
}

#module .pc {
    display: block;
}

#module .mo {
    display: none;
}

#module h1,
#module h2,
#module p,
#module span {
    font-family: var(--main-family) !important;
    color: var(--main-color);
    font-size: var(--fz16);
    text-align: center;
}

#module .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#module .module_w1400 {
    max-width: 14rem;
    margin: 0 auto;

}

#module .module_bg {
    background: var(--bg-img);
    background-size: 100%;
}

#module .module_bg_box1 {
    padding-bottom: 0.6rem;
    background-size: cover;
}

#module .module_bg_box2 {
    padding-bottom: 0.8rem;
    background: var(--bg-img2);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

#module .module_banner {
    position: relative;
}

#module .module_banner .pc {
    max-width: 100%;
}

#module .module_banner .module_banner_text {
    position: absolute;
}

#module .module_banner .module_banner_text.center {
    top: 50%;
    left: 50%;
    transform: translate(-132%, -70%);
    text-align: left;
}

#module .module_banner .module_banner_text .banner-info-item.center {
    margin: 0;
}

#module .module_banner .module_banner_text .Wb_textH1 {
    text-align: left;
    font-size: var(--bn-title-fz);
    z-index: 2;
    position: relative;
    width: 100%;
    margin: .22rem 0 .24rem;
    font-family: var(--title-family) !important;
    font-weight: bold;
    color: var(--bn-title-color);
    line-height: 1.02rem;
    text-transform: uppercase;
}

#module .module_banner .Wb_textH1.stroke {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-text-stroke: .09rem #FFFFFF;
    text-stroke: .09rem #FFFFFF;
    transform: translate(0, 0%);
}

#module .module_banner .module_banner_text .Wb_textH2 {
    text-align: left;
    font-size: .36rem;
    font-family: var(--title-family) !important;
    z-index: 2;
    margin: 0rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #52190D;
    border: .04rem solid #52190D;
}

#module .module_banner .module_banner_text .Wb_textH2 span {
    font-size: 0.69rem;
    color: #52190D;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--title-family) !important;
}

#module .module_banner .module_banner_text .Wb_textH2 .Wb_p1 {
    font-size: .38rem;
    color: #FFFFFF;
    background-color: #52190D;
    padding: 0rem .27rem;

}

#module .module_banner .module_banner_text .Wb_textH2 .Wb_p2 {
    font-size: .64rem;
    padding: 0.1rem .36rem;
}

#module .module_banner .module_banner_text .Wb_textH2 .Wb_p2 em {
    font-size: .7rem;
    font-weight: bold;
}

#module .module_banner .Wb_textH2.stroke {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 181%);
    z-index: 1;
    -webkit-text-stroke: .07rem #FFFFFF;
    text-stroke: .07rem #FFFFFF;
}



#module .module_banner .module_banner_text .Wb_text1 {
    font-size: var(--bn-date-fz);
    color: var(--bn-date-color);
    margin: .35rem 0 .45rem;
    font-family: var(--title-family) !important;
    background: rgba(59, 2, 2, 0);
    font-weight: bold;
    text-align: left;
}

#module .module_banner .module_banner_text .Wb_text2 {
    font-size: var(--bn-free-fz);
    color: var(--bn-date-color);
    font-weight: bold;
    line-height: .74rem;
    text-align: left;
    font-family: var(--title-family) !important;
}

#module .module_NavFixed {
    max-width: 2rem;
    position: fixed;
    right: 2.99rem;
    top: 30%;
    z-index: 99;
    display: none;
    text-align: center;
}

#module .module_NavFixed .nav-list {
    color: #8E0709;
    font-weight: bold;
    text-align: center;
    background-color: var(--nav-bg-color);
    border: 2px solid #FFFFFF;
    border-radius: 0 .2rem .1rem 0.1rem;
    margin-bottom: 0.2rem;
    min-height: 0.83rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 .1rem;

}

#module .module_NavFixed .nav-list span {
    font-size: .2rem;
    color: var(--nav--text-color);
}

#module .module_NavFixed .nav-list.active {
    background-color: var(--nav-active-color);
    color: var(--nav--text-ac-color);
}

#module .module_NavFixed .module_NavFixed_pimg {
    text-align: center;
}

#module .module_NavFixed .module_NavFixed_pimg img {
    width: var(--img-wd);
}

#module .Ch2020_countdown {
    max-width: 11.66rem;
    width: 100%;
    margin: 0 auto;
    padding: 0.6rem 0.2rem 0.4rem;

}

#module .Ch2020_countdown p,
#module .Ch2020_countdown span {
    font-weight: bold;
}

#module .Ch2020_countdown_opacity {
    position: relative;
    padding: 0.3rem 0.2rem .2rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    background-color: var(--cd-bg-color);
    border: 0.05rem solid var(--cd-bd-color);
}

#module .Ch2020_cd_box {
    max-width: 5.6rem;
    margin: 0 auto;
}

#module .Ch2020_cd_title {
    color: var(--text-color);
    font-size: var(--fz21);
    margin-bottom: 0.1rem;
}

#module .Ch2020_cd_djs {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

#module .Ch2020_djs_time span {
    color: var(--time-color);
    font-size: var(--time-fz);
}

#module .Ch2020_djs_time p {
    font-size: var(--fz18);
    color: var(--text-color);
}

#module .Ch2020_seperator {
    font-size: var(--time-fz);
    color: var(--time-color);
    line-height: 1.1;
}

#module .countdown_img {
    position: absolute;
    top: 50%;
    z-index: 1;
}

#module .countdown_img img {
    width: var(--img-wd);
}

#module .countdown_img_L {
    left: 0;
    transform: var(--countdown-imgL-transform);
}

#module .countdown_img_R {
    right: 0;
    transform: var(--countdown-imgR-transform);
}

#module .module_free {
    padding: 0.6rem 0;
}

#module .module_free a {
    display: block;
    width: var(--item-wd);
    margin-bottom: 0.4rem;
    text-align: center;
}

#module .module_free .module_free_p {
    text-align: center;
    color: var(--free-color);
    font-size: var(--fz24);
    line-height: .48rem;
}

#module .module_coupon .coupon-item:hover {
    cursor: pointer;
}

#module .module_coupon .coupon-item {
    width: var(--item-wd);
    text-align: center;
    margin-bottom: 0.2rem;
}

#module .module_title {
    position: relative;
    margin: 0rem 0 0.6rem;
    text-align: center;
    padding-top: 1rem;
}

#module .module_title .BF_text {
    font-size: 0.4rem;
    font-weight: bold;
    color: var(--title-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--title-transform);
    z-index: 2;
    width: 100%;
    font-family: var(--title-family) !important;
}

#module .module_title .BF_text span {
    color: #000000;
    font-size: var(--fz18);
    font-weight: 500;
}

#module .module_title .BF_text.stroke {
    -webkit-text-stroke: 0.04rem var(--title-stroke-color);
    text-stroke: 0.04rem var(--title-stroke-color);
    z-index: 1;

}

#module .module_title img {
    max-width: var(--img-wd);
}

#module .module-subtitle {
    font-size: var(--fz36);
    margin-bottom: 0.4rem;
    font-weight: bold;
    color: var(--title-color);
}

#module .NY_big,
#module .NY_md,
#module .NY_sb,
#module .NY_fo {
    background-color: var(--goods-item-bg);
    border-radius: .2rem;
    position: relative;
    border: .04rem solid #BF8055;
}

#module .NY_big {
    padding: 0rem;
    margin-bottom: 0.36rem;
    position: relative;
    overflow: hidden;
}

#module .NY_md {
    padding: .35rem 0.16rem 0.45rem;
}

#module .NY_sb {
    padding: .2rem 0.16rem 0.35rem;
}

#module .NY_fo {
    padding: 0.2rem 0.16rem 0.36rem;
}

#module .NY_goods_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#module .NY_img_box {
    position: relative;
    text-align: center;
    padding-top: 0.16rem;
}

#module .NY_big .NY_big_img a img {
    max-width: 100%;
}

#module .NY_middlebox .NY_img_box a img {
    max-width: 4.53rem;
}

#module .NY_fo .NY_img_box a img {
    max-width: 2.32rem;
}

#module .NY_big_po2 {
    position: absolute;
    top: 0%;
    left: 2%;
}

#module .NY_big_po2 img {
    width: var(--discount-xl-img-wd);
}

#module .NY_big_po2 .NY_big_po2_t {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: 0.26rem;
    line-height: 0.23rem;
    font-family: 'Gilroy';
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#module .NY_big_po2 .NY_big_po2_t span {
    font-size: 0.23rem;
}

#module .NY_smallbox .NY_big_po2_t {
    font-size: 0.28rem;
    line-height: 0.25rem;

}

#module .NY_smallbox .NY_big_po2_t span {
    font-size: 0.24rem;
}

#module .NY_big .NY_big_po2 {
    top: 10%;
    right: 5%;
    left: inherit;
}

#module .sell-text {
    font-size: var(--fz18) !important;
    font-weight: 600;
    color: #52190D;
    line-height: 1.5;
    text-align: center;
    opacity: 0.8;
    margin: 0.1rem 0;
}

#module .sell-text span {
    font-size: var(--fz18);
    font-weight: 600;
    color: #000;
}

#module .NY_big_img {
    width: 53%;
    position: relative;
    text-align: center;
}

#module .NY_big_text {
    width: 45%;
}

#module .NY_big_text p {
    text-align: left;
    overflow: hidden;
    /* text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  box-orient: vertical;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical; */
}


#module .NY_big_text .NY_buy_btn {
    text-align: left;
}

#module .NY_big_title {
    font-size: var(--fz42);
    color: var(--goods-title-color);
    font-family: Montserrat;
    margin-bottom: 0.24rem;
    font-weight: bold;
}

#module .NY_big_title a {
    color: var(--goods-title-color);
}

#module .NY_big_p {
    font-size: var(--fz21);
    color: #52190D;
    opacity: 0.9;
    margin: 0.24rem 0 0.2rem;
    line-height: 2;
    font-weight: bold;
    font-family: Montserrat;
}

#module .NY_big_p span {
    color: #000;
    font-size: var(--fz18);
}

#module .NY_price {
    text-align: center;
    margin: 0.1rem 0 0.24rem;
    font-family: var(--price-family) !important;
}

#module .NY_price span {
    font-size: var(--fz42);
    color: var(--current-price-color);
    font-weight: bold;
}

#module .NY_price em {
    text-decoration: line-through;
    font-style: normal;
    white-space: nowrap;
    color: var(--origin-price-color);
    font-size: 0.23rem;
}

#module .NY_buy_btn {
    text-align: center;
    margin-top: 0.24rem;
}

#module .NY_buy_btn a {
    display: inline-block;
    font-weight: bold;
    font-size: var(--fz28);
    padding: 0.15rem 0.83rem;
    border: 0.03rem solid var(--buy-btn-color);
    color: var(--buy-btn-color);
    background-color: none;
    line-height: 1;
    border-radius: 0.35rem;
}

#module .NY_buy_btn a:hover {
    background-color: #EC6200;
    color: #FFFDF6;
    border: 0.03rem solid #EC6200;
}


#module .NY_sb .NY_buy_btn a,
#module .NY_fo .NY_buy_btn a {
    font-size: .23rem;
    padding: 0.13rem 0.63rem;
}

#module .NY_middlebox {
    width: 48%;
    margin-bottom: 0.4rem;
}

#module .NY_md .NY_title {
    margin-bottom: .2rem;
}

#module .NY_title {
    display: block;
    text-align: center;
    color: var(--goods-title-color);
    font-size: var(--fz28);
    margin-top: 0.24rem;
    font-weight: bold;
    font-family: Montserrat;
}

#module .NY_smallbox {
    width: 32%;
    margin-bottom: 0.36rem;
}

#module .NY_smallbox .NY_big_po2 img {
    width: var(--discount-M-img-wd);
}

#module .NY_smallbox .NY_title {
    font-size: .28rem;
    min-height: 0.73rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#module .NY_sb_price span {
    font-size: var(--fz35);
}

#module .NY_fourbox {
    width: 24%;
    margin-bottom: 0.4rem;
}

#module .NY_fourbox .NY_title {
    font-size: var(--fz21);
    min-height: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

#module .NY_fourbox .NY_big_po2 .NY_big_po2_t {
    font-size: .23rem;
    line-height: 0.2rem;
}

#module .NY_fourbox .NY_big_po2 .NY_big_po2_t span {
    font-size: .20rem;
}

#module .NY_fourbox .NY_big_po2 img {
    width: var(--discount-S-img-wd);
}

#module .NY_More {
    width: 100%;
    height: auto;
    text-align: center;
}

#module .NY_More a {
    min-width: 22%;
    display: inline-block;
    font-size: var(--fz24);
    color: var(--text-color);
    line-height: 1;
    padding: var(--padding);
    background: var(--bg-color);
    border-radius: var(--boder-radius);
    font-weight: bold;
}

#module .footer-banner {
    margin-bottom: 2.0833333333vw;
}

#module .footer-banner img {
    margin: 0 auto;
}

#module .footer-banner.col-md-list {
    display: flex;
    justify-content: space-between;
}

#module .footer-banner .col-md-item {
    width: 49%;
    text-align: center;
}

#module .NY_big_de {
    position: absolute;
    right: 0.2rem;
    top: 0;
    font-size: .35rem;
    font-weight: bold;
    color: #fff;
    background-color: #BF8055;
    padding: 0rem 0.24rem;
}

#module .NY_smallbox .NY_big_de {
    font-size: .26rem;
}

#module .NY_fourbox .NY_big_de {
    font-size: .20rem;
}

#module .NY_big.xl2 {
    padding: 0.75rem;
    margin-bottom: 0.36rem;
    position: relative;
}

#module .NY_big.xl2 .NY_big_po2 {
    top: -10%;
    right: 95%;
}

#module .NY_big.xl2 .NY_big_img a img {
    max-width: 5.83rem;
}

#module .NY_big.xl2.reverse .NY_goods_list .NY_big_text {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 100PX;
        font-size: 13.0208vw;
    }

    #module .pc {
        display: none;
    }

    #module .mo {
        display: block;
    }

    #module .module_NavFixed {
        display: none !important;
    }

    #module .NY_big,
    #module .NY_big.xl2 {
        padding-bottom: 0.4rem;
    }

    #module .NY_big_img {
        width: 100%;
        text-align: center;
        margin-bottom: 0.4rem;
    }

    #module .NY_big_text {
        width: 100%;
    }

    #module .NY_big_text p {
        text-align: center;
    }

    #module .NY_big_text .NY_buy_btn {
        text-align: center;
    }

    #module .NY_buy_btn {
        margin-top: 0.15rem;
    }

    #module .NY_big_p {
        font-size: var(--fz24);
        line-height: 1.5;
    }

    #module .NY_big_p span {
        font-size: var(--fz24);
    }

    #module .NY_price {
        margin: 0.3rem 0 0.2rem;
    }

    #module .NY_price span {
        font-size: var(--fz48);
    }

    #module .NY_price em {
        font-size: var(--fz30);
    }

    #module .NY_md,
    #module .NY_sb,
    #module .NY_fo {
        padding: 0.1rem 0.15rem 0.2rem;
    }

    #module .NY_price {
        margin: 0.2rem 0 0;
    }

    #module .NY_price span {
        font-size: var(--fz30);
    }

    #module .NY_price em {
        font-size: var(--fz16);
    }

    #module .NY_smallbox,
    #module .NY_fourbox {
        width: 48%;
    }

    #module .NY_smallbox .NY_big_po2 img,
    #module .NY_middlebox .NY_big_po2 img,
    #module .NY_fourbox .NY_big_po2 img {
        width: var(--discount-S-img-wd);
    }

    #module .NY_smallbox .NY_big_po2 .NY_big_po2_t,
    #module .NY_middlebox .NY_big_po2 .NY_big_po2_t,
    #module .NY_fourbox .NY_big_po2 .NY_big_po2_t {
        font-size: 0.24rem;
        line-height: 0.18rem;
    }

    #module .NY_smallbox .NY_big_po2 .NY_big_po2_t span,
    #module .NY_middlebox .NY_big_po2 .NY_big_po2_t span,
    #module .NY_fourbox .NY_big_po2 .NY_big_po2_t span {
        font-size: 0.18rem;
    }

    #module .NY_big_po2 {
        left: 0;
    }

    #module .module_banner .module_banner_text.center {
        transform: translate(-49%, -94%);
        width: 90%;
    }

    #module .countdown_img img {
        opacity: .8;
        z-index: 0;
    }


    #module .module_banner .Wb_textH1.stroke {
        transform: translate(0, 0%);

    }

    #module .module_banner .module_banner_text .Wb_textH2 {
        font-size: .3rem;
        margin: 0;
    }

    #module .module_banner .module_banner_text .Wb_textH2 span {
        font-size: .55rem;
    }

    #module .module_banner .module_banner_text .Wb_textH2.stroke {
        transform: translate(0, 162.5%);
    }

    #module .module_banner .module_banner_text .Wb_text1 {
        font-size: .44rem;
        margin: 0 0 .33rem;
    }

    #module .module_banner .module_banner_text .Wb_text2 {
        font-size: .38rem;
        line-height: .3rem;
    }

    #module .module_banner .module_banner_text .Wb_textH1 {
        font-size: .93rem;
        margin: .3rem 0 .2rem;
        line-height: 1.1rem;
    }

    #module .module_banner .module_banner_text .Wb_textH2 .Wb_p2,
    #module .module_banner .module_banner_text .Wb_textH2 .Wb_p1 {
        font-size: .55rem;
        padding: 0.05rem .2rem;
    }

    #module .NY_fourbox .NY_title {
        font-size: .24rem;
        min-height: .62rem;
    }


    #module .NY_md .NY_title {
        margin-bottom: 0;
    }

    #module .NY_big.reverse .NY_goods_list .NY_big_img {
        order: 1;
    }

    #module .NY_big.reverse .NY_goods_list .NY_big_text {
        order: 2;
        padding: 0;
    }


    #module .NY_big_de {
        font-size: .28rem;
    }

    #module .module_w1400 {
        padding: 0 0.2rem;
    }

    #module .module_title .BF_text {
        font-size: .25rem;
        transform: translate(-50%, 125%);
    }

    #module .NY_sb .NY_buy_btn a,
    #module .NY_fo .NY_buy_btn a,
    #module .NY_buy_btn a {
        font-size: var(--fz24);
        padding: 0.11rem 0.43rem;
    }

    #module .NY_big_text .NY_big_title {
        font-size: .36rem;

    }

    #module .NY_big_text p {
        font-size: .24rem;

    }

    #module .NY_smallbox .NY_title,
    #module .NY_md .NY_title {
        font-size: .24rem;
        min-height: .62rem
    }

    #module .NY_fo .NY_img_box a img {
        max-width: 3.24rem;
    }

    #module .NY_big_po2 .NY_big_po2_t {
        transform: translate(-50%, -35%);
    }

}

/*# sourceMappingURL=module.css.map */

/* Ch2020_icon */
#us21_spring .Ch2020_icon {
    max-width: 12rem;
    padding: 0rem .2rem .7rem;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#us21_spring .Ch2020_icon a {
    margin-right: .4rem;
    display: inline-block;
    text-decoration: none;
    padding: .15rem;
    box-sizing: border-box;
    line-height: 1;
    border: 1px solid #FFFFFF;
    border-radius: .1rem;
    background: rgba(0, 0, 0, 0.5);
    transition: all .2s;
}

#us21_spring .Ch2020_icon a:last-child {
    margin-right: 0;
}

#us21_spring .Ch2020_icon a em {
    font-size: var(--fz42);
    color: #fff;
    font-weight: 400;
    line-height: 1;
    transition: all .2s;
}

#us21_spring .Ch2020_icon a:hover {
    background: #fff;
}

#us21_spring .Ch2020_icon a:hover .x5_fb {
    color: #385899;
}

#us21_spring .Ch2020_icon a:hover .x5_tw {
    color: #00aced;
}

#us21_spring .Ch2020_icon a:hover .x5_in {
    color: #e20c35;
}

#us21_spring .Ch2020_icon a:hover .x5_yt {
    color: #ff011d;
}

@media screen and (max-width: 768px) {
    #us21_spring .Ch2020_icon {
        padding: 0.3rem .2rem .7rem;
    }
}

@media screen and (max-width: 480px) {
    #us21_spring .Ch2020_icon a em {
        font-size: .46rem;
    }

    #us21_spring .Ch2020_icon a {
        margin-right: .2rem;
    }
}

@media screen and (max-width: 400px) {
    #us21_spring .Ch2020_icon a {
        padding: .12rem;
    }
}

/* emailbox */
#module #store_subscribe {
    background: #EC6200;
    text-align: center;
}

#module #store_subscribe .subscribe {
    max-width: 12.4rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    padding-bottom: 0.7rem;
    margin: 0 auto;
}

#module #store_subscribe .subscribe_title {
    font-size: .32rem;
    line-height: 0.36rem;
    font-family: Gilroy;
    font-weight: 500;
    color: #fff;
    padding: .84rem 0 .15rem;
    margin-bottom: 0.35rem;
}

#module #store_subscribe .subscribe_txt_p {
    font-size: .16rem;
    font-family: Gilroy;
    font-weight: 400;
    color: #F5F5F5;
    padding-bottom: 0.35rem;
}

#module #store_subscribe .emailtxt3 {
    font-size: .24rem;
    font-family: Gilroy;
    font-weight: 500;
    color: #F5F5F5;
    margin: .42rem 0 .24rem;
}

#module #store_subscribe .subscribe_verify {
    width: 74%;
    display: inline-block;
    max-width: 74%;
}

#module #store_subscribe .emailSubscribeInput {
    background: #F5F5F5;
    border-radius: 0.25rem 0 0 0.25rem;
    height: .48rem;
    border: none;
    font-size: .16rem;
    text-indent: 1em;
    vertical-align: middle;
    width: 100%;
}

#module #store_subscribe .sub_button {
    background: #E14747;
    border-radius: 0 0.25rem 0.25rem 0;
    height: .48rem;
    width: 26%;
    border: none;
    font-size: .18rem;
    font-family: Montserrat;
    font-weight: 400;
    color: #F5F5F5;
    text-align: center;
    /* margin-left: 0.1rem; */
    vertical-align: middle;
    display: inline-block;
    line-height: .48rem;
    padding: 0 !important;
}

#module #store_subscribe .sub_button:hover {
    opacity: .9;
    cursor: pointer;
}

#module #store_subscribe .sub_verify_focus input {
    padding: 0 !important;
}

#module #store_subscribe {
    padding: 0;
    max-width: none;
}

#module #store_subscribe .sub_error em,
#module #store_subscribe .sub_error span {
    font-size: 14px;
}

#module #store_subscribe .subscribe_txt_input {
    max-width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    #module #store_subscribe .subscribe_txt_p {
        font-size: 12px;
        padding: 0 5px 10px;
    }

    #module #store_subscribe .emailtxt3 {
        margin: .22rem 0 .24rem;
    }

    #module #store_subscribe .emailSubscribeInput {
        height: 36px;
        font-size: 14px;
        border-radius: 25px 0 0 25px;
    }

    #module #store_subscribe .sub_button {
        width: 30%;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        border-radius: 0 25px 25px 0;
    }

    #module #store_subscribe .subscribe_verify {
        width: 70%;
        max-width: 70%;
    }

    #module #store_subscribe .subscribe_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {

    #module #store_subscribe .sub_error em,
    #module #store_subscribe .sub_error span {
        font-size: 12px;
    }
}


.module_w1400 {
        --discount-xl-img-wd: 0.84rem;
        --discount-M-img-wd: 0.89rem;
        --discount-S-img-wd: 0.68rem;
    }

    .module_coupon {
        --item-wd: 32%;
    }
 
    #module .NY_big_de{
        border-radius: 0 0 .15rem .15rem;
        font-size: .25rem;
        padding: 0.03rem 0.24rem;
        font-weight: 400;
        background-color: #EC6200;
    }

    #module .NY_big_p span {
        font-size: .22rem;
        font-weight: bold;
        color: #52190D;
    }

    #module .NY_big_p {
        font-size: .21rem;
        font-weight: 500;
    }

    #module .module_NavFixed {
        max-width: 2.3rem;
    }

    #module .module_free .module_free_p {
        font-size: .2rem;
    }

    #module .NY_sb .NY_buy_btn a,
    #module .NY_fo .NY_buy_btn a {
        padding: 0.13rem 0.33rem;
        ;
    }
    #module .swiper-container.swiper2 .NY_fourbox{
    width: 33% !important;
    margin-right: 0.1rem;
    position: relative;
}

    @media screen and (max-width:768px) {
        .module_coupon {
            --item-wd: 48%;
        }

        #module .NY_big_p span,
        #module .NY_big_p {
            font-size: .24rem;
        }

        #module .sell-text {
            display: none;
        }

        #module .NY_sb .NY_buy_btn a,
        #module .NY_fo .NY_buy_btn a,
        #module .NY_buy_btn a {
            padding: 0.11rem 0.3rem;
            ;
        }
        #module .NY_big_de{
            font-size: .2rem;
        }
    }