
.register-box {
    background: #fff;
    display: flex;
    height: 100vh;
}

.register-box .login-left-img {
    background-image: url(../images/music.png);
    height: 100%;
    background-size: cover;
    background-position: center;
}


.register-box .login-right-form .title {
    font-size: 24px;
    font-weight: 700;
}

.register-box .form-box {
    height: 100%;
    text-align: center;
    position: relative;
}

.register-box .form-box .box {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    box-shadow: 0 0 15px 0px #d1d8de;
}

.register-box .form-box .box .form-box-item {
    margin-top: 20px;
}

.register-box .form-box .box .form-box-item input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #f1f6f7;
    border: 1px solid #dce2ef;
    outline: medium;
}

.register-box .form-box .box .form-box-item button {
    width: 100%;
    height: 40px;
    background: #098250;
    border: none;
    outline: medium;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-family: '微软雅黑';
}

.register-box .form-box .box .form-box-item button:hover {
    background: #f88322;
}


.register-box .form-box .chat-code {
    justify-content: space-between;
    display: flex;
}

.register-box .form-box .chat-code img {
    vertical-align: middle;
    margin-right: 20px;
    width: 30px;
}

.register-box .form-box .chat-code a,
.register-box .form-box .chat-code a:hover,
.register-box .form-box .chat-code a:link {
    color: #005980;
    cursor: pointer;
}

.register-box .form-box .chat-code .to-login a, .register-box .form-box .chat-code .to-login a:hover, .register-box .form-box .chat-code .to-login a:link {
    color: #1e9fff;
    font-size: 14px;
}

/*手机验证码登录*/
.register-box .form-box .box .form-box-item #register-code {
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.register-box .form-box .box .form-box-item .get-code {
    width: 100%;
    border: 1px solid #dce2ef;
    border-left: none;
    text-align: center;
    color: #0D3349;
    cursor: pointer;
    height: 38px;
    display: inline-block;
    line-height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register-box .form-box .box .form-box-item .get-code:hover {
    background: #ff7f15;
    color: #fff;
}

.a-not-click {
    background: #d4d4d4 !important;
    color: #929292 !important;
}

.register-box .phone .form-box-item {
    display: flex;
}

.register-box .phone .form-box-item .phone-code-box {
    width: 30%;
}
