.superiority{
	padding: 0 20px 20px;
}
.superiority ul{
	overflow: hidden;
}
.superiority li{
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.superiority li img{
	width: 50px;
	height: 50px;
}
.superiority li h4{
	margin-top: 6px;
	margin-bottom: 4px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.superiority li p{
	color: #999;
	font-size: 12px;
}
.support{
	background: #ff5256;
	padding: 20px;
}
.support h2{
	color: #fff;
	padding-top: 0;
}
.support h2 .subtitle{
	color: #fff;
}
.support h2 .border{
	background: #FFFFFF;
}
.support ul{
	overflow: hidden;
}
.support li{
	width: 33.3%;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}
.support li img{
	width: 50px;
	height: 50px;
}
.support li h2{
	font-size: 14px;
	padding-top: 6px;
}
.support li h2 .border {
    width: 20px;
    height: 1px;
}
.condition{
	padding: 20px;
}
.condition h2{
	margin-bottom: 10px;
}
.condition p{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.form{
	background: #fff;
	border-radius: 5px;
	padding: 20px 40px;
	box-shadow: 0 0 10px 1px #ccc;
}
.form h4{
	text-align: center;
	font-size: 14px;
	color: #ff0000;
	background: url(../img/bg20190802006.png) repeat-x center;
}
.form h4 span{
	padding:0 10px;
	display: inline-block;
	background: #fff;
}
.form input{
	display: block;
	width: 100%;
	margin-top: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	outline: none;
	border: 1px solid #fff;
	background: #eee;
	color: #333;
	cursor: pointer;
	font-size: 13px;
}
.form input[type="submit"]{
	background: #ff5256;
	color: #fff;
}
