:root {
	--text: 17px;
	--title: 22px;
	--list-title: 17px
}

@media (min-width: 996px) {
	:root {
		--text: 17px;
		--title: 24px;
		--list-title: 17px
	}
}

@media (min-width: 1930px) {
	:root {
		--text: 22px;
		--title: 30px;
		--list-title: 18px
	}
}

.apexevo {
	position: relative;
	font-family: var(--MSIBodyFont);
	background-image: url('../images/bgp4.jpg');
	background-size: contain;
	background-position: center top;
	background-repeat: repeat;
	background-color: gray;
	overflow: hidden;
	font-size: var(--text);
}

.apexevo img {
	max-width: 100%;
}

.vd-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*kv*/
.apexevo .kv {
	position: relative;
	width: 100%;
	padding-top: 47.8vw;
	padding-right: 12.18vw;
	padding-bottom: 19.8vw;
	display: flex;
	justify-content: flex-end;
	height: 112.29vw;
	overflow: hidden;
}

.apexevo .kv .kv-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/kv_bg_n4.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.apexevo .kv .award-logo {
	position: absolute;
	top: 5%;
	left: 12%;
	z-index: 3;
	width: 15vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.apexevo .kv .award-logo img {
	width: 8vw;
}

.apexevo .kv .nv-logo {
	position: absolute;
	top: 5%;
	right: 11%;
	z-index: 3;
	width: 15vw;
}

.apexevo .kv .nv-logo img {
	width: 100%;
}


.apexevo .kv .logo {
	width: 24.3vw;
	text-align: right;
	z-index: 3;
}

.apexevo .kv .logo img {
	width: 100%;
}

.apexevo .kv .logo .bar {
	margin: 25px auto 20px;
	width: 1.53vw;
	height: 1px;
	background-color: #FFF0F0;
}

.apexevo .kv .logo p.msiText {
	width: 100%;
	text-align: center;
	color: #FFF0F0;
	font-size: 1.5vw;
	letter-spacing: 4px;
	padding: 2% 0;
}

.apexevo .kv .spacestation {
	position: absolute;
	bottom: 27.5%;
	width: 21.5vw;
	left: 39.24vw;
	z-index: 5;
}

.apexevo .kv .kv-bg-1 {
	position: absolute;
	bottom: 1.526vw;
	width: 96.46%;
	right: -21.388%;
	z-index: 5;
}

@media(max-width: 600px) {
	.apexevo .kv {
		padding-top: 98vw;
		padding-right: 0;
		padding-bottom: 0;
		height: 221.54167vw;
	}

	.apexevo .kv .kv-bg {
		left: -4.9%;
		width: 150vw;
		height: 178.54167vw;
		background-image: url('../images/kv_bg_n4.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.apexevo .kv .award-logo {
		left: 17%;
	}

	.apexevo .kv .award-logo img {
		width: 11vw;
	}

	.apexevo .kv .nv-logo {
		width: 25%;
	}

	.apexevo .kv .logo {
		width: 43vw;
		margin: 0 auto;
	}

	.apexevo .kv .logo .bar {
		margin: 10px auto;
		width: 2.7vw;
		height: 1px;
		background-color: #FFF0F0;
	}

	.apexevo .kv .logo p.msiText {
		width: 100%;
		text-align: center;
		color: #FFF0F0;
		font-size: 3vw;
	}


	.apexevo .kv .spacestation {
		position: absolute;
		bottom: calc(27.5% + 34vw);
		width: 35vw;
		left: -12%;
		z-index: 5;
	}

	.apexevo .kv .kv-bg-1 {
		position: absolute;
		bottom: 0;
		width: 154vw;
		right: -77%;
		z-index: 5;
	}

}

/*flycard*/
.apexevo .flycard {
	height: 64.3vw;
	width: 100%;
	position: relative;
	z-index: 5;
	margin-top: -36.56vw;
}

.flycard-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flycard-b1,
.flycard-b2,
.flycard-b3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.flycard-b1 {
	background-image: url('../images/flycard1.png');
	z-index: 3;
	opacity: 0;
	transform: translate(-500px, 140px);
	transition: 0.5s;
}

.flycard-b2 {
	background-image: url('../images/flycard2n.png');
	z-index: 2;
	opacity: 0;
	transform: translate(-500px, 140px);
	transition: 0.5s;
}

.flycard.flyin .flycard-b1 {
	transform: translate(0, 0);
	opacity: 1;
}

.flycard.flyin .flycard-b2 {
	transform: translate(0, 0);
	opacity: 1;
	transition-delay: 0.3s;
}

.flycard p.msiText {
	line-height: 1.6em;
	position: absolute;
	color: #E8E8E8;
	z-index: 5;
}

.flycard-txt-1 {
	width: 30.2%;
	top: 0;
	left: 11.45%;

}

.flycard-txt-2 {
	width: 33.68%;
	bottom: 20.8vw;
	right: 11.45%;
}

@media(max-width: 1200px) {
	.flycard-txt-1 {
		width: 50.2%;
		top: -10%;
		left: 11.45%;
	}

	.flycard-txt-2 {
		width: 33.68%;
		bottom: 10.8vw;
		right: 11.45%;
	}
}

@media(max-width: 800px) {
	.apexevo .flycard {
		height: auto;
		width: 100%;
		position: relative;
		z-index: 7;
		margin-top: -40vw;
	}

	.flycard p.msiText {
		line-height: 1.6em;
		position: relative;
		color: #E8E8E8;
		z-index: 5;
		text-align: center;
	}

	.flycard-txt-1 {
		width: 75%;
		margin: 0 auto;
		top: auto;
		left: auto;

	}

	.flycard-txt-2 {
		width: 75%;
		margin: 70vw auto 0;
		bottom: auto;
		right: auto;
	}

	.flycard-block {
		top: 50%;
		transform: translateY(-50%);
		width: 160vw;
		height: 103vw;
	}
}


@media(max-width: 600px) {
	.apexevo .flycard {
		height: auto;
		width: 100%;
		position: relative;
		z-index: 7;
		margin-top: -90vw;
	}

	.flycard p.msiText {
		line-height: 1.6em;
		position: relative;
		color: #E8E8E8;
		z-index: 5;
		text-align: center;
	}

	.flycard-txt-1 {
		width: 75%;
		margin: 0 auto;
		top: auto;
		left: auto;

	}

	.flycard-txt-2 {
		width: 75%;
		margin: 70vw auto 0;
		bottom: auto;
		right: auto;
	}

	.flycard-block {
		top: 50%;
		transform: translateY(-50%);
		width: 160vw;
		height: 103vw;
	}
}

/*spec*/
.apexevo .spec {
	width: 100%;
	min-height: 70vh;
	position: relative;
	z-index: 6;
	/* margin-top: -150px; */
}

.apexevo .spec .spec-bg {
	position: absolute;
	top: -10.8vw;
	right: 0;
	width: 58.5%;
	z-index: 0;

}

.apexevo .airflow-m {
	display: none;
}

.apexevo .spec .spec-tabs {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	z-index: 5;
}

.apexevo .spec .spec-tabs .spec-tab {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0 60px;
	width: 100px;
	cursor: pointer;
}

.spec-tab .spec-tab-icon {
	height: 80px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spec-tab .spec-tab-btn {
	color: #EAEAEB;
	padding: 6px 14px;
	background-color: transparent;
	margin-top: 20px;
	border: 1px solid transparent;
	position: relative;
	border-radius: 10px;
	white-space: nowrap;
	transition: 0.5s;
	font-size: var(--title-list);
}

.spec-tab.specactive .spec-tab-btn,
.spec-tab:hover .spec-tab-btn {
	background-color: #FF39FF;
	border: 1px solid #9D9DA0;

}

/* .spec-tab.active .spec-tab-btn::after,
.spec-tab:hover .spec-tab-btn::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #FF39FF;
	filter: blur(8px);
	top: 0;
	left: 0;
	z-index: -1;
} */
.spec-block {
	/* height: 700px; */
	position: relative;
}

/* .spec-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	opacity: 0;
	transition: 1s;
} */
.spec-content {
	position: relative;
	width: 80%;
	display: none;
	transition: 1s;
	max-width: 1800px;
	margin: 100px auto 0;
}

.spec-content.specshow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.specc-left {
	flex: 0 0 50%;
	position: relative;
}

#torxfan {
	padding-bottom: 40px;
	z-index: 5;
}

#torxfan .specc-left {
	/* padding-left: calc( ( 100vw - 1440px ) / 2 + 100px ); */
	/* margin-right: 120px; */
	position: relative;
}

#torxfan .torxfan-swiper {
	width: 100%;
	padding-top: 79.3%;
	position: relative;

}

#torxfan .torxfan-swiper .tfswiper-prev {
	position: absolute;
	top: 0;
	height: 100%;
	left: -60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#torxfan .torxfan-swiper .tfswiper-next {
	position: absolute;
	top: 0;
	height: 100%;
	right: -60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-disabled {
	opacity: .3;
}

.tfpath {
	transition: 0.5s;
}

#torxfan .torxfan-swiper .tfswiper-prev:hover .tfpath,
#torxfan .torxfan-swiper .tfswiper-next:hover .tfpath {
	fill: #61E8FF;
}

#torxfan .tfswiper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

#torxfan .tfswiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

#torxfan .tfswiper .fanblock {
	position: relative;
	overflow: visible;
}

#torxfan .tfswiper .fanblock .tf-photo {
	width: 107%;
	position: absolute;
	bottom: -26.6%;
	right: -14.9%;

}

#torxfan .tfswiper .fanblock .tf-photo.tf-photo0 {
	z-index: 10;
	opacity: 1;
}

#torxfan .tfswiper .fanblock .tf-photo.tf-photo1 {
	z-index: 4;
	animation: tfp1ani 8s infinite;
}

#torxfan .tfswiper .fanblock .tf-photo.tf-photo2 {
	opacity: 0;
	z-index: 3;
	animation: tfp2ani 8s infinite;
}

#torxfan .tfswiper .fanblock .tf-photo.tf-photo3 {
	z-index: 7;
	animation: tfp3ani 8s infinite;
}

#torxfan .tfswiper .fanblock .tf-photo.tf-photo4 {
	opacity: 0;
	z-index: 6;
	animation: tfp4ani 8s infinite;
}

#torxfan .tfswiper .fanblock .tf-photo.tf-photo5 {
	opacity: 0;
	z-index: 5;
	animation: tfp5ani 8s infinite;
}


@keyframes tfp1ani {
	0% {
		opacity: 1;
	}

	15% {}

	30% {
		opacity: 1;
	}

	45% {
		opacity: 1;
	}

	60% {
		opacity: 0;
	}

	75% {
		bottom: -26.6%;
		right: -14.9%;
		opacity: 1;
	}

	100% {}
}

@keyframes tfp2ani {
	0% {
		opacity: 0;
	}

	15% {}

	30% {
		opacity: 0;
	}

	45% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	75% {
		bottom: -26.6%;
		right: -14.9%;
		opacity: 0;
	}

	100% {}
}

@keyframes tfp3ani {
	0% {
		opacity: 1;
	}

	15% {
		right: 14%;
		bottom: 0;
		opacity: 1;
	}

	30% {
		opacity: 0;
		right: 14%;
		bottom: 0;
	}

	45% {
		right: 14%;
		bottom: 0;
		opacity: 0;
	}

	60% {
		right: 14%;
		bottom: 0;
		opacity: 1;
	}

	75% {
		bottom: -26.6%;
		right: -14.9%;
	}

	100% {}
}

@keyframes tfp4ani {
	0% {
		opacity: 0;
	}

	15% {
		right: 14%;
		bottom: 0;
		opacity: 0;
	}

	30% {
		opacity: 1;
		right: 14%;
		bottom: 0;
	}

	45% {
		opacity: 0;
		right: 14%;
		bottom: 0;
	}

	60% {
		right: 14%;
		bottom: 0;
		opacity: 0;
	}

	75% {
		bottom: -26.6%;
		right: -14.9%;
	}

	100% {}
}

@keyframes tfp5ani {
	0% {
		opacity: 0;
	}

	15% {
		right: 14%;
		bottom: 0;
	}

	30% {
		right: 14%;
		bottom: 0;
	}

	45% {
		right: 14%;
		bottom: 0;
		opacity: 1;
	}

	60% {
		opacity: 0;
		right: 14%;
		bottom: 0;
	}

	75% {
		bottom: -26.6%;
		right: -14.9%;
		opacity: 0;
	}

	100% {}
}



/* #torxfan .specc-right{
	padding-bottom: 80px;
} */

.video-i {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

.video-i iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#torxfan .torxfan-evo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 25px 0 0 -7px;
}

#torxfan .torxfan-evo-item {
	width: 130px;
	height: 130px;
	background-image: url('../images/iconbg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#torxfan .torxfan-evo-item:hover img {
	transition: 0.5s;
}

#torxfan .torxfan-evo-item:hover img {
	transform: scale(1.5, 1.5);
}

#torxfan .torxfan-evo-item:nth-child(1) img {
	width: 71.5%;
}

#torxfan .torxfan-evo-item:nth-child(3) img {
	width: 71.5%;
}

#torxfan .torxfan-evo-item:nth-child(5) img {
	width: 62.3%;
}

#torxfan .torxfan-evo-item:nth-child(7) img {
	width: 57%;
}


#airflow {
	padding-bottom: 70px;
	z-index: 3;
}

#airflow .specc-left {
	/* margin-left: calc( ( 100vw - 1440px ) / 2 + 90px ); */
	/* margin-right: 60px;
	position: relative; */
}

#airflow .specc-right {
	/* padding-bottom: 75px; */
}

#corepipe {
	/* padding-bottom: 140px; */
	z-index: 4;
}

#corepipe .specc-left {
	/* padding-left: calc( ( 100vw - 1440px ) / 2 + 160px ); */
	/* margin-right: 100px; */
}

#corepipe .specc-right {
	padding-bottom: 20px;
}

#corepipe .corepipe-evo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 25px 0 0 -7px;
}

#corepipe .corepipe-evo-item {
	border-radius: 100%;
	border: 1px solid white;
	width: 130px;
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#corepipe .corepipe-evo img {
	margin: 0 15px;
}

.specc-right {
	flex: 0 0 42%;
	/* flex-shrink: 1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column; */
}

.specc-title {
	font-size: var(--title);
	line-height: 1.2em;
	color: white;
	font-weight: bold;
}

.specc-txt {
	line-height: 1.6em;
	color: #E2E2E2;
	margin-top: 28px;
	width: 100%;
	/* padding-right: calc( ( 100vw - 1440px ) / 2 + 160px ); */
}

.spec-uspto {
	width: 130px;
	position: absolute;
	top: -40px;
	left: 0 z-index: 90;
}

#airflow-video {
	width: 100%;
	margin-left: 80px;
}

.avcover {
	width: 3.7%;
	height: 100%;
	background-color: #090909;
	position: absolute;
	top: 0;
	right: 11%;
	z-index: 10;
}

@media(max-width: 1920px) {
	/* .spec-block{
		height: 600px;
	} */
}


@media(max-width: 1440px) {
	/* #torxfan .specc-left{
		padding-left: 6.5%;
		margin-right: 8%;
	}
	#torxfan .specc-right{
		padding-right: 6.5%;
	}
	.spec-uspto{
		width: 130px;
		position: absolute;
		top: 0;
		left: 4%;
		z-index: 10;
	} */
}

@media(max-width: 1300px) {
	/* .spec-block{
		height: auto;
		position: relative;
		margin-top: 50px;
	}
	.spec-content{
		position: absolute;
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		opacity: 0;
		transition: 1s;
	}
	.specc-left{
		width: 60%;
	}
	.specc-right{
		width: 60%;
		margin-top: 50px;
		align-items: center;
		justify-content: flex-start;
	}
	#torxfan .specc-left{
		margin-right: 0;
		padding: 0 7%;
	}
	.spec-uspto{
		width: 9%;
		position: absolute;
		top: 0;
		left: 21%;
		z-index: 10;
	}
	#torxfan .specc-right{
		padding-right: 0;
	}
	.specc-txt{
		text-align: center;
		padding-right: 0;
	}
	#corepipe .specc-left{
		padding-left: 0;
		margin-right: 0px;
	}
	#airflow .specc-left{
		margin-left: 0;
		margin-right: 0px;
		position: relative;
	} */
}

@media(max-width: 1200px) {
	/* .apexevo .spec{
		margin-top: -50px;
	} */
}

@media(max-width: 800px) {
	.spec-content.specshow {
		display: block;
		text-align: center;
	}

	.apexevo .spec {
		margin-top: 100px;
	}

	.apexevo .specc-left {
		padding-bottom: 25px;
	}

	#torxfan .specc-left {
		margin-right: auto;
	}

	#airflow-video {
		margin-left: auto;
	}


	.spec-uspto {
		width: 14%;
		position: absolute;
		top: 0;
		left: 13%;
		z-index: 10;
	}

	#airflow-tab {
		display: none;
	}

	.apexevo .spec .spec-tabs .spec-tab {
		margin: 0 30px;
		width: 100px;
		cursor: pointer;
	}

	.apexevo .airflow-m {
		display: block;
		position: relative;
		text-align: center;
		width: 80%;
		margin: 80px auto 0;
		/* align-items: center;
		justify-content: flex-start;
		flex-direction: column; */
	}

	.apexevo .airflow-m #airflow-videom {
		width: 100%;
	}

	.apexevo .airflow-m .specc-left {
		position: relative;
		margin-top: 25px;
		padding-bottom: 25px;
	}

	.apexevo .airflow-m .spec-tab-btn {
		color: #EAEAEB;
		margin-top: 20px;
	}

	.apexevo .airflow-m .spec-tab-icon img {
		width: 50px;
	}

	.apexevo .spec .spec-bg {
		position: absolute;
		top: -57vw;
		right: -14%;
		width: 93%;
		z-index: -1;

	}

	.spec-tab .spec-tab-icon {
		height: 40px;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.spec-tab .spec-tab-btn {

		padding: 0px 4px;

		border-radius: 5px;
	}


}

@media(max-width: 600px) {
	.apexevo .spec {
		width: 100%;
		position: relative;
		z-index: 6;
		margin-top: 50px;
	}

	.apexevo .spec .spec-tabs .spec-tab {
		margin: 0 15px;
		width: 100px;
		cursor: pointer;
	}

	#torxfan .torxfan-evo-item {
		width: 25%;
		height: 18.75vw;
	}

	#corepipe .corepipe-evo {
		width: 100%;
		margin: 25px 0 0;
		justify-content: space-between;
	}

	#corepipe .corepipe-evo-item {
		width: 20vw;
		height: 20vw;
		flex-shrink: 0;
	}

	#corepipe .corepipe-evo img {
		margin: 0;
	}

	.apexevo .airflow-m .specc-title {
		text-align: center;
	}
}

/*product*/
.apexevo .product {
	margin-top: -20.4vw;
	position: relative;
	width: 100%;
	/* height: 112vw; */
	padding-top: 16.47vw;
	/* padding-left: calc( (100% - 1440px ) / 2 + 65px ); */
	padding-left: 7.5%;
}

.apexevo .product-popbox {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	opacity: 0;
}

.apexevo .product-popbox .pp-block {
	width: 100%;
	max-width: 1440px;
	position: relative;
	/* padding: 17.2% 13.8% 15.8%; */
}

.apexevo .pp-content {
	position: absolute;
	top: 16.75%;
	left: 13.8%;
	width: 72.4%;
	height: 66.7%;
}

.apexevo .product .product-swiper {
	width: 100%;
	position: relative;
}

.apexevo .product-swiper .pswiper-prev {
	position: absolute;
	padding: 0 3.4% 0 2%;
	padding-top: calc(18.84% - 17px);
	height: 100%;
	left: calc((5.4% + 18px) * -1);
}

.apexevo .product-swiper .pswiper-next {
	position: absolute;
	padding: 0 2% 0 3.4%;
	padding-top: calc(18.84% - 17px);
	height: 100%;
	right: calc((5.4% + 18px) * -1);
}

.apexevo .product .product-swiper .pswiper {
	width: 100%;
	overflow: hidden;
}

.apexevo .pswiper .pss {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 42.47%;
}

.apexevo .pswiper .pss .pss-top {
	width: 100%;
}

.apexevo .pswiper .pss .pss-photo-cover {
	width: 100%;
	padding-top: 37.679%;
	/* background-color: coral; */
	position: relative;
	-webkit-mask-image: url("../images/pcard_mask.svg");
	mask-image: url("../images/pcard_mask.svg");
	-webkit-mask-size: 100%;
	mask-size: 100%;
}

.apexevo .pswiper .pss-top .maskline {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.apexevo .pswiper .pss .pss-photo {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.apexevo .pswiper .pss .pss-photo img {
	width: 100%;
}

.apexevo .pswiper .pss:nth-child(1) .pss-photo {
	background-image: url('../images/pcard_4.jpg');
}

.apexevo .pswiper .pss:nth-child(2) .pss-photo {
	background-image: url('../images/pcard_1_n.jpg');
}

.apexevo .pswiper .pss:nth-child(3) .pss-photo {
	background-image: url('../images/pcard_2.jpg');
}

.apexevo .pswiper .pss:nth-child(4) .pss-photo {
	background-image: url('../images/pcard_3.jpg');
}

.apexevo .pswiper .pss:nth-child(5) .pss-photo {
	background-image: url('../images/pcard_4.jpg');
}

.apexevo .pswiper .pss:nth-child(6) .pss-photo {
	background-image: url('../images/pcard_1_n.jpg');
}




.apexevo .pswiper .pss h2.msiText {
	margin: 35px 0 20px;
	font-size: var(--title);
	line-height: 1.2em;
	color: white;
	width: 100%;
	text-align: center;
}

.apexevo .pswiper .pss p.msiText {
	line-height: 1.7em;
	color: #E2E2E2;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.apexevo .pp-content .pp-learnmore {
	font-size: 20px;
	padding: 3px 20px;
	background-color: #EB22EB;
	border-radius: 7px;
	/* margin-top: 25px; */
	color: white;
	cursor: pointer;
	margin-right: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
}


.apexevo .pp-content .pswiper-pagination {
	position: absolute;
	bottom: -16px;
	width: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pswiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: white;
	margin: 0 27px;
	transition: 0.5s;
	opacity: 1;
}

.pswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #EB22EB;
}

.apexevo .product-popbox .pp-close {
	position: absolute;
	top: 13.36%;
	right: 9.375%;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #EB22EB;
	cursor: pointer;
	z-index: 20;
}








.apexevo .product .product-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 112vw;
	background-image: url('../images/product_bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.apexevo .product .product-block {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	max-width: 1800px;
	margin: 0 auto;
}

.apexevo .product .product-block img {
	max-width: 100%;
}

.apexevo .product .product-block .pb-item {
	width: 30vw;
	position: relative;
	opacity: 0;
	transform: translate(-100px, -100px);
	cursor: pointer;
}

.apexevo .product .product-block.flyin .pb-item {
	opacity: 1;
	transform: translate(0px, 0px);
	transition: 1s ease;
}

.apexevo .product .product-block.flyin .pb-item:nth-child(2) {
	transition-delay: 0.2s;
}

.apexevo .product .product-block.flyin .pb-item:nth-child(3) {
	transition-delay: 0.4s;
}

.apexevo .product .product-block.flyin .pb-item:nth-child(4) {
	transition-delay: 0.6s;
}

.apexevo .product .product-block .pb-item:nth-child(2) {
	margin-left: -6.667%;
	margin-top: 10.27vw;
}

.apexevo .product .product-block .pb-item:nth-child(3) {
	margin-left: -10.24%;
	margin-top: 17.1vw;
}

.apexevo .product .product-block .pb-item:nth-child(4) {
	margin-left: -9.55%;
	margin-top: 26.25vw;
}

.apexevo .product .product-block .pb-item .pb-item-p {
	position: absolute;
}

@keyframes pfloatani {
	0% {
		transform: translateY(-5px);
	}

	/* 25%{
		transform: translateY(10px);
	}
	75%{
		transform: translateY(-10px);
	} */
	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}

}

.apexevo .product .product-block .pb-item:nth-child(1) .pb-item-p {
	width: 76.3%;
	top: 36%;
	right: 23.525%;
	animation: pfloatani 3s infinite ease-in-out;
}

.apexevo .product .product-block .pb-item:nth-child(2) .pb-item-p {
	width: 65.2%;
	top: 26.35%;
	left: 2.6%;
	animation: pfloatani 3s infinite ease-in-out 0.5s;
}

.apexevo .product .product-block .pb-item:nth-child(3) .pb-item-p {
	width: 68.7%;
	top: 33%;
	left: 5%;
	animation: pfloatani 3s infinite ease-in-out 1s;
}

.apexevo .product .product-block .pb-item:nth-child(4) .pb-item-p {
	width: 61.24%;
	top: 26.1%;
	right: 31.03%;
	animation: pfloatani 3s infinite ease-in-out 1.5s;
}

.apexevo .product .product-block .pb-item-txt {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	bottom: 22%;
	width: 52.6%;
	text-align: center;
	transform: skewY(10deg);
}

.apexevo .product .product-block .pb-item:nth-child(1) .pb-item-txt {
	left: 23.25%;
}

.apexevo .product .product-block .pb-item:nth-child(2) .pb-item-txt {
	left: 13.13%;
}

.apexevo .product .product-block .pb-item:nth-child(3) .pb-item-txt {
	left: 15%;
}

.apexevo .product .product-block .pb-item:nth-child(4) .pb-item-txt {
	left: 16.38%;
}

.apexevo .product .product-block .pb-item-txt h2.msiText {
	font-size: var(--title-list);
	line-height: 1.2em;
	margin-bottom: 15px;
	color: white;
	transition: 0.5s;
}

.apexevo .product .product-block .pb-item-txt p.msiText {
	font-size: 16px;
	line-height: 1.6em;
	color: #E2E2E2;
	transition: 0.5s;
}

.apexevo .product .product-block .pb-item:hover .pb-item-txt p.msiText,
.apexevo .product .product-block .pb-item:hover .pb-item-txt h2.msiText {
	color: #FF39FF;
}

.pcardbg_d {
	display: block;
}

.pcardbg_m {
	display: none;
}

.maskline {
	display: block;
}

.masklinem {
	display: none;
}

.pss-logo {
	display: none;
}

@media(max-width: 1930px) {
	.apexevo .product {
		margin-top: -10.4vw;
	}
}

@media(max-width: 1300px) {
	.apexevo .product {
		margin-top: -20vw;
	}

	.apexevo .pswiper .pss h2.msiText {
		margin: 25px 0 10px;
	}

	.apexevo .pswiper .pss p.msiText {
		width: 80%;
	}
}


@media(max-width: 1000px) {
	.apexevo .product {
		margin-top: -10.4vw;
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 16.47vw;
		/* padding-left: calc( (100% - 1440px ) / 2 + 65px ); */
		padding-left: 0;
	}

	.apexevo .product .product-bg {
		height: 100%;
	}

	.apexevo .product .product-block {

		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 120%;
	}

	.apexevo .product .product-block .pb-item {
		width: 57.5vw;
	}

	.apexevo .product .product-block .pb-item:nth-child(1) {
		margin-left: 3%;
	}

	.apexevo .product .product-block .pb-item:nth-child(2) {
		margin-left: -11.38%;
		margin-top: 19.7vw;
	}

	.apexevo .product .product-block .pb-item:nth-child(3) {
		margin-left: 7.6%;
		margin-top: -30.2vw;
	}

	.apexevo .product .product-block .pb-item:nth-child(4) {
		margin-left: -18%;
		margin-top: -12.5vw;
	}

	.apexevo .product .product-block .pb-item:nth-child(1) .pb-item-p {
		top: 30%;
	}

	.apexevo .product .product-block .pb-item:nth-child(2) .pb-item-p {
		top: 20%;
	}

	.apexevo .product .product-block .pb-item:nth-child(3) .pb-item-p {
		top: 20%;
	}

	.apexevo .product .product-block .pb-item:nth-child(4) .pb-item-p {
		top: 20%;
	}


	.pcardbg_d {
		display: none;
	}

	.pcardbg_m {
		display: block;
		width: auto;
		max-height: 100vh;
	}

	.maskline {
		display: none;
	}

	.apexevo .pswiper .pss-top .masklinem {
		width: 87%;
		position: absolute;
		top: 13vh;
		left: 6.5%;
		z-index: 10;
		display: block;
	}

	.apexevo .product-popbox .pp-block {
		max-height: 100vh;
		width: auto;
	}

	.apexevo .pp-content {
		top: 14.28%;
		left: 11.38%;
		width: 77.24%;
		height: 71.74%;
	}

	.apexevo .product-swiper .pswiper-prev svg,
	.apexevo .product-swiper .pswiper-next svg {
		width: 8px;
	}

	.apexevo .pswiper .pss .pss-photo-cover {
		width: 87%;
		margin: 0 auto;
		padding-top: 56.21%;
		/* background-color: coral; */
		position: relative;
		-webkit-mask-image: url("../images/pcard_mask_m.svg");
		mask-image: url("../images/pcard_mask_m.svg");
		-webkit-mask-size: 100%;
		mask-size: 100%;
	}

	.pss-logo {
		display: block;
		height: 13vh;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.apexevo .pp-content .pp-learnmore {
		font-size: 14px;
		padding: 3px 20px;

		border-radius: 5px;

		margin-right: 0px;
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
	}

	.apexevo .pp-content .pswiper-pagination {
		position: absolute;
		top: 57%;
		bottom: auto;
		width: 100%;
		z-index: 20;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pswiper-pagination .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
		border-radius: 100%;
		background-color: white;
		margin: 0 10px;
		transition: 0.5s;
		opacity: 1;
	}

	.apexevo .pswiper .pss h2.msiText {
		margin: 40px 0 10px;
	}

	.apexevo .pswiper .pss p.msiText {
		width: 100%;
	}

	.apexevo .product-popbox .pp-close {
		position: absolute;
		top: 11%;
		right: 10%;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		border: 1px solid #EB22EB;
		cursor: pointer;
	}

	.apexevo .product-popbox .pp-close svg {
		width: 11px;
	}

	.apexevo .product-swiper .pswiper-prev {
		position: absolute;
		padding: 0 3.5% 0 2%;
		padding-top: calc(28.1% + 13vh - 17px);
		height: 100%;
		left: -2.6%;
		z-index: 20;
	}

	.apexevo .product-swiper .pswiper-next {
		position: absolute;
		padding: 0 2% 0 3.5%;
		padding-top: calc(28.1% + 13vh - 17px);
		height: 100%;
		right: -2.6%;
		z-index: 20;
	}

	.apexevo .pswiper .pss:nth-child(1) .pss-photo {
		background-image: url('../images/pcard_4_m.png');
	}

	.apexevo .pswiper .pss:nth-child(2) .pss-photo {
		background-image: url('../images/pcard_1_m.png');
	}

	.apexevo .pswiper .pss:nth-child(3) .pss-photo {
		background-image: url('../images/pcard_2_m.png');
	}

	.apexevo .pswiper .pss:nth-child(4) .pss-photo {
		background-image: url('../images/pcard_3_m.png');
	}

	.apexevo .pswiper .pss:nth-child(5) .pss-photo {
		background-image: url('../images/pcard_4_m.png');
	}

	.apexevo .pswiper .pss:nth-child(6) .pss-photo {
		background-image: url('../images/pcard_1_m.png');
	}
}

@media(max-width: 550px) {
	.apexevo .product .product-block .pb-item-txt h2.msiText {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.apexevo .product .product-block .pb-item-txt p.msiText {
		font-size: 12px;
	}
}

/*explore*/
/* .apexevo .explore{
	width: 100%;
	padding: 0 calc( ( 100% - 1440px ) / 2 + 165px );
	margin-bottom: 8vh
}
.apexevo .explore-title{
	font-size: 30px;
	color: white;
	text-align: center;
	margin-bottom: 40px;
}

.apexevo .explore .explore-swiper{
	width: 100%;
	position: relative;
}
.apexevo .explore-swiper .eswiper-prev{
	position: absolute;
	padding: 30px;
	padding-top: calc( ( 100% - 28px ) / 3 * 0.333 - 14px );
	height: 100%;
	left: -80px;
	cursor: pointer;
}
.apexevo .explore-swiper .eswiper-next{
	position: absolute;
	padding: 30px;
	padding-top: calc( ( 100% - 28px ) / 3 * 0.333 - 14px );
	height: 100%;
	right: -80px;
	cursor: pointer;
}
.apexevo .explore .explore-swiper .eswiper{
	width: 100%;
	overflow: hidden;
}
.apexevo .eswiper .ess{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	transition: 1s all ease;
	opacity: .7;
}
.apexevo .eswiper .ess:hover{
	transform: scale(1.05);
	opacity: 1;
}
.apexevo .eswiper .ess .ess-photo{
	width: 100%;
	background-color: rgba(255,255,255,0.3);
}
.apexevo .eswiper .ess .ess-photo img{
	vertical-align: bottom;
}
.apexevo .eswiper .ess h2.msiText{
	margin: 35px 0 25px;
	font-size: 20px;
	line-height: 1.2em;
	color: white;
}

.apexevo .eswiper .ess h2.msiText a{
	color: #fff;
}
.apexevo .eswiper .ess p.msiText{
	font-size: 14px;
	line-height: 1.7em;
	color: #E2E2E2;
	width: 100%;
	text-align: justify;
	padding-right: 20px;
}
.apexevo .eswiper .ess .ess-btn{
	font-size: 20px;
	padding: 3px 20px;
	background-color: #EB22EB;
	border-radius: 7px;
	margin-top: 25px;
	color: white;
	cursor: pointer;
}

@media(max-width: 1300px){
	.apexevo .explore{
		padding: 0 11%;
	}
	.apexevo .explore-swiper .eswiper-prev{
		padding-top: calc( ( 100% - 28px ) / 3 * 0.333 - 14px );
	}
	.apexevo .explore-swiper .eswiper-next{
		padding-top: calc( ( 100% - 28px ) / 3 * 0.333 - 14px );
	}
}
@media(max-width: 1200px) {
	.apexevo .explore-swiper .eswiper-prev{
		padding-top: calc( ( 100% - 13px ) / 2 * 0.333 - 14px );
	}
	.apexevo .explore-swiper .eswiper-next{
		padding-top: calc( ( 100% - 13px ) / 2 * 0.333 - 14px );
	}
}
@media(max-width: 1000px){
	.apexevo .explore{
		margin-top: 0;
	}
}
@media(max-width: 768px) {
	.apexevo .eswiper .ess{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}

	.apexevo .explore-swiper .eswiper-prev{
		padding: 10px;
		padding-top: calc( 33.33% - 14px );
		left: -30px;
	}
	.apexevo .explore-swiper .eswiper-next{
		padding: 10px;
		padding-top: calc( 33.33% - 14px );
		right: -30px;
	}
	.apexevo .explore-swiper .eswiper-prev svg,
	.apexevo .explore-swiper .eswiper-next svg{
		width: 10px;
	}
	.apexevo .eswiper .ess h2.msiText{
		margin: 25px 0 20px;
	}
} */

/*msicenter*/
.apexevo .msicenter {
	position: relative;
	width: 100%;
	padding: 5% 0;
}

.apexevo .msicenter .msicenter-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;

}

.apexevo .msicenter .msicenter-bg img {
	transform-origin: bottom;
}

.apexevo .msicenter-block {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.apexevo .msicenter-block .mb-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	margin-right: 180px;
	padding-top: 20px;
}

.apexevo .msicenter-block .mb-menu-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	margin-bottom: 70px;
}

.apexevo .msicenter-block .mb-menu-item img {
	width: 90px;
	margin-bottom: 25px;
}

.apexevo .msicenter-block .mb-menu-item .mbmi-btn {
	font-size: var(--title-list);
	padding: 0px 30px;
	background-color: transparent;
	border: 1px solid transparent;
	transition: 0.5s;
	border-radius: 9px;
	color: #E4E4E5;
}

.apexevo .msicenter-block .mb-menu-item.mcactive .mbmi-btn,
.apexevo .msicenter-block .mb-menu-item:hover .mbmi-btn {
	background-color: #EB22EB;
	border-color: white;

}

.apexevo .msicenter-block .mb-content {
	width: 100%;
	flex-shrink: 1;
	position: relative;
}

.apexevo .mb-content .mbc-block {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	opacity: 0;
	transition: 1s;
	z-index: 3;
}

.apexevo .mb-content .mbc-block.mcshow {
	opacity: 1;
	z-index: 5;
}

.apexevo .mb-content .mbc-block .mbcb-top {
	width: 100%;
	padding-top: 51.8%;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.mbcb-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.mbcb-video iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mbcb-bottom {
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}

.mbcbb-content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	flex-shrink: 1;
	margin-right: 190px;
}

.mbcbb-content h2.msiText {
	font-size: var(--title);
	color: white;
	margin-bottom: 30px;
}

.mbcbb-content p.msiText {
	line-height: 1.6em;
	color: #E2E2E2;
}

.mbcbb-btn {
	flex-shrink: 0;
	margin-top: 30px;
	padding: 10px 15px;
	background-color: #EB22EB;
	border-radius: 20px;
	font-size: 20px;
	color: white;
	cursor: pointer;
}

.mbcbb-btn:hover {
	color: white;
}

@media(max-width: 2000px) {
	.apexevo .msicenter-block {
		max-width: 1200px;
		width: 90%;
	}
}

@media(max-width: 1700px) {
	.apexevo .msicenter {
		padding: 100px 0 70px
	}
}

@media(max-width: 1300px) {
	/* .apexevo .msicenter{
		padding: 150px 11% 400px;
	}
	.mbcbb-content{
		margin-right: 13%;
	}
	.apexevo .msicenter-block .mb-menu{
		margin-right: 7%;
	} */
}

@media(max-width: 1000px) {
	.apexevo .msicenter {
		text-align: center;
		/* padding: 65px 11% 27vw; */
	}

	.apexevo .msicenter-block {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.apexevo .msicenter-block .mb-menu {
		flex-direction: row;
		margin-right: 0px;
	}

	.apexevo .msicenter-block .mb-menu-item {
		margin: 0 10px 25px;
	}

	.mbcb-bottom {
		margin-top: 25px;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}

	.mbcbb-content {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		margin-right: 0px;
	}

	.mbcbb-content h2.msiText {

		margin-bottom: 20px;
	}

	.mbcbb-content p.msiText {

		text-align: center;
	}

	.mbcbb-btn {

		padding: 3px 15px;
		border-radius: 5px;
	}

	.apexevo .mb-content .mbc-block .mbcb-top {
		border-radius: 5px;
	}

	/* .apexevo .msicenter-block .mb-menu-item img{
		width: 45px;
		margin-bottom: 25px;
	} */

}

@media(max-width: 600px) {
	.apexevo .msicenter-block .mb-menu-item img {
		width: 45px;
		margin-bottom: 25px;
	}

	.apexevo .msicenter-block .mb-menu-item .mbmi-btn {

		border-radius: 5px;
	}
}

.newexplore {
	color: #ffffff;
	width: 100%;
	max-width: 1400px;
	padding: 25px;
	margin: 0 auto 100px;
	text-align: center;
	position: relative;
	z-index: 5;
}

.newexplore .swiper {
	position: relative;
	margin: 0 auto;
	padding: 25px 0;
	z-index: 1;
	overflow: hidden;
	width: calc(100% - 70px);
}

.newexplore .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.newexplore .swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.newexplore .swiper-pagination {
	position: relative !important;
	width: 100%;
	margin: 25px auto;
}

.newexplore .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ccc;
	transition: 0.5s all ease;
	margin-right: 5px;
	left: 0 !important;
}

.newexplore .swiper-pagination-bullet-active {
	background: rgb(235, 34, 235);
	transform: none;
}

.newexplore .swiper-pagination-bullet-active-next,
.newexplore .swiper-pagination-bullet-active-prev {
	transform: none;
}

.newexplore__prev,
.newexplore__next {
	position: absolute;
	top: 40%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newexplore__prev::after,
.newexplore__next::after {
	display: none;
}

.newexplore__prev {
	left: 0px;
}

.newexplore__next {
	right: 0px;
}

.newexplore__title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

.newexplore__nav {
	display: flex;
	justify-content: center;
}

.newexplore__nav__btn {
	margin: 10px;
	padding: 5px 25px;
	cursor: pointer;
	border: rgba(0, 0, 0, 0) 1px solid;
}

.newexplore__nav__btn:hover,
.newexplore__nav__btn--active {
	background: rgb(235, 34, 235);
	border: #fff 1px solid;
	border-radius: 9px;
}

.newexplore__tab__item {
	position: relative;
	display: none;
}

.newexplore__tab__item--active {
	display: block;
}

.newexplore__tab__item .ess {
	transition: 1s all ease;
	opacity: 0.9;
	text-align: left;
}

.newexplore__tab__item .ess:hover {
	transform: scale(1.05);
	opacity: 1;
}

.newexplore__tab__item .ess:hover .img::after {
	opacity: 1;
}

.newexplore__tab__item .ess a {
	color: #ffffff;
}

.newexplore__tab__item .ess a span {
	display: block;
}

.newexplore__tab__item .ess a span.title {
	font-weight: bold;
	min-height: 50px;
}

.newexplore__tab__item .ess a span.summary {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.newexplore__tab__item .ess a span.img {
	position: relative;
	display: block;
}

.newexplore__tab__item .ess a span.img::after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: url("../images/play.svg") center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}