﻿.login-wrap{
    width: 100%;
    background: url(../../images/bjdl.gif) repeat-x;
}
.login-main{
    width: 1024px;
    background: url("../../images/login_bg2.jpg") no-repeat;
    background-size: 100% 100%;
    margin: 0px auto;
    padding-bottom: 50px;
}
.login-main-content{
    width: 80%;
    margin: 0px auto;
}
.login-main-headers{
    overflow: hidden;
}
.login-main-headers .login-main-headerImg{
    float: left;
}
.login-main-headers .login-main-headerText{
    float: right;
    padding-top: 5px;
    color: #ffffff;
    font-weight: 550;
}
.login-main-headerText span a{
    color: #ffffff;
}
.login-main-headers .login-main-headerText:hover{
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
}
.login-main-tip{
    font-size:16px;
    font-weight: 550;
}
.login-main-tip .login-main-tipTitle{
    color: red;
}
.login-main-form{
    margin-top: 10px;
    overflow: hidden;
}
.login-form{
    display: inline-block;
    width: 370px;
    height: 280px;
    padding: 15px;
    background-image:url("../../images/bg2.png");
    background-size: 100% 100%;
    vertical-align: top;
}
.login-form-qrcode{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 1px;
    top: 2px;
}
.login-form-qrcode:hover{
    cursor: pointer;
}
.login-form #login-form-qrcodeLogin{
    width: 245px;
    height: 245px;
    margin-left: 55px;
    margin-top: 20px;
}
#login-form-qrcodeLogin img{
    width: 245px;
    height: 245px;
}
.login-form .login-form-box{
    height: 190px;
    overflow: hidden;
    padding: 5px 15px 0px 15px;
}
.login-form .login-form-dowloads{
    font-size: 14px;
    font-weight: 550;
}
.login-form .login-form-dowloads span{
    width: 165px;
    display: inline-block;
    color: #0066cc;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 10px;
}
.login-form .login-form-dowloads span a{
    color: #0066cc;
}
.login-form .login-form-dowloads span:hover{
    cursor: pointer;
}
.attention-need{
    margin-top: 10px;
}
.attention-need .attention-need-title{
    font-size: 16px;
    font-weight: 550;
}
.attention-need .attention-need-textTip{
    padding-left: 20px;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.attention-need .attention-need-textTip .attention-need-textTipLook{
    color: #871A8B;
    text-decoration: underline;
}
.attention-need .attention-need-textTip .attention-need-textTipLook:hover{
    cursor: pointer;
}

.consultService{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 550;
}
.consultService-dowload{
    margin-top: 20px;
}
.consultService-dowload span{
    text-decoration: underline;
    font-weight: 500;
    margin-left: 10px;
}
.consultService-dowload span a{
    color: #871A8B;
}
.consultService-dowload span:first-child{
    margin-left: 0px;
}
.consultService-dowload span:hover{
    cursor: pointer;
}
.login-footer{
    text-align: center;
    height: 50px;
    line-height: 100px;
}
.login-main-formProblem{
    font-size: 14px;
    color: #0066cc;
}
.login-main-formProblem span{
    width: 165px;
    text-align: left;
    display: inline-block;
}
.login-main-formProblem span a{
    color: #0066cc;
}
.login-main-formProblem span:last-child{
    text-align: right;
}
.login-main-formProblem span:hover{
    cursor: pointer;
    text-decoration: underline;
}

#qrcodeHide{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    z-index: 2;
}
.getCodeBtn{
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: red;
    margin: 5px auto 0px auto;
    color: #ffffff;
    border-radius: 6px;
}
.getCodeBtn:hover{
    cursor: pointer;
}