.new_index-main{
    background: #FAFAFA;
    overflow: hidden;
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
}
::selection {
    background: #FF7423;
    color: #FFF;
}
.new_index-main::-webkit-scrollbar{
    display: none;
    }
.section-module{
    max-width: none;
    padding: 0 32px;
    height: auto;
}
.xpshop_banner{
    padding:32px 16px 96px 16px;
    margin-left: auto;
    margin-right: auto;
    
}
.xpshop_banner .swiper-slide{
    position: relative;
}

.xpshop_banner .swiper-slide .banner_text_content {
    max-width: 1616px;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 86px 0 0 116px; */
    overflow: hidden;
    max-height: 100%;
    /* height: 100%;*/
}
.xpshop_banner .swiper-slide .banner_text_content h3{
    font-size: 48px;
    max-width: 60%;
    font-weight: bold;
    margin-bottom: 16px;
    display: -webkit-box;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xpshop_banner .swiper-slide .banner_text_content p{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    margin-bottom: 16px;
    display: -webkit-box;
    max-width: 60%;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xpshop_banner .swiper-slide .banner_text_content .new_btn {
    padding: 8px 16px;
}
.new-title{
    font-weight: 700;
    font-size: 32px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    margin-bottom: 40px;
}
.title-header{
    margin-bottom: 40px;
}
.title-header .right{
    display: flex;
    gap: 16px;
    overflow: hidden;
    align-items: center;
}
.switch_button {
    display: flex;gap: 8px;position: absolute;right: 0;
}
.switch_button div{
    flex-shrink: 0;
    flex-grow: 0;

}
.switch_button div {
    width: 42px;
    height: 42px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    top: 90%;
}
.swiper-pagination-bullet {
    width: 14px;
   height: 4px;
   border-radius: 0;
   background-color: rgba(0,0,0,.5);
}
.swiper-pagination-bullet:only-child {
    display: none!important;
}
.swiper-pagination-bullet-active {
    width: 24px;
    background-color: #fff;
}

.swiper-news.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 32px!important;
    display: flex;
    width: fit-content;
    background-color: rgba(0,0,0,0.45);
    padding: 4px 8px;
    border-radius: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    top:auto
}
.swiper-news .swiper-pagination-bullet {
    width: 14px;
   height: 4px;
   border-radius: 12px;

   /* background-color: rgba(0,0,0,.5); */
   background-color: #fff;
   
}
.swiper-news .swiper-pagination-bullet:only-child {
    display: none!important;
}
.swiper-news .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #fff;
    opacity: 1;
}
.swiper-news .swiper-button {
    background-image: none;
    width: 42px;

}
.swiper-news .swiper-button-prev {
    left: 25px;
}
.swiper-news  .swiper-button-next {
    right: 25px;
}
.swiper-news .swiper-button i{
    color: #707070;
    font-size: 24px;
    background: #FFFFFF;
    border: 1px solid #CECCD3;
    border-radius: 50%;
    padding: 8px;
    transition: 0.5s;
}



.backTop{
    position: fixed;
    right: 15px;
    bottom: 20%;
    border-radius: 4px;
    z-index: 99;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: none;
    background: #FF640A;
    width: 48px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #FF640A;
    
}
.backTop:hover{
    border: 1px solid #d3d3d3;
    background-color: #FF640A;
}
.backTop i.icon {
    font-size: 18px;
    line-height: 32px;
}
/* .img_box {
    display: inline-block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;

} */
.relation_list .img_box:hover img{
    scale: 1.05;
}
.relation_list .img_box {
    display: inline-block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
}
.relation_list .img_box>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.mySwiper .img_box{
    padding-top: 75%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    display: inline-block;
    position: relative;
}
.mySwiper .img_box>img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}
.mySwiper .img_box:hover img{
    scale: 1.05;
}
.category .category-list .item .img_box>img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: contain;
}
.style_2 .category .category-list .item .item_info {
    /* position: relative; */
}
/* .style_2 .category .category-list .item .item_info .new_zhi4_1 {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.label hr {
    height: 10px;
    width: 1px;
    display: inline-block;
    border: none;
    background-color: rgb(176, 188, 208);
    margin: 0 8px;
}
.category .getmore {
    font-weight: bold;
    font-size: 16px;
    color: #FF640A;
    line-height: 1.5;
    /* padding: 8px; */
    text-align: center;
    /* position: absolute; */
    top: 8px;
    left: 280px;
}
.category .getmore:hover {
    text-decoration: underline!important;
}
.category .category-list .item .img_box:hover img {
    scale: 1.05;
}
.title-header .new-title{
    margin-bottom: 0;
}
.category .title-header .new-title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;

}
.hot-products{
    margin-bottom: 96px;

}

.sales-products{
    margin-bottom: 96px;

}
.pen-list{
    margin-bottom: 96px;
}
.tablet-list{
    margin-bottom: 96px;
}
/* .sales-products  {
    overflow: hidden;
} */
.sales-products .sales-box{
    display: flex;
    /* gap: 24px; */
}
.sales-products .sales-box .product_item{
    max-width: calc(24% - 12px);
    border-radius: 16px;
    cursor: pointer;
    transition: 0.5s;
    background-color: #fff;
    margin: 0;
}
.sales-products .sales-box .product_item .img_box {
    border-radius: 16px 16px 0 0;
}
/* .sales-products .sales-box .product_item:hover .img_box{
    background-image: url('{$item.image_info.image_url|default=''|image_thumb=$goods['id'],###,'400*400'}');
} */
.sales-products .sales-box .product_item:hover{
    box-shadow: 0px 2px 3px -2px rgba(0,0,0,0.16), 0px 3px 9px 0px rgba(0,0,0,0.16);
}
.sales-products .sales-box .product_item img{
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
    padding: 16px;
}
.sales-products .sales-box .product_item .padding0 {
    padding: 0!important;
}
.sales-products .sales-box .product_item .item_info{
    height: auto;
    padding: 16px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    text-align: center;
    position: relative;
}
.sales-products .sales-box .product_item .item_info h3{
    font-weight: 700;
    font-size: 24px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}
.sales-products .sales-box .product_item .item_info .desc{
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sales-products .sales-box .product_item .item_info .new_btn{
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.88);
    line-height: 45px;
    display: inline-block;
    height: 45px;
    padding: 0 16px;
    background-color: #fff;
    border-radius: 9999px;
    border: 1px solid #CECCD3;

}

.swiper-news .swiper-slide {
    /* height: 624px; */
    aspect-ratio: 1255/418;
}
.swiper-news .swiper-slide img{
    width: 100%;
    /* height: 624px; */
    border-radius: 24px;
    object-fit: cover;
    border: 1px solid #CECCD3;
}
.new_button{
    background: #FFF;
    border-radius: 45px;
    margin: 15px auto auto auto;
    text-align: center;
    padding: 8px 16px;
    color: #000;
    font-size: 16px;
    text-align: center;
}

/*  */
.title-header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.new_btn{
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.88)!important;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    background-color: #fff;
    border-radius: 9999px;
    transition: all 0.25s;
    cursor: pointer;
}
.new_btn:hover{
    background-color: #FF7423!important;
    color: #fff!important;
}
.new_btn:focus{
    background-color: #FF7423!important;
    color: #fff!important;
    outline:inherit;
}
.new_btn:active {
    background-color: #E65A09!important;
    color: #fff!important;
    /* border: 1px solid #CECCD3!important; */
}
.nav-tab {
    background: #fff;
    /* padding: 10px 24px; */
    border-radius: 50px;
    display: flex;
    gap: 24px;
        scrollbar-width: none;
    -ms-overflow-style: none;

}

.nav-tab  li {
    font-weight: 700;
    font-size: 14px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    padding:10px 16px;
    cursor: pointer;
    /* transition: 0.25s; */
    /* border-radius: 24px; */
    /* border-bottom: 2px solid #fff; */
    min-width: 64px;
    text-align: center;
}

.nav-tab li:hover{
    background-color: #FF640A;
    color: #FFF;
    border-radius: 24px;
    /* border-bottom: 2px solid #FF640A; */
}
.nav-tab .active {
    background-color: #FF640A;
    color: #FFF;
    border-radius: 24px;
    /* border-bottom: 2px solid #FF640A; */
}
.nav-tab .active:hover{
    color: #FFF;
}
.category-banner{
    margin-bottom: 24px;
}
.category-banner img{
    width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
    /* border: 1px solid #CECCD3; */
}
.category .category-list{
    /* display: flex;
    gap: 24px; */
}
.category .category-list-first{
    /* display: flex;
    gap: 24px; */
}
.category .category-list .item_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 创建四列，每列等宽 */
    grid-template-rows: auto; /* 行高自适应内容，也可以设定具体高度，如：repeat(2, 100px) */
    gap: 24px; /* 设置行与行、列与列之间的间距为24px */
}
.category .category-list .item_list.center {
    display: flex;
    justify-content: center;
}
.category .category-list .item_list.center .item {
    width: calc(25% - 12px);
}
.category .category-list .item_list > :nth-child(n+9){
    display: none;
}
.category .category-list .item{
    padding: 24px;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    /* background-image: url('https://resource.xp-pen.com/img/test_picture/bgL.png'); */
    background-repeat: round;
}
.category .category-list .item .img_box {
    display: inline-block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
    scale: 1;
}
.category .category-list .item .img_box:hover img {
    scale: 1.05;
}
.category .category-list .item:hover{
    /* background-color: #EFEFF1; */
    box-shadow: 0px 2px 3px -2px rgba(0,0,0,0.16), 0px 3px 9px 0px rgba(0,0,0,0.16);
}
.category .category-list .item_list .item .item_info .label{
    display: inline-block;
    position: absolute;
    top: 24px;
}
.category .category-list .item_list .item .item_info .label>div{
    display: inline-block;
    background-color: #FFF;
    border-radius: 4px 4px 4px 0px;
    padding: 3px 0;
}
.category .category-list .item_list .item .item_info .label span{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 3px 8px;
    background: #FF7423;
    border-radius: 4px 4px 4px 0px;
}
.category .category-list .item_list .item .item_info .label .hot_label{
    background: linear-gradient(to right, #FF640A 0%, #F01EC8 100%);
    background-color: #FFF;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
}
.category .category-list .item_list .item .item_info .label .new_label{
    background: linear-gradient(180deg, #14E6CD 0%, #006EDC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
}

.category .category-list .item_list .item .item_info h3 {
    font-weight: 700;
    font-size: 20px;
    height: 60px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.category .category-list .item_list .item a img{
    transition:  0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  */


/*  */
.application {
    
    padding-bottom: 64px;

    display: grid;  
    grid-template-columns: repeat(2, 1fr); /* 定义两列，每列占据可用空间的一半 */  
    grid-gap: 24px; /* 定义网格线之间的间距，包括水平和垂直方向 */  
    /* 其他样式，如背景色、边框等 */  
}
.section-module:last-child .application{
    padding-bottom: 160px;
}
.application .mobile_title{
    display: none;
}
.application .application-item{
    width: 100%;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.application .application-item .text {
    position: absolute;
    padding: 24px;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: 1;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.608) 0%, rgba(0, 0, 0, 0.232) 42%, rgba(0, 0, 0, 0) 100%); */
    /* overflow: hidden; */
}
.application .application-item .text h3{
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1.25;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}
.application .application-item .text .ac_introduce{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.application .application-item .text .new_btn{
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.88);
    /* line-height: 1.5; */
    /* padding: 8px 16px; */
    /* border: 1px solid #CECCD3; */
    background-color: #fff;
    border-radius: 9999px;
   
}
.application .application-item .img_div {
    position: relative;
    padding-top: 56%;
    scale: 1;
    transition: 0.5s;
}
.application .application-item .img_div img{
    position: absolute;
    top: 0;
    left: 0;
    max-height: none;
    width: 100%;
    height: 100%;
    border-radius: 24px;



}
.application .application-item:hover .img_div{
    scale: 1.05;
}


/*  */

.new_price{
    color: #F54628;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;

}
.old_price{
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    line-height: 1.5;
    text-decoration-line: line-through;
}
.hot-products .new_price{
    color: rgba(0,0,0,0.88);
    margin-right: 16px;
    font-size: 24px;
    line-height: 29px;
}
.category .new_price {
    font-size: 18px; 
    margin-right: 16px;
    line-height: 1.5;
    padding-top: 0;
}
.hot-products .old_price{
    color: rgba(0,0,0,0.88);
}
.new_zhi4_1{
    color: rgba(0,0,0,0.45);
    font-size: 14px;
    line-height: 1.5;
    display: inline; 
    white-space: nowrap;
}
.sdq_1 {color: rgba(0,0,0,0.45);}

.star1 {
    display: inline-block;
    width: 96px!important;
}

.pen-list.category .star1 img {
    width: 14px;
}
.category .nav {
    justify-content: center;
}
.category .nav .nav-tab {
    background-color: #fff;
}
.category .title-header {
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.pro_footer {
    display: flex;
    gap: 6px;
    width: 100%;
    display: -webkit-box;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

.mobile_score {
    display: none;
}
.star1 img{
    display: inline-block;
    width: auto;
}
.mySwiper {
    position: relative;
}
.mySwiper .swiper-wrapper .swiper-slide{
    border-radius: 24px;
    background-color: #FFF;
    overflow: hidden;
    transition: all 0.25s;
    height: fit-content;
}
.mySwiper .swiper-wrapper .swiper-slide:hover{
    box-shadow: 0px 2px 3px -2px rgba(0,0,0,0.16), 0px 3px 9px 0px rgba(0,0,0,0.16);
}
.mySwiper .swiper-wrapper .swiper-slide a{
    width: 100%;
}
.mySwiper .swiper-wrapper .swiper-slide {
    width: 430px;
    margin-right: 24px;
}
.mySwiper .swiper-wrapper .swiper-slide .img_box img {
    aspect-ratio: 440 / 330;
}
.xp_home_video .home_video_box .video_block .video_section-play {
    aspect-ratio: 433 / 244; 
}
.switch_button .swiper-button-next,.switch_button .swiper-button-prev{
    position: static;
    background-image: none;
    margin: 0;
    height: auto;
    width: auto;
}
.title-header .iconfont {
    color: #707070;
    font-size: 24px;
    background: #FF640A;
    border: 1px solid #FF640A;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    transition: 0.5s;

}
.title-header .iconfont:hover{
    background: #FF7423;
    /* border: 1px solid #E5E5E5; */
}
.title-header .swiper-button-next.swiper-button-disabled .iconfont, .title-header .swiper-button-prev.swiper-button-disabled .iconfont{
    background-color: #FFFFFF;
     border: 1px solid #CECCD3;
     color: #707070;
}
.title-header .iconfont:active{
    border: 1px solid #E5E5E5;
    color: #FF640A;
}
.swiper-button .iconfont {
    color: #707070;
    font-size: 24px;
    background: #FFFFFF;
    border: 1px solid #CECCD3;
    border-radius: 50%;
    padding: 8px;
    transition: 0.5s;
}
.swiper-button .iconfont:hover{
    background: rgba(0,0,0,0.06);
    /* border: 1px solid #E5E5E5; */
}
.swiper-button .iconfont:active{
    border: 1px solid #E5E5E5;
    color: #FF640A;
}
.hot-products .NewCard_text_content{
    width: 100%;
    height: auto;
    position: sticky;
    border-radius: 0 0 24px 24px;
    padding: 24px;
    /* padding-top: 22%; */
    color: #fff;
}
/* .hot-products  .style_1 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(93,96,95,0) 0%, #5D605F 28%, #5D605F 46%);
}
.hot-products .style_2 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(112,77,77,0) 0%, #704D4D 28%, #704D4D 46%);
}
.hot-products .style_3 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(126,88,72,0) 0%, #7E5848 28%, #7E5848 46%);
}
.hot-products .style_4 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(90,76,111,0) 0%, #5A4C6F 28%, #5A4C6F 46%);
}
.hot-products .style_5 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(80,111,90,0) 0%, #506F5A 28%, #506F5A 46%);
}
.hot-products .style_6 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(71,76,105,0) 0%, #474C69 28%, #474C69 46%);
}
.hot-products .style_7 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(90,67,91,0) 0%, #5A435B 28%, #5A435B 49%);
}
.hot-products .style_8 .NewCard_text_content{
    background: linear-gradient( 180deg, rgba(100,99,72,0) 0%, #646348 28%, #646348 46%);
} */
.hot-products .NewCard_text_content .NewCard_Header {
    position: relative;
}
.hot-products .NewCard_text_content .NewCard_Header h3{
    font-weight: 700;
    font-size: 24px;
    height: 60px;
    color: rgba(0,0,0,0.88);
    line-height: 1.25;
    margin-bottom: 16px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-indent: 54px; */
}
.hot-products .NewCard .label {
    display: inline-block;
   
    position: absolute;
    right:  16px;
    top: 16px;
    text-align: right;
}
.hot-products .NewCard .label span{
    font-weight: bold;
    font-size: 14px;
}

.hot-products .NewCard  .label>div{
    display: inline-block;
    background-color: #FFF;
    border-radius: 4px 4px 4px 0px;
    padding: 3px 8px;
}

.hot-products .NewCard .label .hot_label{
    background: linear-gradient(to right, #FF640A 0%, #F01EC8 100%);
    background-color: #FFF;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
}
.hot-products .NewCard .label .new_label{
    background: linear-gradient(180deg, #14E6CD 0%, #006EDC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
}

.hot-products .NewCard_text_content p {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}
.hot-products .NewCard_text_content .NewCard_desc {
    overflow: hidden;
    max-height: 50px;
}
.hot-products .NewCard_footer{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.hot-products .NewCard_footer .new_btn {
    border: 1px solid #CECCD3;
}
.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
.swiper-slide .img_medium{display: none!important;}
.swiper-slide .img_mobile {
    display: none!important;
}
@media screen  and (min-width: 1920px) {
    .section-module{
        width: 100%;
        max-width: 1664px;
        padding: 0 24px;
        margin-right: auto;
        margin-left: auto;
       
    }


}
@media screen and (max-width: 1919px) {
    .xpshop_banner .swiper-slide .banner_text_content{
        left: 32px;
        transform: translate(0,-50%);
     }
     .category .category-list .item{
        /* background-image: url('https://resource.xp-pen.com/img/test_picture/bgM.svg'); */
    }
}
@media screen and (max-width: 1400px) {
    /* .nav-tab  .active{
        color: #FF640A;
        background-color: #F7F7F9;
        border-radius: 0;
        border-bottom: 2px solid #FF640A;
    } */

    /* .nav-tab  li{
        border-radius: 0;
        border-bottom: 2px solid #FFF;

    } */
    .swiper-news .swiper-slide {
        /* height: 624px; */
        aspect-ratio: 1703/853;
    }
    .mySwiper .swiper-wrapper .swiper-slide {
        width: 420px;
        margin-right: 16px;
    }

    .xpshop_banner .swiper-slide .banner_text_content {
        left: 80px;
        top: 45%;
    }
    .new_price{
        font-size: 14px;
    }

    .sales-products .sales-box .product_item .item_info .desc{
        font-size: 14px;
    }
    .hot-products{
        margin-bottom: 64px;
    
    }
    
    .sales-products{
        margin-bottom: 64px;
    
    }
    .pen-list{
        margin-bottom: 64px;
    }
    .tablet-list{
        margin-bottom: 64px;
    }

    .category .category-list .item_list .item .item_info .label{
        top: 16px;
    }
    .category .category-list .item_list .item .item_info h3{
        font-size: 18px;
        height: 54px;
    }
    .category .category-list {
        gap: 16px;
    }
    .category .category-list{
        gap: 16px;
    }
    .category .category-list .item_list .item {
        padding: 16px;
    }
    .hot-products .NewCard_text_content {
        padding: 16px;
        /* padding-top: 22%; */
    }
    .hot-products .NewCard_text_content .NewCard_Header h3{
        font-size: 24px;
        height: auto;
        -webkit-line-clamp: 1;
    }

    .category .category-list .item_list .item .item_info h3 {
        -webkit-line-clamp: 2;
    }
    .category .category-list .item_list{
        gap: 16px;
    }

    .sales-products .sales-box .product_item .item_info h3{
        font-size: 18px;
        -webkit-line-clamp: 2;
        height: 48px;
    }
    .swiper-slide .img_pc{display: none!important;}


    .swiper-slide .img_medium{display: block!important;}
    .application {
         grid-gap: 16px; 
    }
    .application .application-item {
        border-radius: 16px;

    }
    .application .application-item .text {
        border-radius: 16px;
    }
    .application .application-item .img_div img {
        border-radius: 16px;
    }
}

@media screen  and (max-width: 1280px) {


  /* .xpshop_banner .img_pc{display: none!important;} */

    .nav-tab{
        border-bottom: 1px solid #F0F0F0;
        background-color: #fff;
        border-radius: 0;
  
    }
    .xpshop_banner{
        padding: 35px 32px 72px 32px;
    }
    .hot-products{
        overflow: hidden;
    }
    .nav-tab {
        overflow: auto;
    }
    .nav-tab  li{
        /* border-radius: 0; */
        text-wrap: nowrap;
        white-space: nowrap;
        font-weight: bold;
        min-width:auto;
    }
    .nav-tab  li:first-child{
        margin-left: 0;
    }
    /* .nav-tab  li:hover{
        color: #FF640A;
        background-color: #Fff;
        border-radius: 0;
        border-bottom: 2px solid #FF640A;
    } */


    .img_mobile {
        display: none;
    }
    .title-header .right button{
        display: none;
    }  
    .title-header a {display: none;}
    .category .more_btn{
        display: block!important;
    }
}
@media screen  and (max-width: 768px) {
    .application{
        display: flex;
        flex-wrap: wrap;
    }
    .switch_button div {
        width: 26px;
        height: 26px;
    }
    .swiper-slide .img_mobile {
        display: block!important;
    }
    .swiper-slide .img_mobile.switch {
        display: none!important;
    }
    .swiper-slide .img_medium{display: none!important;}
    .mySwiper .swiper-wrapper .swiper-slide {
        width: 270px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        top: 92%;
    }
    .category-banner {
        margin-bottom: 16px;
    }
    .nav {
        width: 100%;
        overflow: scroll;
      }
      .title-header .right{
        width: 100%;
      }
    .nav-tab {
        gap: 16px;
        width: 100%;
        border-radius: 16px;
    }
    .hot-products{
        margin-bottom: 16px;
    
    }
    .mySwiper {
        margin-bottom: 34px;
    }
    .pro_footer {
        display: none;
        gap: 3px;
    }
    .new_zhi4_1 {
        
    }
    .pro_footer .iconfont {
        font-size: 12px;
        border-radius: 0;
        background: none;
        border: none;
        padding: 0;
    }
    .sales-products{
        margin-bottom: 32px;
    
    }
    .pen-list{
        margin-bottom: 32px;
    }
    .tablet-list{
        margin-bottom: 32px;
    }
    .new_btn{
        height: auto;
        font-size: 16px;
        line-height: 1.5;
        padding: 4px 16px;
    }
    .star1 {
        display: none;
    }

    .mobile_score .star1 {
        display: inline-block;
    }
    .star_num {
        display: none;
    }
    .mobile_score {
        display: inline-block;
    }
    .mobile_score i{
        margin-right: 5px;
    }
    .mobile_score .new_zhi4_1 {
        color: rgba(0, 0, 0, 0.88);
    }
    .mobile_score svg {
        position: relative;
        top: -2px;
    }
    .old_price{
        font-size: 12px;
    }
    .hot-products .new_price{
        margin-right: 4px;
    }
    .xpshop_banner{
        padding-top: 0;
    }
    .img_medium{display: none!important;}

    .section-module{
        max-width: 91%;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }
    /* .title-header  {
        flex-direction: column;
    }
    .title-header .new-title{
        margin-bottom: 24px;
    } */
    .xpshop_banner {
        padding: 0;
        padding-bottom: 32px;
    }
    .swiper-news .swiper-slide {
        /* height: 70vh; */
        aspect-ratio: 375 / 624;
    }
    .swiper-news .swiper-slide img{
        /* height: 70vh; */
        border-radius: 0;
        border: none;
    }
    .xpshop_banner .swiper-slide a{
        width: 100%;
    }
    .xpshop_banner .swiper-slide .banner_text_content {
        max-width: 100%;
        top: 0;
        transform: translate(0,0);
        text-align: center;
    }
    .xpshop_banner .swiper-slide .banner_text_content h3{
        font-size: 24px;
        line-height: 1.5;
        max-width: 100%;
        text-align: center;
    }
    .xpshop_banner .swiper-slide .banner_text_content p {
        font-size: 16px;
        max-width: none;
        
    }
    .xpshop_banner .swiper-slide .banner_text_content{ 
        padding: 24px;
        width: 100%;
        left: 0;
    }
    .sales-products .sales-box .product_item {
        max-width: none;
    }
    .sales-products .sales-box .product_item img {
        padding: 8px;
    }
    .new-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .title-header {
        margin-bottom: 16px;
    }
    .category .title-header  {
        flex-direction: column;
        align-items: start;
        margin-bottom: 16px;
    }
    .style_2 .title-header {
        margin-bottom: 16px;
    }
    .style_2 .new-title-header.title-header {
        margin-bottom: 16px;
    }
    .recommended-purchase .rp-title {
        font-size: 18px;
    }
    .category .title-header .new-title{
        margin-bottom: 16px;

    }
    .category .category-list{
        flex-wrap: wrap;
        gap: 8px;
    }
    .category .category-list .item_list{ 
        grid-template-columns: repeat(2, 1fr); /* 创建四列，每列等宽 */
    }



    .application .application-item {
        width: 100%;
    }
    .sellerSwiper {
        margin-bottom: 32px;
    }
    .sales-products .sales-box .product_item {
        flex-direction: column;
        padding: 8px;
    }
    .sales-products .sales-box .product_item .item_info {
        height: 88px;
        padding: 8px;
    }
    
    .sales-products .sales-box .product_item .item_info h3{
        font-size: 14px;
        margin-bottom: 0;
        height: 44px;
    }
    .sales-products .sales-box .product_item .item_info .desc {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .category .category-list .item_list{
        flex-wrap: wrap;
        gap: 8px;
        /* justify-content: space-evenly; */
    }
    .category .category-list .item_list .item {
        padding: 8px;
    }
    .category-banner img{

        height: 160px;
        border-radius: 16px;
    }
    .category .category-list .item_list .item .item_info .label{
        font-size: 14px;
    }
    .category .category-list .item_list .item .item_info h3{
        font-size: 14px;
        height: auto;
        margin-bottom: 8px;
        word-break: break-word;
    }
    .application{
        gap: 16px;
        padding-bottom: 8px;
    }
    .section-module:last-child .application{
        padding-bottom: 32px;
    }
    .application .mobile_title{
        display: block;
        font-weight: 700;
        font-size: 16px;
        color: rgba(0,0,0,0.88);
        line-height: 1.5;
    }
    .application .application-item .text h3 {
        display: none;
    }
    .application .application-item .text{
        padding: 8px;
    }
    .application .application-item .text .ac_introduce{
        font-size: 12px;
    }
    .application .application-item .text .new_btn{
        padding: 2px 8px;
        font-size: 14px;
        line-height: 1.5;
    }
    .xpshop_banner .swiper-slide .banner_text_content .new_btn {
        padding: 4px 16px;
        font-size: 16px;
        line-height: 1.5;
    }

    .hot-products .NewCard .label>div {
        font-size: 14px;
    }
    .hot-products .NewCard_text_content .NewCard_Header h3{
        font-size: 14px;
    }
    .hot-products .NewCard_footer{
        margin-top: 8px;
    }
    .hot-products .old_price {
        display: none;
    }
    .hot-products .NewCard_text_content p{
        font-size: 14px;
    }

    .sales-products .sales-box .product_item .item_info .new_btn{
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        padding: 2px 8px;
        border-radius: 20px;
        height: auto;
    }
    .hot-products .NewCard_text_content .NewCard_desc {
        max-height: 42px;
    }
    .category .category-list .item_list .item .item_info .label {
        top: 8px;
    }
    .hot-products .NewCard .label {
        top: 8px;
        left: 8px;
    }
    .category .star1 {
        width: 96px!important;
    }
    .mySwiper .swiper-wrapper .swiper-slide{
        border-radius: 16px;
    }
    .category .category-list .item{
        /* background-image: url('https://resource.xp-pen.com/img/test_picture/bgS.svg'); */
    }
    .title-header .iconfont {
     
        font-size: 16px;
      
        padding: 4px;
   
    
    }
    .swiper-news .swiper-button {
        width: 26px;
    }
    .swiper-news .swiper-button i {
        font-size: 16px;
        padding: 4px;
    }
    .swiper-news .swiper-button-prev {
        left: 16px;
    }
    .swiper-news  .swiper-button-next {
        right: 16px;
    }
    .category .category-list .item_info .w100 {
        height: auto;
    }
    .category .category-list .item_info .w100 .new_price {
        padding-top: 0;
    }
}
/* @media screen  and (max-width: 375px) {
    

    .category .category-list{
        flex-wrap: wrap;
        gap: 8px;
    }
    .category .category-list .item{
        width: 100%
    }
    .sales-products .sales-box{
        flex-wrap: wrap;
        gap: 8px;
    }
    .sales-products .sales-box .product_item {
        width: 100%

    }
    .application .application-item {
        width: 100%;
    }
    .sales-products .sales-box .product_item .item_info {
        height: 88px;
        padding: 8px;
    }
    .sales-products .sales-box .product_item .item_info h3{
        font-size: 12px;

    }
    .sales-products .sales-box .product_item .item_info .desc {
        font-size: 12px;

    }
} */
 /* 分类产品样式2 */
.style_2 .title-header {
    justify-content: center;
    margin-bottom: 40px;
}
.style_2 .new-title-header.title-header  {
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
}
.style_2 .category .category-list .item_list .item .item_info .label .discount_label {
    background: none;
    color: #FF640A;
    padding: 0;
}
.style_2 .category .category-list .item_list .item .item_info .label .hot_label_new {
    background: #FF640A;
    border-radius: 4px 4px 4px 0px;
    text-align: center;
    padding: 0 8px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}
.style_2 .category .category-list .item_list .item .item_info .label .new_label {
    padding: 0;
}
/*.style_2 .category .category-list .item_list .item .item_info .label {*/
/*    top: -24px;*/
/*}*/
.style_2 .category .category-list .item_list .item .item_info .label>div {
    background:none;
}
.style_2 .category .category-list .item_list .item .item_info .label .discount_label {
    background: none;
    color: #FF640A;
    padding: 0;
}
.style_2 .category .category-list .item_list .item .item_info .label .hot_label_new {
    background: #FF640A;
    border-radius: 4px 4px 4px 0px;
    text-align: center;
    padding: 0 8px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}
.category .category-list .item_list .item .item_info .label .new_label {
    padding: 0;
}
.style_2 .category-banner {
    position: relative;
    display: block;
}
.style_2 .category-banner img {
    height: auto;
    /* min-height: 248px; */
}
.style_2 .category-banner .banner_text {
    position: absolute;
    top: 50%;
    left: 15%;
    display: block;
    transform: translate(0, -50%);
}
.style_2 .category-banner .banner_text h3{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}
.recommended-purchase {
    margin-bottom: 96px;
}
.recommended-purchase .rp-title {
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    font-family: Gilroy, Gilroy;
    font-weight: 700;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 32px;
    /* width: 320px; */
}
.recommended-purchase .rp-waprrer {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 24px;
}
.recommended-purchase .rp-waprrer .rpw-item {
    width: 100%;
    max-width: 19%;
}
.recommended-purchase .rp-waprrer .rpw-item .rpwi-img-warpper {
    width: 100%;
    text-align: center;
    /* height: 148px; */
    background: #FFF;
    border-radius: 16px;
    padding: 10px;
}
.recommended-purchase .rp-waprrer .rpw-item .rpw-title {
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 22px;
    text-align: center;
}
.recommended-purchase .rp-waprrer .rpw-item .rpwi-img-warpper img {
    width: 168px;
    height: 168px;
    object-fit: cover;
    scale: 1;
    transition: 0.8s all;
}
.recommended-purchase .rp-waprrer .rpw-item .rpwi-img-warpper:hover img{
    scale: 1.1;
}
.new_index-main .l3.xp_home_video {
    margin-bottom: 96px;
}
.xp_home_video .home_video_box {
    margin-bottom: 0px!important;
}
@media screen and (max-width: 1400px) {
    .style_2 .title-header.new-title-header .new-title{
        font-size: 24px;
        display: flex;
        gap: 24px;
        align-items: center;
    }
    .recommended-purchase .rp-waprrer {
        gap: 16px;
    }
    .new_index-main .l3.xp_home_video {
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 1280px) {
    .style_2 .title-header a {
        display: block;
    }
    .new_index-main .l3.xp_home_video {
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 768px) {
    .new_index-main .l3.xp_home_video {
        margin-bottom: 48px;
    }
    .style_2 .category-banner .banner_text {
        top: 8px;
        left: 50%;
        transform: translate(-50%,0);
        text-align: center;
        /* width: 64%; */
    }
    .style_2 .category-banner .banner_text h3 {
        font-size: 18px;
        color: #000;
        text-align: center;
        margin-bottom: 0;
    }
    .category .getmore {
        top: 0;
        right: 16px;
    }
    .recommended-purchase .rp-waprrer{
        /* min-width: 875px; */
        overflow: auto;
        justify-content: flex-start;
    }
    .recommended-purchase .rp-title{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .recommended-purchase {
        margin-bottom: 32px;
    }
    .recommended-purchase .rp-waprrer .rpw-item {
        max-width: none;
    }
    .recommended-purchase .rp-waprrer .rpw-item .rpwi-img-warpper img {
        width: 128px;
        height: 128px;
    }
    .style_2 .title-header {
        margin-bottom: 16px;
    }
    .category .new_price {
        margin-right: 4px;
    }
    .category .category-list .item_list.center {
        display: grid;
    }
    .category .category-list .item_list.center .item {
        width: 100%;
    }
}
