*{margin: 0;padding: 0; box-sizing: border-box;}
a {text-decoration: none;}
body {
    font: 12px/1.5 'Helvetica Neue',Helvetica,Arial,'Microsoft YaHei',Tahoma,'Hiragino sans gb',SimSun,Sans-serif;
    background-color: #f9f9f9;
}
.header {
    margin: 10px 0;
}
.hd-inner, .main-cnt {
    width: 1156px;
    margin: 0 auto;
}
.hd-reg {
    float: right;
    padding-top: 26px;
    color: #999;
font-size: 14px;
}
.hd-reg:hover {
    color: #111;

}
.lg-content {
    position: relative;
    height: 600px;
    background: #25806b url("../img/login-bg.jpg") no-repeat center top;
}
.main-cnt {
    position: relative;
}
.login-box {
    position: absolute;
    right: 0;
    top: 140px;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    padding: 35px 45px;
}
.login-box h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.login-box .uinput {
    position: relative;
    z-index: 17;
    display: inline-block;
    padding: 10px 30px 10px 38px;
    margin: 0;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}
.login-box .uname {
     background:  url("../img/ico-username.png") no-repeat 10px center;
} 
.login-box .upword {
     background:  url("../img/ico-password.png") no-repeat 10px center;
} 
.refor {
    margin: 10px 0 20px;
    color: #777;
}
.refor input {
    vertical-align: middle;
}
.refor a {
    float: right;
    color: #777;
}
.refor a:hover {
    color: #2a83d3;
}
.btn_lg {
    font-size: 14px;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #FC5F38;
    border-radius: 0;
    text-align: center;
}
.btn_lg:hover {
    background: #ff6600;
}
.footer {
    padding: 35px 0 25px;
    text-align: center;
    font-size: 12px;
}
.footer a {
    color: #666;
    font-size: 12px;
}
.footer a:hover {
    color: #2a83d3;
}
.ft-nav a {
    padding: 0 12px;

}
.ft-spt {
    color: #bbb;
    font-style: normal;
}
.footer .copy {
    line-height: 22px;
    color: #999;
    margin-top: 20px;
}