.topNav li{
	width: 233px;
	height: 56px;
	background-image: linear-gradient(0deg, 
		#81bfe8 0%, 
		#d4eeff 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.topNav li span{
	display: block;
}
.topNav li span.wordIcon{
	/*width: 19px;
	height: 19px;*/
	margin-left: 20px;
	margin-right:13px ;
}
.topNav li span.wordIcon img{
	width: 100%;
	height: 100%;
}
.topNav li span.wordText{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 65px;
	letter-spacing: 0px;
	color: #333333;
}
.topNav li.first span.wordText{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #2e86c1;
}

.textList{
	margin: 51px 71px 55px 51px;
}
.textList ul li{
	border-bottom: solid 1px #eeeeee;
	padding: 22px 0 21px;
}
.textList ul li p.boldTitle{
	display: flex;
	align-items: center;
	margin-right: 9px;
}
.textList ul li p.boldTitle span{
	display: block;
}
.textList ul li p.boldTitle span.t_dian{
	width: 6px;
	height: 6px;
	background-color: #cacfd0;
	border-radius: 50%;
	margin-right: 9px;
}
.textList ul li p.boldTitle span.boldWord{
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.textList ul li p.t_quest{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 10px;
	margin-left: 15px;
}
.t_time{
	margin-top: 19px;
	margin-left: 15px;
	font-size: 14px;
	color: #858585;
}
.explain{
	/*width: 660px;*/
	margin-right: 60px;
	margin-left: 38px;
	margin-top: 32px;
}
.explain ul li{
		font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
.deepLine{
	width: 877px;
	border: solid 1px #eeeeee; 
	margin: 37px auto 39px;
}
.inputK{
	margin-left: 45px;
}
.inputList li{
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}
.inputList li p.leftTips span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
}
.inputList li p.rightInput{
	width: 479px;
	height: 39px;
	background-color: #fafafa;
	border-radius: 4px;
	border: solid 1px #dcdcdc;
}
.inputList li p.rightInput input{
	border: none;
	outline: none;
	padding-left: 10px;
	line-height: 39px;
	    width: 97%;
    height: 91%;
    margin-left: 5px;
    background-color: #fafafa;
}
.inputList li p.t_area{
	width: 479px;
	height: 119px;
}
.inputList li p.t_area textarea{
	width: 479px;
	height: 119px;
	background-color: #fafafa;
	border-radius: 4px;
	border: none;
	outline: none;
}
.inputList li p.codes{
	width: 339px;
	height: 39px;
}
.inputList li p.codes input{
	width: 85%;
	height: 100%;
}
/*验证码*/

.upload-awrp {
	overflow: hidden;
	margin: 120px 0;
}

.code {
	font-family: "黑体";
	font-weight: bold;
	font-style:oblique ;
	font-size: 30px;
	border: 0;
	padding: 2px 3px;
	letter-spacing: 3px;
	cursor: pointer;
	width: 132px;
	height: 38px;
	border: solid 1px #dcdcdc;
	line-height: 38px;
	text-align: center;
	margin-left: 8px;
}
.submit{
	width: 79px;
	height: 39px;
	background-color: #2b9bdf;
	border-radius: 4px;
	border: solid 1px #dcdcdc;
	text-align: center;
	line-height: 39px;
	font-size: 18px;
	color: #ffffff;
	margin-left: 104px;
	margin-bottom: 108px;
}
