.admin-register{
    width: 100%;
    min-height: 665px;
    background-image: url(../images/register-bg.png);
}
.admin-register-wrap{
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    max-width: 1100px;
}
.register-header{
    padding: 18px 0;
}
.register-con{
    height: auto;
    border:1px solid #C7C7C7;
    border-radius: 5px;
    background: #FFF;
}
.user-register-box{
    height: auto;
    padding: 0 32px;
}
.user-register{
    display: block;
    padding: 38px 0 30px 0;
    text-align: center;
    font-size: 24px;
    color: #464342;
    border-bottom: 1px solid #C7C7C7;
}
.register{
    background: #FF6F40;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}
.return-login{
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #FFF;
    font-size: 16px;
    color: #7C7C7C;
    border:1px solid #E8E8E8;
}
.pic-yzm{
    position: absolute;
    right: 0;
    top: 5px;
}