.complain_form{
	margin-top: 20px;
}
.complain_form .remark{
	color:#aaa;
}
.complain_title{
	font-size: 20px;
    font-weight: 600;
    background: url(../img/time.png) left center no-repeat;
    padding: 10px 40px;
    background-size: 30px;
}
.complain_form .step{
	margin-top: 20px;
	overflow: hidden;
}
.complain_form .step .con{
	padding: 10px 20px;
    border: solid 1px #9db2c7;
    display: inline-block;
    border-radius: 10px;
    background: #37699c;
    color: #fff;
    font-size: 15px;
    float: left;
}
.complain_form .step .icon{
	width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    background: url(../img/right.png) center center no-repeat;
}
.form_content{
	margin-top: 20px;
}
.form_label{
	padding: 10px 0;
}
.form_label label{
	line-height: 30px;
    font-size: 15px;
    width: 100px;
    display: inline-block;
    background: url(../img/must.png) -7px -2px no-repeat;
    padding-left: 20px;
    background-size: 32px;
}
.form_label input{
	border: solid 1px #aaa;
    height: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 300px;
    color: #555;
    font-size: 15px;
}
.form_label textarea{
	width: 500px;
    border: solid 1px #aaa;
    border-radius: 4px;
    height: 80px;
}
.form_content .submit{
	text-align: center;
}
.form_content .submit button{
	border: solid 1px #aaa;
    background: #37699c;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
}
    