a:focus{text-decoration: none;}
body,html{
    background: #f5f5f6;
}
.loginnav{
    height: 80px;
    background-color: #1d1d1d;
}
.navbox{
    width: 1200px;
    margin: 0 auto;
    line-height: 80px;
    color: #fff;
}
.navbox-fr{
    float: right;
}
.navbox-fr a{
    color: #fff;
    text-decoration: none;

    padding: 0 10px;
}
.navbox-fr a:hover{
    color: #00a0ea;
    text-decoration: none;
}

.foot{
    width: 100%;
    height: 360px;
    background: #fff;
    color: #999;
    border-top:1px solid #e0e0e0 ;
}
.footbox{
    width: 1200px;
    margin: 0 auto;
}
.footlink{
    margin-top: 60px;
}
.footlink a{
    color: #666;
    padding-right: 50px;
    font-size: 16px;
}
.footlink a:hover{
    color: #00a0ea;
}

.centbox{
    width: 100%;
    height: 620px;
    background: url("../img/login-bg.jpg") no-repeat center;
}
.itembox{
    width: 1200px;
    margin:0 auto;
    position: relative;
}
.login{
    position: absolute;
    width: 370px;
    height: 400px;
    right: 0px;
    top:110px;
    background-color: #fff;
}
.title{
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.inpubox{
    margin-bottom: 40px;
    position: relative;
    margin-left:25px;

}
.inputs{
    height: 40px;
    width: 320px;
    padding-left: 10px;
    border:1px solid #eee;
}
.red {
    color: red;
}
.hideinpu{
    position: absolute;
    left: 0px;
    top:42px;
}
.btnbox{
    height: 40px;
    padding-left: 25px;
}
.btn-true{
    width: 320px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #3db1ea;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
}
.link{
    float: right;
    padding-right: 25px;
    color: #999;
}
.link:hover{
    color: #999;
}