html{
    width: 100%;
    height: 100%;
}
body{
    font-family: "微软雅黑";
    font-size: 12px;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
}
div,ul,li{
    list-style: none;
    padding: 0px;
    margin: 0px;

}
img{
    vertical-align: middle;
}
.bac{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("img/bac.JPG") no-repeat ;
    background-size: 100% 100%;
}
.header{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: left;
    padding: 0 20px;
}
.header img{
    vertical-align: middle;
}
.login-box{
    box-sizing: border-box;
   /* width: 330px;
    height: 390px;*/
    position: absolute;
    top: 20%;
    right:18%;
    color: #fff;
    /*background: url("img/login-box.png") no-repeat;*/
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
}
.login-user
{
    display:block;
}
.login-scan
{
    display:none;
    }
 .login-type
 {
     width:100%;
     height:40px;
     box-sizing:border-box;
     margin-bottom:15px;
 }
 .login-type li
 {
     float:left;
     width:50%;
     text-align:center;
     line-height:40px;
     color:#555;
     font-size:14px;
     box-sizing:border-box;
     font-weight:600;
    
 }
 .user-password
 {
     border-right:1px solid #bbb;
     border-radius:10px 0 0 0;
}
.scan-code
{
     border-bottom:1px solid #bbb;
     border-radius:0 10px 0 0;
     background-color:rgba(244,244,244,0.3);
     margin-left:-1px;
   }
.code-pic
{
    width:100%;
    height:auto;
    
}
.code-pic img
{
    width:160px;
    height:160px;
    margin:15px auto;
}
.scan-text
{
    color:#15477b;
    font-size:14px;
    margin-top:10px;
}
.login-box h1
{
    margin:6px auto;
    font-weight: 500;
    color:#0d59a7;
}
.text-input,.text-line{
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 45px;
    line-height: 45px;
}
.text-line{
    margin-bottom: 6px;
}
.text-input span{
    font-size: 15px;
    color: #15477b;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    margin-right:10px;
}
.text-input input{
    width: 160px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 4px;
}
.text-line input{
    position: absolute;
    top:16px;
    left:65px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.text-line span,.text-line a{
    color: #15477b;
    font-size: 14px;
    margin-left: 30px;
}
.button{
    width: 240px;
    height: 34px;
    border-radius: 6px;
    border: none;
    background: #467fb9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.button:hover{
    background: #0d59a7;
}
.footer{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: #fff;
    text-align: center;
    color:#0d59a7;
    font-size: 14px;
}
.footer a{
    color:#0d59a7;
}

.login-instruct
{
    width: 300px;
    box-sizing: border-box;
    padding: 10px 26px;
    margin-top:20px;
    padding:10px 25px;
    color:#666;
    text-align:left;
    border-top:1px dashed #aaa;
    background-color: rgba(255,255,255,0.8);
    border-radius: 0 0 8px 8px;
}
.login-instruct li
{
    list-style:decimal;
    margin:5px 0;
}