* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 12px;
    font-family: "微软雅黑", Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    width: 100%;
    height: 100%;
}

img {
    border: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

body {
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.logo {
    position: absolute;
    left: 3.5%;
    top: 8.2%;
    width: 15%;
}

.text {
    position: absolute;
    left: 14%;
    margin-top: -77px;
    top: 50%;
    width:38.1%;
}

.verBox{
    opacity: 0;
    width: 260px;
    height: 310px;
    position: absolute;
    margin-top: -160px;
    right: 35%;
    top: 50%;
    background: url(../images/bg.png)  no-repeat;
    background-size: 100% 100%;
    padding: 30px;
}

#imgVer{
    margin-top: 60px;
    margin-left: -10px;
    display: inline-block
}

.login-content {
    width: 290px;
    height: 330px;
    position: absolute;
    margin-top: -160px;
    right: 10%;
    top: 50%;
    background: url(../images/bg.png)  no-repeat;
    background-size: 100% 100%;
    padding: 30px;
}

.login-content .login-input-box {
    width: 290px;
    height: 300px;
    margin-top: 28px;

}

.login-content h4 {
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
}
.login-input-box #erweima{
    float: left;
    /*position: absolute;*/
    /*top: 83.7%;*/
    /*left: 35.9%;*/
    /*text-align: center;*/
    line-height: 30px;
    margin-top: 17px;
    margin-left: 40px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
.login-input-box .linkBtn{
    /*display: flex;*/
    justify-content: space-around;
    flex-wrap: wrap;
}
.login-input-box #downloadApp,
.login-input-box #downloadApple{
    /*position: absolute;*/
    /*top: 83.7%;*/
    /*left: 35.9%;*/
    /*text-align: center;*/
    line-height: 20px;
    margin-top: 17px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
.login-input-box #technicalSupport{
    /*position: absolute;*/
    /*top: 83.7%;*/
    /*left: 35.9%;*/
    /*text-align: center;*/
    line-height: 30px;
    margin-top: 10px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}
.login-content p {
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    color: #999;
    font-size: 12px;
}

.btn-register{
    width: 100%;
    height: 40px;
    border: 1px solid #4ABA45;
    background: transparent;
    color: #4ABA45;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin-top: 12px;
}

.input-content .input-group {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    height: 42px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.input-content .input-group label {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    border-right: 1px solid #202020;
}

.input-content .input-group input {
    width: 205px;
    height: 40px;
    outline: none;
    border: none;
    font-size: 14px;
    color: #ffffff;
    background: none;
    margin-left: 50px;
}

input::-webkit-input-placeholder {
    color: #ffffff;
}

.input-content .input-user label {
    background: url(../images/login-icon-user.png) no-repeat center;
}

.input-content .input-psd label {
    background: url(../images/login-icon-psw.png) no-repeat center;
}

.input-content .input-yzm label {
    background: url(../images/login-icon-yzm.png) no-repeat center;
}

.input-content .input-yzm {
    width: 155px;
    position: relative;
}

.input-content .input-yzm input {
    width: 100px;
}

.input-content .input-yzm img {
    position: absolute;
    top: 0;
    right: -105px;
}
#outside{
    margin-top: 60px;
}
#inside{
    margin-top: 30px;
}
.loginbtn-group {
    /*margin-top: 5px;*/
    text-align: center;
}
.login-content .login-input-box .btn-login {
    width: 100%;
    height: 40px;
    border: none;
    background: #00A73C;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin-top: 10px;
}
.login-content .login-input-box .userType:hover{
    background: #00A73C;
    color: #fff;
}
.input-content .btn-login:hover {
    text-decoration: underline;
}

.err-info {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.login-input-box .forget-psw {
    margin-top: 40px;
    margin-left: 2px;
    color: #999;
    font-size: 14px;
}
.login-input-box .forget-psw label {
    width: 120px;
    float: left;
    height: 14px;
    line-height: 14px;
}

.login-input-box .forget-psw .fontlink {
    width: 100px;
    float: right;
    text-align: right;
    margin-top: -3px;
}
.login-input-box .forget-psw label input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.login-input-box .forget-psw label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: top;
}
.login-input-box .forget-psw label span.active {
    background: #fff url(../images/check.png);
    background-size: 14px 14px;
}
.login-input-box .forget-psw a {
    color: #999;
    margin-left: 12px;
    text-decoration: none
}
#checkBox span{position: relative;}
#checkBox .input_check {
    position: absolute;
    width: 14px;
    height: 14px;
    visibility: hidden;
}
#checkBox .input_check+label {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/check.png') no-repeat;
    background-size: 14px 14px;
    background-position: -31px -3px;
    background-color: #fff;
    border-radius: 3px;
}
#checkBox label{
 cursor:pointer;
}
#resetpwd a{
 cursor:pointer;
}
#checkBox .input_check:checked+label {
    background-position: 0;
}
.login-scan {
    position: relative;
    width: 300px;
    height: 350px;
    position: absolute;
    margin-top: -160px;
    right: 10%;
    top: 50%;
    background: url(../images/bg.png)  no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}
.login-scan #scan{
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}
.login-scan #hint{
    text-align: center;
    line-height: 30px;
    color: #999999;
    font-size: 15px;
    font-weight: 300;
}
.login-scan #bar-code{
    position: absolute;
    top:53%;
    left:50%;
    transform: translate(-50%,-50%);
    height: 180px;
    width: 180px;
}
.login-scan .account-number{
    position: absolute;
    top:83.7%;
    left:35.9%;
    color: #999999;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.login-scan #refresh-code{
    background: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    height: 180px;
    width: 180px;
    opacity:0.9;
    z-index: 500;
}
.login-scan #refresh-code h3{
    color: black;
    text-align: center;
    margin-top: 30px;
}
.login-scan #refresh-code #refresh {
    border: none;
    background: #ff4400;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 22%;
    height: 25px;
    width: 100px;
    z-index: 501;
    opacity:1;
}
/*消除input自动填充的背景色 很棒*/
input.bgNone:-webkit-autofill,
input.bgNone:-webkit-autofill:hover,
input.bgNone:-webkit-autofill:focus,
input.bgNone:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.promptImg{
    float: left;
}
.promptImg img{margin-top: 2px}
.prompt{
    color: #E15024;
    font-size: 13px;
    margin-left: 5px;
}
/*.alertSpare{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 60%;*/
/*}*/
/*.alert{*/
/*    position: absolute;*/
/*    top: 60%;*/
/*}*/

/*扫描二维码下载"智绘深铁"*/
.login-qrCode {
    position: relative;
    width: 300px;
    height: 350px;
    position: absolute;
    margin-top: -160px;
    right: 10%;
    top: 50%;
    background: url(../images/bg.png)  no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}
.login-qrCode img{
    position: absolute;
    top:53%;
    left:50%;
    transform: translate(-50%,-50%);
    height: 180px;
    width: 180px;
}
.login-qrCode .title_h4{
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}
.login-qrCode .title_h3{
    text-align: center;
    line-height: 30px;
    color: #999999;
    font-size: 15px;
    font-weight: 300;
}
.login-qrCode .account-number{
    position: absolute;
    top:83.7%;
    left:35.9%;
    color: #999999;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}