.register{
    width:570px;
    height: 854px;
    background:rgba(255,255,255,1);
    border-radius:5px;
    margin:57px auto 88px;
}
.RegistBtn{
    display: inline-block;
    width:400px;
    height:50px;
    line-height:50px; 
    border:1px solid rgba(30,79,178,1);
    border-radius:25px;
    text-align: center;
    font-family:FZLTHK--GBK1-0;
    color:rgba(30,79,178,1);
    margin-top:83px;
}
.RegistBtn:hover{
    color:rgba(30,79,178,1);
}
.goLogin{
    text-align: center;
    margin:22px 0 68px 0;
}
.goLogin a{
    font-size:16px;
    color:rgba(30,79,178,1);
}