*{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Microsoft yahei";
	background: #e3ecf3;
}
a{
	text-decoration: none;
}
.wrap{
	width: 100%;
	margin: 0 auto;
}
header{
	width: 100%;
	height: 50px;
	background: #23b9e6;
}
header h2{
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	text-align: center;
    font-weight: normal;

}
header a{
    font-weight: normal;
    font-size: 18px;
    float: left;
    padding-left: 10px;
    color: #fff;
    display: block;
    line-height: 50px;
}
.main{
	padding: 15px;
}
.main form input{
	height: 29px;
	border: 1px solid #9f9f9f;
	border-radius: 10px;
	width: 46%;
	margin: 15px 0 10px;
	display: inline-block;
	text-indent: 8px;
}
.main .s_form input{
	width: 70%;
}
.main form #code{
	width: 30%;
}
.main .p-block{
	color: #fff;
	font-size: 16px;
	width: 68%;
	text-align: center;
	background: tomato;
	padding: 6px 0;
	border-radius: 6px;
	box-shadow: 0 0 10px #000;
	margin: 20px auto 15px;
}
.main .amend{
	text-align: right;
	line-height: 32px;
	margin-top: 15px;
	color: blue;
}
.main .amend a{
	color: red;
}
.main form #Submit{
	width: 35%;
	margin-left: 3%;
	text-indent: 0;
	background: #289cee;
	color: #fff;
	border: none;
	font-size: 15px;
}
#contain-big-right-tijiao button,.main form .sub{
	width: 30%;
	height: 38px;
	display: block;
	margin: 15px auto 0;
	border-radius: 10px;
	background: #289cee;
	color: #fff;
	border: none;
	font-size: 18px;
}
.main .r_t{
	float: right;
	margin-top: 15px;
	color: #153dd8;
}
.main .reset input{
	width: 70%;
}
.shensu span{
	display: inline-block;
	text-indent: 2em;
	margin-top: 20px;
	font-size: 15px;
	line-height: 26px;
	color: #c50505;
}
.shensu span a{
	margin-left: 10px;
}
.shensu span a:active{
	color: blue;
}
.shensu span a:visited{
	color: blue;
}
.main form #reason{
	width: 70%;
	border-radius: 10px;
	line-height: 30px;
	text-indent: 10px;
	font-size: 16px;
	font-family: "Microsoft yahei";
}
.main form .f_s{
	display: block;
	margin-bottom: 15px;
}