:root {
    --bg-img_1: url("https://resource.xp-pen.com/img/active_list/BlackFriday23_JP/bg.webp");
    --bg-color_1: #122044;
    --bg-img_2: url("https://resource.xp-pen.com/img/active_list/Halloween23_JP/bg2.webp");
    --bg-color_2: #E3852F;
    --grid-bd-cr_1: #FEC949;
    --grid-bd-cr_2: #32273F;
    --title-cr: #fff;
    --goods-title-cr: #000;
    --goods-remark-cr: #333333;
    --goods-2nd-title-cr: #333;
    --goods-list-title-cr: #000000;
    --price-cr: #FF7416;
    --list-price-cr: #FF7416;
    --main-cr: #fff;
    --connect-text-cr: #4D2A32;
    --email-title-bg-cr: #1238BF;
    --connect-bg-cr: #FFFEFD;
    --label-bg_1: #7750FD;
    --label-bg_2: #FFE7B9;
    --fz12: 0.12rem;
    --fz16: 0.16rem;
    --fz18: 0.18rem;
    --fz24: 0.24rem;
    --fz30: 0.30rem;
    --fz36: 0.36rem;
    --fz38: 0.38rem;
    --fz48: 0.48rem;
    --xl-goods-img-w: 4.38rem;
    --title-img-w: 3.55rem
}

html {
    font-size: 100px;
    font-size: 5.2083333vw;
}

#TopicPage img {
    width: 100%;
    height: auto;
}

#TopicPage p,
span {
    font-family: Noto Sans CJK JP;
}

#TopicPage .main-content {
    max-width: 19.2rem;
    margin: 0 auto;
}

#TopicPage .main-container {
    max-width: 12.4rem;
    padding: 0 0.2rem;
    margin: 0 auto;
}

#TopicPage .flex-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#TopicPage .main-inner-content {
    padding: 0.6rem 0 1.2rem;
    background-repeat: repeat;
    background-size: 100%;
}

#TopicPage .TP-container {
    padding: 0 0 1.2rem;
    background-image: var(--bg-img_1);
}

#TopicPage .TP-container_3 {
    padding: 0.6rem 0 1.2rem;
}

#TopicPage .TP-container_4 {
    background-color: #080104;
    padding: 0.6rem 0 0.55rem;
}

.bg-block {
    display: block;
}

.mo-block {
    display: none;
}

#TopicPage .store-banner-content .bg-block {
    width: 100%;
    max-width: 19.2rem;
    height: auto;
}

#TopicPage .store-banner-content .mo-block {
    width: 100%;
    max-width: 8.5rem;
    height: auto;
    margin: 0 auto;
}

#TopicPage .new-banner {
    margin-bottom: 0.5rem;
    position: relative;
}



#TopicPage .new-text-box {
    position: absolute;
    left: 0.48rem;
    top: 50%;
    transform: translateY(-50%);
}

#TopicPage .new-text-box p {
    font-size: 0.3rem;
    font-weight: 500;
    color: #FFFFFF;
}

#TopicPage .new-text-box .new-title {
    font-size: 0.6rem;
    font-weight: 900;
    margin-bottom: 0.24rem;
}

#TopicPage .TP-container .new-gift {
    margin-bottom: 0.9rem;
}



/*module one*/
#TopicPage .title-box {
    text-align: center;
    width: 100%;
    background-color: #E73221;
    padding: 0.28rem 0;
}

#TopicPage .title-box.bgn {
    background: none;
}

#TopicPage .title-box.bgn h2 {
    color: #E3C868;
}

#TopicPage .title-box_1 {
    margin: 1rem 0 0.5rem;
}

#TopicPage .title-box_2 {
    margin: 0.8rem 0 0;
}

#TopicPage .title-box h2 {
    font-size: var(--fz48);
    color: var(--title-cr);
    font-weight: 900;
    text-align: center;
}

#TopicPage .title-box h2 span {
    font-size: var(--fz30);
    font-weight: normal;
}

#TopicPage .TP-grid {
    background-color: #E7ECF3;
    margin-bottom: 1.2rem;
}

#TopicPage .TP-grid_2 {
    position: relative;
}

#TopicPage .icon-box_2 {
    position: absolute;
    top: 0.07rem;
    right: 0.17rem;
}

#TopicPage .icon-box_2 {
    width: 0.72rem;
    height: 0.7rem;
}

#TopicPage .X3-intro-content {
    text-align: center;
    position: relative;
}

#TopicPage .goods-intro-box {
    padding: .75rem 0 .54rem;
    width: 100%;
    text-align: center;
}

#TopicPage .goods-intro-box p {
    text-align: center;
}

#TopicPage .intro-remark {
    color: #242023;
    font-size: 0.45rem;
    font-weight: 500;
}

#TopicPage .intro-title {
    color: #1E2029;
    font-weight: 900;
    font-size: 0.7rem;
    margin: .12rem 0 .15rem;
    line-height: 1;
}

#TopicPage .detail-btn {
    display: inline-block;
    margin: 0.2rem 0;
    font-size: var(--fz24);
    font-weight: bold;
    color: #000000;
    background-color: #FED30C;
    border-radius: 0.26rem;
    padding: 0.05rem 0.6rem 0.05rem 0.4rem;
    position: relative;

}

#TopicPage .detail-btn::after {
    content: '->';
    position: absolute;
    right: 0.24rem;
    top: 0.09rem;
    transition: right 0.5s;
}

#TopicPage .detail-btn:hover::after {
    right: 0.18rem;
}


#TopicPage .buy-btn-box {
    text-align: center;
    padding-bottom: 0.4rem;
}

#TopicPage .buy-btn {
    display: inline-block;
    margin: 0.2rem 0;
    font-size: .3rem;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(0deg, #FF3600 0%, #FFA200 100%);
    box-shadow: 0px .05rem .1rem 0px rgba(44, 44, 60, 0.23);
    border-radius: 0.66rem;
    padding: 0.1rem 0.6rem 0.1rem;
    position: relative;
}


#TopicPage .buy-btn:hover::after {
    right: 0.18rem;
}

#TopicPage .discount-box {
    font-size: .28rem;
    font-weight: 400;
    color: #000;



}

#TopicPage .goods-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#TopicPage .goods-img-box .rd {
    width: 7.39rem;
    height: 3.52rem;
    transition: all .3s;
}
#TopicPage .goods-img-box .rd:hover{
    transform: scale(1.05);
}
#TopicPage .goods-img-box .iconbox .icon-item{
    text-align: center;
}
#TopicPage .goods-img-box .iconbox img {
    width: .52rem;
    height: .52rem;
    margin: 0 auto .2rem;
}

#TopicPage .goods-img-box .iconbox p {
    font-family: Noto Sans CJK JP;
    font-weight: normal;
    font-size: .18rem;
    color: #666666;
    margin-bottom: .2rem;
    text-align: center;

}

#TopicPage .sell-Text {
    font-family: Noto Sans CJK JP;
    font-weight: 400;
    font-size: .26rem;
    color: #000000;
    text-align: center;
    margin: .44rem 0;
}

#TopicPage .price-txt {
    font-size: .6rem;
    font-weight: bold;
    color: #FE7417;
    text-align: center;
    margin-bottom: .33rem;
}

#TopicPage .price-txt span {
    font-size: .24rem;
    font-weight: 400;
    color: #000;
    text-align: center;
}

#TopicPage .free-box {
    display: block;
    text-align: center;
}

#TopicPage .free-box img {
    width: 85%;
    margin: 0 auto;
}



/*Artist 22 Plus 鍗栫偣*/

#TopicPage .Artist22Plus-sell-list {
    padding: 0 0.3rem;
    margin: 0.6rem 0 0.4rem;
}

#TopicPage .sell-item {
    position: relative;
    /* box-shadow: 1px 24px 25px 2px rgba(55,79,81,0.3); */
    border-radius: 15px;
}

#TopicPage .sell-item img {
    max-width: 100%;
}


#TopicPage .sell-item_1 {
    width: 41.5%;
    align-self: flex-start;
}

#TopicPage .sell-item_1 .sell-item_1_ag {
    margin-bottom: 0.145rem;
}

#TopicPage .sell-item_2 {
    width: 57.1%;
}

#TopicPage .sell-item_1 .sell-intro {
    position: absolute;
    top: 0.4rem;
    left: 0.43rem;
}

#TopicPage .sell-intro p {
    color: #000;
    font-size: 0.26rem;
    line-height: 1.6;
}

#TopicPage .sell-intro .size-title {
    font-size: 0.32rem;
    font-weight: bold;
}

#TopicPage .size-title span {
    font-size: 0.66rem;
}

#TopicPage .sell-col_3 {
    margin-bottom: 0.12rem;
}

#TopicPage .sell-col_3 p {
    font-size: 0.26rem;
    font-weight: 500;
    color: #FEFEFE;
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

#TopicPage .sell-col_2 {
    width: 58%;
}

#TopicPage .sell-col_2 p {
    position: absolute;
    top: 0.24rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.26rem;
    width: 100%;
    text-align: center;
}

#TopicPage .sell-col_2 .color-text {
    color: #000;
}

#TopicPage .sell-item_4 {
    width: 100%;
}

#TopicPage .sell-item_4 .sell-col_2 .color-text {
    top: 50%;
    right: 0.35rem;
    transform: translateY(-50%);
    width: auto;
}

#TopicPage .bg-sell {
    background: #FFFFFF;
    border-radius: 15px;
    width: 40.38%;
}

#TopicPage .sell-box {
    position: absolute;
    top: 50%;
    right: 0.35rem;
    transform: translateY(-50%);
    width: auto;
}

#TopicPage .sell-item_4 .x3-pro-title {
    font-size: 0.66rem;
    font-family: Gilroy;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(143deg, #92E476 0%, #57B8C7 0%, #F1B322 0%, #2CD971 77.392578125%, #5CC2CB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#TopicPage .sell-item_4 .sell-box p {
    position: initial;
    transform: translateX(0);
}

/*Artist 22 Plus 鍗栫偣*/

/*灏忕帇瀛愭柊鍝�*/
#TopicPage .TP-grid_2 {
    background-color: #fff;
    padding: 0.55rem 0.4rem;
}

#TopicPage .sell-time {
    font-size: 0.38rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.16rem;
}

#TopicPage .new-goods-title {
    font-size: 0.38rem;
    color: #DC0302;
    text-align: center;
}

/*灏忕帇瀛愭柊鍝�*/


#TopicPage .product-intro-content {
    margin: 0 0.17rem;
    padding: 0.5rem 0.15rem;
}

#TopicPage .new-intro-content {
    background-color: #ECF1FF;
    border-radius: 0.3rem;
}

#TopicPage .NY_big {
    position: relative;
}

#TopicPage .flex {
    display: flex;
    justify-content: space-between;
}

#TopicPage .NY_big_box {
    flex-wrap: wrap;
    align-items: center;
}

#TopicPage .NY_big_box.magic {
    flex-direction: column;
    background-color: #fff;
}

#TopicPage .NY_big_box.magic .NY_big_img,
#TopicPage .NY_big_box.magic .NY_big_text {
    width: 100%;
    text-align: center;
}

#TopicPage .NY_big_box.magic .NY_big_img img {
    width: 8.19rem;
    margin-top: 0.32rem;
}

#TopicPage .NY_big_box.magic .NY_big_title {
    font-size: .65rem;
    text-align: center;
}

#TopicPage .NY_big_box.magic .NY_big_title span {
    font-size: .3rem;
    text-align: center;
}

#TopicPage .NY_big_box.magic .NY_big_remark {
    font-size: .26rem;
    color: #666666;
    line-height: .36rem;
    text-align: center;
}

#TopicPage .NY_big_box.magic .NY_big_p2 {
    font-size: .42rem;
    text-align: center;
}

#TopicPage .NY_big_box.magic .original-price {
    font-size: .24rem;
    text-align: center;
}

#TopicPage .NY_big_box.magic .buy-button {
    display: inline-block;
    width: 4.3rem;
}

#TopicPage .NY_big_box.magic .gift-content {
    margin: 0.54rem 0 .3rem;
}

#TopicPage .NY_big_box.magic .gift-content img {
    max-width: 12rem;
}

#TopicPage .buy-content #TopicPage .goods-label {
    position: absolute;
    top: -0.3rem;
    left: 0;
    font-size: var(--fz24);
    font-weight: bold;
    color: var(--main-cr);
    background-color: var(--label-bg_1);
    border-radius: 0.28rem;
    padding: 0.09rem 0.29rem;
}

#TopicPage .label_2 {
    background-color: var(--label-bg_2);
    color: #3A2324;
    font-weight: bold;
}

#TopicPage .TP-col-xl .goods-label {
    top: 0.13rem;
    left: 0.13rem;
}

#TopicPage .NY_big_img {
    width: 48%;
    height: auto;
    position: relative;
    text-align: center;
}

#TopicPage .new-icon {
    position: absolute;
    top: 0.25rem;
    right: 0;
    background: #FF5B00;
    border-radius: 0.17rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0.01rem 0.16rem;
    display: inline-block;
}

#TopicPage .Artist-2nd-list .new-icon {
    top: 0.15rem;
    right: 0.2rem;
}

#TopicPage .NY_big_img img {
    width: var(--xl-goods-img-w);
}

#TopicPage .NY_big_text {
    width: 48%;
    height: auto;
    position: relative
}

#TopicPage .new-col-xl .NY_big_img img {
    width: 6.3rem;
}

#TopicPage .new-col-xl .NY_big_img {
    width: 52%;
    height: auto;
}

#TopicPage .new-col-xl .NY_big_text {
    width: 45%;
    height: auto;
}

#TopicPage .NY_big_title {
    font-size: .33rem;
    font-weight: bold;
    color: var(--goods-title-cr);
    line-height: 1.5;
}

#TopicPage .NY_big_title span {
    font-size: .23rem;
}
#TopicPage .NY_big_title .detail-text{
    color: #0082FC;
}
#TopicPage .NY_big_title em {
    background: linear-gradient(90deg, #0086F7, #0036FE);
    border-radius: 0 .17rem 0 .17rem;
    font-weight: bold;
    font-size: .24rem;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 .15rem ;
    vertical-align: middle;
}

#TopicPage .TP-col-md-item .NY_big_title {
    font-size: var(--fz24);
    font-weight: bold;
    margin-bottom: .2rem;
}

#TopicPage .TP-col-md-item .NY_big_p2 {
    margin: 0.1rem 0 0.1rem;
    font-size: 0.28rem;
}

#TopicPage .NY_big_remark {
    font-size: var(--fz24);
    color: var(--goods-remark-cr);
    line-height: 2;
    margin-top: 0.2rem;
}

#TopicPage .NY_big_remark span {
    background: #F6F6F6;
    display: block;
    font-size: .2rem;
    text-align: left;
    padding: .05rem .1rem;
    margin-bottom: .1rem;
    transition: all .3s;
}

#TopicPage .NY_big_remark span:hover {
    background: #FFECEA;
}
#TopicPage .xl2 .NY_big_remark span:hover{
    background: #E5E9CE;
}


#TopicPage .sell-point-list {
    margin: 0.3rem 0;
}

#TopicPage .point-item {
    text-align: center;
}

#TopicPage .point-item p {
    text-align: center;
    font-size: var(--fz16);
    color: var(--goods-remark-cr);
}

#TopicPage .point-item img {
    width: 0.62rem;
    height: 0.62rem;
}

#TopicPage .NY_big_p2 {
    font-size: var(--fz36);
    font-weight: bold;
    color: var(--price-cr);
    line-height: 1.5;
    margin: 0.24rem 0 0.2rem;
}

#TopicPage .original-price {
    font-size: .18rem;
    text-decoration: line-through;
    color: var(--goods-remark-cr);
}

#TopicPage .NY_big_btn {
    font-weight: bold;
    font-size: var(--fz24);
    font-weight: bold;
    color: var(--main-cr);
    padding: 0.08rem 0.3rem;
    border-radius: 0.24rem;
    display: inline-block;
    background-color: #000000;
    transition: .3s;
}

#TopicPage .buy-content {
    display: flex;
    border-radius: 0.33rem;
    border: 0.02rem solid #000;
    align-items: center;
    justify-content: space-between;
    width: 3.89rem;
}

#TopicPage .TP-col-item .buy-content {
    width: 3.22rem;
    margin: 0 auto;
}

#TopicPage .TP-col-item .buy-content .buy-button {
    padding: 0;
    width: 52%;
}

#TopicPage .Artist-2nd-list .buy-content {
    margin: 0 auto;
}

#TopicPage .buy-content .discount_text {
    font-size: 0.26rem;
    color: #FFFFFF;
    background: #000;
    border-radius: 0.33rem;
    padding: 0.07rem 0.13rem;
    font-weight: bold;
    transition: .3s;
}

#TopicPage .NY_big_btn:hover,
#TopicPage .buy-content .discount_text:hover {
    color: var(--price-cr);
}
#TopicPage .xl2 .buy-content {
    width: 2.5rem;
}
#TopicPage .xl2 .buy-content .buy-button{
    padding: 0;
    margin: 0 auto;
}
#TopicPage .buy-content .buy-button {
    margin: 0;
    background: none;
    color: #000;
    padding: 0 .26rem 0 0;
}

#TopicPage .buy-content .buy-button:hover {
    color: #000;
}

#TopicPage .buy-button-box {
    display: flex;
    align-items: center;
    background-color: var(--price-cr);
    box-shadow: 0px 0.05rem 0px 0px rgba(174, 67, 86, 0.27);
    border-radius: 0.24rem;
    border: 1px solid var(--price-cr);
    width: 2.84rem;
    margin-top: 0.16rem;
}

#TopicPage .discount-text {
    font-size: var(--fz30);
    font-weight: bold;
    color: var(--main-cr);
    width: 55%;
    text-align: center;
}

#TopicPage .buy-link-box {
    display: inline-block;
    font-size: var(--fz24);
    width: 45%;
    text-align: center;
    padding: 0.12rem 0;
    line-height: 1;
    background: var(--main-cr);
    border-radius: 0.24rem;
    font-weight: 500;
    color: var(--price-cr);
}

#TopicPage .buy-link-box:hover {
    opacity: 0.8;
}

#TopicPage .giveaway-content {
    margin: 0.6rem 0;
}

#TopicPage .new-list-content {
    position: relative;
    margin-top: 0.75rem;
}

#TopicPage .icon-box {
    position: absolute;
    top: -5%;
    left: 3%;
}

#TopicPage .icon-box img {
    width: 0.72rem;
}

#TopicPage .tab-content {
    margin-top: 1rem;
    margin-bottom: 0.66rem;
}

#TopicPage .tag-title {
    font-size: var(--fz30);
    font-weight: 900;
    color: #432A2B;
    line-height: 1.4;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #D8D8D8;
}

#TopicPage .tab-list-box {
    margin-top: 0.4rem;
}

#TopicPage .tab-list-box a {
    flex-wrap: wrap;
}

#TopicPage .tab-list-box img {
    max-width: 456px;
    width: 49%;
    height: auto;
}

#TopicPage .tab-list-box #TopicPage .color-content img {
    width: min(948px, 100%);
    height: auto;
}

#TopicPage .color-content {
    text-align: center;
    position: relative;
}

#TopicPage .color-content .NY_big_btn {
    width: 38%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

#TopicPage .Artist-2nd-content {
    background-image: url("../images/goods_bg2.png");
    background-size: 100%;
    background-color: var(--grid-bd-cr_2);
    box-shadow: 0px 0.07rem 0.08rem 0px rgba(0, 0, 0, 0.25);
    border-radius: 0.1rem;
    text-align: center;
    padding: 0.2rem 0.45rem 0.3rem;
    margin-top: 0.6rem;
}

#TopicPage .Artist-list-title {
    font-size: var(--fz30);
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    max-width: 600px;
    margin: 0 auto;
}

#TopicPage .Artist-list-title span {
    font-size: var(--fz48);
    font-weight: bold;
}

#TopicPage .Artist-2nd-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

#TopicPage .Artist-2nd-list {
    width: 48%;
    background: #FFF9F2;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0.32rem 0px rgba(0, 0, 0, 0.17);
    border-radius: 0.2rem;
    padding: 0.2rem 0 0.4rem;
    text-align: center;
    position: relative;
    margin-bottom: .49rem;
}

#TopicPage .Artist-2nd-list:nth-child(4) .new-icon {
    background: #DC0302;
}

#TopicPage .new-2nd-box .Artist-2nd-list {
    background: #F2F2F2;
}

#TopicPage .Artist-2nd-img {
    padding: 0 0.08rem;
    display: inline-block;
}

#TopicPage .Artist-2nd-img img {
    max-width: 4.07rem;
}

#TopicPage .Artist-2nd-content .Artist-2nd-list {
    border-radius: 0.3rem;
    padding: 0.2rem 0.2rem 0.25rem;
}

#TopicPage .Artist-intro-box p {
    text-align: center;
}

#TopicPage .color-list {
    margin: 0.2rem 0 0.1rem;
    text-align: center;
}

#TopicPage .color-box {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.1rem;
}

#TopicPage .black {
    background: #000000;
}

#TopicPage .blue {
    background: #16599C;
}

#TopicPage .green {
    background: #6B826E;
}

#TopicPage .pink {
    background: #E5BEC4;
}

#TopicPage .Artist-name {
    font-size: 0.26rem;
    color: #081128;
    font-weight: bold;
    margin: 0.15rem 0;
}

#TopicPage .Artist-name span {
    color: #B79544;
}

#TopicPage .Artist-2nd-content .Artist-name {
    color: var(--goods-2nd-title-cr);
    font-weight: bold;
}

#TopicPage .Artist-remark {
    font-size: var(--fz18);
    color: var(--goods-remark-cr);
    line-height: 1.5;
    margin: 0.15rem 0;
}

#TopicPage .new-2nd-box.mt0 {
    margin-top: 0;
}

#TopicPage .new-2nd-box .Artist-remark {
    color: #000;
}

#TopicPage .new-list-content .Artist-remark {
    text-align: left;
}

#TopicPage .goods-price {
    font-size: .28rem;
    color: var(--price-cr);
    font-weight: bold;
    margin: 0.15rem 0;
}

#TopicPage .goods-price em {
    text-decoration: line-through;
    color: #666666;
    font-style: normal;
    font-size: .18rem;
}

#TopicPage .Artist-2nd-content .goods-price {
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 0.18rem;
    margin-bottom: 0.21rem;
    font-weight: bold;
}

#TopicPage .buy-button {
    font-size: var(--fz24);
    color: var(--main-cr);
    font-weight: bold;
    padding: 0.04rem 0.08rem;
    background-color: #000000;
    border-radius: 0.24rem;
    width: 60%;
    display: block;
    text-align: center;
    transition: .3s;
    margin: 0 auto;
}

#TopicPage .buy-button:hover {
    color: #E73221;
}

/*Artist 12 2nd content*/

/*goods list*/
#TopicPage .TP-col-xl {
    background: var(--main-cr);
    padding: 0.4rem;
    margin: 0 0 0.5rem;
    position: relative;
}

#TopicPage .new-col-xl {
    padding: 0;
    background-color: #F2F2F2;
}

#TopicPage .new-col-xl #TopicPage .icon-box_1 {
    position: absolute;
    right: 0.21rem;
    bottom: 0;
}

#TopicPage .icon-box_1 img {
    width: 1.37rem;
    height: 1.35rem;
}

#TopicPage .new-col-xl .NY_big_title {
    font-size: var(--fz30);
    color: var(--goods-list-title-cr);
}

#TopicPage .new-col-xl .NY_big_remark {
    color: #666666;
    font-size: 0.2rem;
    line-height: 1.5;
}

#TopicPage .new-col-xl .NY_big_p2 {
    color: var(--list-price-cr);
    font-size: var(--fz30);
}

#TopicPage .TP-col-xl .point-info {
    font-size: var(--fz12);
}

#TopicPage .NY_big_po2 {
    position: absolute;
    top: 0.1rem;
    right: 0.2rem;
    z-index: 1;
}

#TopicPage .NY_big_po2 img {
    width: 0.89rem;
}

#TopicPage .NY_big_po2_t {
    width: 100%;
    height: auto;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    font-size: .28rem;
    line-height: .28rem;
}

#TopicPage .NY_big_po2_t span {
    font-size: 0.24rem;
}

#TopicPage .TP-col-md-item {
    width: 32%;
    padding: 0.4rem 0.2rem;
    margin-bottom: 0.47rem;
    text-align: center;
    position: relative;
}

#TopicPage .TP-col-item {
    background: var(--main-cr);
    border-radius: 0.1rem;
}

#TopicPage .TP-col-md-img {
    text-align: center;
    position: relative;
}

#TopicPage .TP-col-md-img img {
    max-width: 4.8rem;
}

#TopicPage .icon_gift {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.72rem;
}

#TopicPage .TP-col-item p {
    text-align: center;
}

#TopicPage .TP-col-item .buy-button-box {
    margin: 0.16rem auto 0;
}

#TopicPage .more-button {
    background-color: var(--grid-bd-cr_2);
    margin: 0 auto 0.8rem;
    width: 80%;
    text-align: center;
    display: block;
    padding: 0.24rem;
    border: 2px solid #FFFFFF;
    border-radius: 0.41rem;
    transition: transform .3s;
}

#TopicPage .more-button:hover {
    transform: scale(1.05);
}

#TopicPage .table-more {
    background-color: var(--bg-color_2);
}

/*goods list*/

/*璩煎叆鐗瑰吀*/
#TopicPage .bluetooth-banner {
    text-align: center;
    margin-bottom: 0.3rem;
}

#TopicPage .buy-free-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

#TopicPage .free-list {
    width: 48.5%;
}

#TopicPage .free-list img {
    height: auto;
}

#TopicPage .bluetooth-banner img {
    height: auto;
    transition: transform .5s;
}

#TopicPage .bluetooth-banner img:hover {
    transform: scale(1.05);
}

/*璩煎叆鐗瑰吀*/
/*email content*/
#TopicPage .connect-content {
    background: var(--connect-bg-cr);
    border-radius: 0.1rem;
    padding: 0.42rem 0.24rem;
    margin-top: 1rem;
}

#TopicPage .email-box {
    background: #2B050A;
    border-radius: 0.1rem;
    padding: 0.1rem 0.2rem;
    text-align: left;
}

#TopicPage .line {
    margin-bottom: .36rem;
}

#TopicPage .email-box img {
    width: .47rem;
}

#TopicPage .email-box .email-info {
    font-size: var(--fz30);
    font-weight: bold;
    color: var(--main-cr);
    vertical-align: middle;
}

#TopicPage .info-remark {
    font-size: var(--fz24);
    font-weight: bold;
    color: var(--connect-text-cr);
    line-height: 1.5;
    text-align: left;
    margin: 0.16rem 0 0.4rem;
}

#TopicPage .photo-content {
    border: 2px solid #C5CDC1;
    border-radius: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.4rem;
    margin-top: 0.4rem;
}

#TopicPage .info-list-box:first-child {
    width: 45%;
}

#TopicPage .info-list-box:last-child {
    width: 55%;
}

#TopicPage .info-list-box {
    display: flex;
    align-items: center;
}

#TopicPage .info-list-box p {
    font-size: var(--fz24);
    color: var(--connect-text-cr);
    line-height: 1.5;
    text-align: left;
}

#TopicPage .right-info {
    padding: 0 0.2rem;
    width: 70%;
}

#TopicPage .info-img {
    width: 0.92rem;
    height: 0.92rem;
}

#TopicPage .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;
}

#TopicPage .border-info .detail-text {
    color: #FF799B;
    cursor: pointer;
    position: relative;
}

#TopicPage .border-info .detail-text::before {
    content: '->';
    position: absolute;
    right: -0.24rem;
    top: 0;
    transition: right 0.5s;
}

#TopicPage .detail-text:hover::before {
    right: -0.3rem;
}

/*email content*/

/*logo intro*/
#TopicPage .xppen-box {
    text-align: center;
}

#TopicPage .xppen-box img {
    margin-bottom: 0.2rem;
    width: 2.27rem;
    height: 2.56rem;
}

#TopicPage .xppen-intro {
    font-size: var(--fz24);
    color: #8E98B2;
    line-height: 1.6;
    text-align: center;
    margin-top: 0.6rem;
}

#TopicPage .footer-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}

#TopicPage .footer-box p {
    width: 25%;
    border-right: 1px solid;
    color: var(--main-cr);
    font-size: var(--fz24);
    line-height: 2;
    text-align: center;

}

#TopicPage .footer-box p:last-child {
    border-right: none;
}

#TopicPage .img_arrow-box {
    text-align: center;
    margin-bottom: 0.27rem;
}

/*logo intro*/

#TopicPage .gift-box {
    margin: .72rem 0 .4rem;
}

#TopicPage .gift-box img {
    width: 50%;
}

#TopicPage .gift-box .topimg {
    text-align: left;
}

#TopicPage .gift-box p {
    font-size: var(--fz24);
    color: #000;
    line-height: 1.5;
    text-align: left;
    margin: 0.4rem 0;
}

#TopicPage .gift-box .btmimg {
    text-align: right;
}

#TopicPage .mt20 {
    margin-top: 0.2rem;
    display: block;
}

@media screen and (max-width: 768px) {
    #TopicPage .bg-block {
        display: none;
    }

    #TopicPage .mo-block {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    html {
        font-size: 100px;
        font-size: 13.0208vw;
    }

    #TopicPage .TP-container .new-gift {
        margin-bottom: 0.3rem;
    }

    #TopicPage .intro-remark {
        font-size: var(--fz30);
    }

    #TopicPage .intro-title {
        font-size: .7rem;
    }

    #TopicPage .goods-intro-box {
        top: .6rem;
    }

    #TopicPage .discount-box {
        bottom: 0;
        top: initial;
        left: 50%;
        border-radius: 0.32rem;
    }

    #TopicPage .Artist22Plus-sell-list {
        padding: 0 0.24rem;
        margin: 0.3rem 0 0.2rem;

    }

    #TopicPage .sell-intro .size-title {
        font-size: 0.2rem;
    }

    #TopicPage .size-title span {
        font-size: 0.3rem;
    }

    #TopicPage .sell-intro p {
        font-size: 0.2rem;
    }

    #TopicPage .sell-item_1 .sell-intro {
        top: 0.2rem;
        left: 0.23rem;
    }

    #TopicPage .sell-col_3 p {
        font-size: 0.2rem;
        right: 0.1rem;
    }

    #TopicPage .sell-col_3 {
        margin-bottom: 0.24rem;
    }

    #TopicPage .sell-col_2 p {
        font-size: 0.2rem;
        top: 0.1rem;
    }

    #TopicPage .sell-item_4 .sell-col_2 .color-text {
        width: 1.5rem;
    }

    #TopicPage .sell-item_4 .x3-pro-title {
        font-size: 0.3rem;
    }

    #TopicPage .sell-box {
        right: 0.1rem;
    }

    #TopicPage .new-col-xl .NY_big_img {
        width: 100%;
        height: auto;
    }

    #TopicPage .new-col-xl .NY_big_text {
        width: 100%;
        height: auto;
        padding-bottom: 0.4rem
    }

    #TopicPage .NY_big_img {
        width: 100%;
        text-align: center;
        margin-bottom: 0.48rem;
    }

    #TopicPage .NY_big_text {
        width: 100%;
        text-align: center;
    }

    #TopicPage .NY_big_text p {
        text-align: center;
    }

    #TopicPage .NY_big_title {
        font-size: var(--fz30);
    }

    #TopicPage .sell-point-list {
        justify-content: center;
        margin: 0.2rem 0;
    }

    #TopicPage .point-item {
        margin: 0 0.1rem;
    }

    #TopicPage .new-intro-content {
        margin: 0;
    }

    #TopicPage .Artist-2nd-list {
        width: 48%;
        margin-bottom: 0.48rem;
        padding: 0.4rem 0 0.2rem;
    }

    #TopicPage .Artist-2nd-list .new-icon {
        top: 0.1rem;
        right: 0.1rem;
    }

    #TopicPage .new-2nd-box {
        margin-bottom: 0.3rem;
    }

    #TopicPage .TP-col-md-item {
        width: 48%;
    }

    #TopicPage .title-box_1 {
        margin: 0.6rem 0 0.5rem;
    }

    #TopicPage .Artist-intro-box {
        text-align: center;
    }

    #TopicPage .Artist-intro-box p {
        text-align: center;
        font-weight: bold;
    }

    #TopicPage .new-list-content .Artist-remark {
        display: none;
    }

    #TopicPage .buy-button-box {
        margin: 0.16rem auto 0;
    }

    #TopicPage .Artist-list-title span {
        font-size: var(--fz36);
    }

    #TopicPage .Artist-2nd-content .Artist-intro-box p {
        margin: 0.05rem 0;
    }

    #TopicPage .Artist-intro-box .Artist-remark {
        font-weight: normal;
    }

    #TopicPage .Artist-2nd-content .goods-price {
        border: none;
        padding-bottom: 0.1rem;
    }

    #TopicPage .NY_big_box .TP-col-item p {
        font-size: var(--fz24);
    }

    #TopicPage .free-list {
        width: 100%;
        text-align: center;
        margin-bottom: 0.3rem;
    }

    #TopicPage .photo-content .info-list-box {
        width: 100%;
        margin: 0.2rem 0;
    }

    #TopicPage .photo-content {
        padding: 0.2rem 0.4rem;
    }

    #TopicPage .footer-box p {
        font-size: var(--fz18);
    }

    #TopicPage .connect-content {
        margin-top: 0.5rem;
    }

    #TopicPage .footer-box p {
        width: 48%;
        margin-bottom: 0.3rem;
    }

    #TopicPage .footer-box p:nth-child(2n) {
        border-right: none;
    }

    #TopicPage .title-box h2 {
        font-size: .35rem;
    }

    #TopicPage .buy-content {
        margin: 0 auto;
    }

    #TopicPage .NY_big_box.magic .NY_big_img img {
        width: 90%;
    }

    #TopicPage .NY_big_box.magic .NY_big_title {
        font-size: .5rem;
    }

    #TopicPage .NY_big_box.magic .NY_big_remark {
        font-size: .2rem;
    }

    #TopicPage .NY_big_box.magic .gift-content img {
        width: 90%;
    }

    #TopicPage .buy-content,
    #TopicPage .TP-col-item .buy-content {
        width: 90%;
    }

    #TopicPage .TP-col-xl .buy-content {
        width: 60%;
    }

    #TopicPage .buy-content .discount_text,
    #TopicPage .buy-button {
        font-size: .22rem !important;
    }
    #TopicPage .goods-img-box{
        flex-direction: column;
        
    }
    #TopicPage .goods-img-box .rd{
        order: 0;
    }
    #TopicPage .goods-img-box .iconbox{
        order: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        margin: .3rem auto 0;
    }
    #TopicPage .sell-Text{
        padding: 0 .2rem;
    }
    #TopicPage .new-col-xl .NY_big_img{
        text-align: left;
    }
    
}