@media screen and (max-width: 1400px) {
	.main_push .pc-banner .button {
		width: 950px;
	}

	.main_push .home_video_title {
		font-size: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.main_push .pc-banner .button {
		width: 850px;
	}
}

@media screen and (max-width: 1080px) {
	.main_push .home_video_title {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	.main_push .pc-banner .button {
		display: none;
	}

	.main_push .home_video_title {
		margin: 20px auto 0;
		max-width: 24ch;
		position: relative;
		top: 2rem;
		font-size: 1.7rem;
	}

	.main_push .pc-banner {
		background: url(https://resource.xp-pen.com/static/images/swiper_img/bg-Product2.webp) no-repeat center top/cover;
		margin: 20px 0 0;
	}

	.main_push .pc-banner .swiper-slide {
		margin-right: 0 !important;
		padding: 0;
	}

	.main_push .pc-banner .list_text {
		font-size: 16px;
		max-height: 56px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		width: auto !important;
		margin: 20px auto 15px;
	}

	.main_push .pc-banner .swiper-pagination {
		bottom: 10px;
	}

	.main_push .pc-banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.main_push .pc-banner .swiper-pagination-bullet-active {
		width: 8px;
		height: 8px;
	}
}

/*slide bar*/
/*
  RollBar - jQuery ScrollBar Plugin
  -----------------------------------------------
	@site     http://codecanyon.net/user/flGravity
*/
/*  examples */
#de_1013 .rollbar-content {
	float: left;
}

/* rollbar paths style */
#de_1013 .rollbar-path-vertical,
#de_1013 .rollbar-path-horizontal {
	position: absolute;
	background-color: #eee;
	background-color: rgba(220, 220, 220, 0.5);
	z-index: 100;
}

#de_1013 .rollbar-path-horizontal {
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
}

#de_1013 .rollbar-path-vertical {
	right: 5px;
	top: 0;
	height: 100%;
	width: 10px;
}

/* rollbar paths inner shadow */
#de_1013 .rollbar-path-vertical {
	box-shadow: inset 1px 0px 1 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 0px 1 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 0px 0 rgba(0, 0, 0, 0.1);
}

#de_1013 .rollbar-path-horizontal {
	width: 40% !important;
	left: 50% !important;
	transform: translate(-50%, 0);
	box-shadow: inset 0px 1px 1 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.1);
}

/* rollbar handle style */
#de_1013 .rollbar-handle {
	position: relative;
	top: 0;
	left: 0;
	background-color: #00a3e0;
}

/* prevent handle selection */
#de_1013 .rollbar-handle {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#de_1013 .rollbar-path-vertical .rollbar-handle {
	height: 20%;
	width: 100%;
}

#de_1013 .rollbar-path-horizontal .rollbar-handle {
	width: 20%;
	height: 100%;
}

/* round corners for rollbar handle and paths */
#de_1013 .rollbar-path-vertical,
#de_1013 .rollbar-path-horizontal,
#de_1013 .rollbar-handle {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#de_1013 .rollbar-handle:hover {
	cursor: pointer;
}

/* ---- end ---- RollBar - jQuery ScrollBar Plugin ---- end ---- */

/* button */
#de_1013 .posi1024_lr {
	position: absolute;
	top: 50%;
	z-index: 100;
	cursor: pointer;
	padding: 15px 8px;
	transform: translate(0%, -50%);
	opacity: 0;
	transition: all .3s;
}

#de_1013 .posi1024_lr:hover {
	background: rgba(00, 00, 00, .5);
}

#de_1013 .posi1024_lr:hover i {
	color: #fff;
}

#de_1013 .posi1024_left {
	left: 0px;
}

#de_1013 .posi1024_right {
	right: 0px;
}

#de_1013 .posi1024_lr i {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

#de_1013 .de_artist_serie_srcoll:hover .posi1024_lr {
	opacity: 1;
}

@media screen and (max-width: 992px) {
	#de_1013 .posi1024_lr {
		opacity: 1;
		transition: all .3s;
	}
}

/* de_1013_scroll */

/*de1013*/
#de_1013 {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px
}

#de_1013 img {
	vertical-align: middle;
}

#de_1013 p {
	margin: 0;
	padding: 0;
}

#de_1013 .de_1013_title {
	color: #003890;
	font-weight: bold;
	line-height: 1;
	font-size: 36px;
	margin: 40px 0 15px;
	text-align: left;
}

#de_1013 .de_1013_title_p {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #707070;
	text-align: left;
	margin-bottom: 25px;
}

#de_1013 .de_artist_serie {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 0 20px;
}

#de_1013 .de_artist_serie_srcoll {
	width: 100%;
	position: relative;
}

/* de_1013_scroll */
#de_1013 .de_1013_scroll {
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
}

#de_1013 .de_1013_scroll {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/*IE10,IE11,IE12*/
/*éšè—æ»šåŠ¨æ¡*/
#de_1013 .de_1013_scroll::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
	scrollbar-width: none;
}

#de_1013 .de_1013_scroll {
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-scroll-chaining: chained;
	-ms-overflow-style: none;
	-ms-content-zooming: zoom;
	-ms-scroll-rails: none;
	-ms-content-zoom-limit-min: 100%;
	-ms-content-zoom-limit-max: 500%;
	-ms-scroll-snap-type: proximity;
	-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
	-ms-overflow-style: none;
	overflow: auto;
}

/* de_box */
#de_1013 .de_box {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

#de_1013 .de_box {
	width: 291px;
	height: 100%;
	padding: 0 10px;
	margin: 0 0 15px;
	box-sizing: border-box;
}

#de_1013 .de_box:last-child {
	margin-right: 0;
}

#de_1013 .de_box img {
	vertical-align: middle;
}

#de_1013 .de_box .de_box_link1 {
	display: inline-block;
	width: 100%;
}

#de_1013 .de_box .de_box_link1 img {
	width: 100%;
}

#de_1013 .de_box_box {
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.13);
	box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.13);
}

#de_1013 .de_box_text {
	padding: 20px 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

#de_1013 .de_box_text_title {
	font-size: 24px;
	font-weight: 300;
	color: #313131;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	padding: 0 4px;
	box-sizing: border-box;
	white-space: nowrap;
}

#de_1013 .de_box_icon {
	width: 100%;
	height: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	overflow: hidden;
	transition: all .3s;
}

#de_1013 .de_box_icon_1 {
	width: 33.333%;
	padding: 0 2px;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}

#de_1013 .de_box_icon_1 img {
	width: 40px;
}

#de_1013 .de_box_icon_1 p {
	color: #626262;
	font-weight: 300;
	font-size: 10px;
	line-height: 1;
	margin-top: 10px;
	text-align: center
		/*overflow: hidden; white-space: nowrap;*/
}

#de_1013 .de_box_text_pirce {
	font-weight: 400;
	color: #313131;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	margin-bottom: 12px;
}

#de_1013 .de_box_text_pirce span {
	font-size: 20px;
	font-weight: 300;
	padding-right: 6px;
	color: #CB2D01;
	text-decoration: line-through;
}

#de_1013 .de_box_buy {
	width: 100%;
	height: auto;
	text-align: center;
}

#de_1013 .de_box_buy a {
	color: #00a3e0;
	margin-left: -30px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.4;
	font-size: 16px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

#de_1013 .de_box_buy a:after {
	content: '';
	/* opacity: 0; */
	display: inline-block;
	height: 7px;
	width: 15px;
	vertical-align: middle;
	color: #fff;
	-webkit-transition: all .3s;
	transform: translate(0, -3px);
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -1px;
	background-size: 15px;
}

#de_1013 .de_box_buy a:hover:after {
	right: -40px;
	opacity: 1;
}

#de_1013 .switch_icon {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	border-bottom: 1px solid #eee;
	justify-content: center;
	line-height: 1;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 0;
}

#de_1013 .switch_icon1 {
	border-bottom: none;
	border-top: 1px solid #EEE;
}

#de_1013 .switch_icon_span {
	color: #1498D2;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

#de_1013 .switch_icon i {
	margin-left: 6px;
	color: #1498D2;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}

/* de_1013_bankuai */
#de_1013 .de_1013_bankuai {
	width: 100%;
	height: auto;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-top: 50px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#de_1013 .de_1013_bankuai a {
	display: inline-block;
	height: auto;
	width: 49.167%;
	margin-bottom: 20px;
}

#de_1013 .de_1013_bankuai a img {
	width: 100%;
}

@media screen and (max-width: 992px) {
	#de_1013 .de_1013_title {
		font-size: 32px;
	}

	#de_1013 .de_box_text_title {
		font-size: 22px;
	}

	#de_1013 .de_box_text_pirce {
		font-size: 22px;
	}

	#de_1013 .de_box_text_pirce span {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	#de_1013 .de_1013_title {
		font-size: 28px;
	}

	#de_1013 .de_1013_title_p {
		font-size: 12px;
	}

	#de_1013 .de_box_text_title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	#de_1013 .de_box_text_pirce {
		font-size: 20px;
	}

	#de_1013 .de_1013_bankuai a {
		display: inline-block;
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#de_1013 .de_1013_title {
		font-size: 26px;
	}
}

@media screen and (max-width: 400px) {
	#de_1013 .de_1013_title {
		font-size: 24px;
	}
}

@media (min-width: 1660px) {
	.de_bar {
		max-width: 1440px;
	}
}

@media (min-width: 1200px) {
	.de_bar {
		max-width: 1140px;
	}
}

@media (min-width: 992px) {
	.de_bar {
		max-width: 960px;
	}
}

@media (min-width: 768px) {
	.de_bar {
		max-width: 720px;
	}
}

/*de1013 end*/
/* --- E---N---D--- */