
@import '../css/reset.css';
@import '../css/base.css';
html,body {
	background-color: #EEF3FB;
}
.forgetPWBox {
	padding: 50px 0;
}
/* content */
#step2 {
    display: none;
}
#EmailCode {
    width: 50%;
    margin-right: 8%;
    display: inline;
}
#getEmailCode {
    width: 40%;
    line-height: 36px;
    background: #ECECEC;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
}
/* 小分辨率 */
@media screen and (min-width: 992px){
	
}
/* 手机 */
@media screen and (max-width: 768px){
    
}