body,ul,li,p,h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
    font-size:100%;
}
body{
    font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-size: 16px;
    background:#499dd1 url(/custom/liantu/img/repeat-bg.png) repeat-x;
}
button,input,select,textarea{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
    color:#000;
    background: transparent;
}
a:focus{
    outline: none;
}
img{
    border:0;
}
/*content*/
.content{
    overflow: hidden;
    zoom: 1;
    position: relative;
    width: 942px;
    height: 620px;
    margin: 100px auto 0;
    background: url(/custom/liantu/img/body-bg.png) 0 0 no-repeat;
}
.logo{
    width: 450px;
    height: 50px;
    margin-left: 200px;
}
.login-content{
    float: right;
    margin: 158px 125px 0 0;
    /*position: absolute;*/
    /*top: 208px;*/
    /*right: 125px;*/
    width: 356px;
    height: 256px;
    background: url(/custom/liantu/img/login-bg.png) 0 0 no-repeat;
}
.box{
    overflow: hidden;
    zoom:1;
    width: 290px;
    margin-left: 35px;
    color:#080808;
    font-size: 16px;
    margin-top:20px;
}
.box label{
    float:left;
    width:80px;
    height:22px;
    margin-right: 10px;
    line-height: 22px;
    font-size: 18px;
    text-align: right;
    letter-spacing:1px;
    color: #036baf;
}
.box input{
    float:left;
    width:178px;
    height:22px;
    padding-left: 10px;
    line-height: 22px;
    outline: none;
    border: 1px solid #8ab0d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.username-info.box{
    margin-top: 34px;
}
.client-download{
    margin: 20px 0 0 40px;
    letter-spacing:1px;
    color: #036baf;
    font-size: 18px;
}
.client-download:hover{
    text-decoration: underline;
}
.login-btn{
    width: 89px;
    height: 23px;
    margin: 30px 0 0 130px;
    outline: 0;
    border: 0;
    font-size: 15px;
    color: #ffffff;
    background: url(/custom/liantu/img/btn-bg.png) 0 0 no-repeat;
}
.login-btn:hover{
    background: url(/custom/liantu/img/btn-hover.png) 0 0 no-repeat;
}
.footer{
    clear: both;
    margin: 0 auto 0;
    padding-top: 100px;
    text-align: center;
    color: #ffffff;
}
.footer p{
    letter-spacing:1px;
}