.kv .t1 {
	position: absolute;
	top: 22%;
	left: 50%;
	transform: translateX(-50%);
	width: 65%;
}

.intro_item {
	line-height: 32px;
	font-size: 16px;

}

.intro_tit {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.act_name {
	background: none;
}

.act_name li {
	width: 100%;
	background: transparent;
	border: none;
	padding: 0;


}

.why_cnt .num_icon,
.act_cnt .num_icon {
	height: 24px;
	float: left;
}

.why_cnt p {
	margin-bottom: 20px;
	margin-top: 20px;
}

.time {
	border-bottom: 2px solid #06afff;
	padding-bottom: 14px;
	margin-bottom: 0;
}

.act_box li {
	height: auto !important;

	margin-bottom: 0;

	padding-top: 15px;
	padding-bottom: 15px;

}

.act_name li {
	border-radius: 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-left: 24px;
	pointer-events: none;
}

.act_name li:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 42%;
	/* margin-top: -6px; */
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #06afff;
	z-index: 5;
}

.act_name li:after {
	content: '';
	position: absolute;
	left: -2px;
	top: 35%;
	/* margin-top: -9px; */
	width: 16px;
	height: 16px;
	border-radius: 16px;
	/* background-color: #fff; */
	border: 1px solid #06afff;
	opacity: .5;
}

.act_box li :last-child {
	border-bottom: none;
}

.why_cnt li {
	height: 370px;
	line-height: 26px;
	font-size: 15px;
}

.text_ul>div {
	margin-bottom: 20px;
}

.why_cnt .time .iconfont {
	padding-right: 6px;
}

.tit .tit_text {
	background: linear-gradient(180deg, #06d7e2, #006aff);
	background: -webkit-linear-gradient(180deg, #06d7e2, #006aff);
	color: #fff;
	text-align: left;
	height: 68px;
	line-height: 68px;
	width: 35%;
	border-radius: 20px 0 0 0;
	font-size: 24px;
	padding-left: 50px;
}

.tit .tit_bg {
	position: absolute;
	width: 68%;
	background-color: #fff;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 48px 20px 0 0;
}

.tit .tit_bg .sanjiao {
	position: absolute;
	left: -24px;
	bottom: -6px;
}

.top_item {
	line-height: 36px !important;
	padding-bottom: 30px !important;
}

.when .code_box>div {
	height: 200px;
	padding: 30px;
}

.n-btn {
	display: flex;
	position: fixed;
	align-items: center;
	text-align: center;
	right: 50px;
	top: 40%;
	z-index: 5001;
	/* display: block; */
	height: 60px;
	width: 210px;
	text-align: center;
	line-height: 22px;
	font-size: 15px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 40px;
	overflow: hidden;
	background: linear-gradient(-45deg, rgba(232, 0, 232, .68) 5.74%, rgba(9, 147, 217, .68) 61.61%, #55ddff 103.98%);
	animation: sa 1s infinite;
	-webkit-animation: sa 1s infinite;
	-moz-animation: sa 1s infinite;
	-o-animation: sa 1s infinite;
	-ms-animation: sa 1s infinite;
	justify-content: center;

}

.n-btn:hover {
	color: #fff;
}

@keyframes sa {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

@media (max-width:1920px) {
	.kv .t1 {
		top: 25%;
	}
}

@media (max-width: 1199px) {
	.kv .t1 {
		top: 35%;
	}

	.why_cnt p {
		font-size: 18px;
	}

	.why_cnt li {
		padding: 20px;
	}

	.tit .tit_text {
		font-size: 16px;
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.why_cnt li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.kv .t1 {
		width: 96%;
		top: 24%;
	}

	.tit .tit_bg,
	.tit_bg .sanjiao img {
		display: none;
	}

	.tit .tit_text {

		width: 100%;
		border-radius: 10px 10px 0 0;
		padding-left: 20px;
		line-height: 60px;
		height: 60px;
	}

	.intro_tit {
		font-size: 18px;
	}

	.act_name li:before,
	.act_name li:after {
		display: none;
	}

	.why_cnt li {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		padding-left: 10px;
	}

	.why_cnt p {
		font-size: 15px;
	}
}
