.reg_box {
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
    min-height: 600px;
    position: relative;
    height: calc(100vh - 3.8rem);
}

.reg_box .center_box {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    color: #999;
    font-size: 1.7rem;
    font-family: "宋体";
    left: 50%;
    max-width: 385px;
    margin: auto;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 2rem 24px 2rem;
}

.reg_box .title {
    text-align: center;
}

.reg_box .title span {
    position: relative;
}

.reg_box .title span:before {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1px;
    background-color: #ccc;
    top: 50%;
    bottom: 0;
    left: -3rem;
}

.reg_box .title span:after {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1px;
    background-color: #ccc;
    top: 50%;
    bottom: 0;
    right: -3rem;
}

.reg_box .desc {
    font-size: 1.07rem;
    color: #d42337;
    margin: 0.1rem 0 1rem;
    text-align: left;
}

.reg_box .input_line {
    margin: 0 0 .75rem 0;
    width: 100%;
    height: 2.5rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}

.reg_box .input_line label {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
}

.reg_box .input_line input {
    font-family: 宋体;
    width: calc(100% - 1.2rem);
    padding: 0 0.4rem;
    border: 0;
    font-size: 1.07rem;
}

.reg_box .pass_strong {
    margin: 0 0 .75rem 0;
}

.reg_box .sms_code {
    margin: 0 0 .75rem 0;
    float: right;
    width: 41%;
    font-size: 1.1rem;
    height: 100%;
    background-color: #007bff;
    color: #fff;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
}

.reg_box .sms_code:hover, .reg_box .reg_btn:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.reg_box .tel_icon {
    background: url(/v3/img/icon_tel.png) no-repeat center;
    background-size: contain;
}

.reg_box .password_icon {
    background: url(/v3/img/icon_pwd.png) no-repeat center;
    background-size: contain;
}

.reg_box .username_icon {
    background: url(/v3/img/icon_user.png) no-repeat center;
    background-size: contain;
}

.reg_box .email_icon {
    background: url(/v3/img/icon_mail.png) no-repeat center;
    background-size: contain;
}

.reg_box .reg_btn {
    height: 3.3rem;
    border: 0;
    width: 100%;
    cursor: pointer;
    color: #fff;
    background-color: #007bff;
    font-size: 1.7rem;
}

.reg_box .has_account {
    font-size: 1.07rem;
    text-align: right;
    padding: .8rem 0 0 0;
}

.reg_box .has_account .login {
    color: #007bff;
    cursor: pointer;
}

.reg_success {
    max-width: 450px;
    width: 94%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    font-family: 宋体;
    font-size: 1.07rem;
}

.reg_success .header {
    padding: 0.5rem 1rem;
    font-size: 1.07rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.reg_success .header button {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    -webkit-appearance: button;
}

.reg_success .content {
    padding: 1.5rem 2rem;
}

.reg_success .detail {
    margin: auto;
    display: flex;
}

.reg_success .left_info {
    width: 35%;
}

.reg_success .left_info div {
    text-align: right;
}

.reg_success .footer {
    padding: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.reg_success .footer button {
    cursor: pointer;
    font-family: 宋体;
    font-size: 1.07rem;
    width: 100%;
    height: 100%;
    border: 0;
    color: #fff;
    background-color: #007bff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.reg_box .ccc_bg {
    padding: 2px 0;
    background: #cccccc;
}

.reg_box .red_bg {
    background: #ed4615;
    color: white;
}

.reg_box .orange_bg {
    background: #fbb725;
    color: white;
}

.reg_box .green_bg {
    background: #70a703;
    color: white;
}