body {
    margin:0px;
    background-image:url(/report/img/login/login.png);
    background-repeat:no-repeat;
    background-size: cover;
    position:relative;
    left:auto;
    width:100%;
    margin-left:0;
    margin-right:0;

}
#base {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top:135px;
    //width:340px;
    height:260px;
    z-index:0;
    text-align: center;
}
#userLogin {
    font-size: 20px;
    text-align:center;
}
#u0,#u1 {
    height:35px;
    line-height:35px;
    height:35px;
    line-height:35px;
    margin-top:20px;
}
.text {
    font-weight: bold;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
    width: 100px;
}
.login_input {
    height:35px;
    width:220px;
    padding-left:20px;
    border-style:solid;
    border-color:#EB1148;
    word-wrap:break-word;
    border-radius:3px;
}

#loginDiv {
    top: 200px;
    width: 100%;
    height: 37px;
    text-align:center;
    margin-top: 50px;
    margin-left: 10px
}
#loginButton {
    top:0px;
    width:100px;
    height:35px;
    background:#FFFFFF;
    border-style:solid;
    border-color:#DD0000;
    font-family:'Heiti SC Light', 'Heiti SC';
    font-weight:bold;
    font-style:normal;
    font-size:16px;
    text-decoration:none;
    color:#111111;
    text-align:center;
    border-radius:10px;
    cursor: pointer;
}
#loginButton:hover {
    border-color:white;
    color:white;
    background:#dd0000;
}

#version_div {
    position:absolute;
    left:200px;
    top:14px;
    width:100px;
    height:14px;
    font-family:'Heiti SC Light', 'Heiti SC';
    font-weight:100;
    font-size:12px;
    color:#E4E4E4;
}
#version {
    position:absolute;
    left:0px;
    top:0px;
    width:100px;
    word-wrap:break-word;
}
#foot {
    margin-top:200px;
}
#errorTip {
    width: 100%;
    display: none;
    height: 20px;
    color: red;
    font-size: 12px;
    margin-top: 20px;
}
#zhuxiao {
    display:none;
}
#username {
    display:none;
}
#changePwd>a {
    margin-left: 230px;
    color: #bababa;
}
.row {
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
}

.main-footer{
    position:fixed;
    bottom:0;
    width:100%;
    padding-left: 35%;
}

#copyrightText,
#websiteNum{
    font-size: 0.8em;
}
