body {
    background-color: #F3F3F3;
}

.page {
    width: 100%;
}

.content-container {
    width: 1180px;
    margin: 30px auto 46px;
    background-color: #fff;

}

.content-container .content-l {
    float: left;
    width: 738px;
    min-height: 567px;
    padding-top: 75px;
    padding-left: 64px;
    box-sizing: border-box;
}

.content-container .content-r {
    float: left;
    width: 442px;
    padding: 33px 40px 0;
    box-sizing: border-box;
}

.content-container .content-l .content-hd {
    position: relative;
    max-width: 516px;
    padding-top: 17px;
    overflow: hidden;
}

.content-container .content-l .content-hd:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 39px;
    height: 4px;
    background-color: #fff;
}

.content-container .content-l .content-hd .hd-title {
    font-size: 40px;
    color: #fff;
    line-height: 76px;
    letter-spacing: 3px;
    font-weight: bold;
}

.content-container .content-l .content-hd .hd-name {
    font-size: 40px;
    color: #fff;
    line-height: 76px;
    letter-spacing: 3px;
}

.content-container .content-r .content-form .form-title {
    font-size: 24px;
    color: #333;
    line-height: 33px;
}

.content-container .content-r .content-form .form-cell {
    width: 100%;
    height: 46px;
    margin-top: 24px;
    display: flex;
}

.content-container .content-r .content-form .form-cell .form-input {
    position: relative;
    display: inline-block;
    height: 100%;
    background-color: #F6F6F6;
    overflow: hidden;
    box-sizing: border-box;
}

input {
    background: none;
    border: none;
    outline: none;

}

.content-container .content-r .content-form .form-cell .form-input input {
    position: relative;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 3;
}

.content-container .content-r .content-form .form-cell .form-input input:focus {
    border: 1px solid #057dc1;
    outline: none;
}

.content-container .content-r .content-form .form-cell .form-input .account,
.content-container .content-r .content-form .form-cell .form-input .password,
.content-container .content-r .content-form .form-cell .form-input .password-confirm,
.content-container .content-r .content-form .form-cell .form-input .ep-name {
    width: 362px;

}

.content-container .content-r .content-form .form-cell .form-input .img-code,
.content-container .content-r .content-form .form-cell .form-input .sms-code {
    width: 220px;
}

.content-container .content-r .content-form .form-cell .form-input .placeholder {
    position: absolute;
    top: 0;
    left: 24px;
    font-size: 16px;
    color: #ccc;
    line-height: 46px;
    z-index: 2;
}

.content-container .content-r .content-form .form-cell .form-input .forget-pwd-btn {
    position: absolute;
    top: 0;
    right: 9px;
    font-size: 14px;
    color: #057dc1;
    line-height: 46px;
    z-index: 5;

}

.content-container .content-r .content-form .form-cell .form-input .forget-pwd-btn:hover {
    color: rgba(33, 105, 149, .7);
    text-decoration: none;
}

.content-container .content-r .content-form .form-cell .code-img-box,
.content-container .content-r .content-form .form-cell .sms-code-box {
    display: inline-block;
    width: 130px;
    height: 100%;
    margin-left: 12px;
    text-align: center;
    cursor: pointer;
}

.content-container .content-r .content-form .form-cell .code-img-box .code-img {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.content-container .content-r .content-form .form-cell .sms-code-box {
    background-color: #057dc1;
    border-radius: 2px;
    overflow: hidden;
}

.content-container .content-r .content-form .form-cell .sms-code-box.disable {
    background-color: rgba(33, 105, 149, 0.6);
    cursor: text;
}

.content-container .content-r .content-form .form-cell .sms-code-box .sms-code {
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    white-space: nowrap;
}

.content-container .content-r .content-form .submit-btn {
    width: 100%;
    height: 56px;
    margin-top: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    white-space: nowrap;
    background-color: #057dc1;
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
}

.content-container .content-r .content-form .submit-btn.disable {
    background-color: rgba(33, 105, 149, 0.6);
}

.content-container .content-r .line-tip {
    position: relative;
    margin-top: 62px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
}

.content-container .content-r .line-tip:before,
.content-container .content-r .line-tip:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 120px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #D8D8D8;
}

.content-container .content-r .line-tip:before {
    left: 0;
}

.content-container .content-r .line-tip:after {
    right: 0;
}

.content-container .content-r .register-entrance {
    margin-top: 36px;
    text-align: center;
}

.content-container .content-r .register-entrance a {
    display: inline-block;
    font-size: 18px;
    color: #057dc1;
    line-height: 25px;
}

.content-container .content-r .register-entrance a:hover {
    color: rgba(33, 105, 149, .7);
}

.content-container .forget-pwd-ep .line-tip {
    margin-top: 132px;
}

.content-container .forget-pwd-person .line-tip {
    margin-top: 20px;
}

.content-container .content-r .submit-success-box {
    text-align: center;
    margin-bottom: 109px;
}

.content-container .content-r .submit-success-box .img-box {
    width: 72px;
    height: 72px;
    margin: 109px auto 24px;
}

.content-container .content-r .submit-success-box .img-box img {
    width: 100%;
    height: 100%;
}

.content-container .content-r .submit-success-box .success-tip {
    margin-bottom: 8px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 32px;
    font-weight: bold;
    white-space: nowrap;
}

.content-container .content-r .submit-success-box .gray-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.43);
    line-height: 22px;
    white-space: nowrap;
}

.content-container .content-r .customer-service-mobile {
    margin-top: 36px;
    font-size: 18px;
    color: #057dc1;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
}