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;
}


.cent-box{
    width: 956px;
    background-color: #fff;
    min-height: 586px;
    margin: 30px auto;
}
.resgister-top{
    height: 66px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    text-align: center;
    line-height: 66px;
    position: relative;
}
.resgister-top-right{
    position: absolute;
    right: 20px;
    font-size: 14px;
    color: #666;
    top:0px;
}
.register-box{
   width: 100%;
    position: relative;
   margin-top: 40px;
}
.register-left{

    width: 360px;
    display: inline-block;
    text-align: right;
    line-height: 40px;
}
.red{
    color: red;
}
.inpubox{
    width: 320px;
    height: 40px;
    border:1px solid #eee;
    padding-left: 10px;
    color: #999;
}
.btn-regis{
    height: 40px;
    background: none;
    border: 1px solid #eee;
    outline: none;
}
.hideinpu{
    position: absolute;
    display: inline-block;
    left: 364px;
    top:46px;
}
.btn-true{
    width: 290px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #3db1ea;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
}