body{
	background-color: #F7F7F7;
}
.topnav{
	width: 100%;
    height: 3rem;
    background-color: #1c6bb5;
}
.topnav img{
    float: left;
    height: 1.6rem;
    margin: 0.7rem;
}
.topnav span{
    color: white;
    font-size: 1rem;
    display: block;
    margin-left: 10rem;
    line-height: 3rem;
}
.form{
    background-color: #fff;
    width: 18rem;
    padding: 0 1rem 1rem;
    margin: 3rem auto 1.5rem;
}
.form input{
	border-style: none;
	border-bottom: 1px solid #EDEDED;
	width: 16.5rem;
	height: 3rem;
	font-size: 0.9rem;
	color: #b5b5b5;
	padding-left: 1.5rem;
	outline-style: none;
}
.form input:nth-child(1){
    background: url(../images/wjmm_1.png) no-repeat 0rem 0.88rem;
    background-size: 0.8rem 1.3rem;
}
.form input:nth-child(2),.form input:nth-child(3){
    background: url(../images/wjmm_2.png) no-repeat 0rem 0.98rem;
    background-size: 0.8rem;
}
.form input:nth-child(4){
	background: url(../images/wjmm_3.png) no-repeat 0rem 0.98rem;
	background-size: 0.8rem;
	width: 11rem;
}

.submit{
    width: 20rem;
    height: 2.5rem;
    background-color: #1c6bb5;
    text-align: center;
    color: #fff;
    line-height: 2.5rem;
    margin: 0 auto;
    border-radius: 0.4rem;
}
.tips{
    display: inline-block;
    color: #F44336;
    font-size: 0.7rem;
    margin-left: 1.5rem;
}
.hqyzm{
    width: 5rem;
    height: 2rem;
    float: right;
    color: #fff;
    background-color: #1c6bb5;
    text-align: center;
    font-size: 0.8rem;
    line-height: 2rem;
    margin-top: 0.5rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
}