@media (min-width:1600px) {
	.por-container {
		max-width: 1360px;
	}
}

@media (max-width:1023px) {
	.hidden-m {
		display: none !important
	}
}

@media (min-width:1024px) {
	.hidden-pc {
		display: none !important
	}
}

#content em {
	color:#f60;
	font-style: normal
}

.section {
	padding: 80px 0
}
.zdp0{padding: 0;}
.section-merge-spacing {
	padding-top: 0
}

.section-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1310px;
	padding-left: 15px;
	padding-right: 15px
}

.section-head {
	padding-bottom: 66px;
	text-align: center
}

.section-head-title {
	color: #252b3a;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px
}

.section-head-subtitle {
	color: #575d6c;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 14px
}

.section-head-subtitle a {
	margin-left: 1em;
	-webkit-transition: .2s;
	transition: .2s
}

.section-head-subtitle a i {
	margin-top: -4px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	vertical-align: middle
}

.section-head-subtitle a:hover {
	color: var(--zdztxz)
}

.section-head-subtitle a:hover i {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.section-head[data-theme=light] .section-head-subtitle,
.section-head[data-theme=light] .section-head-title {
	color: #fff
}

.section-more {
	font-size: 0
}

.section-more a {
	color: #252b3a;
	font-size: 14px;
	line-height: 18px
}

.section-more a i {
	display: inline-block;
	height: 6px;
	margin-left: 10px;
	margin-top: -4px;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
	vertical-align: middle;
	width: 28px
}

.section-more a i:before {
	width: 100%
}

.section-more a i:after,
.section-more a i:before {
	border-bottom: 1px solid;
	border-radius: 1px;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0
}

.section-more a i:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	width: 6px
}

.section-more a:hover i {
	-webkit-transform: translate(5px);
	transform: translate(5px)
}

@media (max-width:1023px) {
	.section {
		padding-bottom: 28px;
		padding-top: 28px
	}

	.section-merge-spacing {
		padding-top: 0
	}

	.section-head {
		padding-bottom: 16px;
		text-align: center
	}

	.section-head-title {
		font-size: 18px;
		line-height: 22px
	}

	.section-head-subtitle {
		font-size: 12px;
		line-height: 18px;
		margin-top: 8px
	}
}

@media (min-width:1024px) {
	.element-entrance-container {
		background: #f2f2f2;
		margin: 20px;
		padding: 10px;
		text-align: center
	}

	.element-entrance-1 {
		-webkit-transition: .5s;
		transition: .5s
	}

	.element-entrance-1.ee-out {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	.element-entrance-1.ee-enter {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	.element-entrance-2 {
		-webkit-transition: .5s;
		transition: .5s
	}

	.element-entrance-2.ee-out {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	.element-entrance-2.ee-enter {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media (min-width:768px) {
	.banner {
		position: relative
	}

	.banner .por-btn-lg-middle {
		line-height: 30px
	}

	.banner .banner-container {
		height: 600px;
		position: relative
	}

	.banner .carousel-wrapper {
		background: #f5f5f6;
		background-position: 50%;
		background-size: cover;
		height: 100%;
		position: relative;
		width: 100%
	}

	.banner .carousel-container {
		background: none !important
	}

	.banner .carousel-slide {
		background-image: none !important;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		visibility: hidden;
		width: 100%
	}

	.banner .carousel-slide-current {
		opacity: 1;
		visibility: visible
	}

	.banner .carousel-slide-current a {
		z-index: 2
	}

	.banner .carousel-slide-active {
		opacity: 1;
		visibility: visible;
		z-index: 1
	}

	.banner .carousel-indicator-wrapper {
		bottom: 138px;
		font-size: 0;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		width: 100%
	}

	.banner .carousel-indicator {
		cursor: pointer;
		display: inline-block;
		padding: 5px 3px;
		position: relative;
		z-index: 99
	}

	.banner .carousel-indicator span {
		background: rgba(0, 0, 0, .15);
		display: block;
		height: 2px;
		opacity: .7;
		-webkit-transition: .2s;
		transition: .2s;
		width: 40px
	}

	.banner .carousel-indicator:first-child {
		margin-left: -3px
	}

	.banner .carousel-indicator:hover span {
		background: #252b3a
	}

	.banner .carousel-indicator-active span {
		background: #252b3a;
		opacity: 1
	}

	.banner .banner-content {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
		position: relative
	}

	.banner .banner-content-bg {
		background-position: 50%;
		background-size: cover;
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition-duration: 0ms;
		transition-duration: 0ms;
		z-index: 0
	}

	.banner .banner-content-bg video {
		-o-object-fit: cover;
		object-fit: cover;
		opacity: 0
	}

	.banner .banner-content-bg video,
	.banner .banner-content-bg-video,
	.banner .banner-content-bg-video video {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
	}

	.banner .banner-content-bg-video video {
		-o-object-fit: cover;
		object-fit: cover
	}

	.banner .banner-content-inner {
		display: block;
		height: 100%;
		position: relative;
		z-index: 1
	}

	.banner .banner-content-main {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1300px;
		width: 100%
	}

	.banner .banner-content-main-inner {
		height: 100%;
		position: relative
	}

	.banner .banner-content-main-inner:after,
	.banner .banner-content-main-inner:before {
		clear: both;
		content: "";
		display: table
	}

	.banner .banner-text {
		margin-top: 170px;
		width: 60%
	}

	.banner .banner-text .banner-text-tag {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 16px
	}

	.banner .banner-text .img {
		height: 24px
	}

	.banner .banner-text .text {
		color: #252b3a;
		font-size: 20px;
		letter-spacing: 0;
		line-height: 24px
	}

	.banner .banner-text .tag-wrapper {
		background-color: #2468f2;
		border-radius: 2px;
		height: 24px;
		margin-left: 8px
	}

	.banner .banner-text .tag-text {
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		padding: 3px 8px;
		text-align: left
	}

	.banner .banner-text h5 {
		color: #252b3a;
		font-size: 52px;
		font-weight: 700;
		line-height: 66px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.banner .banner-text h5+p {
		margin-top: 12px
	}

	.banner .banner-text p {
		color: #252b3a;
		font-size: 18px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.banner .banner-text-btn-wrapper {
		margin-top: 32px
	}

	.banner .banner-learn-more {
		color: #252b3a;
		font-size: 18px;
		line-height: 24px
	}

	.banner .banner-learn-more i {
		border-radius: 1px;
		border-top: 1px solid;
		display: inline-block;
		margin-left: 13px;
		-webkit-transition: .2s;
		transition: .2s;
		vertical-align: middle;
		width: 27px
	}

	.banner .banner-learn-more i:before {
		border-bottom: 1px solid;
		border-radius: 1px;
		content: "";
		float: right;
		margin-top: -1px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right center;
		transform-origin: right center;
		width: 7px
	}

	.banner .banner-learn-more:hover i {
		-webkit-transform: translate(5px);
		transform: translate(5px)
	}

	.banner .banner-text-mb {
		display: none
	}

	.banner .banner-icon {
		bottom: 0;
		height: 100%;
		left: 66.796875%;
		margin: auto;
		position: absolute;
		top: 0;
		width: 430px
	}

	.banner .banner-icon-cover,
	.banner .banner-icon-default {
		bottom: -1000px;
		display: block;
		margin: auto;
		position: absolute;
		top: -1050px;
		width: 100%
	}

	.banner .banner-icon-default {
		z-index: 1
	}

	.banner .banner-icon-cover {
		z-index: 0
	}

	.banner [data-enter-transition=banner-text-enter] {
		opacity: 0
	}

	.banner .banner-text-enter {
		opacity: 1;
		-webkit-transition: .15s;
		transition: .15s
	}

	.banner [data-enter-transition=banner-btn-enter],
	.banner [data-enter-transition=banner-subtitle-enter],
	.banner [data-enter-transition=banner-tag-enter],
	.banner [data-enter-transition=banner-title-enter] {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}

	.banner .banner-btn-enter,
	.banner .banner-subtitle-enter,
	.banner .banner-tag-enter,
	.banner .banner-title-enter {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.banner .banner-tag-enter,
	.banner .banner-tag-exit {
		-webkit-transition: .6s ease-out;
		transition: .6s ease-out
	}

	.banner .banner-subtitle-enter,
	.banner .banner-subtitle-exit,
	.banner .banner-title-enter,
	.banner .banner-title-exit {
		-webkit-transition: .6s ease-out .1s;
		transition: .6s ease-out .1s
	}

	.banner .banner-btn-enter,
	.banner .banner-btn-exit {
		-webkit-transition: .6s ease-out .3s;
		transition: .6s ease-out .3s
	}

	.banner .banner-btn-exit,
	.banner .banner-subtitle-exit,
	.banner .banner-tag-exit,
	.banner .banner-title-exit {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px)
	}

	.banner [data-enter-transition=banner-icon-default-enter] {
		opacity: 0
	}

	.banner .banner-icon-default-enter {
		opacity: 1;
		-webkit-transition: .8s;
		transition: .8s
	}

	.banner [data-enter-transition=banner-icon-cover-enter] {
		opacity: 0
	}

	.banner .banner-icon-cover-enter {
		opacity: 1;
		-webkit-transition: .8s;
		transition: .8s
	}

	.banner .banner-exit-none {
		opacity: 1
	}

	@-webkit-keyframes fadeOut {
		0% {
			opacity: 1
		}

		to {
			opacity: 0
		}
	}

	@keyframes fadeOut {
		0% {
			opacity: 1
		}

		to {
			opacity: 0
		}
	}

	.banner .banner-fadeOut {
		-webkit-animation: fadeOut .35s forwards;
		animation: fadeOut .35s forwards
	}

	.banner [data-enter-transition=banner-trans-fadeInUp] {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}

	.banner .banner-trans-fadeInUp {
		opacity: 1
	}

	.banner .banner-trans-fadeInUp,
	.banner .banner-trans-fadeOut {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: .5s;
		transition: .5s
	}

	.banner .banner-trans-fadeOut {
		opacity: 0
	}

	.banner [data-enter-transition=banner-trans-fadeInLeft] {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	.banner .banner-trans-fadeInLeft {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: 1s;
		transition: 1s
	}

	.banner .banner-trans-fadeOutLeft {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
		-webkit-transition: 1s;
		transition: 1s
	}

	.banner .banner-products {
		bottom: 0;
		left: 0;
		padding-bottom: 30px;
		position: absolute;
		right: 0;
		z-index: 2
	}

	.banner .banner-products .section-head {
		display: none
	}

	.banner .banner-products ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		max-width: 1440px;
		width: 100%
	}

	.banner .banner-product {
		display: block;
		padding-bottom: 8px;
		text-align: center;
		width: 100px
	}

	.banner .banner-product i {
		background-position: 0 top;
		background-size: 100% auto;
		display: block;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		width: 100px
	}

	.banner .banner-product p {
		color: #333;
		font-size: 14px;
		line-height: 22px;
		margin-left: -10px;
		margin-right: -10px;
		-webkit-transition: .2s;
		transition: .2s
	}

	.banner .banner-product:hover p {
		font-weight: 700
	}

	.banner .img-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: calc(100% - 100px);
		min-height: calc(100% - 100px)
	}

	.banner .img-wrapper .banner-img {
		width: 60%
	}

	.banner .img-wrapper .banner-img img {
		height: 100%;
		width: 100%
	}

	.events-container {
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		background: hsla(0, 0%, 100%, .5);
		bottom: 0;
		height: 100px;
		position: absolute;
		width: 100%;
		z-index: 99
	}

	.events-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		height: 100%;
		justify-content: space-between
	}

	.event-item,
	.events-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.event-item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 20%;
		padding: 0 8px;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
.event-item:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
	z-index: 1
}
	.event-icon {
		height: 66px;
		width: 66px;
		margin-right: 8px;
	}

	.event-icon,
	.event-icon i {
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.event-icon i {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMABAkNEZ3G9NYAAAEiSURBVHja7dXBjYMwEIXhcQeedGDSwUIHuP+aFmLDWAuHPbwcovyfFCm3p/EbbAMAAAAAAAAAAAAAAAAAAAAAAAAA4KuljXve2Jvk7IO3BEVCxMinSH6VkrQL8+4xbYp32r6PgFDER5asZ9ykmCzFd9PLc978tP+tF+VhPcq0mbuYJYtSzjnmwTmLaJA+x3Pe1VrX+TizIuv+FdLrWGrTQsoeIsvwyGjWPoqs+iGkntYIkV1arZLlGqKfpA4+cZK+XdFJrJduu44V/rtd8Z2I12u5brDyTby7VpQvV4rL63p1ZdPIKZ6sQWkZkSKoPlKkT2NI3nsJ7m1/dZOY+elR/GTRuiTGm1LK/jsyTCr7jWRyyUPsrt7QxqdLjQEAAAD4j1/YLGMmwnJ3BAAAAABJRU5ErkJggg==);
		height: 100%;
		width: 100%;
		display: inline-block;
	}

	.event-content {
		text-align: left;
		max-width: 75%
	}

	.event-title {
		font-size: 16px;
		font-weight: 700;
		height: 24px;
		line-height: 24px;
		margin-bottom: 5px;
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.event-desc,
	.event-title {
		color: #252b3a;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.event-desc {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		width: 100%
	}

	.event-item:hover .event-icon i {
		height: 80%;
		width: 80%
	}

	.event-item:hover .event-title {
		color:var(--zdztxz);
	}
}

@media (min-width:768px) and (max-width:1600px) {
	.banner .banner-content-main {
		max-width: 1280px
	}
}

@media (min-width:768px) and (max-width:1439px) {
	.banner .banner-content-main {
		max-width: 1200px
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.banner .banner-content-main {
		max-width: none;
		padding-left: 3%;
		padding-right: 3%
	}
}

@media (min-width:768px) and (max-width:1600px) {
	.banner .banner-products ul {
		max-width: 1280px
	}
}

@media (min-width:768px) and (max-width:1439px) {
	.banner .banner-products ul {
		max-width: 1200px
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.banner .banner-products ul {
		max-width: none;
		padding-left: 3%;
		padding-right: 3%
	}
}

@media (min-width:768px) and (min-width:1921px) {
	.banner .banner-content-main-inner {
		position: static
	}

	.banner .banner-icon {
		left: 61.19791667%;
		width: 22.39583333%
	}
}

@media (min-width:768px) and (max-width:1599px) {
	.banner .banner-container {
		height: 520px
	}

	.banner .banner-content-main-inner {
		position: static
	}

	.banner .carousel-indicator-wrapper {
		bottom: 105px
	}

	.banner .banner-text {
		margin-top: 158px;
		width: 55%
	}

	.banner .banner-text h5 {
		font-size: 33px;
		line-height: 36px
	}

	.banner .banner-text h5+p {
		margin-top: 12px
	}

	.banner .banner-text p {
		font-size: 14px;
		line-height: 18px
	}

	.banner .banner-learn-more {
		font-size: 16px;
		line-height: 24px
	}

	.banner .banner-icon {
		left: 61.19791667%;
		width: 22.39583333%
	}

	.banner .img-wrapper {
		height: calc(100% - 90px);
		min-height: calc(100% - 90px)
	}

	.banner .img-wrapper .banner-img {
		width: 45%
	}
}

@media (min-width:768px) and (max-width:1446px) {
	.banner .banner-icon {
		left: calc(50% + 157px);
		width: 334px
	}
}

@media (min-width:768px) and (max-width:1376px) {
	.banner .banner-icon {
		left: calc(50% + 162px);
		width: 301px
	}

	.banner .banner-icon-cover,
	.banner .banner-icon-default {
		top: -1030px
	}

	.banner .banner-container {
		height: 500px
	}

	.banner .banner-text {
		margin-left: 40px;
		margin-top: 178px
	}

	.banner .banner-text .banner-text-tag {
		margin-bottom: 8px
	}

	.banner .banner-text .banner-title+p {
		margin-top: 8px
	}

	.banner .banner-text .banner-text-btn-wrapper {
		margin-top: 16px
	}

	.banner .carousel-indicator-wrapper {
		bottom: 95px
	}

	.banner .img-wrapper {
		margin-left: 40px
	}

	.banner .img-wrapper .banner-img {
		width: 55%
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.banner .banner-container {
		height: 450px
	}

	.banner .banner-text {
		margin-left: 40px;
		margin-top: 188px
	}

	.banner .banner-text .text {
		font-size: 18px;
		line-height: 22px
	}

	.banner .banner-text .tag-wrapper {
		height: 22px
	}

	.banner .banner-text .tag-text {
		font-size: 12px;
		padding: 2px 8px
	}

	.banner .banner-text .banner-text-btn-wrapper {
		margin-top: 15px
	}

	.banner .banner-text h5 {
		font-size: 28px;
		line-height: 33px
	}

	.banner .banner-text p {
		font-size: 12px;
		line-height: 16px
	}

	.banner .banner-text .por-btn-large {
		font-size: 12px;
		height: 32px;
		line-height: 30px;
		padding-left: 24px;
		padding-right: 24px
	}

	.banner .banner-icon {
		left: 62.5%;
		width: 19.43151596%
	}

	.banner .banner-text-btn-wrapper {
		margin-top: 24px
	}

	.banner .carousel-indicator-wrapper {
		bottom: 75px
	}

	.banner .banner-learn-more {
		font-size: 14px;
		line-height: 22px
	}

	.banner .img-wrapper {
		height: calc(100% - 60px);
		min-height: calc(100% - 60px)
	}

	.banner .img-wrapper .banner-img {
		width: 55%
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.banner .banner-container {
		height: 450px
	}

	.banner .banner-text-more {
		margin-top: 12px
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.banner .carousel-indicator-wrapper {
		bottom: 75px
	}

	.banner .banner-icon {
		left: calc(50% + 130px);
		width: 197px
	}

	.banner .img-wrapper .banner-img {
		width: 60%
	}
}

@media (min-width:768px) and (max-width:1599px) {
	.event-icon {
		height: 90px;
		margin-left: 0;
		width: 90px
	}

	.event-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 4px
	}

	.events-container {
		height: 90px
	}
}

@media (min-width:768px) and (max-width:1376px) {
	.events-container {
		height: 80px
	}

	.event-icon {
		height: 80px;
		margin-left: 10px;
		width: 80px
	}

	.event-title {
		font-size: 16px
	}
}

@media (min-width:768px) and (max-width:1279px) {
	.events-container {
		height: 60px
	}

	.event-icon {
		height: 60px;
		margin-left: 10px;
		width: 60px
	}

	.event-desc {
		display: none
	}

	.event-title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0
	}

	.img-wrapper {
		height: calc(100% - 60px)
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.event-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		max-width: 20%;
		padding: 0
	}

	.event-icon {
		height: 60px;
		margin-left: -10px;
		width: 60px
	}

	.event-title {
		font-size: 14px;
		margin-bottom: 0
	}

	.event-desc {
		display: none
	}
}

@media (max-width:767px) {
	.banner {
		height: 106.66667vw
	}

	.carousel-slide {
		position: relative
	}

	.carousel-slide img {
		display: block;
		height: 100%;
		width: 100%
	}

	.carousel-wrapper {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: none !important
	}

	.banner-container:not(.init-img) .carousel-slide {
		background-size: cover;
		height: 106.66666667vw;
		overflow: hidden
	}

	.banner-container {
		background-size: cover;
		height: calc(106.66667vw - 80px);
		position: relative
	}

	.banner-icon,
	.banner-text-more {
		display: none
	}

	.banner-text {
		color: #252b3a;
		left: 0;
		margin-top: 24px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0
	}

	.banner-text h5 {
		font-size: 24px;
		line-height: 30px;
		padding-left: 30px;
		padding-right: 30px
	}

	.banner-text h5+p {
		margin-top: 4px
	}

	.banner-text p {
		font-size: 14px;
		line-height: 22px;
		padding-left: 30px;
		padding-right: 30px
	}

	.banner-content-bg,
	.banner-text-pc,
	.img-wrapper {
		display: none
	}

	.banner-text-mb {
		display: block
	}

	.banner-container .carousel-indicator-wrapper {
		bottom: 17px;
		font-size: 0;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		z-index: 999
	}

	.banner-container.swiper-container {
		overflow: visible
	}

	.banner-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		background: rgba(0, 0, 0, .15);
		border-radius: 0;
		height: 2px;
		margin-left: 2px;
		margin-right: 2px;
		opacity: .4;
		width: 24px
	}

	.banner-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #252b3a;
		opacity: 1
	}

	.banner-products {
		padding: 28px 18px 16px
	}

	.banner-products ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -16px;
		margin-right: -16px;
		overflow: hidden
	}

	.banner-products li {
		padding-left: 16px;
		padding-right: 16px;
		width: 25%
	}

	.banner-product {
		display: block;
		padding-bottom: 12px;
		text-align: center
	}

	.banner-product i {
		background-position: 0 top;
		background-size: 100% auto;
		display: block;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		width: 60px
	}

	.banner-product p {
		color: #333;
		font-size: 12px;
		line-height: 18px;
		margin-top: 4px
	}

	.events-container {
		background: #f9fafc;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 80px;
		overflow: hidden;
		width: 100%
	}

	.events-container .events-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 100%;
		padding: 0;
		position: relative
	}

	.events-container .events-wrapper:after {
		border-top: 1px solid #dfe1e6;
		content: "";
		display: inline-block;
		position: absolute;
		top: 40px;
		width: 100%
	}

	.events-container .event-item {
		display: none;
		width: 50%
	}

	.events-container .event-item.show-mb {
		display: inline-block
	}

	.events-container .event-item .event-icon {
		background-size: 100% 100%;
		display: none;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 50px
	}

	.events-container .event-item .event-icon i {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADIBAMAAABfdrOtAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMABAkNEZ3G9NYAAAEiSURBVHja7dXBjYMwEIXhcQeedGDSwUIHuP+aFmLDWAuHPbwcovyfFCm3p/EbbAMAAAAAAAAAAAAAAAAAAAAAAAAA4KuljXve2Jvk7IO3BEVCxMinSH6VkrQL8+4xbYp32r6PgFDER5asZ9ykmCzFd9PLc978tP+tF+VhPcq0mbuYJYtSzjnmwTmLaJA+x3Pe1VrX+TizIuv+FdLrWGrTQsoeIsvwyGjWPoqs+iGkntYIkV1arZLlGqKfpA4+cZK+XdFJrJduu44V/rtd8Z2I12u5brDyTby7VpQvV4rL63p1ZdPIKZ6sQWkZkSKoPlKkT2NI3nsJ7m1/dZOY+elR/GTRuiTGm1LK/jsyTCr7jWRyyUPsrt7QxqdLjQEAAAD4j1/YLGMmwnJ3BAAAAABJRU5ErkJggg==);
		background-size: 100% 100%;
		display: none;
		height: 50px;
		width: 50px
	}

	.events-container .event-item .event-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 40px;
		justify-content: center
	}

	.events-container .event-item .event-content .event-title {
		color: #252b3a;
		font-size: 12px;
		height: 18px;
		line-height: 18px;
		overflow: hidden;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.events-container .event-item .event-content .event-desc {
		display: none
	}
}

.immersion-banner-container {
	cursor: pointer;
	height: 100vh;
	max-height: 840px;
	min-height: 330px;
	position: relative;
	top: 0
}

.immersion-banner-container .immersion-banner-link {
	background: transparent;
	display: inline-block;
	height: 100vh;
	width: 100%
}

.immersion-banner-container .immersion-banner-fixed {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(100vh - 75px);
	justify-content: center;
	left: 0;
	max-height: 865px;
	min-height: 330px;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: fixed;
	top: 75px;
	width: 100%
}

.immersion-banner-container.video,
.immersion-banner-container.video .immersion-banner-fixed {
	height: 0;
	padding-bottom: 43.75%
}

.immersion-banner-container .immersion-banner-content-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: calc(100% - 100px);
	left: 50%;
	margin: 0 auto;
	max-height: 840px;
	min-height: 330px;
	position: fixed;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 100%
}

.immersion-banner-container .immersion-banner-content {
	background-repeat: no-repeat;
	background-size: contain;
	height: 305px;
	min-height: 200px;
	width: 490px
}

.immersion-banner-container .immersion-banner-bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	margin: 0 auto;
	max-height: 940px;
	min-width: 100%;
	width: auto
}

.immersion-banner-container .immersion-banner-bg-mb {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	width: 100%
}

@media (max-width:768px) {

	.immersion-banner-container .immersion-banner-bg,
	.immersion-banner-container .immersion-banner-video {
		display: none
	}

	.immersion-banner-container .immersion-banner-bg-mb {
		display: block;
		max-height: 1024px
	}
}

.immersion-banner-container .immersion-banner-video {
	left: 0;
	margin-top: -25px;
	position: absolute;
	top: 0;
	width: 100% !important
}

.immersion-banner-container .immersion-banner-activity {
	bottom: calc(6% - 25px);
	height: 236px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 1440px
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-icon {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	height: 100%;
	width: 325px
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	justify-content: space-between;
	margin-left: -15px;
	width: 1025px
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-pack: distribute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-around
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: hsla(0, 0%, 100%, .6);
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 32px;
	justify-content: center;
	line-height: 32px;
	max-width: 176px;
	min-width: 166px;
	overflow: hidden;
	padding: 0 8px;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap
}

@media (max-width:1376px) {
	.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		max-width: 140px;
		min-width: auto
	}
}

@media (max-width:1279px) {
	.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		max-width: 120px
	}
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a .por-icon {
	margin-left: 5px
}

.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links .link-column a+a {
	margin-top: 8px
}

@media (max-width:1376px) {
	.immersion-banner-container .immersion-banner-activity {
		height: 188.8px;
		width: 1152px
	}

	.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-icon {
		width: 260px
	}

	.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links {
		width: 816px
	}
}

@media (max-width:1279px) {
	.immersion-banner-container .immersion-banner-activity {
		height: 169.92px;
		width: 1036.8px
	}

	.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-icon {
		width: 234px
	}

	.immersion-banner-container .immersion-banner-activity .immersion-banner-activity-bg .immersion-banner-activity-links {
		width: 734.4px
	}
}

@media (max-width:1024px) {
	.immersion-banner-container .immersion-banner-activity {
		display: none
	}

	.immersion-banner-container .immersion-banner-video {
		margin-top: 25px
	}
}

@media (max-width:768px) {
	.immersion-banner-container .immersion-banner-content-wrapper {
		display: none
	}
}

.immersion-banner-container .immersion-banner-mask {
	background: transparent;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%
}

@media (min-width:1921px) {
	.immersion-banner-container {
		height: 0;
		padding-bottom: 43.7%
	}

	.immersion-banner-container .immersion-banner-fixed,
	.immersion-banner-container .immersion-banner-fixed .immersion-banner-bg {
		height: 0;
		padding-bottom: 45%
	}

	.immersion-banner-container .immersion-banner-fixed .immersion-banner-activity {
		bottom: calc(10% - 25px)
	}

	.immersion-banner-container .immersion-banner-content-wrapper {
		max-height: none
	}
}

@media (max-width:1280px) {
	.immersion-banner-container .immersion-banner-content {
		height: 36.30952%
	}
}

@media (max-width:1024px) {
	.immersion-banner-container .immersion-banner-fixed {
		top: 110px
	}
}

@media (max-width:768px) {
	.immersion-banner-container {
		height: 100vh;
		max-height: 1024px
	}

	.immersion-banner-container.video,
	.immersion-banner-container.video .immersion-banner-fixed {
		height: 100vh;
		padding-bottom: 0
	}

	.immersion-banner-container .immersion-banner-fixed {
		height: 100vh;
		max-height: 1024px;
		padding-bottom: 0;
		top: 48px
	}

	.immersion-banner-container .immersion-banner-fixed .immersion-banner-bg {
		height: 100vh;
		padding-bottom: 0
	}
}

.section-group-product {
	background-repeat: no-repeat;
	background-size: 1920px auto;
	position: relative
}

@media (min-width:1920px) {
	.section-group-product {
		background-size: cover
	}
}

.section-product {
	position: relative
}

.section-product .por-container {
	position: relative;
	z-index: 1
}

.section-product-bg {
	background-position: bottom;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

@media (min-width:1920px) {
	.section-product-bg {
		background-size: 100% auto
	}
}
.product-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-tag {
	background: #2468f2;
	border: 1px solid #2468f2;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	height: 18px;
	line-height: 16px;
	padding: 0 4px;
	vertical-align: middle
}

.product-tag-outline {
	background-color: transparent;
	color: #2468f2;
	padding: 0 8px
}

.product-tag-outline-grey {
	background-color: transparent;
	border-color: #adb0b8;
	color: #8a8e99;
	padding: 0 8px
}

.product-label-hot {
	margin-bottom: 3px;
	margin-left: 4px
}

.product-label-angel {
	height: 66px;
	overflow: hidden;
	padding-top: 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 66px
}

.product-label-angel span {
	color: #fff;
	display: block;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	margin: 0 -67px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	width: 200px
}

.product-label-angel-red span {
	background-color: #2468f2
}

.product-label-angel-orange span {
	background-color: #fa9841
}

.product-label-angel-blue span {
	background-color: #5e7ce0
}

.product-nav {
	background: #fff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 700px;
	padding-top: 14px;
	position: relative;
	width: 20.83333333%;
	border-radius: 15px;
	margin-bottom: 18px;
}

.product-wrapper {
	position: relative;
	width: 79.16666667%
}

@media (max-width:1440px) {
	.product-nav {
		width: 21.875%;
	}

	.product-wrapper {
		width: 78.125%
	}
}

.product-nav-menu {
	margin-bottom: 5px;
	position: relative
}

.product-nav-menu-inner {
	color: #252b3a;
	font-size: 16px;
	line-height: 20px;
	padding: 25px 16px 25px 32px;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s
}

.product-nav-menu-inner:before {
	border-right: 3px solid var(--zdztxz);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.product-nav-menu.active .product-nav-menu-inner {
	background-image: linear-gradient(98deg, #f8f8f8 27%, rgba(241, 244, 249, 0));
	font-weight: 700
}

.product-nav-menu.active .product-nav-menu-inner:before {
	opacity: 1
}
.pro-xbt{position: relative;
    margin-top: 10px;}
.pro-xbt a{font-size: 14px;
    font-weight: 500;
    color: #888;
	    border-right: 1px solid #ddd;
	    padding-right: 10px;
	    margin-right: 12px;}
.pro-xbt a:last-child{
			    border-right: none;
			    padding-right: 0;
			    margin-right: 0;}
.product-nav-more {
	bottom: 24px;
	left: 32px;
	position: absolute
}

.product-nav-more a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #252b3a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: .2s;
	transition: .2s
}

.product-nav-more a:hover {
	color: var(--zdztxz)
}

.product-nav-more i {
	color: inherit;
	font-size: 16px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.product-nav-more a:hover i {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.product-content:not(.show) {
	display: none
}

.product-content {
	height: 100%
}

.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%
}

.product-list>li {
	background: #fff;
	height: auto;
	width: calc(33.33% - 18px);
	margin: 0 0 18px 18px;
	border-radius: 15px;
	    flex-grow: 1;
		    flex-direction: column;
		    justify-content: space-between;
}
.product-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: 50%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 25px;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 15px;
}

.product-card i {
	background-size: cover;
	display: block;
	font-size: 45px;
	height: 45px;
	margin-bottom: 8px;
	width: 45px;
	float: left;
	margin-right: 8px;
}

.product-card h5 {
	color: #252b3a;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.product-card h5 .product-tag {
	margin-left: 4px;
	margin-right: -46px;
	margin-top: -4px
}

.product-card p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #575d6c;
	display: -webkit-box;
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden
}

.product-card .product-btns,
.product-card .product-price,
.product-card p {
	margin-bottom: 12px
}

.product-card .product-btns:last-child,
.product-card .product-labels:last-child,
.product-card .product-price:last-child,
.product-card p:last-child {
	margin-bottom: 0
}
.product-card-inner{width: 100%;}
.section-product .zd-hmbot,.section-company .zd-hmbot{display: flex;
    justify-content: space-between;
    align-items: center;}
.product-card:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
	z-index: 1
}

@media (max-width:1180px) {
	.product-card h5 {
		font-size: 14px
	}

	.product-card .product-card-inner {
		width: 100%
	}
}

.product-labels .product-tag {
	margin-right: 4px;
}

.product-price {
	color: #575d6c;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden
}

.product-price em {
	color:var(--zdzzts);
	font-style: normal;
	font-weight: 700
}

.product-price span,
.product-price strong {
	font-size: 20px;
	line-height: 20px
}

.product-price p {
	display: inline;
	font-size: 12px;
	line-height: 1
}

.product-card-more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #252b3a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0;
	-webkit-transition: .2s;
	transition: .2s
}

.product-card:hover .product-card-more {
	color: #2468f2
}

.product-card:hover .product-card-more .por-icon {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.product-card-more .por-icon {
	color: inherit;
	font-size: 16px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.product-mb-container {
	display: none
}

@media (max-width:1023px) {
	.section-group-product {
		background-image: none !important
	}

	.section-product {
		background: #f5f5f6;
		background-size: 100% 100%
	}

	.section-product .product-container {
		display: none
	}

	.product-mb-container {
		background-color: #fff;
		display: block
	}

	.product-m-tab,
	.product-m-tab a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.product-m-tab a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 1px solid #dfe1e6;
		color: #252b3a;
		font-weight: 700;
		height: 60px;
		padding-left: 16px;
		padding-right: 16px;
		position: relative;
		width: 100%
	}

	.product-m-tab a:before {
		border-bottom: 2px solid #2468f2;
		bottom: 0;
		content: "";
		left: -1px;
		opacity: 0;
		position: absolute;
		right: -1px;
		-webkit-transition: .2s;
		transition: .2s
	}
.product-m-tab .por-icon-down {
    position: absolute;
    right: 0;
    font-size: 20px;
}
.product-m-tab .active .por-icon-down {
    -webkit-transform: rotateX(
180deg);
    transform: rotateX(
180deg);
}
	.product-m-tab a i {
		color: inherit;
		font-size: 24px;
		height: 24px;
		margin-right: 10px;
		width: 24px
	}

	.product-m-tab a+a {
		border-left: none
	}

	.product-m-tab a.active:before {
		opacity: 1
	}

	.product-m-tab-wrapper+.product-m-tab {
		margin-top: -1px
	}

	.product-m-tab-wrapper {
		border-left: 1px solid #dfe1e6;
		border-right: 1px solid #dfe1e6;
		overflow: hidden;
		-webkit-transition: .35s;
		transition: .35s
	}

	.product-m-tab-content {
		padding: 5px 15px
	}

	.product-m-tab-content:not(.show) {
		display: none
	}

	.product-m-card {
		display: block;
		padding: 10px 0
	}

	.product-m-card h5 {
		color: #252b3a;
		font-size: 14px;
		font-weight: 500
	}

	.product-m-card h5,
	.product-m-card p {
		line-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.product-m-card p {
		color: #575d6c;
		font-size: 12px;
		margin-top: 4px
	}

	.product-mb-more {
		padding-top: 16px;
		text-align: center
	}
}

@media (min-width:1024px) {
	.section-company .por-collapse-container {
		border: none
	}

	.section-company .por-collapse-trigger {
		display: none
	}

	.section-company .por-collapse {
		display: block
	}

	.section-company .por-tab-wrapper {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 17px
	}

	.section-company .section-head {
		padding-bottom: 13px
	}
}

@media (max-width:1023px) {
	.section-company .por-collapse-container {
		background: #fff;
		margin-top: -1px
	}

	.section-company .por-tab {
		display: none
	}

	.section-company .por-tab-wrapper {
		padding-top: 0
	}

	.section-company .por-tab-content {
		display: block
	}
}

.section-company .preload {
	height: 0;
	opacity: 0;
	width: 0
}

.section-company .por-tab-text {
	font-size: 16px
}

.section-company .product-container {
	height: 500px
}

.section-company .product-nav {
	height: 100%;
	min-height: auto
}

.section-company .product-nav-more {
	position: static
}

.section-company .product-recommends>li {
	height:calc(50% - 9px)
}

.company-nav-text {
	padding: 14px 24px 0
}

.company-nav-text ul {
	margin-bottom: 24px
}

.company-nav-text li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #252b3a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 3px;
	padding-top: 3px
}
.company-nav-text li span {
	color: #575d6c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.company-nav-title {
	color: #252b3a;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 8px
}

.company-nav-desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #575d6c;
	display: -webkit-box;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 12px;
	max-height: 88px;
	overflow: hidden
}

.section-company .market {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 64px
}

@media (min-width:1024px) {
	.section-company .market {
		height: 136px
	}
}

.section-company .market>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section-company .market>ul,
.section-company .market>ul>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.section-company .market-main {
	width: 32.8125%
}

.section-company .market-main p {
	color: #252b3a;
	font-size: 24px;
	line-height: 36px
}

.section-company .market-main .por-btn {
	margin-top: 24px
}

.section-company .market-item {
	color: #252b3a;
	text-align: center
}

.section-company .market-item-desc {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 8px
}

.section-company .market-item-title {
	font-size: 16px;
	line-height: 22px
}

@media (max-width:1023px) {
	.section-company {
		background: #f5f5f6
	}

	.section-company .product-container {
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		height: auto
	}

	.section-company .product-wrapper {
		width: 100%
	}

	.section-company .product-nav {
		background-position: 100%;
		height: auto;
		padding-top: 0;
		width: 100%
	}

	.section-company .company-nav-text {
		padding: 20px 17px;
		width: 67%
	}

	.section-company .company-nav-text ul {
		display: none
	}

	.section-company .company-nav-title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px
	}

	.section-company .company-nav-desc {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px
	}

	.section-company .product-nav-more a {
		font-size: 12px;
		line-height: 18px
	}

	.section-company .product-nav-more a i {
		font-size: 14px
	}

	.section-company .product-recommends {
		display: block;
		padding: 5px 0
	}

	.section-company .product-recommends>li {
		border: none;
		height: auto;
		width: auto
	}

	.section-company .product-recommends .product-card {
		display: block;
		padding: 10px 15px
	}

	.section-company .product-recommends .product-card:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.section-company .product-recommends .product-card-inner>* {
		display: none
	}

	.section-company .product-recommends .product-card-inner>h5,
	.section-company .product-recommends .product-card-inner>p {
		display: block
	}

	.section-company .product-recommends .product-card-inner>h5 {
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		margin-bottom: 4px
	}

	.section-company .product-recommends .product-card-inner>p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.section-company .market {
		margin-top: 28px
	}

	.section-company .market>ul {
		display: none
	}

	.section-company .market-main {
		text-align: center;
		width: 100%
	}

	.section-company .market-main p {
		font-size: 18px;
		font-weight: 500;
		line-height: 22px
	}

	.section-company .market-main .por-btn {
		margin-top: 16px
	}
}

@media (min-width:1024px) {
	.home-solutions .section-body {
		height: auto
	}
}

.home-solutions .solutions-container {
	margin: 0 auto;
	max-width: 1360px;
}

.home-solutions .solutions-container .section-head-subtitle p {
	display: inline-block
}

.home-solutions .solutions-wrapper {
	position: relative
}

.home-solutions .solutions-wrapper .por-carousel {
	margin-left: -8px;
	margin-right: -8px
}

.home-solutions .solutions-next,
.home-solutions .solutions-prev {
	cursor: pointer;
	margin-top: -20px;
	position: absolute;
	top: 50%
}

.home-solutions .solutions-next i,
.home-solutions .solutions-prev i {
	color: #575d6c;
	display: block;
	font-size: 40px
}

.home-solutions .solutions-next.disabled i,
.home-solutions .solutions-prev.disabled i {
	color: #dfe1e6;
	cursor: default
}

.home-solutions .solutions-prev {
	margin-right: 32px;
	right: 100%
}

.home-solutions .solutions-next {
	left: 100%;
	margin-left: 32px
}

@media (max-width:1600px) {
	.home-solutions .solutions-container {
		max-width: 1516px;
		padding-left: 118px;
		padding-right: 118px
	}

	.home-solutions .solutions-prev {
		margin-right: 10px;
		right: 100%
	}

	.home-solutions .solutions-next {
		left: 100%;
		margin-left: 10px
	}
}

@media (max-width:1439px) {
	.home-solutions .solutions-container {
		max-width: calc(1200px + 6%);
		padding-left: 3%;
		padding-right: 3%
	}
}

.home-solutions .solutions-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-solutions .solutions-list>li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: .65s;
	transition: .65s;
	width: 20%
}

.home-solutions .solutions-list li:first-child {
	width: 40%
}

.home-solutions .solutions-list li:nth-child(4)~li {
	margin-top: 16px
}

.home-solutions .solutions-card {
	-webkit-user-drag: none;
	background-position: 0;
	background-size: cover;
	color: #fff;
	display: block;
	height: 275px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.home-solutions .solutions-card-cover,
.home-solutions .solutions-card-cover-mask {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .65s;
	transition: .65s
}

.home-solutions .solutions-card-cover {
	background-position: 0;
	background-size: cover;
	-webkit-box-shadow: rgb(255 255 255 / 70%) 0px -40px 0px inset;
	box-shadow: rgb(255 255 255 / 70%) 0px -70px 0px inset;
}

.home-solutions .solutions-card-text {
	height: auto;
	left: 32px;
	margin-top: 226px;
	position: absolute;
	right: 32px;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .65s;
	transition: .65s
}

.home-solutions .solutions-card-text i {
	background-size: cover;
	color: inherit;
	display: block;
	font-size: 48px;
	height: 48px;
	margin-bottom: 16px;
	width: 48px
}

.home-solutions .solutions-card-text p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 16px;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.home-solutions .solutions-card-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	position: relative
}

@media (max-width:1440px) {
	.home-solutions .solutions-card-title {
		font-size: 18px;
		line-height: 22px
	}
}

@media (max-width:1080px) {
	.home-solutions .solutions-card-title {
		font-size: 16px;
		line-height: 22px
	}
}

.home-solutions .solutions-card-more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 20px;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.home-solutions .solutions-card-more .por-icon {
	color: inherit;
	font-size: 16px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

@media (max-width:1180px) {
	.home-solutions .solutions-card-text {
		left: 18px;
		right: 18px
	}
}

@media (min-width:1024px) {
	.home-solutions .solutions-list li:hover .solutions-card-cover {
		-webkit-filter: blur(6px);
		filter: blur(6px)
	}

	.home-solutions .solutions-list li:hover .solutions-card-cover-mask {
		background: rgba(0, 0, 0, .46)
	}

	.home-solutions .solutions-list li:hover .solutions-card-text {
		margin-top: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.home-solutions .solutions-list li:hover .solutions-card-more,
	.home-solutions .solutions-list li:hover .solutions-card-text p {
		opacity: 1;
		-webkit-transition: .65s .1s;
		transition: .65s .1s
	}

	.home-solutions .solutions-card-more:hover {
		color: #d64a52
	}

	.home-solutions .solutions-card-more:hover .por-icon {
		-webkit-transform: translate(4px);
		transform: translate(4px)
	}
}

@media (max-width:1023px) {
	.home-solutions .solutions-container {
		padding-left: 15px;
		padding-right: 15px
	}

	.home-solutions .por-carousel-pagination,
	.home-solutions .solutions-next,
	.home-solutions .solutions-prev {
		display: none
	}

	.home-solutions .por-carousel-bullet {
		height: 2px;
		margin: 0 2px
	}

	.home-solutions .por-carousel-bullet.active {
		background-color: #252b3a
	}

	.home-solutions .solutions-wrapper {
		overflow: hidden
	}

	.home-solutions .solutions-wrapper .por-carousel {
		margin-left: -2px;
		margin-right: -2px
	}

	.home-solutions .solutions-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0
	}

	.home-solutions .solutions-list>li {
		padding-bottom: 8px;
		padding-left: 0;
		padding-right: 0;
		width: 50%
	}

	.home-solutions .solutions-list+.solutions-list {
		margin-top: 0
	}

	.home-solutions .solutions-list li:first-child {
		width: 100%
	}

	.home-solutions .solutions-list li:nth-child(4)~li {
		margin-top: 0
	}

	.home-solutions .solutions-list li:nth-child(2n) {
		padding-right: 8px
	}

	.home-solutions .solutions-list li:nth-child(7)~li {
		padding-bottom: 0
	}

	.home-solutions .solutions-card {
		height: auto;
		padding: 168px 0 0
	}

	.home-solutions .solutions-card-text {
		height: auto;
		left: 16px;
		margin-top: 0;
		right: 0;
		top: calc(100% - 34px)
	}

	.home-solutions .solutions-card-text i {
		font-size: 32px;
		height: 34px;
		margin: 0 auto 8px;
		width: 34px
	}

	.home-solutions .solutions-card-text p {
		display: none
	}

	.home-solutions .solutions-card-title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0
	}

	.home-solutions .solutions-card-more,
	.home-solutions .solutions-card-title:after {
		display: none
	}
}

@media (min-width:1024px) {
	.home-stack {
		background-image: none !important
	}

	.home-stack .section {
		background-position: 50%;
		background-size: cover;
		padding-bottom: 226px
	}
}

.home-stack .section-body {
	text-align: center
}

@media (max-width:1023px) {
	.home-stack {
		background-position: 50%;
		background-size: cover
	}

	.home-stack .section {
		background-image: none !important;
		padding: 28px 0 112px
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.home-customers {
	color: #fff
}

.home-customers .section {
	background-size: cover;
	position: relative
}

.home-customers .section-head {
	text-align: center
}

.home-customers .customers-bgs {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.home-customers .customers-bg {
	-webkit-animation: fadeIn .4s forwards;
	animation: fadeIn .4s forwards;
	background-position: top;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.home-customers .customers-bg:first-child {
	z-index: 2
}

.home-customers .customers-bg:nth-child(2) {
	z-index: 1
}

.home-customers .customers-bg:nth-child(2)~* {
	visibility: hidden
}

.home-customers .por-container {
	position: relative;
	z-index: 2
}
.home-customers .customers-tab-item {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: -1px;
	padding-bottom: 16px;
	padding-top: 16px;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s
}

.home-customers .customers-tab-item:after {
	background-color: #d64a52;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	-webkit-transition: .2s;
	transition: .2s;
	width: 0
}

.home-customers .customers-tab-item:hover {
	color: #d64a52
}

.home-customers .customers-tab-item.active {
	font-weight: 700
}

.home-customers .customers-tab-item.active:after {
	width: 100%
}

.home-customers .customers-more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: -1px;
	padding-bottom: 16px;
	padding-top: 16px;
	-webkit-transition: .2s;
	transition: .2s
}

.home-customers .customers-more i {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.home-customers .customers-more:hover {
	color: #d64a52
}

.home-customers .customers-more:hover i {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.home-customers .customers-tab-content:not(.show) {
	display: none
}
.home-customers .customers-tab-content {
    display: inline-block;
}
.home-customers .customers-texts {
width: 100%;
}
.home-customers .customers-text {
	max-width: 100%
}

.home-customers .customers-text:not(.show) {
	display: none
}

.home-customers .customers-text-title {
	-webkit-animation: textIn .4s forwards;
	animation: textIn .4s forwards;
	font-weight: 700;
  max-width: 100%;
	margin-bottom: 12px;
	opacity: 0
}

.home-customers .customers-text-title>* {
	display: inline-block;
	vertical-align: middle;
}

.home-customers .customers-text-title>span {
  max-width: 100%;
	font-size: 24px;
	line-height: 34px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-customers .customers-text-title .por-player-btn {
	margin: -20px -56px -20px 16px
}

.home-customers .customers-text-desc {
	-webkit-animation: textIn .4s .1s forwards;
	animation: textIn .4s .1s forwards;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
  opacity: 0;
	max-width: 100%;
}

.home-customers .customers-text-btn {
	-webkit-animation: textIn .4s .15s forwards;
	animation: textIn .4s .15s forwards;
	margin-top: 8px;
	opacity: 0;
	border-radius: 50px;
}

.home-customers .customers-logos {
  overflow: hidden;
  width:100%;
  margin-right: 50px;
}

.home-customers .customers-logo {
	background-color: hsla(0, 0%, 100%, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 140px 60px;
	cursor: pointer;
	float: left;
	height: 80px;
	-webkit-transition: .2s;
	transition: .2s;
	 width:20%;
  margin-right: 18px;
  margin-bottom: 18px;
  border-radius: 15px;
  backdrop-filter: blur(5px);
}

@-webkit-keyframes textIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes textIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@media (max-width:1023px) {
	.home-customers .section {
		background-color: #f5f5f6;
		background-image: none !important
	}

	.home-customers .customers-m-logos {
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.home-customers .customers-m-logo {
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 112px 48px;
		display: block;
		height: 80px;
		width: 50%
	}
}
.home-information .section {
	background-position: 50%;
	background-size: cover
}

.home-information .section-head {
	text-align: center
}

.home-information .information-main {
	padding-bottom: 110px;
	padding-top: 68px;
	position: relative;
	z-index: 1
}

@media (min-width:1024px) {
	.home-information .information-main {
		background-image: none !important
	}
}

.home-information .information-title {
	color: #252b3a;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 12px;
	width: 424px
}

.home-information .information-desc {
	color: #575d6c;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 16px;
	width: 424px
}

.home-information .information-frontground {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -60px;
	height: 379px;
	position: absolute;
	right: 125px;
	-webkit-transition: right .2s;
	transition: right .2s;
	width: 615px
}

@media (min-width:1024px) {
	.home-information .information-frontground:not(.init-parallax) {
		display: none
	}
}

@media (max-width:1180px) {
	.home-information .information-frontground {
		right: 50px
	}
}

@media (max-width:1080px) {
	.home-information .information-frontground {
		right: 0
	}
}

.home-information .information-news {
	position: relative;
	    z-index: 9;
	    display: flex;
}

.home-information .information-news-column {
	    width: calc(33.333% - 12px);
	    background-color: white;
	    border-radius: 15px;
	    margin-right: 18px;
		box-shadow: 0 0 80px rgb(0 0 0 / 5%);
}
.home-information .information-news-column:hover{
		box-shadow: 0 0 80px rgb(0 0 0 / 8%);
}
.home-information .information-news-card {
	padding: 32px;
	text-align: left
}

@media (max-width:1024px) {
	.home-information .information-news-card {
		padding: 24px
	}
}

.home-information .information-news-card-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home-information .information-news-card-title span {
	color: #252b3a;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	-webkit-transition: .2s;
	transition: .2s
}

.home-information .information-news-card-title .por-icon {
	color: #252b3a;
	font-size: 14px;
	margin-left: 8px;
	-webkit-transition: .2s;
	transition: .2s
}

.home-information .information-news-card-title:hover .por-icon,
.home-information .information-news-card-title:hover span {
	color: var(--zdztxz)
}

.home-information .information-news-card-title:hover .por-icon {
	-webkit-transform: translate(4px);
	transform: translate(4px)
}

.home-information .information-news-card-subtitle {
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px
}
.home-information .information-news-card-subtitle .new-ck{
float: right;
}
.home-information .information-news-card-subtitle .new-ck i{
    position: relative;
    top: 2px;
}
.home-information .information-news-card-icon {
	background-size: cover;
	display: block;
	height: 36px;
	margin-right: 12px;
	width: 36px
}

.home-information .information-news-card-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 28px;
	width: 100%;
}

.home-information .information-news-card-list>li {
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
}
.home-information .information-news-card-list a {
	max-width: 70%;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: .2s;
	transition: .2s;
	white-space: nowrap
}
.home-information .information-news-card-list i {
color: #999;
    line-height: 38px;
    font-style: normal;
}
.home-information .information-news-card-list a em {
	color: inherit;
	font-style: normal;
	font-weight: 600
}
.home-information .information-news-card-list>li:hover a,.home-information .information-news-card-list>li:hover i {
	color: var(--zdztxz)
}
@media (max-width:1024px) {
	.home-information .information-news-card-list a {
		font-size: 12px
	}

	.home-information .information-news-card-list li:not(:last-child) {
		margin-right: 10px;
		padding-right: 10px
	}

	.home-information .information-news-card-list li:not(:last-child):after {
		top: 1px
	}
}

@media (max-width:1023px) {
	.home-information {
		background-color: #fff;
		background-position: top;
		background-size: cover
	}

	.home-information .section {
		background-image: none !important
	}

	.home-information .section .section-body {
		border: 1px solid #dfe1e6
	}

	.home-information .information-main {
		background-position: 100% 100%;
		background-size: 100% auto;
		padding: 16px
	}

	.home-information .information-title {
		font-size: 14px;
		font-weight: 800;
		line-height: 18px;
		margin-bottom: 4px
	}

	.home-information .information-desc {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px;
		width: 50%
	}

	.home-information .information-more a {
		font-size: 12px;
		line-height: 18px
	}

	.home-information .information-more span {
		line-height: 18px;
		vertical-align: middle
	}

	.home-information .information-frontground-m {
		background-position: top;
		background-repeat: no-repeat;
		background-size: auto 100%;
		bottom: -100%;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		width: 50%
	}

	.home-information .information-news {
		display: block;
		margin-top: 0
	}

	.home-information .information-news-column {
		width: auto
	}

	.home-information .information-news-column+.information-news-column {
		border-left: none;
		position: relative
	}

	.home-information .information-news-column+.information-news-column:before {
		border-top: 1px solid #dfe1e6;
		content: "";
		left: 15px;
		position: absolute;
		right: 15px;
		top: 0
	}

	.home-information .information-news-card {
		padding: 20px 15px
	}

	.home-information .information-news-card-title span {
		font-size: 14px;
		line-height: 18px
	}

	.home-information .information-news-card-title .por-icon {
		margin-left: 4px
	}

	.home-information .information-news-card-subtitle {
		font-size: 12px;
		line-height: 18px
	}

	.home-information .information-news-card-icon {
		height: 30px;
		margin-right: 12px;
		width: 30px
	}

	.home-information .information-news-card-list {
		margin-top: 16px
	}

	.home-information .information-news-card-list a {
		font-size: 12px;
		line-height: 18px
	}
}

@media (max-width:1023px) and (max-width:580px) {
	.home-information .information-frontground-m {
		bottom: -25%
	}
}

@media (max-width:1023px) and (max-width:374px) {
	.home-information .information-frontground-m {
		background-size: 100% auto
	}
}

.home-safety .section-head {
	text-align: center
}

.home-safety .section {
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fb), to(#fff));
	background: linear-gradient(#f8f9fb, #fff)
}

@media (min-width:1024px) {
	.home-safety .section-body {
		height: 168px
	}
}

.home-safety .safety-card-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between
}

.home-safety .safety-card {
	display: block;
	height: 168px;
	padding-top: 21px;
	-webkit-transition: .2s;
	transition: .2s;
	width: 157px
}

.home-safety .safety-card p {
	color: #252b3a;
	font-size: 14px;
	line-height: 22px;
	text-align: center
}

.home-safety .safety-card:hover {
	-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1)
}

.home-safety .safety-card:hover p {
	color: #2468f2
}

.home-safety .safety-card-icon {
	background-size: cover;
	height: 92px;
	margin: 0 auto 13px;
	width: 92px
}

@media (max-width:1023px) {
	.home-safety .section-body {
		height: 236px
	}

	.home-safety .safety-card-list {
		margin-left: -8px;
		margin-right: -8px
	}

	.home-safety .safety-card-item {
		margin: auto;
		padding-left: 8px;
		padding-right: 8px;
		width: 33.33333333%
	}

	.home-safety .safety-card {
		height: auto;
		margin: auto;
		padding-bottom: 14px;
		padding-top: 14px;
		width: 102px
	}

	.home-safety .safety-card p {
		font-size: 12px;
		line-height: 16px
	}

	.home-safety .safety-card-icon {
		height: 60px;
		margin-bottom: 6px;
		width: 60px
	}
}

.home-global-site-3d {
  position: relative;
  width: 100%;
  height:auto;
overflow: hidden;
background: #f9f9f9;
}
.home-global-site-3d .section {
  height: 100%;
}
.home-global-site-3d .link-more {
  margin-top: 16px;
}
.home-global-site-3d .por-container {
  height: 100%;
}
.home-global-site-3d #earth {
  width: 100%!important;
  height: 100%!important;
}
.home-global-site-3d #labels {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  color: white;
}
.home-global-site-3d #labels > div.rec .labelText::before {
  border-color: #e58026 !important;
}
.home-global-site-3d #labels > div.rec .labelText::after {
  background: #e58026 !important;
}
.home-global-site-3d #labels > div.rec .wave {
  box-shadow: inset #e58026 0 0 5px !important;
}
.home-global-site-3d #labels > div.rec .wave.wave2 {
  box-shadow: inset #e58026 0 0 5px !important;
}
.home-global-site-3d #labels > div .labelText {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(91, 116, 148, 0.17);
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate(0%, 0%) translate(30px, -30px);
}
.home-global-site-3d #labels > div .labelText .label-title {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home-global-site-3d #labels > div .labelText .label-desc {
  display: none;
}
.home-global-site-3d #labels > div .labelText::before {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 19px;
  border-top: 1px solid #045fcc;
  border-left: 1px solid #045fcc;
  background: transparent;
  left: -21px;
  top: 15px;
}
.home-global-site-3d #labels > div .labelText::after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 3px;
  background: #045fcc;
  left: -22px;
  top: 27px;
  border-radius: 50%;
}
.home-global-site-3d #labels > div .labelText.bottom {
  transform: translate(-100%) translate(-8px, -23px);
}
.home-global-site-3d #labels > div .labelText.bottom::before {
  height: 9px;
  width: 17px;
  border: 1px solid #045fcc;
  border-bottom: none;
  border-left: none;
  left: auto;
  right: -18px;
  top: 12px;
}
.home-global-site-3d #labels > div .labelText.bottom::after {
  left: auto;
  right: -19px;
  top: 20px;
}
.home-global-site-3d #labels > div .labelText.left {
  transform: translate(-100%, 0) translate(-2px, -52px);
}
.home-global-site-3d #labels > div .labelText.left::before {
  height: 38px;
  width: 10px;
  border: 1px solid #045fcc;
  border-bottom: none;
  border-left: none;
  left: auto;
  right: -11px;
  top: 13px;
}
.home-global-site-3d #labels > div .labelText.left::after {
  left: auto;
  right: -12px;
  top: 49px;
}
.home-global-site-3d #labels > div .waves {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.home-global-site-3d #labels > div .waves .wave {
  width: 8px;
  height: 6px;
  position: absolute;
  top: 16px;
  left: 5px;
  box-shadow: inset #548ee1 0 0 5px;
  border-radius: 50%;
}
.home-global-site-3d #labels > div .waves .wave.wave1 {
  animation: none;
}
.home-global-site-3d #labels > div .waves .wave.wave2 {
  width: 16px;
  height: 11px;
  top: 14px;
  left: 1px;
  animation: none;
}
@-webkit-keyframes warn2 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		opacity: .5
	}

	50% {
		opacity: .4
	}

	75% {
		opacity: .2
	}

	to {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4)
	}
}

@keyframes warn2 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		opacity: .5
	}

	50% {
		opacity: .4
	}

	75% {
		opacity: .2
	}

	to {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4)
	}
}

@-webkit-keyframes warn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		opacity: .5
	}

	75% {
		opacity: .2
	}

	to {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4)
	}
}

@keyframes warn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	30% {
		opacity: .5
	}

	75% {
		opacity: .2
	}

	to {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4)
	}
}

.home-global-site-3d #labels>div:hover {
	z-index: 200000 !important
}

.home-global-site-3d #labels>div:hover .waves .wave1 {
	-webkit-animation: warn 1.5s ease-out infinite;
	animation: warn 1.5s ease-out infinite
}

.home-global-site-3d #labels>div:hover .waves .wave2 {
	-webkit-animation: warn2 1.5s ease-out infinite;
	animation: warn2 1.5s ease-out infinite
}

.home-global-site-3d #labels>div:hover .labelText {
	padding: 10px 12px;
	z-index: 10000
}

.home-global-site-3d #labels>div:hover .labelText .label-title {
	font-size: 16px;
	font-weight: 600;
	height: 22px;
	line-height: 22px
}

.home-global-site-3d #labels>
.home-global-site-3d .section-body {

  height: calc(100%);
  position: relative;
}
.section-body-left .por-tab>ul:not(.por-tab-drop)>li {
    text-align: left;
	padding: 0;
}
.section-body-left .por-tab>ul>li.active a:after {
    width: calc(100% - 0px);
}
.section-body-left .product-wrapper {
    width: 100%;
}
.section-body-left  .product-content {
    background:none;
}
.section-body-left .product-container {
    background: none;
    box-shadow:none;
	height: auto;
}
.section-body-left .product-list > li {
    background: #fff;
	backdrop-filter: blur(3px);
    border-left:none;
	margin: 8px;
	width: calc(20% - 14.5px);
	height: 50px;
	border-radius: 8px;
}
.section-body-left .product-list > li:first-child,.section-body-left .product-list > li:nth-child(6n){
	margin-left:0;
}
.section-body-left .product-list > li:last-child{
	margin-right:0;
	margin-left: 0;
}
.section-body-left .product-list > li:nth-child(5n){
	margin-right:0;
}
.section-body-left .product-card h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #252b3a;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-body-left .product-list {
    max-height: 206px;
    overflow:hidden;
}
.section-body-left .product-card-inner{display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;}
.section-body-left .por-tab>ul:not(.por-tab-drop)[data-cols="2"]>li, .por-tab>ul:not(.por-tab-drop)[data-cols="3"]>li, .por-tab>ul:not(.por-tab-drop)[data-cols="4"]>li,.section-body-left .por-tab>ul:not(.por-tab-drop)>li{
    width: 9%;
}
.section-body-left .section-company .por-tab-wrapper {
    box-sizing: border-box;
    padding-top: 8px;
}
.section-body-left .product-list > li:nth-child(3) ~ li {
    margin-bottom: 8px;
}
.home-global-site-3d .section-body .section-body-left {width: 100%;max-height: 333px;
    z-index: 1;
    position: relative;

}
.home-global-site-3d .section-body .section-body-right{
  width: 860px;
  height: 860px;
      position: absolute;
      right:-120px;
      top: 0;
	      z-index: -1;
}
.zdy-body .section-body-bottom {
  position: relative;
  bottom:0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 180px;
      margin-top: 20px;
      border-radius: 15px;
}
.zdy-body .section-body-bottom .safety-card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 55px;
  max-width: 1590px;
      margin: 0 auto;
}
.zdy-body .section-body-bottom .safety-card {
  display: block;
  width: 157px;
  height: 160px;
  padding-top: 16px;
  transition: 0.2s;
}
.zdy-body .section-body-bottom .safety-card p {
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zdy-body .section-body-bottom .safety-card:hover p {
  color: var(--zdy-zsd);
}
.zdy-body .section-body-bottom .safety-card-icon {
  width: 92px;
  height: 92px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 10px;
}

.home-global-site-3d .section-body-center {
  text-align: center;
  margin-bottom: 33px;
}
.home-global-site-3d .section-body-center .global-site-intro-title {
  font-size: 24px;
  color: #252b3a;
  line-height: 30px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-global-site-3d .section-body-center .global-site-intro-link i {
  margin-top: -2px;
  vertical-align: middle;
  transition: transform 0.2s;
}
.home-global-site-3d .section-body-center .global-site-intro-link:hover {
  color: #2468f2;
}
.home-global-site-3d .section-body-center .global-site-intro-link:hover i {
  transform: translate(4px, 0);
}
.home-global-site-3d .section-body-center .global-site-data {
  display: flex;
  flex-wrap: wrap;
}
.home-global-site-3d .section-body-center .global-site-data .global-site-text {
  width: calc(20% - 14.5px);
  flex-grow: 1;
  margin-right:18px;
  margin-bottom:18px;
  padding:20px 0;
  background: #fff;
border-radius: 15px;
}
.home-global-site-3d .section-body-center .global-site-data .global-site-text:hover{
-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
	z-index: 1
}
.home-global-site-3d .section-body-center .global-site-data .global-site-text:nth-child(5n){margin-right: 0;}
.home-global-site-3d .section-body-center .global-site-data .global-site-text:last-child{
  margin-right: 0;
}
.home-global-site-3d .section-body-center .global-site-data .global-site-text .title {
  height: 55px;
  line-height: 55px;
  font-size: 40px;
  color: #252b3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.home-global-site-3d .section-body-center .global-site-data .global-site-text .desc {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #575D6C;
  margin-top: 8px;
}
.home-global-site-3d .section-body-center .global-site-data .global-site-text:hover .title {
  color: var(--zdy-zsd);
}
.home-global-site-3d .section-body-center .global-site-legend {
  display: flex;
  height: 24px;
  margin-top: 100px;
}
.home-global-site-3d .section-body-center .global-site-legend .legend {
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 24px;
}
.home-global-site-3d .section-body-center .global-site-legend .legend span {
  color: #252b3a;
  font-size: 14px;
  margin-left: 10px;
}
.home-global-site-3d .section-body-center .global-site-legend .legend + .legend {
  margin-left: 32px;
}




















.home-global-site-3d .section-body-left {
  flex: 1;
  height: 100%;
  min-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-global-site-3d .section-body-left .global-site-intro-title {
  font-size: 24px;
  color: #252b3a;
  line-height: 30px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-global-site-3d .section-body-left .global-site-intro-desc {
  font-size: 14px;
  color: #252b3a;
  line-height: 22px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.home-global-site-3d .section-body-left .global-site-intro-link {
  display: inline-block;
  font-size: 14px;
  color: #252b3a;
  line-height: 24px;
  margin-top: 16px;
  transition: 0.2s;
}
.home-global-site-3d .section-body-left .global-site-intro-link i {
  margin-top: -2px;
  vertical-align: middle;
  transition: transform 0.2s;
}
.home-global-site-3d .section-body-left .global-site-intro-link:hover {
  color: #2468f2;
}
.home-global-site-3d .section-body-left .global-site-intro-link:hover i {
  transform: translate(4px, 0);
}
.home-global-site-3d .section-body-left .global-site-data {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.home-global-site-3d .section-body-left .global-site-data .global-site-text {
  width: 50%;
  margin: 32px 0;
}
.home-global-site-3d .section-body-left .global-site-data .global-site-text .title {
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  color: #252b3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.home-global-site-3d .section-body-left .global-site-data .global-site-text .desc {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #575D6C;
  margin-top: 8px;
}
.home-global-site-3d .section-body-left .global-site-data .global-site-text:hover .title {
  color: #2468f2;
}
.home-global-site-3d .section-body-left .global-site-legend {
  display: flex;
  height: 24px;
  margin-top: 100px;
}
.home-global-site-3d .section-body-left .global-site-legend .legend {
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 24px;
}
.home-global-site-3d .section-body-left .global-site-legend .legend span {
  color: #252b3a;
  font-size: 14px;
  margin-left: 10px;
}
.home-global-site-3d .section-body-left .global-site-legend .legend + .legend {
  margin-left: 32px;
}
.home-global-site-3d #mountNode {
  width: 100%;
  height: 100%;
  background: url('../../../img/earth_bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  position: relative;
}
.home-global-site-3d #mountNode .shadow {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url('../../../img/shadow.png');
  background-size: 96% 96%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.home-global-site-3d #mountNode .shadow2 {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url('../../../img/shadow2.png');
  background-size: 100% 100%;
  background-position: -50% -50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: -1;
}
@media (max-width: 1023px) {
  .home-global-site-3d {
    background: #f5f5f6;
    height: auto;
  }
  .home-global-site-3d .global-site-intro {
    display: none;
  }
  .home-global-site-3d .section-body {
    display: block;
  }
  .home-global-site-3d .section-body .section-body-right {
    display: none !important;
  }
  .home-global-site-3d .section-body .global-site-legend {
    display: none !important;
  }
  .home-global-site-3d .section-body .section-body-left {
    flex: 1;
    height: 190px;
    min-width: auto;
    margin-top: 0;
    width: 100%;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-data {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text {
    width: 50%;
    margin: 15px 0;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text .title {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    color: #252b3a;
    transition: all 0.3s;
    text-align: center;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text .desc {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #000;
    margin-top: 5px;
    text-align: center;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-data .global-site-text:hover .title {
    color: #2468f2;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-legend {
    display: flex;
    height: 24px;
    position: absolute;
    bottom: 0;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-legend .legend {
    display: flex;
    align-items: center;
    height: 24px;
    line-height: 24px;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-legend .legend span {
    color: #252b3a;
    font-size: 14px;
    margin-left: 10px;
  }
  .home-global-site-3d .section-body .section-body-left .global-site-legend .legend + .legend {
    margin-left: 32px;
  }
  .home-global-site-3d .section-body .section-body-bottom {
    position: relative;
    margin-top: 9px;
    height: 250px;
    overflow: hidden;
    bottom: 0;
  }
  .home-global-site-3d .section-body .section-body-bottom .safety-card-item {
    display: flex;
    justify-content: center;
    min-width: 30%;
    flex: 1;
  }
  .home-global-site-3d .section-body .section-body-bottom .safety-card-list {
    display: flex;
    height: 237px;
    flex-wrap: wrap;
    padding: 8px 12px;
  }
  .home-global-site-3d .section-body .section-body-bottom .safety-card {
    width: 90%;
    height: 110px;
    padding-top: 16px;
  }
  .home-global-site-3d .section-body .section-body-bottom .safety-card .safety-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 6px;
  }
  .home-global-site-3d .section-body .section-body-bottom .safety-card p {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #252b3a;
    text-align: center;
    padding: 0 4px;
  }
}

.home-register {
	position: relative
}

.home-register-bg {
	background-position: 50%;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

.home-register-content {
	font-size: 0;
	height: 150px;
	line-height: 150px;
	position: relative;
	text-align: center;
	z-index: 1
}

.home-register-text {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	line-height: 45px;
	max-width: calc(100% - 170px);
	padding-right: 150px;
	vertical-align: middle
}
@media (max-width:1023px) {
	.home-register-content {
		height: 128px
	}

	.home-register-text {
		font-size: 24px;
		line-height: 1.5
	}
}

@media (max-width:767px) {
	.home-register-content {
		height: 128px;
		line-height: 0;
		padding-top: 37px
	}

	.home-register-text {
		display: block;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
		max-width: none;
		padding: 0
	}
}

.home-activity-nav {
	background: #e14340;
	height: 150px;
	padding: 0;
	position: relative;
}

.activity-nav-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 150px;
	justify-content: center
}

.nav-wrapper-left,
.nav-wrapper-right {
	width: calc(50% - 89.5px)
}

.nav-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nav-content-top {
	margin-bottom: 16px
}

.nav-wrapper-left .nav-content-top {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: 0
}

.nav-wrapper-left .nav-content-bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: 42px
}

.nav-wrapper-right .nav-content-top {
	margin-left: 0
}

.nav-wrapper-right .nav-content-bottom {
	margin-left: 42px
}
.nav-wrapper-middle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 184px;
	margin-top: 60px;
	min-width: 244px;
	position: relative;
	width: 244px
}

.home-activity-nav .nav-logo,
.home-activity-nav .nav-logo-hover {
	background-size: 100% 100%;
	height: 100%;
	margin-top: 0;
	width: 100%
}

.home-activity-nav .nav-logo-hover {
	display: none
}

.home-activity-nav .nav-logo-btn {
	color: #2468f2;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	height: 52px;
	left: 0;
	line-height: 52px;
	position: absolute;
	text-align: center;
	top: 109px;
	width: 100%;
	z-index: 10
}

.nav-logo-btn:hover+.nav-logo {
	display: none
}

.nav-logo-btn:hover~.nav-logo-hover {
	display: block
}
@media (max-width:1023px) {
	.home-activity-nav {
		display: none
	}
}

@media (max-width:1440px) {

	.activity-nav-container,
	.home-activity-nav {
		height: 132px
	}

	.nav-content-top {
		margin-bottom: 14px
	}
	.nav-wrapper-middle {
		height: 160px;
		margin-top: 56px;
		min-width: 212px;
		width: 212px
	}

	.home-activity-nav .nav-logo-btn {
		height: 44px;
		line-height: 44px;
		top: 96px
	}

	.nav-wrapper-left .nav-content-bottom {
		margin-right: 38px
	}

	.nav-wrapper-right .nav-content-bottom {
		margin-left: 38px
	}
}

@media (max-width:1280px) {

	.activity-nav-container,
	.home-activity-nav {
		height: 108px
	}

	.nav-content-top {
		margin-bottom: 12px
	}

	.nav-wrapper-left .nav-content-bottom {
		margin-right: 30px
	}

	.nav-wrapper-right .nav-content-bottom {
		margin-left: 30px
	}

	.nav-wrapper-middle {
		height: 132px;
		margin-top: 45px;
		min-width: 175px;
		width: 175px
	}

	.home-activity-nav .nav-logo-btn {
		font-size: 14px;
		height: 37px;
		line-height: 37px;
		top: 78px
	}
}





/**首页产品*/

.shade,
.shade-product {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 200
}

.modal-realName {
	width: 100%;
	height: 100%;
	top: 10px;
	overflow: hidden;
	position: fixed;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
	z-index: 999
}

.modal-realName .iframe-realName {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.modal-logRegister {
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	position: fixed;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
	z-index: 999
}

.modal-logRegister .iframe-logRegister {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.modal-product {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	position: fixed;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
	z-index: 999;
	-webkit-animation: mymove .3s ease-in-out;
	animation: mymove .3s ease-in-out
}

.modal-product .iframe-product {
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%)
}

.opacity-fifty {
	opacity: .5
}

@-webkit-keyframes mymove {
	0% {
		left: 960px
	}

	to {
		left: 0
	}
}

@keyframes mymove {
	0% {
		left: 960px
	}

	to {
		left: 0
	}
}

.mod-dialog-body .free-test-dialog .dialog-content-title {
	font-size: 14px;
	line-height: 24px
}

.mod-dialog-body .free-test-dialog .dialog-info-inner {
	background: #f5f5f6;
	color: #575d6c;
	padding: 0 10px;
	font-size: 12px;
	line-height: 34px
}

.mod-dialog-body .free-test-dialog .dialog-warn-inner {
	font-size: 12px;
	line-height: 18px;
	color: #2468f2
}

.mod-dialog .mod-dialog-inner {
	width: 400px !important
}

.mod-dialog footer button {
	border-color: #2468f2 !important;
	background: #2468f2 !important;
	cursor: pointer !important;
	height: 32px !important;
	font-size: 12px !important;
	border-radius: 2px !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	-webkit-transition: .2s !important;
	transition: .2s !important
}

.mod-dialog footer button:hover {
	background-color: #d64a52 !important;
	border-color: #d64a52 !important
}

.mod-dialog footer button.cancel {
	border: 1px solid #252b3a !important;
	background: #fff !important;
	color: #252b3a !important
}

.mod-dialog footer button.cancel:hover {
	border-color: #2468f2 !important;
	color: #2468f2 !important;
	background-color: #fff !important
}

.mod-dialog {
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: opacity .175s ease-in-out;
	transition: opacity .175s ease-in-out;
	will-change: opacity
}

.mod-dialog-inner {
	max-width: 700px;
	min-width: 400px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	border: none;
	padding: 0;
	position: relative
}

.mod-dialog header {
	margin: 19px 0;
	height: 24px;
	color: #252b3a;
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mod-dialog-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px
}
.mod-dialog-info {
	background-position: 0 0
}

.mod-dialog-success {
	background-position: -24px 0
}

.mod-dialog-error {
	background-position: -48px 0
}

.mod-dialog-warning {
	background-position: -72px 0
}

.mod-dialog section {
	word-wrap: break-word;
	padding: 0 30px;
	margin: 12px 0;
	font-size: 12px;
	color: #575d6c;
	letter-spacing: 0;
	text-align: justify;
	line-height: 18px
}

.mod-dialog footer {
	padding: 20px 30px 30px;
	text-align: center
}

.mod-dialog footer button {
	padding: 5px 20px;
	line-height: 14px;
	border-radius: 1px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	border: 1px solid #f66f6a;
	color: #fff;
	background: #f66f6a;
	font-size: 12px;
	margin: 0 4px
}

.mod-dialog footer button.cancel {
	border: 1px solid #adb0b8;
	background: #fff;
	color: #252b3a
}

.mod-dialog-close {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 18px;
	right: 18px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mod-dialog-close:after,
.mod-dialog-close:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	top: 8px;
	left: 0;
	background-color: #666a75
}

.mod-dialog-close:after {
	width: 2px;
	height: 18px;
	top: 0;
	left: 8px
}

.mod-dialog[open] {
	opacity: 1
}

@media (max-width:768px) {
	.mod-dialog-inner {
		max-width: calc(100% - 30px);
		min-width: 60%
	}
}

.pep-activity-promotion-tab-title-container.hidden {
	display: none
}

.pep-activity-promotion-tab-title-list {
	display: -webkit-box;
	display: -ms-flexbox;
	    border-bottom: 1px solid #dfe1e6;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.pep-activity-promotion-tab-title-item-box {
	padding: 0 15px;
}

[item-count="2"] .pep-activity-promotion-tab-title-item-box {
	width: 50%
}

[item-count="3"] .pep-activity-promotion-tab-title-item-box {
	width: 33.33333%
}

[item-count="4"] .pep-activity-promotion-tab-title-item-box {
	width: 25%
}

[item-count="5"] .pep-activity-promotion-tab-title-item-box {
	width: 20%
}

[item-count="6"] .pep-activity-promotion-tab-title-item-box {
	width: 16.66667%
}

[item-count="7"] .pep-activity-promotion-tab-title-item-box {
	width: 14.28571%
}

.pep-activity-promotion-tab-title-item {
	position: relative;
	width: 100%;
	padding: 0 12px;
	font-size: 16px;
	color: #252b3a;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.pep-activity-promotion-tab-title-item:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background: var(--zdztxz);
	-webkit-transition: all .3s;
	transition: all .3s
}

.pep-activity-promotion-tab-title-item-box.active .pep-activity-promotion-tab-title-item {
	color: var(--zdztxz);
	font-weight: 700;
	z-index: 2
}

.pep-activity-promotion-tab-title-item-box.active .pep-activity-promotion-tab-title-item:before {
	width: 100%;
	left: 0
}

.pep-activity-promotion-tab-title-container:not(.hidden)+.pep-activity-promotion-tab-content-container {
	position: relative;
	margin-top: 26px;
	z-index: 200
}

.pep-activity-promotion-tab-content-item {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pep-activity-promotion-tab-content-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pep-activity-promotion-tab-content-item .tab-bottom-slide {
	width: 100%;
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pep-activity-promotion-tab-content-item .tab-bottom-slide-content {
	position: relative;
	width: 150px;
	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;
	color: #252b3a;
	font-size: 16px;
	line-height: 30px;
	border-radius: 30px;
	background-color: #fff;
	cursor: pointer;
	z-index: 9
}

.pep-activity-promotion-tab-content-item .tab-bottom-slide-content i {
	display: inline-block;
	margin-left: 4px
}

.pep-activity-promotion-tab-content-item.show-all .tab-bottom-slide-content i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.pep-activity-promotion-tab-content-item .tab-bottom-banner {
	-webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
	margin-top: 12px
}

.pep-activity-promotion-tab-content-item .tab-bottom-banner img {
	display: block;
	width: 100%
}

.pep-activity-promotion-card-introduce {
	background:#f3f3f3;
	background-size: 100% 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.pep-activity-promotion-card-introduce .header {
	position: relative;
	padding: 24px 24px 0
}

.pep-activity-promotion-card-introduce .header .title {
	position: relative;
	display: inline-block;
	max-width: 100%
}

.pep-activity-promotion-card-introduce .header .title .text {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #252b3a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pep-activity-promotion-card-introduce .header .title .hover+.text:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-bottom: 1px dashed #adb0b8
}

.pep-activity-promotion-card-introduce .header .title .hover {
	display: none;
	position: absolute;
	width: 400px;
	padding: 24px;
	bottom: 30px;
	left: calc(50% - 200px);
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
	z-index: 2
}

.pep-activity-promotion-card-introduce .header .title .hover:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: -10px;
	left: 0
}

.pep-activity-promotion-card-introduce .header .title .hover:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -8px;
	left: calc(50% - 4px);
	border: 4px solid hsla(0, 0%, 100%, 0);
	border-top-color: #fff
}

.pep-activity-promotion-card-introduce .header .title .hover>*~* {
	margin-top: 8px
}

.pep-activity-promotion-card-introduce .header .title:hover .hover {
	display: block
}

.pep-activity-promotion-card-introduce .header .title .hover-title {
	font-weight: 700;
	font-size: 16px;
	color: #252b3a;
	line-height: 24px
}

.pep-activity-promotion-card-introduce .header .title .hover-detail,
.pep-activity-promotion-card-introduce .header .title .hover-subtitle {
	font-size: 12px;
	color: #575d6c;
	line-height: 14px
}

.pep-activity-promotion-card-introduce .header .title .hover-img {
	display: block;
	width: 100%
}

.pep-activity-promotion-card-introduce .header .subtitle {
	margin-top: 4px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #575d6c;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.pep-activity-promotion-card-introduce .header[subtitle-line="1"] .subtitle p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pep-activity-promotion-card-introduce .header[subtitle-line="2"] .subtitle {
	height: 36px
}

.pep-activity-promotion-card-introduce .header .tip-container {
	position: absolute;
	width: 100px;
	height: 22px;
	top: 0;
	right: 0;
	padding-left: 10px;
	overflow: hidden;
	z-index: 1
}

.pep-activity-promotion-card-introduce .header .tip-transform {
	width: 100%;
	padding: 0 10px 0 10px;
	border-radius: 0 15px 0 15px;
	text-align: center;
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg)
}

.pep-activity-promotion-card-introduce .header .tip-transform,
.pep-activity-promotion-card-introduce .header .tip-transform.red {
	background-image: -webkit-gradient(var(--zdans));
	background: var(--zdans)
}

.pep-activity-promotion-card-introduce .header .tip-transform.orange {
	background-image: -webkit-gradient(var(--zdans));
	background: var(--zdans)
}

.pep-activity-promotion-card-introduce .header .tip-reduction {
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg)
}

.pep-activity-promotion-card-introduce .header .tip {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	background-image: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pep-activity-promotion-card[header-slide=true] .header {
	padding: 24px 24px 20px
}

.pep-activity-promotion-card[header-slide=true] .header .title .hover+.text:after,
.pep-activity-promotion-card[header-slide=true] .header .title:hover .hover {
	display: none
}

[combination-scene=true] .pep-activity-promotion-card .header .tip-container {
	position: absolute;
	width: 100px;
	height: 22px;
	top: 0;
	left: 0;
	padding-left: 0;
	padding-right: 10px;
	overflow: hidden;
	z-index: 1
}

[combination-scene=true] .pep-activity-promotion-card .header .tip-transform {
	margin-left: -10px;
	width: calc(100% + 10px);
	padding: 0 14px 0 24px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2468f2), color-stop(95%, #ffc574));
	background-image: linear-gradient(90deg, #2468f2, #ffc574 95%);
	border-radius: 0 0 8px 0;
	text-align: center;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg)
}

[combination-scene=true] .pep-activity-promotion-card .header .tip-reduction {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg)
}

[combination-scene=true] .pep-activity-promotion-card .header .tip {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	background-image: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pep-activity-promotion-card-introduce .description {
	padding: 0 24px
}

.pep-activity-promotion-card-introduce .description>div:last-of-type {
	margin-bottom: 24px
}

.pep-activity-promotion-card-introduce .description .description-title~* {
	margin-top: 4px
}

.pep-activity-promotion-card-introduce .description .description-title~.description-title {
	margin-top: 16px
}

.pep-activity-promotion-card-introduce .description .description-title {
	font-weight: 700;
	font-size: 14px;
	color: #252b3a;
	line-height: 18px
}

.pep-activity-promotion-card-introduce .description .description-detail {
	font-size: 12px;
	color: #252b3a;
	line-height: 18px
}

.pep-activity-promotion-card-introduce .description .description-img {
	display: block;
	width: 100%
}

.pep-activity-promotion-card-introduce .description .description-contrast-advantage,
.pep-activity-promotion-card-introduce .description .description-contrast-inferiority {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
	font-size: 12px;
	color: #252b3a;
	line-height: 18px
}

.pep-activity-promotion-card-introduce .description .description-contrast-advantage p,
.pep-activity-promotion-card-introduce .description .description-contrast-inferiority p {
	width: calc(100% - 24px)
}

.pep-activity-promotion-card-introduce .description-inferiority {
	color: #adb0b8
}

.pep-activity-promotion-card-introduce .description .icon {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-right: 8px;
	border-radius: 16px
}

.pep-activity-promotion-card-introduce .description .icon.tick {
	background-color: #f5f5f5
}

.pep-activity-promotion-card-introduce .description .icon.tick:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 2px;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 6px;
	border-left: 2px solid #2468f2;
	border-bottom: 2px solid #2468f2;
	-webkit-transform: rotate(-47deg);
	transform: rotate(-47deg)
}

.pep-activity-promotion-card-introduce .description .icon.cross {
	background-color: #cfd0d1
}

.pep-activity-promotion-card-introduce .description .icon.cross:after,
.pep-activity-promotion-card-introduce .description .icon.cross:before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pep-activity-promotion-card-introduce .description .icon.cross:before {
	width: 2px;
	height: 8px;
	top: 4px;
	left: 7px
}

.pep-activity-promotion-card-introduce .description .icon.cross:after {
	width: 8px;
	height: 2px;
	top: 7px;
	left: 4px
}

[header-slide=true] .pep-activity-promotion-card-introduce .description {
	display: none
}

[header-slide=true] .pep-activity-promotion-card-introduce:hover .description {
	display: block
}

.pep-activity-promotion-card-cart .products {
	padding: 18px 24px 0;
	width: 100%
}

.pep-activity-promotion-card-cart .products .product+.product {
	position: relative;
	margin-top: 20px
}

.pep-activity-promotion-card-cart .products .product[product-type=addition]+.product[product-type=addition] {
	margin-top: 4px
}

.pep-activity-promotion-card-cart .products label {
	cursor: pointer
}

.pep-activity-promotion-card-cart .products .product-title-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	margin-bottom: 8px
}
.pep-activity-promotion-card-cart .products .checkbox-icon {
	position: relative;
	margin-right: 4px;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #2468f2;
	border-radius: 2px;
	cursor: pointer
}

.pep-activity-promotion-card-cart .products .product-checkbox-input:checked+.checkbox-icon {
	background-color: #2468f2
}

.pep-activity-promotion-card-cart .products .product-checkbox-input:checked+.checkbox-icon:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 2px;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-47deg);
	transform: rotate(-47deg)
}

.pep-activity-promotion-card-cart .products .product-title-tag {
	margin-left: 4px;
	padding: 0 8px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	background: #2468f2;
	border-radius: 2px
}
.pep-activity-promotion-card-cart .products [product-type=addition] .checkbox-icon {
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid #adb0b8
}

.pep-activity-promotion-card-cart .products [product-type=addition] .product-addition-text span,
.pep-activity-promotion-card-cart .products [product-type=addition] .product-title-text span {
	    color:var(--zdzzts);
	    border: 1px solid var(--zdzzts);
	    padding: 2px 8px;
	    margin-right: 5px;
		font-size: 12px;
		border-radius: 100px;
}
.pep-activity-promotion-card-cart .products .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px
}

.pep-activity-promotion-card-cart .products .option {
	width: 100%;
	padding: 4px
}

.pep-activity-promotion-card-cart .products .option[fixed] {
	pointer-events: none
}

.pep-activity-promotion-card-cart .products .option[fixed] .select:after,
.pep-activity-promotion-card-cart .products .option[hidden] {
	display: none
}

.pep-activity-promotion-card-cart .products .option:not(1) {
	z-index: 5
}

.pep-activity-promotion-card-cart .products .option:not(2) {
	z-index: 4
}

.pep-activity-promotion-card-cart .products .option:not(3) {
	z-index: 3
}

.pep-activity-promotion-card-cart .products .option:not(4) {
	z-index: 2
}

.pep-activity-promotion-card-cart .products .option:not(5) {
	z-index: 1
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .option:first-child {
	width: 100%
}

.pep-activity-promotion-card-cart .products .select-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pep-activity-promotion-card-cart .products .select-title {
	width: 90px;
	font-size: 12px;
	color: #666a75;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.pep-activity-promotion-card-cart .products .select {
	width: calc(100% - 90px);
	position: relative;
	padding: 4px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	border: 1px solid rgba(173, 176, 184, 0);
	border-bottom-color: rgba(173, 176, 184, .2)
}
.pep-activity-promotion-card-cart .products .spec-selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	font-size: 16px;
	color: #252b3a;
	line-height: 22px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pep-activity-promotion-card-cart .products .spec-selected p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.pep-activity-promotion-card-cart .products .content-tip {
	padding: 0 4px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #adb0b8;
	border-radius: 2px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pep-activity-promotion-card-cart .products li.checked .content-tip {
	border: 1px solid #fff
}

.pep-activity-promotion-card-cart .products li:hover:not(.checked) .content-tip {
	border: 1px solid #2468f2
}

.pep-activity-promotion-card-cart .products .specs {
	display: none;
	position: absolute;
	min-width: calc(100% + 2px);
	max-height: 142px;
	border: 1px solid rgba(173, 176, 184, .6);
	top: 100%;
	left: -1px;
	z-index: 3;
	background-color: #fff
}

.pep-activity-promotion-card-cart .products .specs.scroll {
	overflow-y: scroll
}

.pep-activity-promotion-card-cart .products .specs li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 8px;
	padding-right: 20px;
	color: #252b3a;
	font-size: 14px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff;
	cursor: pointer
}

.pep-activity-promotion-card-cart .products .specs li[hidden=false] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pep-activity-promotion-card-cart .products .specs li[hidden=true] {
	display: none
}

.pep-activity-promotion-card-cart .products .specs li.checked {
	color: #fff;
	background-color: #2468f2
}

.pep-activity-promotion-card-cart .products .specs li:hover:not(.checked) {
	color: #2468f2;
	background-color: #f5f5f6
}

.pep-activity-promotion-card-cart .products .open .specs {
	display: block
}

.pep-activity-promotion-card-cart .products .select.open {
	border: 1px solid rgba(173, 176, 184, .6)
}

.pep-activity-promotion-card-cart .products .select.open:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.pep-activity-promotion-card-cart .products .select.open .spec-selected {
	padding-left: 9px
}

.pep-activity-promotion-card-cart .products .option.descriptions {
	margin-top: 8px
}

.pep-activity-promotion-card-cart .products .option.descriptions .description-gap {
	padding: 4px 0
}

.pep-activity-promotion-card-cart .products .option.descriptions .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pep-activity-promotion-card-cart .products .option.descriptions .description .icon {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	border-radius: 16px;
	background-color: #f5f5f5
}

.pep-activity-promotion-card-cart .products .option.descriptions .description .icon:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 2px;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 6px;
	border-left: 2px solid #2468f2;
	border-bottom: 2px solid #2468f2;
	-webkit-transform: rotate(-47deg);
	transform: rotate(-47deg)
}

.pep-activity-promotion-card-cart .products .option.descriptions .description .text {
	width: calc(100% - 24px);
	margin-left: 8px;
	font-size: 12px;
	color: #252b3a;
	letter-spacing: 0;
	line-height: 18px
}

.pep-activity-promotion-card-cart .products .domain-container .domain-search {
	position: relative;
	width: 100%;
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #adb0b8;
	border-radius: 2px;
	background-color: #fff
}

.pep-activity-promotion-card-cart .products .domain-container .domain-input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(100% - 112px);
	border: none;
	outline: none;
	padding-left: 4px;
	font-size: 12px;
	line-height: 26px
}

.pep-activity-promotion-card-cart .products .domain-container .icon-search {
	position: relative;
	margin: 0 2px;
	width: 18px;
	height: 18px;
	cursor: pointer
}

.pep-activity-promotion-card-cart .products .domain-container .icon-search:after,
.pep-activity-promotion-card-cart .products .domain-container .icon-search:before {
	content: "";
	display: block;
	position: absolute
}

.pep-activity-promotion-card-cart .products .domain-container .icon-search:before {
	width: 12px;
	height: 12px;
	top: 2px;
	left: 2px;
	border-radius: 12px;
	border: 2px solid #575d6c
}

.pep-activity-promotion-card-cart .products .domain-container .icon-search:after {
	width: 5px;
	height: 2px;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #575d6c;
	right: 2px;
	bottom: 4px
}

.pep-activity-promotion-card-cart .products .domain-container .select-container {
	position: static;
	width: 90px !important;
	margin-top: 0;
	padding-left: 0 !important
}

.pep-activity-promotion-card-cart .products .domain-container .select {
	position: static;
	width: 100%;
	padding: 0;
	border: none;
	border-left: 1px solid #ddd
}

.pep-activity-promotion-card-cart .products .domain-container .select .spec-selected {
	padding-left: 9px;
	line-height: 18px
}

.pep-activity-promotion-card-cart .products .domain-container .domain-check-message {
	margin-top: 4px;
	height: 18px;
	color: #50d4ab;
	font-size: 12px;
	line-height: 18px
}

.pep-activity-promotion-card-cart .products .error .domain-search {
	border: 1px solid #2468f2
}

.pep-activity-promotion-card-cart .products .error .domain-check-message {
	color: #2468f2
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .select-container {
	width: 100% !important
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .select:after,
.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .spec-selected {
	display: none
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .specs {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: none;
	margin: -8px 0;
	border: none
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .specs li {
	position: relative;
	width: 50%;
	padding: 8px 0 8px 24px;
	color: #252b3a;
	line-height: 16px;
	background-color: transparent;
	background-color: initial
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .specs li:after,
.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .specs li:before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 16px
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .specs li:before {
	width: 16px;
	height: 16px;
	top: 8px;
	left: 0;
	border: 1px solid #adb0b8
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .specs li.checked:before {
	border: 1px solid #2468f2
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .specs li.checked:after {
	width: 8px;
	height: 8px;
	top: 12px;
	left: 4px;
	background: #2468f2
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .domain-search {
	margin-top: 32px;
	border-radius: 2px
}

.pep-activity-promotion-card-cart .products [product-type=domainRadio] .domain-container .domain-input {
	max-width: calc(100% - 30px);
	border-radius: 100px;
	line-height: 30px;
	padding-left: 16px
}

.pep-activity-promotion-card-cart .products [column-number="3"] .pep-activity-promotion-card .products .options {
	margin: -8px -20px
}

.pep-activity-promotion-card-cart .products [column-number="3"] .pep-activity-promotion-card .products .option {
	width: 50%;
	padding: 8px 20px
}

.pep-activity-promotion-card-cart .products [column-number="3"] .pep-activity-promotion-card .products [product-type=domainSelect] .option:first-child {
	width: 100%
}

.pep-activity-promotion-card-cart .products [column-number="3"] .pep-activity-promotion-card .products .select-title {
	width: 100%;
	margin-bottom: 4px;
	font-size: 12px;
	color: #666a75;
	line-height: 18px
}

[cols="4"] .pep-activity-promotion-card .products .options,
[cols="6"] .pep-activity-promotion-card .products .options {
	margin: -8px -20px
}

[cols="4"] .pep-activity-promotion-card .products .option,
[cols="6"] .pep-activity-promotion-card .products .option {
	width: 33.33%;
	padding: 8px 20px
}

[cols="4"] .pep-activity-promotion-card .products [product-type=domainSelect] .option:first-child,
[cols="6"] .pep-activity-promotion-card .products [product-type=domainSelect] .option:first-child {
	width: 100%
}

[cols="4"] .pep-activity-promotion-card .products .select-title,
[cols="6"] .pep-activity-promotion-card .products .select-title {
	width: 100%;
	margin-bottom: 4px;
	font-size: 12px;
	color: #666a75;
	line-height: 18px
}

[combination-scene=true] .products {
	padding-top: 24px
}

.pep-activity-promotion-card .flash-sale {
	width: 100%;
	padding: 0 24px;
	margin-top: 20px
}

.pep-activity-promotion-card .flash-sale .progress-text {
	color: #575d6c;
	font-size: 12px;
	line-height: 16px
}

.pep-activity-promotion-card .flash-sale .progress {
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 2px;
	background-color: #adb0b8
}

.pep-activity-promotion-card .flash-sale .progress i {
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	height: 2px;
	background-image: -webkit-gradient(linear, right top, left top, from(#d02b2b), color-stop(49%, #ec646e), to(#f1db96));
	background-image: linear-gradient(270deg, #d02b2b, #ec646e 49%, #f1db96)
}

.pep-activity-promotion-card-cart .purchase {
	width: 100%;
	margin-top: 12px
}

.pep-activity-promotion-card-cart .purchase .tags-container {
	padding: 0 24px;
	margin-top: 8px
}

.pep-activity-promotion-card-cart .purchase .tags-container .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2px
}

.pep-activity-promotion-card-cart .purchase .tags-container li {
	padding: 0 2px
}

.pep-activity-promotion-card-cart .purchase .tags-container li p {
	padding: 0 8px;
	font-size: 12px;
	color: #adb0b8;
	line-height: 16px;
	white-space: nowrap;
	border-radius: 2px;
	background-color: transparent;
	background-color: initial;
	border: 1px solid #adb0b8
}

.pep-activity-promotion-card-cart .purchase .price-container {
	padding: 0 24px;
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.pep-activity-promotion-card-cart .purchase .price-container em {
	display: inline-block;
	font-style: normal
}

.pep-activity-promotion-card-cart .purchase .price-container .currency,
.pep-activity-promotion-card-cart .purchase .price-container .main-price-calculating,
.pep-activity-promotion-card-cart .purchase .price-container .main-price-decimal,
.pep-activity-promotion-card-cart .purchase .price-container .main-price-integer {
	font-weight: 500;
	color: #252b3a
}

.pep-activity-promotion-card-cart .purchase .price-container .currency,
.pep-activity-promotion-card-cart .purchase .price-container .main-price-decimal {
	font-size: 12px;
	font-weight: 700
}

.pep-activity-promotion-card-cart .purchase .price-container .currency {
	line-height: 20px;
	margin-right: 4px
}

.pep-activity-promotion-card-cart .purchase .price-container .main-price-calculating,
.pep-activity-promotion-card-cart .purchase .price-container .main-price-integer {
	font-size: 28px;
	line-height: 28px
}

.pep-activity-promotion-card-cart .purchase .price-container .main-price-calculating {
	font-size: 20px
}

.pep-activity-promotion-card-cart .purchase .price-container .more-info {
	margin-left: 4px;
	font-size: 12px;
	color: #adb0b8
}

.pep-activity-promotion-card-cart .purchase .price-container .compare-price {
	margin-left: 8px;
	opacity: .9;
	font-size: 12px;
	color: #adb0b8;
	letter-spacing: 0;
	line-height: 18px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container {
	position: relative;
	margin-left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge {
	margin-bottom: 2px;
	padding: 2px 8px;
	height: 23px;
	font-size: 12px;
	color: #ce2a2a;
	letter-spacing: 0;
	line-height: 14px;
	border: 1px solid #d02b2b;
	border-radius: 2px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge p {
	line-height: 16px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge p span {
	display: inline-block;
	font-weight: 700;
	font-size: 14px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge.coupon {
	position: relative;
	padding: 2px 12px;
	line-height: 13px;
	cursor: pointer
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge.coupon p {
	display: inline-block;
	line-height: 16px;
	border-bottom: 1px dashed #d02b2b
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge.coupon:after,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge.coupon:before {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #d02b2b;
	border-radius: 15px;
	top: 7px;
	background-color: #fff
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge.coupon:before {
	left: -4px;
	border-top-color: #fff;
	border-left-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge.coupon:after {
	right: -4px;
	border-bottom-color: #fff;
	border-right-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .badge.coupon:hover+.tool-tip-container {
	display: block
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 260px;
	padding: 24px;
	bottom: 36px;
	border-radius: 4px;
	-webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .3))
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -12px;
	left: calc(50% - 6px);
	border: 6px solid hsla(0, 0%, 100%, 0);
	border-top-color: #fff
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .title {
	font-size: 16px;
	font-weight: 700;
	color: #252b3a
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .currency,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .current,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .decimal,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .detail,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .integer {
	margin-right: 0;
	color: #d14c56;
	text-align: center
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .decimal {
	font-size: 12px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .detail {
	font-size: 12px;
	line-height: 12px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price {
	position: relative;
	width: 120px;
	margin: 24px auto 0;
	padding: 4px 0 8px;
	background-color: #f6e9ea;
	border: 1px solid #eac9c5;
	border-radius: 4px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price .price {
	text-align: center;
	font-size: 0
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price .price .integer {
	font-size: 20px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price .price .currency {
	margin-right: 2px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price:after,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price:before {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #eac9c5;
	border-radius: 15px;
	top: calc(50% - 6px);
	background-color: #fff
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price:before {
	left: -6px;
	border-top-color: #fff;
	border-left-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price:after {
	right: -6px;
	border-bottom-color: #fff;
	border-right-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail {
	position: relative;
	margin-top: 14px;
	padding: 12px;
	border: 1px solid #d02b2b;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: calc(50% - 5px);
	top: -6px;
	background-color: #fff;
	border: 1px solid #d02b2b;
	border-right: none;
	border-bottom: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .minus {
	font-weight: 700;
	line-height: 60px;
	color: #d14c56
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .price-info {
	padding: 4px 0 0;
	background-color: #f6e9ea;
	border: 1px solid #eac9c5;
	border-radius: 4px;
	text-align: center
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .price-info+.price-info {
	margin-left: 26px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .price-info.origin {
	position: relative
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .price-info.origin:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -18px;
	width: 10px;
	height: 1px;
	background-color: #d14c56
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .detail,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .price,
.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .threshold {
	color: #d14c56;
	padding: 0 12px;
	font-size: 12px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .price {
	white-space: nowrap;
	font-size: 0
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .price span:not(.decimal) {
	font-size: 20px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .detail {
	padding-bottom: 8px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .final-price-detail .threshold {
	white-space: nowrap;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	font-size: 12px
}

.pep-activity-promotion-card-cart .purchase .price-container .badge-container .tool-tip-container .description {
	margin-top: 12px;
	font-size: 12px
}

.pep-activity-promotion-card-cart .purchase .button-container {
	position: relative;
	margin: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pep-activity-promotion-card-cart .purchase .button-container .button {
	padding: 0;
	display: block;
	border: none;
	font-size: 16px;
	line-height: 40px;
	border-radius: 100px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pep-activity-promotion-card-cart .purchase .button-container .additive-button {
	width: 50%;
	color: #666a75;
	border-right: 1px solid #dedede
}

.pep-activity-promotion-card-cart .purchase .button-container .purchase-button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color:#333;
	background-color: #f3f3f3;
	background-size: 100% 100%;
	text-align: center
}

.pep-activity-promotion-card-cart .purchase .button-container .purchase-button.disable {
	color: #fff;
	background-image: none;
	background-color: #adb0b8 !important;
	background-image: none !important;
	pointer-events: none
}

.pep-activity-promotion-layout[pc-active=true]:not([combination-scene=true]) .pep-activity-promotion-card-cart .purchase .button-container .additive-button {
	color: var(--zdzzts)
}

.pep-activity-promotion-layout:hover .pep-activity-promotion-card-cart .purchase .button-container .purchase-button,
[combination-scene=true] .purchase .button-container .purchase-button {
	color: #fff;
	background:var(--zdans)
}

.pep-activity-promotion-layout{
	display: none;
	padding: 0 25px 25px 0;
}
.pep-activity-promotion-layout:nth-child(4n){
	padding-right:0;
}
.pep-activity-promotion-layout.promotion-card {
	position: relative;
	-webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .06));
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .06));
}

.pep-activity-promotion-layout .por-tip-notice-outContainer {
	position: absolute
}

.pep-activity-promotion-layout[cols="9"] {
	width: 75%
}

.pep-activity-promotion-layout[cols="6"] {
	width: 50%
}

.pep-activity-promotion-layout[cols="4"] {
	width: 25%
}

.pep-activity-promotion-layout[cols="3"] {
	width: 25%
}

.pep-activity-promotion-layout[combination-scene=true] {
	width: 50%
}

.pep-activity-promotion-layout[pc-visible=true] {
	display: block
}

.pep-activity-promotion-layout .pep-activity-promotion-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-size: 100% 100%;
	height: 400px;
	border-radius: 15px;
}

.pep-activity-promotion-layout .pep-activity-promotion-card.rendered {
	height: 100%
}

.pep-activity-promotion-layout .pep-activity-promotion-card .pep-activity-promotion-card-introduce {
	width: 100%
}

.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] {
	padding-top: 106px
}
.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-introduce:hover {
	height: calc(100% - 50px);
	overflow: hidden;
	z-index: 4
}

.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-introduce .slide-trigger {
	position: absolute;
	width: 42px;
	height: 20px;
	background-color: #eaeff2;
	bottom: -10px;
	left: calc(50% - 21px);
	border-radius: 0 0 16px 16px;
	z-index: 2
}

.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-introduce .slide-trigger:before {
	border-color: rgba(87, 92, 107, .2)
}

.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-introduce .slide-trigger:after {
	border-color: rgba(87, 92, 107, .6);
	top: -3px
}

.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-introduce .slide-trigger:after,
.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-introduce .slide-trigger:before {
	position: relative;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	left: calc(50% - 4px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid transparent;
	border-left: 1px solid transparent
}

.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-introduce:hover .slide-trigger {
	display: none
}

.pep-activity-promotion-layout .pep-activity-promotion-card .pep-activity-promotion-card-cart {
	position: relative;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	z-index: 3
}

.pep-activity-promotion-layout .pep-activity-promotion-card[header-slide=true] .pep-activity-promotion-card-cart {
	padding-top: 20px
}

.pep-activity-promotion-layout .pep-activity-promotion-card .pep-activity-promotion-card-order {
	width: 100%
}

.pep-activity-promotion-layout[combination-scene=true] .pep-activity-promotion-card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.pep-activity-promotion-layout[combination-scene=true] .pep-activity-promotion-card .pep-activity-promotion-card-cart,
.pep-activity-promotion-layout[combination-scene=true] .pep-activity-promotion-card .pep-activity-promotion-card-introduce {
	position: relative;
	width: 50%;
	z-index: 1
}

.pep-activity-promotion-layout:hover .pep-activity-promotion-card {
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
	z-index: 2
}

.show-all .pep-activity-promotion-layout {
	display: block
}

[gapped=true] .pep-activity-promotion-layout {
	padding: 8px 4px
}

[gapped=true] .pep-activity-promotion-layout .pep-activity-promotion-card {
	border-left: none
}

.pep-activity-promotion-layout.scene-card {
	display: block
}

.pep-activity-promotion-layout.scene-card .pep-activity-scene-card {
	position: relative;
	padding: 32px 24px;
	height: 100%;
	background-size: 100% 100%
}

.pep-activity-promotion-layout.scene-card .scene-title {
	font-size: 22px;
	color: #252b3a;
	line-height: 32px
}

.pep-activity-promotion-layout.scene-card .scene-subtitle {
	margin-top: 8px;
	font-size: 12px;
	color: #575d6c;
	line-height: 18px
}

.pep-activity-promotion-layout.scene-card .scene-links {
	position: absolute;
	top: 40px;
	right: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pep-activity-promotion-layout.scene-card .scene-links a {
	display: block;
	padding: 0 12px;
	font-size: 14px;
	color: #526ecc;
	line-height: 18px
}

.pep-activity-promotion-layout.scene-card .scene-links a+a {
	border-left: 1px solid #cdcaca
}

.pep-activity-promotion-layout.scene-card .scene-description {
	margin-top: 20px
}

.pep-activity-promotion-layout.scene-card .scene-description-title {
	font-size: 16px;
	color: #252b3a;
	line-height: 20px
}

.pep-activity-promotion-layout.scene-card .scene-description-img {
	display: block;
	width: 100%
}

.pep-activity-promotion-layout.scene-card .scene-description-detail {
	font-size: 12px;
	color: #575d6c;
	line-height: 18px
}

.pep-activity-promotion-layout.scene-card .scene-description-detail~*,
.pep-activity-promotion-layout.scene-card .scene-description-img~*,
.pep-activity-promotion-layout.scene-card .scene-description-title~* {
	margin-top: 4px
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
	font-size: 12px;
	color: #252b3a;
	line-height: 18px
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage p,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority p {
	width: calc(100% - 24px)
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon {
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	margin-right: 8px;
	border-radius: 16px
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon.tick,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon.tick {
	background-color: #f5f5f5
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon.tick:after,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon.tick:after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 2px;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 6px;
	border-left: 2px solid #2468f2;
	border-bottom: 2px solid #2468f2;
	-webkit-transform: rotate(-47deg);
	transform: rotate(-47deg)
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon.cross,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon.cross {
	background-color: #cfd0d1
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon.cross:after,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon.cross:before,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon.cross:after,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon.cross:before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon.cross:before,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon.cross:before {
	width: 2px;
	height: 8px;
	top: 4px;
	left: 7px
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-advantage .icon.cross:after,
.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority .icon.cross:after {
	width: 8px;
	height: 2px;
	top: 7px;
	left: 4px
}

.pep-activity-promotion-layout.scene-card .scene-description-contrast-inferiority {
	color: #adb0b8
}

.section-banner {
	margin-bottom: 24px;
	-webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1))
}

.section-banner img {
	display: block;
	width: 100%
}

.pep-activity-promotion-component[top-gap=true] {
	padding-top: 56px
}

.pep-activity-promotion-component[bottom-gap=true] {
	padding-bottom: 56px
}

.pep-activity-promotion-header {
	padding-bottom: 32px
}

.pep-activity-promotion-header-title {
	font-size: 32px;
	font-weight: 400;
	color: #252b3a;
	line-height: 40px
}

.pep-activity-promotion-header-subtitle {
	padding-top: 12px;
	font-size: 16px;
	color: #575d6c;
	line-height: 20px
}

.pep-activity-promotion-header-subtitle a[data-toggle=modal] {
	color: #526ecc;
	text-decoration: underline
}

html.pc .mb {
	display: none !important
}

.pep-activity-promotion-component {
	background-size: 1920px 100% !important
}

.pep-activity-promotion-component[white] {
	background-color: #fff
}

.pep-activity-promotion-component[lightblue] {
	background-color: #d5e2f4
}

.pep-activity-promotion-component[grey] {
	background-color: #f5f5f5
}

.pep-activity-promotion-header,
.pep-activity-promotion-main {
	width: 1360px;
	margin: 0 auto
}

@media (max-width:1440px) {

	.pep-activity-promotion-header,
	.pep-activity-promotion-main {
		width: 1280px
	}
}

.pep-activity-promotion-header {
	position: relative
}

.pep-activity-promotion-header-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pep-activity-promotion-header-subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pep-activity-promotion-header-subtitle .pep-activity-promotion-header-subtitle-content {
	font-size: 0
}

.pep-activity-promotion-header-subtitle .pep-activity-promotion-header-subtitle-content * {
	display: inline
}

.pep-activity-promotion-header-subtitle .pep-activity-promotion-header-subtitle-content a,
.pep-activity-promotion-header-subtitle .pep-activity-promotion-header-subtitle-content p {
	font-size: 16px
}

.pep-activity-promotion-header-subtitle a[data-toggle=modal] {
	margin-left: 8px
}

.pep-activity-promotion-header-button {
	position: absolute;
	right: 0;
	top: 16px
}

.pep-activity-promotion-header-button a {
	display: block;
	padding: 0 24px;
	border-radius: 2px;
	line-height: 40px;
	color: #fff;
	background: #2468f2
}

[data-promotion-title-align=center] .pep-activity-promotion-header-subtitle,
[data-promotion-title-align=center] .pep-activity-promotion-header-title {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pep-activity-promotion-rule-list li {
	list-style: decimal
}

.pep-activity-promotion-rule-list li+li {
	margin-top: 4px
}

.pep-navigation-bar .fixed,
.pep-side-elevator-nav .activity-stairsnav {
	z-index: 180
}


/**首页列表*/
.product-v6-recommend .v6-section-body[data-cols="2"] {
  font-size: 0;
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
.product-v6-recommend .v6-section-body[data-cols="2"] .recommend-wrapper {
  margin: 8px;
  display: inline-block;
  width: calc((100% - 33px)/2);
  vertical-align: middle;
}
.product-v6-recommend .v6-section-body[data-cols="2"] .recommend-wrapper-collocation {
  float: none;
  width: 100%;
  padding-bottom: 24px;
}
.product-v6-recommend .v6-section-body[data-cols="2"] .collocation-title h6 {
  max-width: 44%;
}
.product-v6-recommend .v6-section-body[data-cols="2"] .collocation-title p {
  max-width: calc(56% - 24px);
}
.product-v6-recommend .v6-section-body[data-cols="2"] .recommend-wrapper-order {
  padding-top: 24px;
  border-top: 1px solid #D8D8D8;
  position: static;
  width: 100%;
  text-align: inherit;
}
.product-v6-recommend .v6-section-body[data-cols="2"] .recommend-wrapper-order .price {
  display: inline-block;
  vertical-align: middle;
}
.product-v6-recommend .v6-section-body[data-cols="2"] .recommend-wrapper-order .v6-btn {
  margin-top: 0;
  float: right;
}
.recommend-wrapper {
  position: relative;
  width: 100%;
  padding:18px 24px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.06);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.recommend-wrapper{
border: 1px solid #f5f5f5;
margin-bottom: -1px;
    display: flex;
    justify-content: space-between;
	    align-items: center;
}
.recommend-wrapper:hover {
  box-shadow: 0 2px 10px 0 rgba(128, 132, 145, 0.2);
}
.collocation-title h6 {
  width: 100%;
  color: #252b3a;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collocation-title p,
.collocation-summary,
.collocation-item .title {
  color: #575d6c;
  font-size: 12px;
  line-height: 16px;
}
.collocation-title p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collocation-summary {
  max-width: 720px;
  max-height: 32px;
  padding-top: 0;
  margin-top: 12px;
  margin-left: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.collocation-line {
	display: inline-block;
  width: 32px;
  height: 3px;
  margin:3px 0 0;
  background-color: #dfe1e6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.recommend-wrapper:hover .collocation-line {
  width: 64px;
  background: var(--zdztxz);
}
.collocation-item {
  display: inline-block;
  padding: 8px 32px;
  vertical-align: top;
}
.collocation-item .title {
  max-width: 180px;
  padding-top: 0;
  margin-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collocation-item .detail {
  max-width: 240px;
  margin-top: 8px;
  max-height: 40px;
  color: #252B3A;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommend-wrapper-order {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
	 flex-wrap: wrap;
}
.recommend-wrapper-order .price {
  color: var(--zdzzts);
  font-size: 22px;
  line-height: 30px;
      margin-right: 30px;
}
.recommend-wrapper-order .price .unit {
  color: #270000;
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  vertical-align: bottom;
}
.recommend-wrapper-order .v6-btn {
  margin-top:6px;
}
.v6-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px
}
.v6-btn-primary {
    background: var(--zdans);
    border-color:var(--zdans);
    color: #fff
}

.v6-btn-primary:hover {
    background: var(--zdanxz);
    border-color:var(--zdanxz);
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -4px rgba(246,111,106,.5);
    box-shadow: 0 8px 6px -4px rgba(246,111,106,.5)
}
@media (max-width: 1600px) {
  .pep-activity-promotion-card-cart .products .spec-selected{
  	font-size: 12px;
  }
}
@media (max-width: 767px) {
  .product-v6-recommend {
    display: none;
  }
}
