@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
a,a:hover,a:active,a:link,a:visited{
                       outline: none 0;
                       border: none 0;
                   }
a{
    text-decoration: none;
}
img{
    border: none 0;
}
.top{
    background-color: white;
    height: 80px;
}
.top img{
    height: 55px;
    padding-top: 12.5px;
    padding-left: 10px;
}
.bottom{
    background-color: white;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    position:fixed;
}
.bottom span{
    display: block;
    color: #868686;
    font-size: 12px;
    text-align:center;
    padding-top: 35px;
}
.login-body{
    /*background: url("../img/bg2.png") repeat-x #cfe6f2;*/
    background-color: #f6f6f6;
    height: 100%;
}
.main img{
    position: absolute;
    float: left;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -750px;
}
.form-login{
    position: absolute;
    float: left;
    width: 350px;
    height: 380px;
    padding: 40px 25px 0 25px;
    left: 50%;
    top: 50%;
    margin-left: 300px;
    background-color: white;
    margin-top: -210px;
    border-radius: 10px;
}
.form-login span.heading{
    display: block;
    font-size: 20px;
    text-align:center;
    font-weight: 700;
}
.form-login .row{
    margin: 10px;
    height: 50px;
    position: relative;
    overflow: visible;
}
.form-login input{
    position: absolute;
    left: 0;
    height: 48px;
    line-height: 42px;
    width: 268px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 40px;
    color: #666;
    border-radius: 5px;
}
.form-login input:hover,
.form-login input:focus{
    border: 1px solid #2e77db;
}
.form-login .error input{
    border: 1px solid red;
}
.form-login .error input:hover{
    border: 1px solid red;
}
.form-login .row span{
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
    height: 20px;
    width: 20px;
}
.form-login .row .line{
    position: absolute;
    top: 10px;
    left: 35px;
    display: block;
    height: 30px;
    border-right: 1px solid #ccc;
}
.form-login .row .home-div{
    margin-top: 10px;
}
.form-login .home-div span{
    background: url("../img/qshome.png") no-repeat;
    background-size: contain;
}
.form-login .uname-div span{
    background: url("../img/username.png") no-repeat;
    background-size: contain;
}
.form-login .pwd-div span{
    background: url("../img/password.png") no-repeat;
    background-size: contain;
}
.form-login .yzm-div span{
    background: url("../img/password.png") no-repeat;
    background-size: contain;
}
.form-login .row span.tx{
    left: auto;
    right: 5px;
    color: red;
    width: 100px;
    text-align: right;
    background: none;
    font-size: 12px;
    line-height: 30px;
}

.form-login .yzm-div #yzm{
    width: 80px;

    float: left;
    padding-left: 35px;
}
.form-login .yzm-div a{
    display: block;
    float: right;
    height: 42px;
    line-height: 42px;
    line-height: 42px\9;
    float: left;
    cursor: pointer;
}
.form-login .yzm-div a.yzm{
    margin-left: 130px;
    border: 1px solid #ddd;
}
.form-login .yzm-div  #img{
    display: block;
    float: left;
    width: 88px;
    height: 35px;
    margin:auto;
    position: relative;
    left:120px;
    top: 2px;
}

.form-login .yzm-div a.refresh{
    margin-left: 10px;
    font-size: 14px;
    color: #777;
    text-decoration: underline;
}
.form-login .yzm-div a.refresh:hover{
    color: #2e77db;
}
.form-login .btn-div{
    padding-top: 0px;
}
.form-login .btn-div a{
    display: inline-block;
    width: 310px;
    height: 46px;
    line-height: 46px;
    color: white;
    text-align: center;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 5px;
}
.form-login .btn-div a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: underline;
}
.form-login .btn-div a.login-btn{
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FF7F24), color-stop(1,#FF0000));
}