html {
    min-height: 100%;
    position: relative;
    overflow:-moz-scrollbars-vertical;
}
body {
    margin: 0;
    left:0px; top:0px;
    width:100%;height:100%; padding: 0;
    background-size:cover;
    background-attachment: fixed;
}

li{list-style: none;}
/*复写*/
html, body {
    margin: 0;
    background-image: url('../../img/login/login_bg.jpg');
    background-repeat: no-repeat;
}
canvas {
    position: absolute;
}
#login-container{
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login-div {
    width: 400px;
}
.copy-logo{
    width: 100%;
    height: 60px;
    background: url('../../img/login/company_login.png') no-repeat left top;
    margin-bottom: 30px;
    background-size: auto 60px!important;
}
.login-main{
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 10;
    /* overflow: hidden; */
}
.login-head{overflow: hidden;position: relative;}
.login-head h3{margin: 0;padding: 32px 30px 22px;font-family: "微软雅黑";font-weight: normal;font-size: 20px;color: #333;}
.login-head .scan-tip{
    position: absolute;
    top: 4px;
    right: 60px;
    font-size: 12px;
    color: #1e537d;
    line-height: 28px;
    padding: 0px 20px;
    background-position: -10px -10px;
}
.login-head .scan-img{
    position: absolute;
    right: 4px;
    top: 4px;
    height: 52px;
    width: 52px;
    background-position: -10px -48px;
    cursor: pointer;
}
.login-form{
    padding: 0 30px;
}
.login-form li{
    list-style: none;
    width: 100%;
    margin: 0 0 20px 0;
}
.login-form li input{
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px 0px rgba(222,222,222,.6) inset;
    padding: 0px 10px;
    background: 0 0;
}
.login-form li .searchable-select{
    width: 100%;
}
.login-form .searchable-select-holder{
    border-color: #ddd;
}
.auth-code #gCheckNum{width: 70%;}
.auth-code b{
    font-size: 20px;
    width: 30%;
    display: inline-block;
    height: 45px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
}
.login-form li .bg-input{padding-right: 40px;}
#login-div li.login-btn-group{margin-top: 30px;padding-bottom: 30px;}
.login-btn-group .login-btn{
    background-color: #4369ab;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 1s;
}
.login-btn-group .login-btn:hover{
    background-color: #264579;
}
.scan-box-head i,
.login-head .scan-img,
.login-form li .input-icon,
.login-head .scan-tip
{background-image: url('../../img/login/login_icon.png');background-repeat: no-repeat;}

.sp-li{position: relative;}
.sp-li .input-icon{
    display: inline-block;
    width: 20px;
    height: 22px;
    position: absolute;
    right:10px;
    top: 13px;
}
.sp-li .input-icon.user-icon{
    background-position: -10px -110px;
}
.sp-li .input-icon.psw-icon{
    background-position: -40px -110px;
}

#scanB{display: none; position: relative;z-index: 10;background: #fff;}
.scan-box-head{width: 100%;position: relative;overflow: hidden;height: 42px;}
.scan-box-head i.scan-psw{display: inline-block;position: absolute;width: 42px;height: 42px;top: 4px;right: 4px;background-position: -83px -48px;cursor: pointer;}
#scanB #weixin{text-align: center;}
.cpr{
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 36px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.cpr a{
    color: #35e0c2;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    -webkit-text-fill-color: rgba(0,0,0,1)!important;
    background-color: #fff!important;
    background-image: none;
    color: #333;
}

.auth-code input{
    width: 47% !important;
}
.auth-code img{
    width: 50%;
    margin-left: 10px;
    margin-bottom: -16px;
}

#login_container{
    text-align : center;
}
marquee{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    font-size: 20px;
    color: #fff;
}