.container {
    width: 1200px;
    margin: 30px auto;
    padding: 60px 0 18px 0;
    background: #fff;
    box-sizing: border-box;
}
.register-box {
    width: 923px;
    height: 442px;
    margin: 0 auto;
    padding-left: 520px;
    position: relative;
    box-sizing: border-box;
}
.register-box .bg-img {
    width: 450px;
    position: absolute;
    left: -1rem;
    bottom: 17rem;
}
.register-box form {
    width: 380px;
}
.register-box .register-title {
    display: inline-block;
    height: 41px;
    line-height: 41px;
    font-size: 24px;
    color: #0651e5;
    font-weight: bold;
}
.register-box .username {
    width: 380px;
    padding: 10px 0;
    margin-top: 21px;
    position: relative;
    box-sizing: border-box;
}
.register-box .username input {
    width: 380px;
    height: 29px;
    font-size: 16px;
    color: #4e4e4e;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    background: none;
}
.register-box .password {
    width: 380px;
    padding: 10px 0;
    margin-top: 4px;
    position: relative;
    box-sizing: border-box;
}
.register-box .password input {
    width: 380px;
    height: 29px;
    font-size: 16px;
    color: #4e4e4e;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    background: none;
}
.register-box .phone-code {
    width: 380px;
    padding: 10px 0px;
    margin-top: 4px;
    position: relative;
    box-sizing: border-box;
}
.register-box .phone-code input {
    width: 380px;
    height: 29px;
    font-size: 16px;
    color: #4e4e4e;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    background: none;
}
.logo-title {
    font-family: '楷体';
    font-weight: 700;
    font-size: 40px;
    color: #1D3A4F;
    position: absolute;
    left: -4px;
    top: 197px;
    letter-spacing: 3px;
}
.register-box .phone-code span {
    font-size: 15px;
    color: #0651e5;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 16px;
    z-index: 11;
    cursor: pointer;
}
.verifycode-send {
    display: inline-block;
    width: 138px;
    height: 36px;
    left: 256px;
    top: 10px;
}
.register-box .to-login {
    width: 380px;
    height: 44px;
    line-height: 44px;
    padding-left: 23px;
    position: relative;
    box-sizing: border-box;
}
.register-box .to-login label {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.register-box .to-login label input {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 15px;
}
.register-box .to-login span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #666;
}
.register-box .to-login span a {
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    color: #0651e5;
}
#registerform input {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.register-box .register-btn {
    display: inline-block;
    width: 380px;
    height: 50px;
    line-height: 50px;
    background: #0651e5;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.rf {
    float: right;
}
.errorInfo {
    color: #F33;
}
.error-icon {
    color: #F33;
    font-size: 17px;
}