html{height: 100%;}
body {
    height: 100%;
    background: url('../img/bg_login.jpg');
    background-size:cover;
    overflow-y: hidden
}

/* header 开始 */

header {
    width: 100%;
    height: 60px;
    padding: 0 2%;
    overflow: hidden;
    position: relative;
}

.header-logo {
    text-decoration: none;
    color: #FFF;
    display: inline-block;
}
.header-title {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.header-logo img {
    width: 200px;
    height: 50px;
    margin-top: 7px;
    cursor: pointer;
}

/* header 结束 */

/* content 开始 */

.signinpanel {
    padding: 70px 0;
    height: calc(100% - 140px);
}

.login-panel {
    width: 990px;
    margin: auto;
    position: relative;
    height: auto;
    overflow: hidden;
}
.login-left {
    color: #fff;
    text-align: left;
    top: 90px;
    float: left;
}

.login-right {
    width: 380px;
    border: none;
    background: #fff;
    padding: 22px 30px 30px;
    border-radius: 5px;
    float: right
}
/* .to-password{
    display: none
} */
.to-qrcode{
    display: none
}
/* 登陆框头部 */

.login-title {
    height: 40px;
    position: relative;
    margin-bottom: 20px;
}

/* title右侧角标 */

.login-title .quick {
    /*background: url('../img/qrCode.png') no-repeat;*/
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer
}
.login-title .static {
    /*background: url('../img/pcCode.png') no-repeat;*/
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer
}
.login-title h3 {
    float: left;
    margin: 0;
    line-height: 40px;
    font-weight: 600
}

/* tips开始 */
.to-password .login-tip,
.to-qrcode .login-tip {
    position: absolute;
    top: 0;
    right: 45px;
    display: block;
    margin: 0;
    padding: 0;
}
.to-qrcode .login-tip {
    right: 50px;
}
.poptip {
    padding: 5px 10px;
    background: #E6F9FC;
    border: 1px solid #14C2DD;
    height: 28px;
    line-height: 16px;
    position: relative;
    z-index: 9999;
}

.poptip-arrow {
    top: 8px;
    right: 0;
    position: absolute;
    z-index: 10;
}

.poptip-arrow em,
.poptip-arrow span {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    overflow: hidden;
    border-width: 6px 0 6px 6px;
}

.poptip-arrow em {
    border-left-color: #14C2DD;
    font-style: normal;
    font-weight: 400;
    top: -1px;
    left: 1px;
}

.poptip-arrow span {
    border-left-color: #E6F9FC;
    top: -1px;
    left: 0;
}

.poptip .poptip-content {
    color: #14C2DD;
    font-size: 12px;
    font-weight: 400;
}
/* tips结束 */

.signinpanel .text {
    color: rgba(255, 255, 255, .95);
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
    text-align: center
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .btn {
    margin-top: 20px;
}

/* 验证码框 */
.signinpanel .verify {
    margin: 0;
    width: 72%;
    float: left;
    color: #333;
    background-size: 8%;
}

.signinpanel .verifycode {
    padding: 0;
    width: 28%;
    height: 34px;
    margin: 0;
    vertical-align: middle;
    float: left;
}

/* 密码错误的显示框*/
.signinpanel .file_m {
    border: 1px solid #F15532;
    padding: 6px;
    color: #F15532;
    background: #FEEEEB;
}
::-ms-clear,::-ms-reveal{display:none;}
.password {
    position: relative
}
.img-eye {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
}
.eye-open {
    background: url('../img/eye_open.png') no-repeat center;
}
.eye-close {
    background: url('../img/eye_close.png') no-repeat center;
}

/* 扫码登陆 */
.qrcode-login {
    padding-top: 20px;
}
.qrcode-main {
    position: relative;
    padding-bottom: 15px;
    min-height: 130px;
}
.qrcode-img {
    box-shadow: none;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding: 0;
}
.qrcode-hint {
    font-size: 14px;
    color: #5F6367;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
}

/* 二维码失效 */
/* .qrcode-box{
    display: none
} */
.qrcode-err{
    display: none
}
.qrcode-ok{
    display: none
}
.qrcode-err p span {
    font-size: 40px;
    color: #f37c75
}
.qrcode-ok p span {
    font-size: 40px;
    color: #b5e163
}
.qrcode-err p,
.qrcode-ok p {
    font-size: 14px;
    color: #5F6367;
    margin-top: 10px;
    text-align: center;
}

.qrcode-err h3,
.qrcode-ok h3 {
    font-size: 18px;
    color: #5F6367;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

/* 底部下载/注册 */
.qrlogin-other {
    margin-top: 40px;
    overflow: hidden;
    zoom: 1;
}
.qrlogin-other .register {
    float: right;
}
.app-download-link {
    float: right;
    margin-right: 16px;
}
/* content 结束 */

/* footer 开始 */
footer{
    width: 100%;
     height: 80px;
    /*height: 12%;*/
    background: #fff;
    /*padding: 20px 0px;*/
    padding-top: 20px;
}
.footer-content{
    width: 1050px;
    margin: 0 auto;
}
.footer-top{
    width: 1050px;
    position: relative;
    height: 20px;
}
.footer-top span{
    width: 100px;
    position: absolute;
    right: 50%;
    text-align: center
}
.footer-top span.left{
    border-right: 2px solid #cecfcf;
    right: 50%;
}
.footer-top span.right{
    left: 50%
}
.footer-top a{
    color: #666;
}
.footer-top a:hover{
    color: #18a689
}
.footer-bottom{
    width: 1050px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 10px;
}
.footer-bottom>span {
    display: inline-block;
}
.footer-bottom a{
    color: #676a6c
}
.footer-bottom a:hover{
    color: #18a689
}
/* footer 结束 */