.banner_box {
	width: 100%;
	background-image:url(../images/pricing/banner.png);
	background-position: center;
	background-size: 100% 100%;
}
.banner_small {
	padding: 56px 0;
}
.banner_title {
	font-size: 42px;
	line-height: 54px;
	color: #161616;
	margin-bottom: 23px;
	text-align: center;
}
.banner_text {
	color: #999999;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.banner_small .pricing_item {
	width: 19%;
	border-radius: 10px;
	padding: 1px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing_item-box{
	width: 100%;
	height: 100%;
	padding: 27px 13px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #FFFFFF;
	z-index: 1;
}

.banner_small .pricing_item:before{
	content: '';
	position: absolute;
	z-index: 0;
	width: 500px;
	height: 700px;
	background-image: conic-gradient(transparent, transparent, transparent, #00CCFF);
	filter: blur(40px);
	animation: animate 8s linear infinite;
}
.banner_small .pricing_item:after{
	content: '';
	position: absolute;
	z-index: 0;
	width: 500px;
	height: 700px;
	background-image: conic-gradient(transparent, transparent, transparent, #DE44D4);
	animation: animate 8s linear infinite;
	filter: blur(40px);
	animation-delay: -4s;
}
@keyframes animate{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}



.pricing_item p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 7px;
	font-family: 'PingFangBold';
}
.pricing_text {
	height: 140px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	margin-bottom: 9px;
	font-family: "PingFangRegular";
}
.pricing_price {
	color: #ff6c1d;
	font-size: 26px;
	font-weight: 600;
	font-size: 44px;
	height: 59px;
	font-family: 'DinMedium';
}
.pricing_price span:first-child {
	font-size: 20px;
	font-family: "DinMedium";
}
.pricing_price span:last-child {
	font-size: 20px;
	font-weight: 300;
	font-family: "PingFangRegular";
}
.pricing_price .icon {
	font-size: 26px;
	font-weight: 500;
}
.pricing_btn {
	width: 100%;
	height: 40px;
	background-color: #1a7cff;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin: 19px 0 23px;
}
.pricing_item li {
	font-size: 14px;
	line-height: 20px;
	color: #3d3d3d;
	margin-bottom: 8px;
}
.pricing_item li img {
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
}
.pricing_item li .other{
	color: #999999;
	font-size: 12px;
	font-family: 'PingFangRegular';
	padding-left: 24px;
	line-height: 18px;
}
.trust {
	height: 464px;
	background-color: #f3f8ff;
	padding-top: 48px;
}
.trust p {
	text-align: center;
	margin-bottom: 16px;
}
.trust .title{
	font-family: 'PingFangBold';
}
.trust div {
	text-align: center;
	margin-bottom: 71px;
	font-size: 14px;
	color: #999999;
	font-family: 'PingFangRegular';
}
.trust .ellipsis_4 span{
	color: #AEB1B8;
	font-family: 'PingFangMedium';
}
.trust .ellipsis_4 .color{
	color: #1A7CFF;
}
.trust_box {
	justify-content: center;
}
.trust_box li {
	width: 526px;
	height: 158px;
	margin: 0 11px;
	border: 3px solid #fff;
	border-radius: 10px;
	background: linear-gradient(#f3f5f8, #fff);
	padding: 0 20px;
	font-size: 14px;
	color: #aeb1b8;
	animation: beathing 3s ease-in-out infinite;
}
@keyframes beathing{
	0%{
		box-shadow: 0 0 6px 0 rgba(26, 124, 255, .25);
	}
	25%{
		box-shadow: 0 0 6px 0 rgba(26, 124, 255, .5);
	}
	50%{
		box-shadow: 0 0 6px 0 rgba(26, 124, 255, .6);
	}
	75%{
		box-shadow: 0 0 6px 0 rgba(26, 124, 255, .5);
	}
	100%{
		box-shadow: 0 0 6px 0 rgba(26, 124, 255, .25);
	}
}
.trust_box p {
	height: 44px;
	border-bottom: 1px solid #aeb1b8;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 44px;
}
.trust_box div {
	text-align: left;
	line-height: 20px;
}
.all_box {
	height: 655px;
	background-color: #fff;
	padding-top: 64px;
}
.all_box p {
	text-align: center;
	margin-bottom: 40px;
	font-family: 'PingFangBold';
}
.all_box ul {
	flex-wrap: wrap;
}
.all_box ul li {
	width: 288px;
	height: 180px;
	color: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 24px;
}
.all_box ul li img {
	width: 100%;
	height: 100%;
}
.all_box ul li div {
	width: 100%;
	height: 46px;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
