.main{
	background: #fff;
}
.danx input{
	-webkit-appearance:radio;
	width: 20px;
	height: 20px;
}
.p1{
    width: 550px;
    margin: auto;
    color: #454545;
    /* margin-bottom: 9px; */
    line-height: 70px;
}
.p1 .s1{
	color: #aaa;
}
.s2{
	color: #f00;
}
.p2{
	/*text-align: right;*/
	width:500px;
	margin:10px auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.p2 input{
	/*margin-left: 380px;*/
	margin-right: 30px;
}

.p3{
	color: rgba(179, 34, 44, 1);
	text-align: center;
}
.p4{
	width: 550px;
	margin:auto;
	color: #454545;
}
.applyInfo{
	width: 90%;
    margin:10px auto;
}

h1{
	    text-align: center;
    color: #0C97EE;
    font-size: 32px;
}
.w-710{
	width:90%;
	margin:auto;
}
.w-710 input{
	border: 0;
    outline: none;
    width: 100%;
    background: #F8F9FB;
    height: 76px;
    line-height: 76px;
    /* border-radius: 30px; */
    margin: 20px auto;
    padding-left: 13px;
    /* padding-left: 30px; */
font-size: 24px;
}
#submit{
	background:#20A0FF;
	border-radius: 10px;
	color: #fff;
	border:1px solid #20A0FF
}
.s_one{
width:95%;
margin:auto;
}

.s_one h2{
	text-align:center;
	font-size:40px;
	font-weight:600;
	color:red;

}
.s_two{
width:95%;
margin:auto auto 30px auto
}
.s_two ul li{
width: 100%;
    font-size: 26px;
    border-radius: 40px;
    text-align: center;
    /*background: red;*/
    line-height: 56px;
    /* margin-bottom: 18px; */
    margin-top: 26px;


}
.s_two ul li a{
	color:#fff;
}
.s_two ul li:nth-child(even){
	background:#FF0005
}
.s_two ul li:nth-child(odd){
	background:#1890F7
}