ul,
li,
h2,
h1,
h3,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*.login-footer{
    background:#f3f2f2;
    padding:25px;
}*/

.login-footer li {
    /*text-align:center;*/
    margin: 20px 0;
    color: #b9b9b9;
}

.person-register-header {
    border-bottom: 2px solid #f36f38;
}

.company-register-header {
    border-bottom: 2px solid #2699fb;
}

.register-logo-box {
    padding: 15px 0;
}

.jump-login {
    color: #60b4fc;
    float: right;
    margin-top: 50px;
}

.registerNew-bg {
    min-height: 500px;
    padding-top: 40px;
}

.form-input {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    outline: #2699fb;
    font-size: 12px;
    padding-left: 15px;
}

.form-input:focus {
    border: 1px solid #2699fb;
}

.form-button {
    width: 100%;
    display: block;
    margin: auto;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    outline: none;
}

.form-button:hover {
    color: #2699FB;
    text-decoration: none;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.btn-ffae79 {
    background: #ffae79;
    color: #fff;
}

.btn-2699fb {
    background: #2699fb;
    color: #fff;
    margin-top: 50px;
}

.btn-2699fb:hover {
    color: #fff;
}

.btn-2699fb:active {
    color: #fff;
}

.btn-79c0fd {
    background: #79c0fd;
    color: #fff;
}

.text-79c0fd {
    color: #FF5346;
    font-size: 12px;
    margin: 4px 0 0 15px;
}

.text-f36f38 {
    color: #f36f38 !important;
    text-decoration: none;
}


/*閸忣叀绔熻ぐ锟�*/

.boxF,
.boxS,
.boxT,
.overlay {
    width: 48px;
    height: 60px;
    overflow: hidden;
}

.boxF,
.boxS {
    visibility: hidden;
}

.boxF {
    transform: rotate(120deg);
    float: left;
    margin: 0 20px;
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

.boxS {
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.boxT {
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    transform: rotate(-60deg);
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
}

.register-step-container {
    text-align: center;
    position: relative;
}

.step-02 {
    float: none;
    display: inline-block;
}


/*閸忣叀绔熻ぐ銏ｇ箾閹恒儳鍤�*/

.rect-connect-line-01 {
    border: 1px dashed #c4c4c4;
    margin: 0 20px;
    width: 50%;
    position: absolute;
    top: 48%;
    left: 0;
    z-index: -1;
}

.rect-connect-line-02 {
    border: 1px dashed #c4c4c4;
    margin: 0 20px;
    width: 50%;
    position: absolute;
    top: 48%;
    right: 0;
    z-index: -1;
}

.rect-title {
    margin-left: 15px;
    margin-right: 5px;
}

.rect-title>p {
    font-size: 16px;
}


/*涓汉*/


/*01*/

.person-register-section-01 .boxT {
    background: #b3b6ba;
}

.person-register-section-01 .rect-title>p {
    color: #b3b6ba;
}

.person-register-section-01 .rect-title>p:first-child {
    color: #ff761b;
}

.person-register-section-01 .step-01 .boxT {
    background: #ff761b;
}


/*02*/

.person-register-section-02 .boxT {
    background: #ff761b;
}

.person-register-section-02 .step-03 .boxT {
    background: #b3b6ba;
}

.person-register-section-02 .rect-title>p {
    color: #ff761b;
}

.person-register-section-02 .rect-title>p:nth-child(2) {
    color: #b3b6ba;
}


/*03*/

.person-register-section-03 .boxT {
    background: #ff761b;
}

.person-register-section-03 .rect-title>p {
    color: #ff761b;
}


/*浼佷笟*/


/*01*/

.company-register-section-01 .boxT {
    background: #b3b6ba;
}

.company-register-section-01 .rect-title>p {
    color: #b3b6ba;
}

.company-register-section-01 .rect-title>p:first-child {
    color: #2699fb;
    font-size: 24px;
}

.company-register-section-01 .step-01 .boxT {
    background: #2699fb;
}


/*02*/

.company-register-section-02 .boxT {
    background: #2699fb;
}

.company-register-section-02 .step-03 .boxT {
    background: #b3b6ba;
}

.company-register-section-02 .rect-title>p {
    color: #2699fb;
}

.company-register-section-02 .rect-title>p:nth-child(2) {
    color: #b3b6ba;
}


/*03*/

.company-register-section-03 .boxT {
    background: #2699fb;
}

.company-register-section-03 .rect-title>p {
    color: #2699fb;
}


/* 注册之后模态窗的弹出 */

#myModal-register-success {
    background: rgba(0, 0, 0, 0.4);
}

.register-03-form {
    margin-top: 50px;
}

.register-03-form .form-control {
    width: 100%;
    display: block;
    margin: auto;
    padding-left: 20px;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    outline: #2699fb;
}

.register-03-form .register-submit-btn {
    width: 100%;
    display: block;
    margin: auto;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    outline: #2699fb;
    background: #2699fb;
    text-align: center;
    color: #fff;
}


/*04--瀵顢�*/

.menu-icon {
    width: 75px;
    height: 75px;
    margin: 34px 0 14px 168px;
}

.finish-register-btn {
    width: 50%;
    display: block;
    margin: 40px auto 30px auto;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    outline: none;
    background: #2699fb;
    color: #fff;
}


/*閺冨爼妫�*/

.person-register-section-02 .input-group-addon {
    padding: 6px 12px;
    position: absolute;
    top: 3px;
    right: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.person-register-section-01 input:focus,
.person-register-section-02 input:focus,
.person-register-section-03 input:focus {
    border-color: #f38f36;
}

@media screen and (max-width: 767px) {
    .jump-login {
        margin-top: 30px;
    }
    .rect-title>p {
        font-size: 15px;
    }
    .register-logo-box {
        width: 50%;
    }
    .xinyong {
        white-space: normal;
    }
}


/* 优化 */

.c-register {
    width: 30px !important;
    height: 30px;
    margin-bottom: 3px;
}

.qyzczh {
    line-height: 34px;
    margin-left: 3px;
    font-weight: bold;
}

.btn-code {
    background: #fff;
    color: #2699FB;
    border: 1px solid #2699FB;
    font-size: 12px;
}

.explain-pic {
    width: 16px;
    height: 16px;
    margin-right: 1px;
}

.floatingSocialCode {
    width: 285px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(38, 153, 251, 0.3);
    position: absolute;
    top: 30px;
    left: 20px;
    padding: 18px 15px 19px 12px;
    z-index: 1000;
}

.floatingEmail {
    width: 285px;
    height: 127px;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(38, 153, 251, 0.3);
    position: absolute;
    top: 30px;
    left: 75px;
    padding: 18px 15px 19px 12px;
    z-index: 1000;
}

@media (max-width: 767px) {
    .floatingSocialCode {
        left: 30px;
    }
    .floatingEmail {
        left: 30px;
    }
}

@media (min-width: 768px) {
    .floatingSocialCode {
        left: 40px;
    }
    .floatingEmail {
        left: 96px;
    }
}

@media (min-width: 992px) {
    .floatingSocialCode {
        left: 20px;
    }
    .floatingEmail {
        left: 38px;
    }
}

@media (min-width: 1200px) {
    .floatingSocialCode {
        left: -280px;
    }
    .floatingEmail {
        left: -226px;
    }
}

.floatext {
    font-size: 12px;
    color: #666666;
}

.cue {
    font-size: 12px;
    color: #2699FB;
}

.cue:hover {
    color: #2699FB;
}

.register-status {
    font-size: 18px;
    color: #333333;
    margin-bottom: 21px;
}

.fdj {
    width: 75px;
    height: 75px;
}