:root {
    --bg-img: url("https://resource.xp-pen.com/img/active_list/Anniversary20/bg_2.png"), url("https://resource.xp-pen.com/img/active_list/Anniversary20/bg.jpg");
    --bg-img2: url("https://resource.xp-pen.com/img/active_list/Anniversary20/bg2.jpg");
    --bg-color: #fff;
    --main-family: "Gilroy";
    --price-family: "Gilroy" !important;
    --title-family: "Gilroy" !important;
    --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: #FFF;
}

.module_banner {
    --bn-text-t: 10%;
    --bn-text-l: 10%;
    --bn-title-fz: .62rem;
    --bn-title-color: #CC0101;
    --bn-title-stoke-color: #AD2BFF;
    --bn-remark-fz: 0.62rem;
    --bn-remark-color: #CC0101;
    --bn-date-fz: 0.34rem;
    --bn-free-fz: 0.34rem;
    --bn-date-color: #fff;
    --bn-info-mg: 0.1rem;
    --discount-fz: 0.4rem;
}

.module_NavFixed {
    --nav--text-color: #fff;
    --nav-bg-color: #9FAFFF;
    --nav-active-color: #EAF7FF;
    --nav--text-ac-color: #000;
}

#Ch2020_countdown2 {
    --cd-bg-color: #fff;
    --cd-bd-color: #fff;
    --text-color: #fff;
    --time-color: #fff;
    --time-fz: 0.48rem;
    --countdown-imgL-transform: translate(20%, -40%);
    --countdown-imgR-transform: translate(-35%, -40%);
}

.module_free {
    --free-color: #000;
    --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: 32%;
    padding-bottom: 0.3rem;
}

.module_w1400 {
    --title-color: #fff;
    --title-stroke-color: #140266;
    --title-transform: translate(-50%, 10%);
    --goods-title-color: #000;
    --current-price-color: #D3111E;
    --origin-price-color: #05064F;
    --buy-btn-color: #05064F;
    --discount-xl-img-wd: 1.21rem;
    --discount-M-img-wd: 1.25rem;
    --discount-S-img-wd: 0.66rem;
    width: 16rem;
    margin: 0 auto;
}

#module .footer-banner img:hover {
    transform: scale(1.01);
}

#module .module_coupon .coupon-item:hover {
    transform: scale(1.015);
}

.NY_More {
    --text-color: #601E06;
    --bg-color: #fff;
    --boder-radius: 0.6rem;
    --padding: 0.22rem 0.57rem;
}

#module .NY_smallbox .NY_img_box img {
    max-width: 3.24rem;
}

#module .NY_big.reverse .NY_big_po2 {
    right: 8%;
}

#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;
}

@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_countdown2 {
        --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);
    }

}

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: #550000;
    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_bg {
    background: var(--bg-img);
    background-size: 100%, 100%;
    background-repeat: no-repeat, repeat-y;
    background-position: top, center top;
}

#module .module_bg2 {
    background: var(--bg-img2);
    background-size: 100%;
}

#module .module_bg_box1 {
    padding-bottom: 0.6rem;
}

#module .module_bg_box2 {
    padding-bottom: 0.8rem;
    background-size: cover;
}

#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(-112%, -48%);

}

#module .module_banner .module_banner_text .banner-info-item.center {
    margin: 0;
}

#module .module_banner .module_banner_text .banner-info-item.discountImg {
    position: relative;
}

#module .module_banner .module_banner_text .Wb_textH1 {
    font-size: var(--bn-title-fz);
    z-index: 3;
    position: relative;
    width: 100%;
    margin: .25rem 0 .15rem;
    font-family: 'Gilroy-Bold' !important;
    font-weight: bold;
    -webkit-text-stroke: 0.02rem transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg,
            #241d8d 0%, #241d8d 100%);
    background-size: 100% 100%;
    /* 增加渐变区域高度 */
    background-position: center;
    color: #FFF;
    width: 101%;
    padding: .02rem;
    transform: skew(-10deg);
}

#module .module_banner .module_banner_text .Wb_textH1 {
    font-weight: bold;
    -webkit-text-stroke: 0.02rem transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg,
            #241d8d 0%, #241d8d 100%);
    background-size: 100% 100%;
    /* 增加渐变区域高度 */
    background-position: center;
    /* 渐变居中 */
    transform: skew(-10deg);
    color: #FFF;
    text-align: left;
}



#module .module_banner .module_banner_text .Wb_textH2 {
    text-align: center;
    font-size: .36rem;
    font-family: var(--title-family) !important;
    z-index: 2;
    margin: 0rem auto;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: .5rem;
    position: relative;
    z-index: 3;
    transform: skew(-10deg);
    text-align: left;
    font-family: 'Montserrat' !important;
    position: relative;


}

#module .module_banner .module_banner_text .img_bg {
    display: inline-block;
}

#module .module_banner .module_banner_text .img_bg img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}


#module .module_banner .module_banner_text .Wb_textH2 span {
    z-index: 3;
    font-size: 0.69rem;
    font-family: 'Montserrat' !important;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    z-index: 3;
    line-height: 1;
    padding: 0 .05rem;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(180deg,
            #FF4E17 10%,
            /* 顶部浅色 */
            #FFD990 100%
            /* 底部稍深的浅紫调 */
        );

}

#module .module_banner .module_banner_text .Wb_textH2.stroke {
    position: absolute;
    width: 100%;
    left: 0;
    transform: translate(-0.5%, 0%) skew(-10deg);
    z-index: 1;


}

#module .module_banner .module_banner_text .Wb_textH2.stroke span {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(180deg,
            #5DDCFF 10%,
            /* 顶部浅色 */
            #5DDCFF 100%
            /* 底部稍深的浅紫调 */
        );


}

#module .module_banner .module_banner_text .Wb_textH2 .Wb_p1 {
    font-size: .59rem;
    vertical-align: bottom;
    font-weight: 900;

}

#module .module_banner .module_banner_text .Wb_textH2 .Wb_p2 {
    font-size: 1.05rem;
    vertical-align: bottom;
    line-height: .9;
}

#module .module_banner .module_banner_text .Wb_textH2 .Wb_p2 em {
    font-weight: 900;
}





#module .module_banner .module_banner_text .Wb_text1 {
    transform: skew(0deg);
    background: #fff;
    border-radius: .39rem;
    display: inline-block;
    padding: .2rem .59rem;
    margin: .4rem 0 0;
    text-align: left;
}

#module .module_banner .module_banner_text .Wb_text1 span {
    font-size: var(--bn-date-fz);
    color: #4E4ACC;
    font-family: var(--title-family) !important;
    text-align: center;
    font-weight: bold;
    transform: skew(-10deg);
    display: inline-block;
}


#module .module_banner .module_banner_text .Wb_text2 {
    font-size: var(--bn-free-fz);
    color: #fff;
    text-align: center;
    font-family: var(--title-family) !important;
    text-align: left;
    transform: skew(-10deg);

}

#module .module_banner .wb_text3_box {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    align-items: baseline;
    margin: .31rem 0 0;

}

#module .module_banner .wb_text3_box img {
    width: 1.79rem;
    height: .12rem;
}

#module .module_banner .wb_text3_box p {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: .23rem;
    color: #FFFFFF;
    transform: skew(-10deg);

}





#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 {
    text-align: center;
    background-color: var(--nav-bg-color);
    border: none;
    border-radius: 0rem;
    margin-bottom: .04rem;
    min-height: 0.83rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 .2rem;

}

#module .module_NavFixed .nav-list:last-child {
    margin-bottom: 0;
}

#module .module_NavFixed .nav-content {
    border: .02rem solid #fff;
    border-top: none;
    border-bottom: none;
}

#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 .nav-list.active span {
    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 {
    width: 100%;
    margin: 0 auto;
    padding: 0;

}

#module .Ch2020_countdown p,
#module .Ch2020_countdown span {
    font-weight: bold;
}

#module .Ch2020_countdown_opacity {
    position: relative;
    margin: 0 auto;

}

#module .Ch2020_cd_box {
    max-width: 8.81rem;
    margin: 0 auto;
}

#module .Ch2020_cd_title {

    display: inline-block;
    font-family: 'Tomorrow' !important;
    font-weight: bold;
    font-size: .3rem;
    color: #FFFFFF;
    min-width: 5.21rem;
    line-height: 1;
}

#module .Ch2020_cd_djs {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

#module .Ch2020_djs_time {
    width: 1.4rem;
    text-align: center;
    background: #4556DF;
    padding: .23rem 0;
}

#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: 2.1;
    width: 1.13rem;
    text-align: center;
    vertical-align: middle;
    font-family: 'Tomorrow';
}

#module .top_titleBox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0.72rem 0 .42rem;
    gap: .1rem;
}

#module .countdown_img {
    z-index: 1;
}

#module .countdown_img img {
    width: var(--img-wd);
}



#module .module_free {
    padding: 0 0 0.2rem;
}

#module .module_free a {
    display: block;
    width: var(--item-wd);
    margin-bottom: 0.4rem;
    text-align: center;
    text-decoration: none;
}

#module .module_free .module_free_p {
    text-align: center;
    color: var(--free-color);
    font-size: var(--fz24);
    line-height: .48rem;
    text-decoration: none;
}

#module .module_coupon .coupon-item:hover {
    cursor: pointer;
}

#module .module_coupon .coupon-item {
    width: var(--item-wd);
    text-align: center;
    margin-bottom: 0.2rem;
    transition: all 0.2s;
}

#module .module_title {
    position: relative;
    margin: 0rem 0 0.6rem;
    text-align: center;
    padding-top: 1rem;
}

#module .module_title .cursor {
    border-right: 2px solid #fff;
    animation: blink 0.7s infinite;
    font-size: 0.36rem !important;
    margin-left: .1rem;
    line-height: 1;
}

#module .module_title .cursor.hidden {
    opacity: 0;
    transition: opacity 0.3s;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#module .module_title .BF_text {
    font-size: 0.64rem;
    font-weight: bold;
    color: var(--title-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: var(--title-transform);
    z-index: 2;
    width: 100%;
    font-family: 'Tomorrow' !important;
    -webkit-text-stroke: 0.01rem transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #DB7000 0%, #DB7000 100%);

}

#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.03rem var(--title-stroke-color);
    text-stroke: 0.03rem 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 {
    position: relative;
    background: #F1EDFF;
    box-shadow: 0px 0px .1rem 0px #00061A;
    border: .04rem solid #A3B1F9;
    transition: all .3s;
}

#module .footer-banner img {
    transition: all .3s;
}



#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_goods_list .imgbg {
    position: absolute;
    z-index: 9;
    
}

#module .NY_goods_list .imgLB {
    left: 0;
    bottom: 0;
    width: 1.36rem;
}

#module .NY_goods_list .imgRB {
    right: 0;
    bottom: 0;
    width: 1.97rem;
}

#module .NY_goods_list .imgRT {
    right: 0;
    top: 0;
    width: 2.71rem;
}
#module .NY_middlebox .imgLB {
    left: 0;
    bottom: 0;
    width: 0.17rem;
}

#module .NY_sb .imgbg {
    width: 0.7rem;
}

#module .NY_sb .imgbg {
    width: 0.7rem;
}

#module .NY_fo .imgbg {
    width: 0.4rem;
}

#module .NY_img_box {
    position: relative;
    text-align: center;
    padding-top: 0.36rem;
}

#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: 3%;
    z-index: 9;
}

#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%, -50%);
    font-size: 0.41rem;
    line-height: .85;
    font-family: 'Gilroy';
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#module .NY_big_po2 .NY_big_po2_t span {
    font-size: 0.36rem;
}

#module .NY_big_po2 .NY_big_po2_t em {
    font-weight: bold;
}

#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: 0%;
    right: 50%;
    left: inherit;
    z-index: 10;
}

#module .sell-text {
    font-size: var(--fz18);
    font-weight: 400;
    color: #000;
    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: #05064F;
}

#module .NY_big_img {
    width: 52%;
    position: relative;
    text-align: center;
}

#module .NY_big_text {
    width: 45%;
}

#module .NY_big_text p {
    text-align: left;
    overflow: hidden;
    color: #000;
    /* 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: .36rem;
    color: var(--goods-title-color);
    font-family: 'Montserrat' !important;
    margin-bottom: 0.24rem;
    font-weight: bold;
}

#module .NY_big_title a {
    color: var(--goods-title-color);
}

#module .NY_big_p {
    font-size: .21rem;
    color: #000000;
    opacity: 0.9;
    margin: 0.24rem 0 0.2rem;
    line-height: 2;
    font-weight: bold;
    font-family: 'Montserrat' !important;
}

#module .NY_big_p span {
    color: #000;
    font-size: var(--fz18);
}

#module .NY_price {
    text-align: center;
    margin: 0.2rem 0 0.24rem;
    font-family: var(--price-family) !important;
}

#module .NY_price span {
    font-size: .48rem;
    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.28rem;
}

#module .NY_buy_btn {
    text-align: center;
    margin-top: 0.24rem;
}

#module .NY_buy_btn a {
    display: inline-block;
    font-weight: bold;
    font-size: .18rem;
    padding: 0.26rem 0.67rem;
    color: #fff;
    background: url(https://resource.xp-pen.com/img/active_list/Anniversary20/pro_buy.png);
    line-height: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .3s;
    font-family: var(--main-family);
}

#module .NY_buy_btn a:hover {
    background: url(https://resource.xp-pen.com/img/active_list/Anniversary20/pro_buy_hover.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .3s;
}

#module .NY_buy_btn a span {
    font-size: inherit;
    color: inherit;
}

#module .NY_sb .NY_buy_btn a,
#module .NY_fo .NY_buy_btn a {
    font-size: .18rem;
    padding: 0.24rem 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: .24rem;
    margin-top: 0.24rem;
    font-weight: bold;
    font-family: 'Montserrat' !important;
}

#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: .24rem;
    /* 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 {
    display: inline-block;
    background: url(https://resource.xp-pen.com/img/active_list/Anniversary20/more_.png);
    background-size: 100% 100%;
    font-weight: bold;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: .29rem;
    color: #FFFFFF;
    padding: .25rem .91rem .45rem;
    transition: all .3s;

}

#module .NY_More a:hover {
    background: url(https://resource.xp-pen.com/img/active_list/Anniversary20/more_hover.png);
    background-size: 100% 100%;
}


#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.1rem;
    top: 0;
    font-size: .35rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(30deg, #3F91E5, #03569A);
    padding: 0rem 0.24rem;
    border-radius: 0 0 .08rem .08rem;
    font-family: var(--main-family);
    z-index: 9;
}

#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: 0%;
    right: 91%;
}

#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;
}


#module .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .28rem;
}

#module .icon_box img {
    width: 1.08rem;
    margin-bottom: 1.44rem;
}

@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_big_po2 img{width: .9rem;}

    #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: 2%;
    }

    #module .module_banner .module_banner_text.center {
        transform: translate(-50%, -104%);
        width: 90%;
        text-align: center;
    }

    #module .module_banner .module_banner_text .banner-info-item.center {
        text-align: center;
    }

    #module .Ch2020_cd_box {
        max-width: 95%;
    }

    #module .Ch2020_seperator {
        width: .73rem;
    }

    #module .countdown_img img {
        opacity: .8;
        z-index: 0;
    }

    #module .top_titleBox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #module .top_titleBox img {
        width: 2.05rem;
        margin: .2rem .1rem;
    }

    #module .module_bg {
        background: #5B6CEE;
    }


    #module .module_banner .Wb_textH1.stroke {
        transform: translate(0, 0%);

    }

    #module .module_banner .module_banner_text .Wb_textH2 {
        font-size: .3rem;
        margin: 0;
        line-height: .65rem;
        text-align: center;
    }

    #module .module_banner .module_banner_text .Wb_textH2 span {
        font-size: .55rem;
    }


    #module .module_banner .module_banner_text .Wb_text1 {
        font-size: .28rem;
        margin: .25rem 0 .33rem;
        text-align: center;
    }

    #module .module_banner .module_banner_text .Wb_text2 {
        font-size: .29rem;
        line-height: .3rem;
        text-align: center;
    }

    #module .module_banner .module_banner_text .Wb_textH1 {
        font-size: .48rem;
        margin: .22rem 0 .12rem;
        text-align: center;
    }

    #module .module_banner .Wb_textH1.stroke {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-text-stroke: 0.08rem transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(to bottom, #05579B, #05579B);
        color: transparent;
        transform: translate(0, 36%);
    }

    #module .module_banner .Wb_textH1.stroke2 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-text-stroke: 0.14rem transparent;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(to bottom, #D2F4FF, #D2F4FF);
        color: transparent;
        transform: translate(0, 36%);
        overflow: hidden;
    }

    #module .module_banner .module_banner_text .img_bg img {
        transform: translate(0%, -73%);
    }


    #module .module_banner .module_banner_text .Wb_textH2 .Wb_p1 {
        font-size: .48rem;
        line-height: 1.2;
    }

    #module .module_banner .module_banner_text .Wb_textH2 .Wb_p2 {
        font-size: .86rem;
        line-height: 1;
    }

    #module .module_banner .wb_text3_box {
        justify-content: center;
        max-width: 100%;
        margin-top: 0.21rem;
    }

    #module .module_banner .wb_text3_box p {
        width: 40%;
    }

    #module .module_banner .module_banner_text .Wb_text1 span {
        font-size: .29rem;
    }


    #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: .24rem;
    }

    #module .module_w1400 {
        width: 100%;
        padding: 0 0.2rem;
    }

    #module .module_title .BF_text {
        font-size: .28rem;
        transform: translate(-50%, 105%);
    }

    #module .module_title .cursor {
        font-size: .28rem !important;
    }

    #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.21rem 0.43rem;
    }

    #module .NY_goods_list .imgbg {
        width: 0.7rem;
    }
    #module .NY_middlebox .imgLB{
        width: .17rem;
    }

    #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 .NY_big_po2 {
        right: 5%;
    }

    #module .NY_big.xl2 .NY_big_po2 {
        right: 5%;
    }



}

/*# 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_subscribe2 .icon-colose:before {
    display: none;
}

#module #store_subscribe2 {
    background: #EB5A03;
    text-align: center;
}

#module #store_subscribe2 .subscribe {
    max-width: 12.4rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    padding-bottom: 0.7rem;
    margin: 0 auto;
}

#module #store_subscribe2 .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_subscribe2 .subscribe_txt_p {
    font-size: .16rem;
    font-family: 'Gilroy';
    font-weight: 400;
    color: #F5F5F5;
    padding-bottom: 0.35rem;
}

#module #store_subscribe2 .emailtxt3 {
    font-size: .24rem;
    font-family: 'Gilroy';
    font-weight: 500;
    color: #F5F5F5;
    margin: .42rem 0 .24rem;
}

#module #store_subscribe2 .subscribe_verify {
    width: 74%;
    display: inline-block;
    max-width: 74%;
}

#module #store_subscribe2 .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_subscribe2 .sub_button {
    background: #191919;
    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: top;
    display: inline-block;
    line-height: .48rem;
    padding: 0 !important;
}

#module #store_subscribe2 .sub_button:hover {
    opacity: .9;
    cursor: pointer;
}

#module #store_subscribe2 .sub_verify_focus input {
    padding: 0 !important;
}

#module #store_subscribe2 {
    padding: 0;
    max-width: none;
}

#module #store_subscribe2 .sub_error em,
#module #store_subscribe2 .sub_error span {
    font-size: 14px;
    position: absolute;
}

#module #store_subscribe2 .subscribe_txt_input {
    max-width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    #module #store_subscribe2 .subscribe_txt_p {
        font-size: 12px;
        padding: 0 5px 10px;
    }

    #module #store_subscribe2 .emailtxt3 {
        margin: .22rem 0 .24rem;
    }

    #module #store_subscribe2 .emailSubscribeInput {
        height: 36px;
        font-size: 14px;
        border-radius: 25px 0 0 25px;
    }

    #module #store_subscribe2 .sub_button {
        width: 30%;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        border-radius: 0 25px 25px 0;
    }

    #module #store_subscribe2 .subscribe_verify {
        width: 70%;
        max-width: 70%;
    }

    #module #store_subscribe2 .subscribe_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {

    #module #store_subscribe2 .sub_error em,
    #module #store_subscribe2 .sub_error span {
        font-size: 12px;
    }
}





#module p,
#module .module_title .BF_text,
#module .NY_big_p,
:root,
#module .NY_big_title {
    font-family: 'Noto Sans CJK JP' !important;
    --main-family: "Noto Sans CJK JP";
    --price-family: "Noto Sans CJK JP" !important;
    --title-family: "Noto Sans CJK JP" !important;
}

#module .NY_big,
#module .NY_md,
#module .NY_sb,
#module .NY_fo {
    background: #F9F9FF;
}



#module .module_NavFixed {
    right: 1.99rem;
}

#module .NY_big_title {
    font-size: .45rem;
    line-height: 1.5;
    color: #000;
}

#module .NY_big_title span {
    font-size: .32rem;
    color: inherit;
}

#module .NY_big_title .new2025 {
    font-size: .32rem;
    color: #3550E8;
}

#module .xl-content_1 .NY_big_title .new {
    font-size: .48rem;
    color: #fff;
    background: #ED3356;
    border-radius: .3rem;
    padding: 0 .15rem;
}

#module .xl-content_1 .NY_big_p span {
    display: block;
    text-align: left;
    background: #F5F5F5;
    border-left: .09rem solid #E9E9E9;
    margin-bottom: .24rem;
    font-weight: 400;
    font-size: .27rem;
    color: #000000;
    padding: .05rem 0.27rem;
    transition: all .3s ease;
}

#module .xl-content_1 .NY_big_p span:hover {
    background: #E3EAFF;
    border-color: #C9D5F5;
    cursor: pointer;
}




#module .module_title .BF_text2 {
    font-size: 0.32rem;
    font-weight: bold;
    color: var(--title-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 2;
    width: 100%;
    font-family: 'Tomorrow' !important;
    -webkit-text-stroke: 0.01rem transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #DB7000 0%, #DB7000 100%);
}

#module .module_title .BF_text3 {
    transform: translate(-50%, 40%);
}

#module .Artist12-tag {
    margin: 0rem 0 0.27rem;
}

#module .Artist12-tag span {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.03rem 0.22rem;
    background-color: #90A0F4;
}

#module .Artist12-tag span:last-child {
    background-color: #DDBE2A;
    margin-left: 0.08rem;
}

#module .goods-info-box {
    display: flex;
    justify-content: left;
    gap: .31rem;
}

#module .goods-info-list {
    text-align: center;
    margin-right: 0.16rem;
}

#module .goods-info-list p {
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    margin-top: .1rem;
}

#module .goods-info-list img {
    width: 0.81rem;
    height: auto;
}

#module .magicimg {
    width: 100%;
}

#module .NY_middlebox .NY_img_box a img {
    max-width: 5.19rem;
}

#module .NY_md .NY_title {
    font-size: .37rem;
}

#module .sell-text,
#module .NY_buy_btn a {
    font-size: .32rem;
}

#module .NY_price .price1 {
    color: #000;
    font-weight: normal;
    font-size: .27rem;
}

#module .NY_big_title .title2 {
    font-weight: normal;
    display: inline-block;
    margin-top: 0.1rem;
    font-size: .32rem;
}

#module .module_bg2 {
    background: url(https://resource.xp-pen.com/img/active_list/Anniversary20/jp/bg.jpg);
}

#module .NY_big_text .NY_big_p {
    font-size: .27rem;
    font-weight: normal;
    line-height: 1.5;
}

#module .jp_title {
    text-align: center;
    font-size: 0.64rem;
    color: #000;
    font-weight: bold;
    margin-bottom: .33rem;
}

#module .free-title {
    font-size: 0.48rem;
    color: #FEC949;
    margin-top: 1rem;
    text-align: center;
}

#module .free-list .welfare-list {
    width: 49%;
}

#module .info-content {
    background: #FFFFFF;
    border-radius: 0rem;
    padding: 0.42rem 0.37rem;
    border: .05rem solid #4E56E3;
    margin: 0.7rem 0;
}

#module .email-box {
    background: #4E56E3;
    border-radius: 0.1rem;
    padding: 0.1rem 0.2rem;
    text-align: left;
}

#module .email-box img {
    width: 0.47rem;
}

#module .email-box .email-info {
    font-size: 0.29rem;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

#module .info-remark {
    font-size: 0.24rem;
    font-weight: bold;
    color: #4D2A32;
    line-height: 1.5;
    text-align: left;
    margin: 0.16rem 0 0.4rem;
}

#module .photo-content {
    border: 2px solid #4E56E3;
    border-radius: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    margin-top: 0.4rem;
}

#module .info-list-box {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#module .info-list-box img {
    width: 0.92rem;
}

#module .info-list-box p {
    font-size: 0.22rem;
    color: #4D2A32;
    line-height: 1.5;
    text-align: left;
}

#module .right-info {
    padding: 0 0.2rem;
    text-align: left;
}

#module .info-list-box .border-info {
    border: 1px solid #FF799B;
    border-radius: 0.07rem;
    display: inline-block;
    padding: 0 0.4rem 0 0.1rem;
    margin: 0.08rem 0;
}

#module .border-info .detail-text {
    color: #FF799B;
    cursor: pointer;
    position: relative;
}

#module .border-info .detail-text::before {
    content: '→';
    position: absolute;
    right: -0.24rem;
    top: -0.04rem;
    transition: right 0.5s;
}

#module .detail-text:hover::before {
    right: -0.3rem;
}

#module .marge-top {
    margin-top: 0.4rem;
}

#module .marge-top img {
    border-radius: 0.1rem;
}

#module .icon-close {
    font-size: 0.5rem;
    font-weight: bold;
}

#module .xppen-intro {
    font-size: 0.24rem;
    color: #F1F9FF;
    line-height: 1.5;
    margin-top: 0.4rem;
}



#module .module_bg_box1 {
    padding-top: 0.76rem;
}

#module .module_addKR .kr_title {
    font-weight: bold;
    font-size: .4rem;
    color: #F6F6FC;
    text-align: left;
    margin-bottom: .23rem;
}

#module .module_addKR .kr_title span {
    color: #FED643;
    font-size: inherit;
}

#module .module_addKR .arrow {
    width: 4.9rem;
    margin-bottom: .51rem;
}

#module .module_addKR .kr_txt {
    font-weight: 500;
    font-size: .29rem;
    color: #F6F6FC;
    line-height: 2.2;
    text-align: left;
}

@media screen and (max-width:768px) {
    #module .Artist12-tag {
        text-align: center;
    }

    #module .Artist12-tag span {
        font-size: .22rem;
    }

    #module .goods-info-box {
        justify-content: center;
    }

    #module .NY_md .NY_title {
        font-size: .23rem;
    }

    #module .module_addKR .kr_txt {
        font-size: .21rem;
    }

    #module .footer-banner.col-md-list {
        flex-direction: column;
    }

    #module .footer-banner .col-md-item {
        width: 100%;
        margin-bottom: .2rem;
    }

    #module .module_title .BF_text3 {
        transform: translate(-50%, 135%);
    }

    #module .module_title .BF_text2 {
        font-size: .25rem;
        transform: translate(-50%, 50%);
    }

    #module .photo-content {
        flex-direction: column;
    }

    #module .info-list-box {
        width: 100%;
        justify-content: left;
        margin-bottom: 0.1rem;
    }

    #module .xl-content_1 .NY_big_title .new {
        font-size: .3rem;
    }

    #module .sell-text,
    #module .NY_buy_btn a {
        font-size: .18rem;
    }
}