*{
    margin: 0;
    padding: 0;
    list-style: none;
}
html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
}
body{
    background: url("../img/back.png") 0 0 / 100% 100% no-repeat;
    color: #fff !important;
}
#title{
    margin-top: 30px;
    text-align: center;
    font-family: '幼圆';
}
.logo{
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
}
h1,h5{
    display: inline-block;
}
h1{
    font-size: 36px;
    line-height: 55px;
    margin-left: 10px;
    font-weight: normal;
    vertical-align: middle;
}
.subTit{
    vertical-align: text-top;
    line-height: 34px;
    font-size: 18px;
    font-weight: normal;
    font-family: '幼圆';
}
/*登录*/
.login{
    display: inline-block;
    width: 340px;
    height: 300px;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    /*background: url("../img/login-box.png") 0 0 / 100% 100% no-repeat;*/
}
.username{
    margin-top: 73px;
}
.userInfo{
    margin-bottom: 13px;
}
.userInfo input{
    margin-left: 64px;
    width: 242px;
    height: 33px;
    border: none;
    padding-left: 4px;
}
.checkCode{
    width: 100px!important;
}
.userInfo input:focus{
    outline: none;
}
.psdRem{
    float: left;
    margin-left: 26px;
}
.psdFgt{
    float: right;
    margin-right: 30px;
}
#rememberPsd{
    vertical-align: middle;
}
label{
    cursor: pointer;
}
#forgetPsd{
    color: #fff;
    text-decoration: none;
}
.psdAction:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.loginBtn{
    text-align: center;
    margin-top: 14px;
}
#loginBtn{
    display: inline-block;
    width: 288px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    background: #11cfff;
    border: none;
    border-radius: 3px;
    box-shadow: #58dbfc 0 1px 1px 1px;
}
/*法律信息*/
.lawInfo{
    width: 100%;
    position: absolute;
    bottom: 12px;
    text-align: center;
}
.lawInfo p{
    line-height: 28px;
}
.lawInfo p span{
    margin-right: 5px;
}
