.banner1 .pic img{
	min-height:350px;
s}
.custom-platform-title .title{
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height:1
}
.custom-platform-title .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 30px;
	margin-top: 15px;
}
.custom-platform-title .des1{
	margin-top: 8px;
}
.custom-platform .box1{
	text-align: left;
	padding: 60px 0 94px;
}
.custom-platform .box1 .box-c{
	margin-top: 93px;
}
.custom-platform .box1 .box-c ul{
	display: flex;
	justify-content: space-between;
}
.custom-platform .box1 .box-c li{
	width: 15.86%;
	text-align: center;
}
.custom-platform .box1 .box-c li .pic img{
	display: block;
	margin: 0 auto;
	transition: all .6s ease;
	max-height: 80px;
	max-width: 80px;
}
.custom-platform .box1 .box-c li:hover .pic img{
	transform: rotateY(180deg);
}
.custom-platform .box1 .box-c li .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #040000;
	line-height: 30px;
	margin-top: 44px;
}
.custom-platform .box2{
	padding: 80px 0 74px;
	background-color: rgba(248, 248, 248, 1);
	text-align: center;
}
.custom-platform .box2 .box-c{
	margin-top: 50px;
}
.custom-platform .box2 .box-c .input-box{
	display: flex;
	justify-content: space-between;
}
.custom-platform .box2 .box-c .input-box.verify-box{
	justify-content: flex-start;
}
.custom-platform .box2 .box-c .input-box .input{
	width: 48.66%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid rgba(49, 49, 49, .3);
	border-radius: 5px;
	height: 56px;
	background-color: transparent;
	margin-bottom: 30px;
}
.custom-platform .box2 .box-c .input{
	padding: 0 21px;
}
.custom-platform .box2 .box-c .input .xing{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF0000;
	line-height: 1;
}
.custom-platform .box2 .box-c .input .icon{
	padding-right: 10px;
	border-right: 1px solid rgba(209, 209, 209, 1);
}
.custom-platform .box2 .box-c .input input{
	flex: 1;
	border: none;
	outline: none;
	width: 100%;
	background-color: transparent;
	padding: 0 12px;
	font-size: 14px;
}
.custom-platform .box2 .box-c .input.textarea{
	position: relative;
	height: 200px;
	padding: 21px;
	width: 100%;
}
.custom-platform .box2 .box-c .input.textarea .icon{
	position: absolute;
	top: 21px;
	left: 21px;
}
.custom-platform .box2 .box-c .input.textarea textarea{
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	resize: none;
	background-color: transparent;
	text-indent: 40px;
	line-height: 1.5;
	height: 100%;
	font-size: 14px;
}
.custom-platform .box2 .box-c .input.verify{
	width: 33.33%;
	cursor: pointer;
}
.custom-platform .box2 .box-c .verify-code{
	margin-right: 32px;
}
.custom-platform .box2 .box-c .btn{
	width: 200px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #15A4DE;
	border-radius: 5px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 20px;
}
.custom-platform .box2 .box-c .btn a{
	display: flex;
	color: #fff;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.custom-platform .box2 .box-c .btn1{
	margin-left: 30px;
}
.custom-platform .box2 .box-c .btn2,
.custom-platform .box2 .box-c .btn3{
	background-color: #000000;
}
.custom-platform .box2 .box-c .btn3 .iconfont{
	font-size: 24px;
}
.custom-platform .box2 .box-c .btn3{
	display: none;
}
@media (max-width:768px){
	.custom-platform .box1 .box-c li{
		width: 48%;
		margin-bottom: 35px;
	}
	.custom-platform .box1 .box-c ul{
		flex-wrap: wrap;
	}
	.custom-platform .box1 .box-c li .pic img{
		max-height: 85px;
		max-width: 80px;
	}
	.custom-platform .box1 .box-c li .text{
		margin-top: 25px;
		font-size: 16px;
	}
	.custom-platform .box2 .box-c .btn{
		width: 130px;
	}
	.custom-platform .box2 .box-c .input.verify{
		min-width: 261px;
	}
	.custom-platform-title .title{
		font-size: 24px;
	}
	.custom-platform-title .des{
		font-size: 16px;
	}
	.custom-platform .box1 .box-c{
		margin-top: 50px;
	}
	.custom-platform .box1{
		padding: 60px 0 30px;
	}
}
@media (max-width:600px){
	.custom-platform .box2 .box-c .input-box{
		flex-wrap: wrap;
	}
	.custom-platform .box2 .box-c .input-box .input{
		width: 100%;
		height: 40px;
	}
	.custom-platform .box2 .box-c .btn1{
		margin-left: 0;
	}
	.custom-platform .box2 .box-c .btn{
		height: 40px;
		line-height: 40px;
	}
	.custom-platform .box2 .box-c .input.textarea{
		height: 120px;
	}
	.custom-platform .box2 .box-c .input{
		padding: 0 10px;
	}
	.custom-platform .box2 .box-c .input.textarea{
		padding: 10px;
	}
	.custom-platform .box2 .box-c .input.textarea .icon{
		left: 10px;
		top: 10px;
	}
}
@media (max-width:500px) {
	.custom-platform-title .title{
		font-size: 22px;
	}
	.custom-platform .box1 .box-c li .pic img{
		max-width: 50px;
		max-height: 50px;
	}
	.custom-platform .box2{
		padding: 50px 0;
	}
	.custom-platform .box2 .box-c .input-box .input{
		margin-bottom: 15px;
	}
	.custom-platform .box2 .box-c{
		margin-top: 20px;
	}
	.custom-platform .box1 .box-c{
		margin-top: 30px;
	}
	.custom-platform .box1{
		padding: 50px 0 20px;
	}
}