.visuallyhidden{
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}
.container-fluid {padding: 0 244px;}

/*@media (min-width: 1660px){*/
/*	.container {*/
/*		width: 1440px;*/
/*		max-width: 1440px;*/
/*	}*/
/*}*/
.main-content {padding-bottom: 60px;background-color: #fff;}

.page-two-content,
.page-one-content,
.page-three-content,
.new_product_content {padding: 30px 0;}

#tu2 {display: none;}

/*one-page*/
.page-container {color: #fff;border-radius: 2px;height: 100%;}

.products-recommended-box {display: flex;justify-content: space-between;flex-wrap: wrap;}

.content-one-list {width: 100%;}

.content-one-list:nth-last-child(2),
.content-one-list:nth-last-child(2)~.content-one-list {width: 49%;}

.content-one-list:nth-last-child(3),
.content-one-list:nth-last-child(3)~.content-one-list {width: 32%;}
.button_con {background: #FFFFFF;border-radius: 2px;text-align: center;padding: 10px 20px;cursor: pointer;margin-top: 20px;display: inline-block;}
.image-content {width: 50%;}
.image-content img {width: 100%;height: 100%;}
.promo-block__image-clip {overflow: hidden;}
.promo-block__image-clip,
.promo-block__image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.promo-block__inner {position: relative;z-index: 1;color: #fff;}
.promo-block__image-wrapper {
	background-repeat: no-repeat;background-position: right calc(100% + 15px);background-size: auto 185px;
	transition: opacity 0.2s ease-in-out, background-position 0.35s ease-in-out;
}

.promo-block {position: relative;display: flex;min-height: 260px;padding: 20px 24px;border-radius: 3px;overflow: hidden;color: #fff;}
.promo-block:hover {color: #fff;}
.recommend-spec{min-height: 75px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
@media not all,
(hover: hover) {
	.promo-block:hover .promo-block__image-wrapper {
		background-position: right calc(100% + 15px);
	}
}

.promo-block--top-left,
.promo-block--middle-left,
.promo-block--bottom-left {text-align: left;justify-content: flex-start;}
.promo-block--top-left,
.promo-block--top-center,
.promo-block--top-right {align-items: flex-start;}

@media not all,
(hover: hover) {
	.promo-block__image-wrapper {
		background-position: right calc(100% + 35px);
	}
}

.content-one-list:nth-child(1) .page-container {background-color: #FC2A68;}
.content-one-list:first-child .button_con {color: #FC2A68;}
.content-one-list:nth-child(2) .page-container {background-color: #6F42EF;}
.content-one-list:nth-child(2) .button_con {color: #6F42EF;}
.content-one-list:nth-child(3) .page-container {background-color: #26C1CE;}
.content-one-list:nth-child(3) .button_con {color: #26C1CE;}

@media screen and (max-width: 992px) {
	.page-container {margin-bottom: 20px;}
}

@media screen and (max-width: 768px) {
	.content-one-list:nth-last-child(3),
	.content-one-list:nth-last-child(3)~.content-one-list {width: 100%;margin-bottom: 20px;}
}

@media screen and (max-width: 576px) {
	.content-one-list:nth-last-child(2),
	.content-one-list:nth-last-child(2)~.content-one-list {width: 100%;margin-bottom: 20px;}
}
/*one-page*/

/* XP-Pen special offer*/
#uk_coupon1_box {max-width: 1480px;position: relative;z-index: 29;padding: 30px 40px;margin: 0 auto}
#uk_coupon1_box .bq_h1 {margin: 0 auto 30px;}
#uk_coupon1_box .uk_coupon1_img {
	width: 100%;
	height: auto;
	padding: 20px 0;
	/*background: url(https://www.storexppen.sg/Uploads/home_images/uk/posi/bg.jpg);*/
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.uk_coupon_list {width: 100%;}
.uk_coupon_list:nth-last-child(2),
.uk_coupon_list:nth-last-child(2)~.uk_coupon_list {width: 49%;}
.uk_coupon_list:nth-last-child(3),
.uk_coupon_list:nth-last-child(3)~.uk_coupon_list {width: 32%;}
#uk_coupon1_box .uk_coupon_list img {width: 100%;height: 100%;border-radius: 8px;}
#uk_coupon1_box .uk_coupon1_img img {transition: all .5s;}
#uk_coupon1_box .uk_coupon1_img img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

@media (max-width: 576px) {
	#uk_coupon1_box {padding: 20px 15px;}
	.uk_coupon_list {padding-bottom: 15px;}
	.uk_coupon_list:nth-last-child(2),
	.uk_coupon_list:nth-last-child(2)~.uk_coupon_list {width: 100%;}
	.uk_coupon_list:nth-last-child(3),
	.uk_coupon_list:nth-last-child(3)~.uk_coupon_list {width: 100%;}
}

/* XP-Pen special offer */

/** <!-- Delivery 送货 流程--> **/
#De_livery {
	max-width: 1480px;
	margin: 60px 0 30px 0;
	min-height: 80px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
	transition: all .5s;
}

#De_livery:hover {box-shadow: 5px 5px 20px #ccc, 5px -5px 20px #ccc, -5px 5px 20px #ccc, -5px -5px 20px #ccc;}
#De_livery .delivery_module {
	width: 25%;
	height: auto;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
	border-right: 1px dashed #ccc;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#De_livery .delivery_module:last-child {border-right: none;}
#De_livery .delivery_module img {width: 55px;margin-bottom: 10px;}
#De_livery .Delivery_p {color: #000;font-size: 16px;line-height: 1.3;text-align: center}

/** <!-- Delivery 送货 流程 end--> **/
@media screen and (max-width: 1200px) {
	/* <!-- Delivery 送货 --> */
	#De_livery .delivery_module img {width: 50px;}
}

@media screen and (max-width:992px) {
	/* <!-- Delivery 送货 --> */
	#De_livery .delivery_module {padding: 10px;}
	#De_livery .Delivery_p {font-size: 14px;}
	#De_livery .delivery_module img {width: 45px;margin-bottom: 6px;}
}

@media screen and (max-width: 768px) {
	/* <!-- Delivery 送货 --> */
	#De_livery .delivery_module:last-child {border-right: none;}
	#De_livery .delivery_module:nth-child(2n) {border-right: none;}
	#De_livery {justify-content: space-around;}
	#De_livery .Delivery_p {font-size: 14px;}
	#De_livery .delivery_module {width: 48%;padding: 10px 4px;}
	#De_livery {margin: 60px 0 30px 0;}
}

@media screen and (max-width: 480px) {
	/* <!-- Delivery 送货 --> */
	#De_livery .Delivery_p {font-size: 10px;}
	#De_livery .delivery_module img {width: 35px;margin-bottom: 8px;}
	#De_livery .delivery_module {justify-content: flex-start;}
}

.margin_box {margin-top: 30px;margin-bottom: 30px;}
.pc-display {display: block;}
.mobile-display {display: none;}

/*two-page*/
.one-content {margin: 0 10px 0 10px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;height: 100%;}
.boss.one-content{background-color: #f5f5f5;border: none;}

.hot_product_content.partner-content{display: flex;flex-wrap: wrap;}
.partner-list {width: 100%;}

.partner-list:nth-last-child(2),
.partner-list:nth-last-child(2)~.partner-list {width: 49%;flex: 1;}

.partner-list:nth-last-child(3),
.partner-list:nth-last-child(3)~.partner-list {width: 32%;}
@media screen and (max-width: 992px) {
	.one-content {margin-bottom: 20px;height: 100%;}
	.partner-list:nth-last-child(3),
	.partner-list:nth-last-child(3)~.partner-list {width: 100%;flex: auto;margin-bottom: 20px;}
}
@media screen and (max-width: 768px) {
	.partner-list:nth-last-child(2),
	.partner-list:nth-last-child(2)~.partner-list {width: 100%;flex: auto;margin-bottom: 20px;}
}
.img_1 img {width: 100%;height: auto;}
.img_1{width: 40%;padding-right: 20px;}
.partner-list .text_1{width: 60%;}
.partner-list
	/*two-page end*/
	/*hot products content  start*/
.hot-content {padding-top: 40px;}

.hot_product_content {margin-left: -10px;margin-right: -10px;}

.hot-img {width: 90%;transition: all .5s; padding-top: 90%;
    position: relative;
    overflow: hidden;}

.product_img_scale:hover {transform: scale(1.1);}

.hot-img img {width: 100%;height: auto;}

.hot-text {margin-top: 30px;line-height: 35px;}

.hot-text p {text-align: center;}

.butto_2 {border: 1px solid rgba(41, 43, 44, 1);border-radius: 45px;margin: 15px auto auto auto;text-align: center;padding: 8px 25px;color: #232121;}

.butto_2:hover {background-color: #232121;color: #fff;}

.big_column .butto_2 {margin: 2.5rem auto auto auto;padding: 10px 35px;font-size: 18px;}

.big_column .product_item {justify-content: center;}

@media screen and (min-width: 1000px) {
	.product_column {display: flex;flex-direction: column;flex: 1 0 0%;}

	.product_item {display: flex;flex-direction: column;align-items: center;flex: 1 0 auto;}

	.hot_product_content {display: flex;}

	.big_column {flex-grow: 2;}
}

.product_column a {color: #292b2c;}

.product_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 auto;
	margin: 0 10px 20px 10px;
	/*background-color: #fff;*/
	padding: 20px;
	/*border: 1px solid #d0d1d2;*/
	background-color: #f5f5f5;
}
.page-three-content .product_item{position: relative;}

/*hot products content  end*/

/*hot products hover图片 start*/
.recommend_box_a {display: inline-block;width: 100%;position: relative;transition: all .3s ease; position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

.hover_img {width: 100%;position: absolute;top: 0;left: 0;opacity: 0;transition: all .3s;}

.recommend_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 16px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	font: var(--h4);
	font: normal normal 400 16px/1.5 Montserrat, avenir, "Helvetica Neue", Helvetica, Arial, sans-serif, 'Microsoft YaHei UI';
	text-align: center;
	box-sizing: border-box;
}

.hover_recommend_img:hover .hover_img {opacity: 1;}
.hover_recommend_img img{transition: all .3s;}
.hover_recommend_img:hover img{opacity: 0;}
.hover_recommend_img:hover .hover_img img {opacity: 1;}
/*hot products hover图片 end*/


/*new product content start*/
.flex_wrap_content {display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 40px;/*margin: 0 -10px 0 -10px;*/}
.new_product_column {background-color: #f5f5f5;padding: 40px 20px;/*border: 1px solid #c9cdd0;*/position: relative;height: 100%;margin-bottom: 20px;}
.margin0 {margin: 0;}
.new_product_item {display: flex;justify-content: space-between;align-items: center;}
.new_released_item {display: flex;flex-direction: column;flex: 1 0 auto;align-items: center;}
.new_released_list {padding-top: 20px;}
.new_released_list p {text-align: center;}
.new_product_list {padding-left: 20px;width: 45%;text-align: center;}
.new_product_list p{text-align: center;}
.new_product_list del {color: #5e6061;padding-top: 10px;padding-left: 10px;}
.new-product-img{width: 55%;}
.new-product-img img{width: 100%;height: 100%;}
.new_product_text {font-size: 16px;line-height: 1.5;color: #5e6061;padding-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.new_price {color: #ee4624;font-size: 28px;line-height: 1.2;font-weight: bold;padding-top: 10px;display: inline-block;}
.new_price_tab {color: #ee4624;font-size: 24px;line-height: 1.3;padding-top: 10px;display: inline-block;font-weight: bold;padding-bottom: 20px;}
.new_price_tab del {text-align: center;color: #666;padding-left: 10px; font-size: 18px;}

.discount_content {
	position: absolute;
	left: 30px;
	top: -10px;
	width: 50px;
	height: 60px;
	background: url(https://resource.xp-pen.com/static/images/icon.webp) center;
	background-size: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	line-height: 1.2;
	padding: 10px 0;
	z-index: 99;
}

.discount_content span {font-size: 18px;}

/*new product content end*/

/*tab切换商品列表 start*/
.tuyzuinan_1 {margin: 30px 0;padding: 30px 0;}

/*tab切换商品列表 end*/


/* pc端 */


/*商品列表切换按钮*/
.tag_1 {display: flex;justify-content: center;flex-wrap: wrap;padding-bottom: 20px;}

.tag_1 li {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	padding: 7px 24px;
	margin: 8px 15px 8px 0;
	/*width: 10%;*/
}
.tag_1 li:hover{background: #00388D;border: 1px solid #00388D;color: #fff;}
.tag_1 p {text-align: center;}
.tag_1 li.tab {color: #fff;background: #00388D;border: 1px solid #00388D;}

/*商品列表切换按钮end*/

/*商品切换*/
.subject_1 .tab_content {display: none;}
.subject_1 .shiyy {display: flex;}

.subject_1 .shiyy ul {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	/*border-bottom: 1px solid #e3e7ea;*/
	/*border-top: 1px solid #e3e7ea;*/
}

.product_more {width: 25%;margin: 2rem auto auto auto;text-align: center;padding: 15px 0;border: 2px solid rgba(9, 74, 151, 1);}
.product_more a {display: inline-block;}
.product_more span {font-size: 1.2rem;color: #094A97;}
/*商品切换end*/

/*图文模块*/
.graphic-module-content{padding: 30px 0;}
.graphic-module-box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.graphic-img-box{width: 50%;}
.graphic-text-box{width: 50%;padding: 0 40px;}
.graphic-text-box .bq_h2{padding-bottom: 10px;}

.graphic-img{width: 100%;max-height: 350px;height: auto !important;object-fit: fill;}

/*图文模块end*/

/* 移动端 */

.min_sdsd_1 {margin-top: 4rem;display: none;}
.min_sdsd_1 .tab_button {width: 100%;height: 4rem;border: 1px solid rgba(41, 43, 44, 1);background-color: white;margin-top: 1.5rem;cursor: pointer;}
.min_sdsd_1 .tab_button p {float: left;margin-left: 1.2rem;line-height: 4rem;font-size: 1.5rem;font-weight: 700;}
.min_sdsd_1 .tab_button img {float: right;margin-top: 1.2rem;margin-right: 1rem;}
.min_nr {margin-top: 1.5rem;display: none;}
.min_nr ul {width: 100%;height: 100%;overflow: hidden;border: 1px solid #e3e7ea;}
.min_puibn {float: left;width: 50%;height: auto;padding: 0 10px;position: relative;}
.footer_menu {position: relative;}

@media screen and (max-width: 1080px) {
	/*.tuyzuinan_1 {*/
	/*	display: none;*/
	/*}*/

	.min_sdsd_1 {display: block;}
}

@media screen and (max-width: 750px) {
	.min_sdsd_1 .tab_button img {width: 1.5rem;height: 1.5rem;}
}

@media screen and (max-width: 576px) {
	.width33 {width: 100%;}
	.product_column_mobile .product_item {padding: 20px 10px 20px 10px;}
	.pc-display {display: none;}
	.mobile-display {display: block;}
	.tag_1 li p{font-size: 12px;}
	.tag_1 li{padding: 7px 5px;margin: 8px 10px 8px 0;/*width: 22%;*/}
	.img_1{width: 100%;padding-right: 0;}
	.partner-list .text_1{width: 100%;}
}

@media screen and (max-width: 768px) {
	.hot_product_content{margin: 0;}
	.main-content .container{
		padding: 0 16px;
	}
	.one-content {padding: 1.5rem;margin: 0;width: 100%;}
	/*.flex_wrap_content {*/
	/*	margin: 0 -5px 0 -5px;*/
	/*}*/
	.butto_2 {top: 0;}
	.product_column_mobile {display: flex;margin: 0px 5px;}
	.product_column_mobile .product_item {width: 44%;margin: 0 5px 10px 5px;}
	.new_product_column {padding: 20px 10px;margin: 0 5px 10px 5px;}
	.new_product_item {display: flex;flex-direction: column;flex: 1 0 auto;}
	.new_product_item .hot-img {width: 100%;}
	.new_product_list {padding-left: 0;width: 100%;}
	.new_product_list p {text-align: center;}
	.new_product_list .bq_h3_1 {padding-top: 20px;}
	.new_price {font-size: 18px;line-height: 1.4;}
	.product_more {width: 40%;}
	.graphic-text-box{width: 100%;padding:0 0 20px 0;}
	.graphic-img-box{width: 100%;padding-bottom: 20px;}
	.graphic-module-box.graphic-module-box_one{
		/* flex-direction: column-reverse; */
		padding: 0 16px;
	}
	.new-product-img{width: 100%;height: 100%;}
    .product_column{width:100%}
}

/*第三模块*/
*{margin: 0;padding: 0;}
.jp_store{max-width:1200px;margin: 0 auto;}
.jp_module1 a{text-decoration: none;}
.jp_module1{width:100%;height: auto;margin: 0 auto 60px;}
/* 标题 */
.jp_module1 .jp_m1_title{color: #000;text-align: center;font-size: 32px;line-height: 1.3;font-weight: bold;margin:60px 0 20px;}
/* <!-- 选项卡 --> */
.jp_module1 .jp_select{width: 100%;height: auto;display: flex;justify-content: space-between;}
.jp_module1 .jp_select li{list-style: none;line-height: 1; width: 19%;height: auto;background-color: #F5F5F5;text-align: center;font-size: 15px;color: #333;padding: 14px 0;cursor: pointer}
.jp_module1 .jp_select li .categoryTitle{font-size: 15px;text-align: center;}
.jp_module3 .jp_select li{width: 19%;}
.discount_en{width: 50px;height: 50px;background:#CC3366;font-size: 16px; color: #fff;border-radius: 100%;z-index: 9;
	display: flex;justify-content: center; align-items: center;position: absolute;top: 0;right: 0;transform: translate(0%,0%);}
.discount_en1{transform: translate(25%,-25%);}
.jp_module1 .li_chose{background-color: #094A97 !important;color: #fff !important;}
.li_chose .categoryTitle {color: #fff!important;}
.jp_module1 .chose{width: 100%;height: auto;display: none;margin-top: 30px;}
.jp_module1 .jpblaock{display: block;}
/* 模块 */
.jp_module1 .commodity .commodity1 img{margin: 0;}
.jp_module1 .commodity .min_zhi1_1{text-align: center;}
.jp_module1 .commodity .min_zhi2_1{text-align: center;}
.jp_module1 .commodity .com_p4{text-align: center;margin-top: 15px;}
.jp_module1 .commodity{width: 100%;height: auto;display: flex;justify-content: center;flex-wrap: wrap;}
.jp_module1 .commodity1{width: 25%;height: auto;text-align: center;list-style: none;padding: 0 5px;box-sizing: border-box;margin-bottom: 25px;position: relative;}
.jp_module1 .commodity1 img{width: 95%;margin-top: 20px;margin-bottom: 40px;}
.jp_module1 .com_title{font-size: 20px;color: #010101;font-weight: bold;line-height: 1.4;margin-bottom: 15px;overflow: hidden; white-space: nowrap;}
.jp_module1 .com1_p1 span{background-color: #EB4D1B;color: #fff;font-size: 12px;padding: 2px 4px ;}
.jp_module1 .com_p2{font-size: 14px;height: 42px;color: #666;line-height: 21px;margin-bottom: 15px;overflow: hidden;}
.jp_module1 .com_p3{font-size: 20px;color: #FF1C19;line-height: 1.3;margin-bottom: 20px;font-weight: 600;}
.jp_module1 .com_p3_span1{font-size: 16px;font-weight: 400;}
.jp_module1 .com_p3_span2{font-size: 16px;color: #666;font-weight: 400;}
.jp_module1 .com_p3 del{text-align: center;color: #666;padding-left:10px;font-size: 18px}
.jp_module1 .com_p4_span{background-color:#094A97 ;line-height: 1;color: #fff;padding: 10px 30px;display: inline-block;font-size: 16px;}
/* 查看更多 */
.jp_module1 .commodity_p{width: 25%;margin: 0 auto;line-height: 1; text-align: center;padding: 15px 0;border: 2px solid rgba(9, 74, 151, 1);}
.jp_module1 .commodity_p a{width: 100%;display: inline-block}
.jp_module1 .commodity_p span{font-size: 16px;color: #094A97;}
.commodity_p{width: 25%;margin: 30px auto 0;text-align: center;padding: 15px 0;border: 2px solid rgba(9, 74, 151, 1);}
.commodity_p a{width: 100%;display: inline-block}
.commodity_p span{font-size: 16px;color: #094A97;}
/*bg背景图*/
.jp_module1 .content1_bg1{padding: 1px 0 30px 0;background:url(https://resource.xp-pen.com/Uploads/home_images/uk/other/probg.webp) no-repeat bottom;background-size:cover;}
.jp_module1 .content1_bg2{padding: 1px 0 30px 0;background:url(https://resource.xp-pen.com/Uploads/home_images/uk/other/probg.webp) no-repeat bottom;background-size:cover;}
.jp_module1 .content1_bg3{padding: 1px 0 30px 0;background:url(https://resource.xp-pen.com/Uploads/home_images/uk/other/probg.webp) no-repeat bottom;background-size:cover;}
@media screen and (max-width: 1200px ){
	.jp_module1 .jp_select li { font-size: 18px;}
	.jp_module1 .jp_select li .categoryTitle{font-size: 18px;}
	.jp_module1 .com_title {font-size: 16px;}
	.jp_module1 .com_p2 { font-size: 14px; }
	.jp_module1 .com_p3 {font-size: 18px;}
	.jp_module1 .com_p3_span1 {font-size: 14px;}
	.jp_module1 .com_p3_span2 {font-size: 14px;}
	.jp_module1 .com_p4_span {padding: 8px 24px;}
	.jp_module1 .com_p3 del{padding-left: 15%;font-size: 18px}
}
@media screen and (max-width:992px ){
	.jp_module1 .jp_m1_title { font-size: 26px; margin: 40px 0 20px;}
	.jp_module1 .jp_select li {font-size: 16px; padding: 12px 0;}
	.jp_module1 .jp_select li .categoryTitle{font-size: 16px;}
	.jp_module1 .chose {margin-top: 30px;}
	.jp_module1 .commodity1 img { margin-bottom: 30px;}
	.jp_module1 .com_title {font-size: 14px;}
	.jp_module1 .com_p2 {font-size: 12px;}
	.jp_module1 .com_p3 {font-size: 16px;}
	.jp_module1 .com_p3_span1 {font-size: 12px;}
	.jp_module1 .com_p3_span2 {font-size: 12px;}
	.jp_module1 .com_p4_span {padding: 8px 20px;font-size: 14px;}
	.jp_module1 .commodity_p {width: 22%; padding: 10px 0;}
	.discount_en {width:45px;height:45px; font-size: 14px;}
}
@media screen and (max-width: 768px ){
	/*.jp_module1 .content1_bg1{padding: 1px 0 30px 0;background:url(/Uploads/home_images/en/H5Pro-bg1.jpg) no-repeat bottom;background-size:cover;}
    .jp_module1 .content1_bg2{padding: 1px 0 30px 0;background:url(/Uploads/home_images/en/H5Pro-bg2.jpg) no-repeat bottom;background-size:cover;}
    .jp_module1 .content1_bg3{padding: 1px 0 30px 0;background:url(/Uploads/home_images/en/H5Pro-bg3.jpg) no-repeat bottom;background-size:cover;}*/
	.jp_module1 .jp_m1_title {font-size: 20px;margin-bottom: 30px;}
	.jp_module1 .jp_select { justify-content: space-between;display: -webkit-box;overflow-x: scroll;}
	.jp_module1 .jp_select::-webkit-scrollbar {width: 0;height: 0; background-color: transparent;}
	.jp_module1 .jp_select li {font-size: 14px; width: 29%;margin-right: 1%;}
	.jp_module1 .jp_select li .categoryTitle{font-size: 14px;}
	.jp_module1 .commodity {justify-content: space-around;}
	.jp_module1 .commodity1 { width: 44%;}
	.jp_module1 .commodity1 img {width: 88%; margin-bottom: 30px;}
	.jp_module1 .commodity_p { width: 20%;}
	.jp_module1 .commodity_p span { font-size: 14px;}
	.jp_module1 .com_p3 del{padding-left: 0;font-size: 14px}
}
@media screen and (max-width: 520px ){
	.jp_module1 .jp_m1_title {font-size: 16px;}
	.jp_module1 .jp_select li { font-size: 12px;width: 35%;margin-right: 2%;}
	.jp_module1 .jp_select li .categoryTitle{font-size: 12px;}
	.jp_module1 .chose {margin-top: 20px;}
	.jp_module1 .commodity1 { width:49%;margin-bottom: 30px;float: left;padding: 0 10px}
	.jp_module1 .commodity1 img { width:94%; margin-bottom: 20px;}
	.jp_module1 .com_title {margin-bottom: 10px;}
	.jp_module1 .com_p2 {font-size: 10px;margin-bottom: 10px;height: 30px;line-height: 15px;}
	.jp_module1 .com_p4_span {font-size: 12px;}
	.jp_module1 .commodity_p {width: 30%;padding: 10px}
	.discount_en {width: 40px;height: 40px; font-size: 12px;}
}
@media screen and (max-width: 400px ){
	.jp_module1 .commodity_p {width: 40%;}
}
/*第三模块end*/
@media screen and (max-width: 768px) {
	.pages2{
		display: none !important;
	}
	.pages1{
		padding: 0px !important;
		display: block !important;
	
	}
	.pages1 .page-newmobei_title{
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		margin: 0;
	}
	.paege_content{
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		margin-bottom: 10px;
		width: 100% ;
		text-align: center;
		background: #F3F3F3;
	}
	.paege_content:last-child{
		margin-bottom: 0px;
	}
	.paege_content .paege_content_title{
		font-size: 20px;
		font-weight: 800;
		color: #000000;
		text-align: center;
		padding: 0 16px;
		margin-top: 40px;
	}
	.paege_content_liner{
		width: 189px;
		margin: 10px auto 0;
		height: 1px;
		background: linear-gradient(357deg, #EA1FC2 0%, #F54627 19%, #335DF1 40%, #0869F5 61%, #33B87D 79%, #E9F506 100%);
		opacity: 1;
		border-radius: 0px;
	}
	/* .paege_content .paege_content_liner img{
		margin: 10px auto 0;
    display: block;
	} */
	.paege_content .paege_content_subtitle{
		color: #000000;
		margin-top: 16px;
		padding:0 28px;
		text-align: center;

	}
	.paege_content .paege_content_btn{
		color: #FFFFFF;
		display: inline-block;
		background-color: #000000;
		text-align: center;
		line-height: 28px;
		height: 28px;
		padding: 0 16px;
		margin: 20px auto 16px;
	}
	.paege_content .paege_content_img{
		width: 343px;
		height: 343px;
		margin: 0 auto;
	}
	.paege_content .paege_content_img img{
		width: 100%;
		height: 100%;
	}
	.page-three-content{
		display: none;
	}
	.page-newmobei-content{
		display: block;
	}
	.page-newmobei_box_content{
		position: relative;
		margin-bottom: 10px;
	}
	.page-newmobei_box_content:last-child{
		margin-bottom: 0;
	}
	.page-newmobei_box_mengban{
		position: absolute;
		width: 100%;
		height: 200px;
		z-index: 55;
		background: url('https://resource.xp-pen.com/newxp/static/images/menban.webp')no-repeat;
		background-size: 100% 100%;
	}

	.page-newmobei_box_img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.page-newmobei_box_div{
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 99;
	}
	.page-newmobei_box_div>div{
		text-align: center;
	}
	/* .page-newmobei_box_content{
		overflow: hidden;
		width: 100%;
		height: 375px;
		background: url('../../../static/images/recommended1.png')no-repeat;
		background-size: 375px 375px;
		margin-bottom: 10px;
	}
	.page-newmobei_box_content:nth-child(2){
		background: url('../../../static/images/recommended2.png')no-repeat;
		background-size: 375px 375px;
	}
	.page-newmobei_box_content:nth-child(3){
		background: url('../../../static/images/recommended3.png')no-repeat;
		background-size: 375px 375px;
	}
	.page-newmobei_box_content:nth-child(4){
		background: url('../../../static/images/recommended4.png')no-repeat;
		background-size: 375px 375px;
	}
	.page-newmobei_box_content:nth-child(5){
		background: url('../../../static/images/recommended5.png')no-repeat;
		background-size: 375px 375px;
		margin-bottom: 0;
	} */
    .page-newmobei-content .page-newmobei_title{
        text-align: center;
        font-weight: bold;
        padding: 20px 0 8px;
        font-size: 24px;
				margin: 0;
    }
	.page-newmobei_box_content>div{
		font-size: 20px;
		font-family: Source Han Sans CN;
		font-weight: 800;
		color: #FFFFFF;
		text-align: center;
	}
	.page-newmobei_linergra{
		width: 189px;
		margin: 10px auto 0;
		height: 1px;
		background: linear-gradient(357deg, #EA1FC2 0%, #F54627 19%, #335DF1 40%, #0869F5 61%, #33B87D 79%, #E9F506 100%);
		opacity: 1;
		border-radius: 0px;
	}
	.page-one-content{
		padding: 10px 0 0 0;
	}
}
@media screen and (min-width: 769px) {
	.page-three-content{
		display: block;
	}
	.page-newmobei-content{
		display: none;
	}
	.pages2{
		display: block !important;
	}
	.pages1{
		display: none !important;
	}
}
@media screen and (min-width: 769px) {
	.graphic_box{display: none;}
	.graphic_box2{display: block;}
}
@media screen and (max-width: 768px) {
	.graphic-module-content .container{
		padding: 0;
	}
	.graphic_box{display: block;}
	.graphic_box2{display: none;}
	.main-content{padding: 0;}
	.graphic-module-content{padding: 0;}
	.graphic-text-box_title{display: flex;}
	.graphic-text-box_title>div{
		font-size: 20px;
		font-family: Source Han Sans CN;
		font-weight: 800;
		color: #000000;
	}

	.graphic-module-text{
		margin-top: 30px;
		font-size: 18px;
		display: block;
		font-family: Source Han Sans CN;
		font-weight: 400;
		border-bottom: 1px solid #000000;
		padding-bottom: 30px;
		color: #000000;
	}
	.graphic-img{
		border-radius: 12px;
	}
	.graphic_top_img{
		margin-bottom: 10px;
		padding-left: 30px;
		padding-top: 24px;
		width: 100%;
		height: 116px;
		background: linear-gradient(77deg, #EDEDED 0%, rgba(255,255,255,0) 100%);
		border-radius: 12px;
		background: url('https://i.postimg.cc/d3x91hc6/search.png')no-repeat;
		background-size: 100% 116px;
		font-family: Source Han Sans CN;
		color: #000000;
	}
	.graphic_top_img>div:first-child{
		font-size: 20px;
		font-weight: 800;
	}
	.graphic_top_img>div:last-child{
		font-size: 14px;
		font-weight: 400;
		margin-top: 24px;
	}
}