.login-container{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 665px;
    background: url(//fes.qyerstatic.com/fe_ssr_passport/ecb39528d488b6c520f7ddd3898379d6.jpg) top/cover no-repeat;
}
.login-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-logo{
    margin-bottom: 20px;
}
.login-logo img{
    border: 0;
    height: 42px;
    vertical-align: middle;
}
.login-logo span{
    font-size: 24px;
    font-family: Hiragino Sans GB,Microsoft YaHei,SimHei,SimSun,sans-serif;
    color: #fff;
    vertical-align: bottom;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
.login-section{
    display: flex;
    width: 655px;
    height: 436px;
    background-color: red;
    /* justify-content: center; */
}
.login-section .login-qrcode{
    width: 275px;
    height: 436px;
    /* justify-self: end; */
    background-repeat: no-repeat;
    background-image: url(//fes.qyerstatic.com/FoLbAXJtwbB5SVORRmihPFWD-oYM);
    background-position: 50%;
    background-color: #fff;
    background-size: auto 100%;
}
.login-section .login-form{
    padding: 10px 25px;
    width: 330px;
    height: 416px;
    /* justify-self: start; */
    background-color: #fff;
}

.login-section .login-form .form-tips{
    display: flex;
}
.login-section .login-form .form-tips div{
    width: 50%;
    height: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}
.login-section .login-form .form-tips div.active{
    border-bottom: 2px solid #10b041;
    color: #3f9f5f;
}
.login-section .login-form .form-tips2{
    height: 50px;
    line-height: 60px;
    font-size: 14px;
    color: #959595;
}
.login-section .login-form .form-tips2 a{
    color: #3f9f5f;
}

.login-section .login-form .form-input{
    display: flex;
    flex-direction: row;
}
.login-section .login-form .form-input .input-gap{
    width: 330px;
    height: 30px;
}
.login-section .login-form .form-input .input-gap2 .find-pwd{
    display: flex;
    flex-direction: column;
}
.login-section .login-form .form-input .input-gap2 .find-pwd{
    color: #959595;
    justify-self: end;
    line-height: 30px;
}
.login-section .login-form .form-input input{
    width: 314px;
    height: 32px;
    padding: 3px 7px;
    background-color: #fff;
    border: 1px solid rgb(215, 215, 215);
    outline: none;
    font-size: 16px;
}
.login-section .login-form .form-input #input-summit{
    width: 330px;
    height: 36px;
    background-color: #3f9f5f;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.login-auth{
    padding: 40px 0 10px;
    font-size: 0;
    text-align: center;
}
.login-auth a{
    display: inline-block;
    margin: 0 21px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #d7d7d7;
    border-radius: 50%;
    overflow: hidden;
    /* background-color: #959595; */
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.auth-taobao{
    background-image: url(//fes.qyerstatic.com/FkHhVOT0BMK6LN3mOQ1qACNwKzlI);
}
.auth-qq{
    background-image: url(//fes.qyerstatic.com/FugnPbgTJd9eGwDRpbL4L-bEsZaZ);
}
.auth-weixin{
    background-image: url(//fes.qyerstatic.com/FiMZfg-o4O6kGlKgQNBUEbLPY-0A);
}
.auth-weibo{
    background-image: url(//fes.qyerstatic.com/FtOA3elXgqZZY7Oa16ZRZt8Jsvnn);
}

.login-bottom{
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
    color: #959595;
    font-size: 14px;
}
.login-bottom .fl a{
    color: #10b041;
}
.login-bottom .fr a{
    color: #959595;
}

/* 7天内自动登录 */
.login-section .login-form .form-input .input-gap2{
    display: flex;
    line-height: 30px;
    flex-direction: row;
    justify-content: space-between;
}
.login-section .login-form .form-input .input-gap2 input{
    width: 10px;
    height: 10px;
    /*background-color: green;*/
}