.login-header{width: 100%; font-size: .2rem; height: .7rem;position: relative;padding: 0 .1rem; line-height: .7rem; color: #000000;box-sizing: border-box;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.15); text-align: center;}
 .login-header span.fl{line-height: .7rem;padding-top: .1rem;}
 .login-header span.fr{font-size: .16rem; color: #1fa67a;}
 #loginbtn{background-color: #1fa67a; border: none; width: 100%; height: .5rem; line-height: .5rem; color: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; font-size: .2rem;}
.login-content{width: 100%; box-sizing: border-box;}
.login-content .content{width: 90%; margin: .4rem auto; box-sizing: border-box;}
.content .username,.content .password{position: relative; padding: 0 10px; margin-bottom: .07rem; height: .5rem; line-height: .5rem; border: 1px solid #dfdfdf; color: #b8b8b8; font-size: .12rem; box-sizing: border-box; -webkit-border-radius: 6px; border-radius: 6px;}
.content .username input,.content .password input{ font-size: .14rem; background-color: #f6f6f6; display: block; width: 100%; height: 100%; border: none; padding: 0; margin: 0; outline: none;}
