.container {
    width: 1200px;
    margin: 80px 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: 400px;
    transform: scale(1.6);
    transform-origin: center;
    position: absolute;
    left: -20px;
}
.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 .invite-code {
    width: 380px;
    padding: 10px 0;
    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 .invite-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;
}
.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: 30px;
    color: #0651e5;
    position: absolute;
    left: -50px;
    bottom: 190px;
    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;
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    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;
}
.register a {
    color: #0651e5;
    text-decoration: none;
    cursor: pointer;
}
#holdMsg {
    margin-top: 10px;
}
.codetype {
    margin-top: 20px;
}
#loginType {
    height: 30px;
    width: 100px;
}
#codeType {
    height: 30px;
    width: 100px;
}
.email {
    margin-top: 10px !important;
    padding: 2px !important;
}