.reg_content {
    /*background-color: #92c7eb;*/
    width: 1920px;
    height: 730px;
    background-color: #f5f5f5;
}

.reg_header {
    background-color: #fff;
    width: 1920px;
    height: 79px;
}

.content-reg {
    width: 1200px;
    height: 690px;
    background-color: white;
    float: left;
    margin-top: 20px;
    margin-left: 360px;
}

.footer .reg_footer-top {
    background-color: #f5f5f5;
    width: 1px;
}

.reg_title {
    width: 100%;
    height: 100px;
}

.reg_title div {
    line-height: 100px;
    font-size: 24px;
    /*border-bottom: 1px solid;*/
    text-align: center;
    width: 80%;
    margin: 0px 11.5%;
}

.reg {
    margin-left: 120px;
}

.reg-login {
    float: right;
    font-size: 16px;
}

.login {
    color: #0e93dc;
}

.login:hover {
    color: red;
    cursor: pointer;
}

.reg-content {
    width: 1000px;
    margin: 0% 9%;
    min-height: 510px;
}

.reg-margin {
    margin-top: 2%;
    margin-left: 16%;
}

.reg-promise {
    color: #0e93dc;
}

.reg-promise:hover {
    color: red;
    cursor: pointer;
}

.pro-content {

}

.content-footer {
    text-align: center;
    width: 1000px;
}

/*½ø¶È*/
.progress {
    width: 100%;
    height: 40px;
}

.progress div {
    background-color: #0893db;
    width: 33%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: white;
}

.progress .on {
    background-color: white;
    color: black;
}

.step-on {
    display: block;
}

.reg-success {
    min-height: 100px;
    width: 100%;
}

.reg-success .reg-success-tip {
    width: 70%;
    margin: auto;
    min-height: 100px;
    border-bottom: 1px dashed;
    padding-top: 3%;
}

.reg-success .reg-success-tip div {
    float: left;
    width: 34%;
    text-align: right;
}

.reg-success .reg-success-tip div i {
    font-size: 50px;
    color: #06fd06;
}

.reg-success .reg-success-tip span {
    margin-left: 15px;
    font-size: 30px;
    line-height: 50px;
    color: #ff5722;
}

.reg-success-login {
    width: 100%;
}

.reg-success-login .reg-success-login-tip {
    width: 70%;
    margin: auto;
    text-align: center;
}

.reg-success-login .reg-success-login-tip label {
    display: inline-block;
    height: 40px;
    margin: 5% 0%;
}

.reg-success-login .reg-success-login-tip label a {
    color: #41aee7;
}

.reg-success-login .reg-success-login-tip label a:hover {
    color: #ff5722;
}

.reg-success-login .reg-success-login-tip div {
    width: 100%;
}

.layui-disabled{
    -ms-user-select: text;
}

.layui-form-label{
    width: 140px;
}