/*登录页面开始*/
.login-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgb(238, 238, 238);
}
.login-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 565px;
    background-image: url("../images/login_bg.png");
    background-repeat:no-repeat;
    background-size:100% 100%;-moz-background-size:100% 100%;
}
.login-logo{
    position: absolute;
    top: 224px;
    left: 50%;
    transform: translate(-50%,0);
}
.login-input-box{
    width:509px;
    height:300px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 8px 0px rgba(30, 111, 72, 0.35);
    opacity:0.35;
    border-radius:5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login-input-box-while{
    width:509px;
    height:300px;
    border-radius:5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.input-item{
    box-sizing: border-box;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translate(-50%,0);
    width:414px;
    height:44px;
    background:rgba(255,255,255,1);
    border-radius:2px;
}
.user-img{
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 68px;
    background: url(../images/user_lock.png) 30px 15px no-repeat;
}
.user-input{
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 346px;
    color:rgba(153,153,153,1);
    font-weight: bolder;
}

.login-psw{
    margin-top: 73px;
    box-sizing: border-box;
}
.login-btn{
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translate(-50%,0);
    box-sizing: border-box;
    width: 414px;
    height: 44px;
    background: rgba(255,255,255,1);
    border-radius: 8px;
}
.user-lock{
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 68px;
    background: url(../images/user_lock.png) 30px -50px no-repeat;
}

.login-submit-btn{
    display: block;
    width:414px;
    height:56px;
    background:rgba(53,157,255,0.91);
    border-radius:8px;
    line-height: 56px;
    text-align: center;
    color: white;
    font-size:18px;
}
/*登录页面结束*/

.code-input {
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 100px;
    color: rgba(153,153,153,1);
    font-weight: bolder;
    padding-left: 20px;
}
.code-item{
    top: 52px;
    left: 48px;
    transform: translate(0,0);
    margin-top: 108px;
    width: 120px;
}

.verify-box{
    position: absolute;
    left: 133px;
    top: 0;
}
.verify-box img{
    width:100px;height:44px;display: inline-block;float:right;
}
.login-submit-btn{
    border: none!important;
}