header {
	background: -webkit-linear-gradient(to right,#45D78E, #3FC7AF);
	background: -o-linear-gradient(to right,#45D78E, #3FC7AF);
	background: -moz-linear-gradient(to right,#45D78E, #3FC7AF);
	background: linear-gradient(to right,#45D78E, #3FC7AF);
	/* background: transparent; */
}

.f-c-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg {
	background-color: rgba(244, 248, 251, .6);
}

.banner {
	width: 100%;
	height: 700px;
	/* overflow: hidden; */
background: url(../images/wxAppInfo/1.jpg) no-repeat center;
}

.banner .case-left {
	color: #fff;
	text-align: center;
}

.banner .case-left h3 {
	padding-top: 146px;
	padding-bottom: 24px;
	font-size: 32px;
}

.banner .case-left p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 30px;
	letter-spacing: 2px;
}

.banner .case-left .btn {
/* 	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #04cb94; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .case-left .btn .btn1{
	margin-right: 16px;
}
.banner .case-left .btn .btn2 a{
	background: #42E1B9;
	color: #fff;
}
.banner .case-left .btn  a{
	background: #fff;
	padding: 10px 40px;
}
.banner .case-left img{
	width: 100%;
	max-width: 932px;
	margin-top: 55px;
}
.com-box {
	position: relative;
	padding: 180px 0 90px;
}

.com-box .line-info {
	font-size: 18px;
	margin: 20px auto 70px;
	color: #888888;
	width: 740px;
	text-align: center;
}
.red-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.red-box>div{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 33%;
	text-align: center;
}
.red-box .title{
	font-size: 20px;
	color: #333333;
	margin: 60px 0  25px 0;

}
.red-box .desc{
	font-size: 14px;
	color: #999999;
}
.get-box{
	margin-top: 70px;
}
.get-box img{
	width: 1217;
	max-width: 100%;
}
.get-box-mb{
	display: none;
}
.bg{
	background: #F7FBFD;
}
.bg-two{
	background: #F3F9FB;
}
.middle-box{
	width: 100%;
	height: 210px;
	background: #00D8A2;
}
.middle-box p{
	font-size: 32px;
	color: #fff;
}
.middle-box p::after{
	content: '';
	width: 95px;
	height: 3px;
	border-radius: 4px;
	background-color: #fff;
	display: block;
	margin: 30px auto 0;
}

.features-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
	/* padding-bottom: 76px; */
}
.features-box>div{
	width: 33%;
	/* margin-top: 76px; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.features-box .title{
	font-size: 20px;
	color: #333333;
	margin: 20px 0 16px 0;
}
.features-box .desc-box{
	font-size: 14px;
	color: #333333;
}
.features-box  .features-top{
	margin-bottom: 74px;
}
.features-box  .features-top .features-img{
	line-height: 56px;
	text-align: center;
	margin: 0 auto;
}
.features-box  .features-top .features-img img{
	vertical-align: middle;
	display: inline-block;
}
.features-box .p1,.features-box .p2{
	font-size: 14px;
}
.info-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 720px;
}
.info-box .text-box{
	max-width: 377px;
	flex-shrink: 0;
}
.info-box .text-box .title{
	font-size: 30px;
	color: #333;
	font-weight: 700;
}
.info-box .text-box .title-one{
	margin-bottom: 20px;
}
.info-box .text-box  .desc{
	font-size: 14px;
	color: #333;
	margin: 38px 0 52px 0;
}
	.info-box .text-box .info-btn{
		width: 150px;
		height: 40px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #5ECEA3;
		overflow: hidden;
	}


.info-box .text-box .info-btn a{
	color: #fff;
	font-size: 16px;
}
.info-box .text-box .info-btn a:hover{
	background: #03A276;
}
.info-box .img-box img{
	width: 100%;
	max-width: 784px;
}
@media screen and (max-width:768px){
	.com-box{
		padding: 40px 0;
	}
	.banner .case-left h3{
		line-height: 50px;
		font-size: 2.4rem;
		font-weight: normal;
	}
	.banner .case-left h3 label{
		display: none;
	}

	.com-box .line-info{
		width: 100%;
		margin: 20px auto 0;
	}
	.com-box .line-info p{
		font-size: 1.4rem;
		padding: 0 15px;
	}
	.red-box{
		flex-direction: column;
	}
	.red-box > div{
		width: 100%;
		margin-top: 40px;
	}
	.red-box .title{
		margin: 30px 0 25px 0;
	}
	.red-box img{
		width: 80px;
	}
	.get-box-pc{
		display: none;
	}
	.get-box-mb{
		display: block;
	}
	.get-box{
		margin-top: 2rem;
	}
	.middle-box{
		height: 110px;
	}
	.middle-box p{
		font-size: 22px;
	}
	.features-box{
		flex-flow: wrap;
	}
	.features-box > div{
		width: 50%;
		height: 217px;
		justify-content: flex-start;
		padding: 20px;
		margin-bottom: 10px!important;
	}
	.features-box .features-top{
		/* margin-bottom: 0; */
	}
	.channel-box .img-box{
		display: none;
	}
	.info-box{
		height: 363px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.info-box .text-box .info-btn{
		width: 150px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin: auto;
	}
	.info-box .text-box .info-btn a{
		padding: 9px 30px;
	}
	.info-box .text-box .title{
		font-size: 22px;
	}
	.free-foot-box div{
		padding: 0 1rem;
		font-size: 2rem;
		text-align: center;
	}
	.free-foot-box .btnDemo{
		font-size: 1.3rem;
	}

	.banner{
		height: 54rem;
		margin-bottom: 5rem;
	}
	.channel-box{
		padding: 40x 10px;
	}
	.features-box > div{
		height: auto;
		width: 100%;
		overflow: hidden;
	}
	.features-box .desc p{
		font-size: 1.4rem;
	}
	.banner .case-left img{
		display: none;
	}
	.web .line-title{
		line-height: 30px;
	}
}
@media screen and (max-width:1300px) {
	/* .channel-box{
		padding: 0 28px;
	} */
	.channel-box .get-box img{
		width: 94%;
		margin: auto;
		display: block;
	}
	.info-box{
		width: 100%;
		padding: 30px 28px;
	}
}
