.register {
    background: #fff;
}

.register-inner {
    padding: 80px 0;
}

.register-box {
    width: 400px;
    margin: 0 auto;
}

.register-box input[type='text'],
.register-box input[type='password'] {
    width: 398px;
    height: 52px;
    line-height: 52px;
    padding-left: 45px;
    border: 1px solid #e1e3e6;
    font-size: 14px;
    box-sizing: border-box;
}

.register-box .submit {
    width: 398px;
    height: 52px;
    color: #fff;
    background: #3999ff;
    border: 1px solid #3999ff;
    font-size: 16px;
    cursor: pointer;
}


#myCheck {
    display: none;
}

#myCheck+label {
    background-color: white;
    border: 1px solid #d3d3d3;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

#myCheck:checked+label {
    background-color: #3089E7;
}

#myCheck:checked+label:after {
    content: "\2714";
    color: #fff;
}

.phone {
    background: url('../../images/register-icon/phone-icon.png') no-repeat 13px center;
}

.veri-code {
    background: url('../../images/register-icon/veri-icon.png') no-repeat 13px center;
}

.password {
    background: url('../../images/register-icon/password-icon.png') no-repeat 13px center;
}

.again {
    background: url('../../images/register-icon/password-icon.png') no-repeat 13px center;
}

.register-box .tips {
    height: 34px;
    color: #ff397a;
}

.register-box .tips span {
    display: none;
    padding-left: 18px;
    background: url('../../images/register-icon/tip-icon.png') no-repeat left center;
    vertical-align: middle;
}

/* 用户服务协议 */
.ser-file {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background: rgba(0, 0, 0, .3);
    z-index: 5;
}

.file-box {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -460px;
    width: 920px;
    height: 560px;
    background: #fff;
    z-index: 10;
}

.file-box .txt-box {
    height: 430px;
    padding: 0 30px;
    margin-top: 30px;
    box-sizing: border-box;
    overflow: auto;
}

.file-box .btn-box {
    width: 430px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: -215px;
}

.file-box .btn-box>input {
    width: 200px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

/* 注册成功 */
.success {
    background: #fff;
}

.success-info {
    width: 400px;
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
}

.success-info p {
    margin: 40px 0 20px 0;
    color: #303133;
    font-size: 28px;
    font-weight: 700;
}

.success-info span {
    color: #909399;
    font-size: 16px;
}

.success-info input[type='button'] {
    display: block;
    width: 398px;
    height: 52px;
    margin-top: 50px;
    color: #fff;
    background: #3999ff;
    border: 1px solid #3999ff;
    font-size: 16px;
    cursor: pointer;
}

.success-info a {
    margin-top: 30px;
    color: #303133;
    font-size: 16px;
    font-weight: 700;
}