/* CSS Document */
body{margin: 0px; padding: 0px;font-family:"微软雅黑"," 幼圆";}
a{color: #666; text-decoration: none;}
a:hover{color: #333; text-decoration: none;}

.login-title{font-size: 0.28rem; line-height: 0.28rem; text-align: center; color: #fff; margin-top: 10%;}
.login-div{width: 100%; height: auto; margin-top: 0.2rem; background: rgba(0,0,0, 0.2); border-radius: 10px;}
.login-form{width: 100%; height: 100%; padding:0.3rem 0; overflow: hidden;}
.login-forget{height: 0.2rem; line-height: 0.2rem; text-align: right; margin-bottom: 0.2rem;}
.login-alert{margin-top: 0.3rem; color: #737C84; text-align: center;}
.login-tip{height: 0.25rem;}
.login-ercode{background: rgba(0,0,0,0.2); padding: 0.08rem 0; width: 100%; height: auto; margin-top: 10%; border-radius: 10px;}
.login-item{margin-bottom: 0.25rem;}
.login-input{width:75%;height:0.44rem;border:1px solid #ccc;padding-left:0.1rem;font-size: 18px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-left:none;}
.login-btn{width: 90%;}
.text-center{text-align: center;}
.input-group-addon{border-radius: 6px;border-top-right-radius: 0;border-bottom-right-radius: 0;height: 0.46rem;padding: 0.1rem 0.16rem;font-size: 18px;line-height: 1.3333333;color: #555;font-weight: normal;text-align: center;background-color: #eee;border: 1px solid #ccc;}