html {
    background-color: #fff!important;
    width: 100%;
    height: 100%;

}
body{
    height: 100%;
    background: url(/static/images/login-back1.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}
.input-area i {
    display: none;
}
.input-area.empty {
    position: relative;
}
.input-area.empty i {
    display: inline-block!important;
    position: absolute;
    height: 100%;
    width: 40px;
    text-align: right;
    line-height: 36px;
    right: 15px;
    top: 0;
    font-size: 22px;
    color: #bbb;
}
.login-content{
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*width: 1300px;*/
    /*height: 520px;*/
    /*transform:translate(-50%,-50%);*/
    /*!*margin-left: -390px;*!*/
    /*!*margin-top: -260px;*!*/
    /*background: url(/static/images/login-top.png) no-repeat center;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
    /*border-radius: 8px;*/
    /*border: 1px solid red;*/
}
.login-content #userlogin{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23%;
    /*height: 420px;*/
    transform:translate(20%,-50%);
    background: #fff;
    border-radius: 4px;
    /*border: 1px solid red;*/
    padding: 50px;
}
.login-logo{
    text-align:center;
    margin-bottom:15px;
}
.login-logo img{
    height:35px;
    width:auto;
    display:inline-block;
}
.userlogin-header {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.userlogin-header span:nth-child(2) {
    background-color: #bbb;
    width: 2px;
    height: 15px;
    margin: 0 10px;
}
.userlogin-header span {
    display: inline-block;
    vertical-align: middle;
}
.input-area {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 18px;
    margin-bottom: 22px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}
.input-area img {
    margin-top: 9px!important;
    height: 14px!important;
    vertical-align: top;
}
.input-area input {
    height: 24px;
    width: 90%;
    border: none;
    outline: none;
    margin-left: 10px;
    margin-top: 4px;
    color: #000;
    font-size: 15px;
}
.login-input .psd{
    position: relative;
}
#show-eyes{
    position: absolute;
   right: 15px;
}
.input-area-code{
    flex: 1;
    min-width: 0;
    margin-right: 10px;
    margin-bottom: 0;
}
#certifyCode1{
    height: 36px;
    cursor:pointer;
    flex-shrink: 0;
    border-radius: 4px;
    /*border: 1px solid #e5e5e5;*/
    display: block;
}
.userlogin-btn {
    height: 36px;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    background-color: #11B99F;
    /*width: 300px;*/
    margin: 22px auto 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
/*------------------*/
.login {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 320px;
    margin-left: -200px;
    margin-top: -160px;
    background-color: #fff;
    border-radius: 4px;
}
.login .login-title img{
    display: block;
    height: 32px;
    margin: 0 auto;
}
.login .psd img{
    margin-top: 17px!important;
    height: 16px!important;
    vertical-align: top;
}

.login .login-title {
    color: #0F95FC;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
}
.login-input>div {
    height: 50px;
    line-height: 50px;
    border-bottom: .5px solid #e5e5e5;
    overflow: hidden;
}
.login-input>div span {
    display: inline-block;
    font-size: 22px;
    color: #888;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.login-input>div span.is-show {
    float: right;
    cursor: pointer;
}
.login-input>div span.iconkejian {
    color: rgb(22, 159, 237);
}
.login-input input {
    border: none;
    outline: none;
    width: 80%;
}
.login-btn {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    background: #0F95FC;
    background: -webkit-linear-gradient(left, #05D0F5, #0F95FC);
    background: -o-linear-gradient(left, #05D0F5, #0F95FC);
    background: -moz-linear-gradient(left, #05D0F5, #0F95FC);
    border-radius: 25px;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    body{
        /*background: url(/static/images/login-back2.png) no-repeat center;*/
        /*background-size: 100% 100%;*/
    }
    /*html{*/
    /*    background: linear-gradient(180deg,#0C64F8 0%,#17BFFD 100%)!important;*/
    /*    height: 100%;*/
    /*    min-height: 100vh;*/
    /*}*/
    /*body{*/
    /*    background: linear-gradient(180deg,#0C64F8 0%,#17BFFD 100%)!important;*/
    /*    background-image: linear-gradient(180deg,#0C64F8 0%,#17BFFD 100%);*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*    background-size: cover;*/
    /*    -webkit-background-size: cover;*/
    /*    height: 100%;*/
    /*    min-height: 100vh;*/
    /*}*/

    .login{
        position: fixed;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 88%;
        max-width: 320px;
        height: auto;
        min-height: 300px;
        margin: 0;
        padding: 20px;
        border-radius: 10px;
    }
    .login .login-title{
        height: auto;
        line-height: normal;
        padding: 15px 0 10px;
        font-size: 20px;
        letter-spacing: 1px;
    }
    .login .login-title img{
        height: 28px;
    }
    .login-input>div{
        height: 46px;
        line-height: 46px;
    }
    .login-input>div span{
        font-size: 20px;
        margin-top: -2px;
    }
    .login-input input{
        width: 75%;
        font-size: 16px;
    }
    .login .login-input .psd img{
        margin-top: 15px!important;
    }
    .login-btn{
        height: 46px;
        line-height: 46px;
        width: 100%;
        margin-top: 30px;
        font-size: 16px;
    }

    .login-content #userlogin{
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 82%;
        max-width: 260px;
        padding: 22px 18px 20px;
        border-radius: 10px;
        /*box-shadow: 0 4px 20px rgba(0,0,0,0.15);*/
    }
    .login-logo img{
        height: 32px;
        width: auto;
    }
    .userlogin-header{
        font-size: 15px;
        margin-bottom: 16px;
        margin-top: 6px;
    }
    .userlogin-header span:nth-child(2){
        height: 12px;
        margin: 0 6px;
    }
    .input-area{
        height: 36px;
        border-radius: 18px;
        margin: 0 auto 12px;
        padding-left: 12px;
        max-width: 240px;
    }
    .input-area input{
        height: 22px;
        margin-top: 6px;
        margin-left: 6px;
        font-size: 13px;
    }
    .input-area-code{
        flex: 1;
        margin-right: 8px;
    }
    .code-row{
        max-width: 240px;
        margin: 0 auto 12px;
    }
    #certifyCode1{
        height: 36px;
        flex-shrink: 0;
    }
    .userlogin-btn{
        height: 38px;
        line-height: 38px;
        border-radius: 19px;
        font-size: 15px;
        margin: 16px auto 0;
        max-width: 240px;
    }
    .footer-img{
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .login,
    .login-content #userlogin{
        width: 86%;
        max-width: 240px;
        padding: 18px 14px;
    }
    .login .login-title{
        font-size: 18px;
    }
    .userlogin-header{
        font-size: 14px;
    }
    .input-area{
        height: 34px;
        border-radius: 17px;
        margin: 0 auto 10px;
        max-width: 220px;
    }
    .input-area input{
        font-size: 13px;
    }
    .code-row{
        max-width: 220px;
        margin: 0 auto 10px;
    }
    .userlogin-btn{
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        max-width: 220px;
    }
}
