.mbxnav .nav_bar_box {
    overflow: hidden;
}

.tit_center {
    text-align : center;
    font-size  : 14px;
    margin     : 40px 0;
    font-weight: bold;
}

.mbxnav .nav_bar_box .breadcrumb {
    display      : inline-block;
    width        : 100%;
    margin-bottom: 0px;
}

.mbxnav .nav_bar_box .breadcrumb a {
    color: #666;
}

.mbxnav .bar_qy_hy {
    width     : 100%;
    display   : inline-block;
    text-align: center;
    padding   : 20px 0;
}

.mbxnav .bar_qy_hy span {
    display   : inline-block;
    /* padding: 10px 10px; */
    cursor    : pointer;
    /* color  : #999; */
}

.mbxnav .bar_qy_hy .active a {
    color      : #6d0fc5;
    font-size  : 20px;
    font-weight: bold;
}

.fbxj {
    width     : 100%;
    overflow  : hidden;
    box-shadow: 0 0 5px #ccc;
}



.right_input .red {}

.right_input h4 {
    text-align: center;
    color     : #690599;
}

.right_input li {
    text-align: left;
    display   : block;
    margin-top: 15px;
}

/*.right_input li input {*/
/*    height: 38px;*/
/*}*/

.right_input li input,
.right_input li textarea {
    font-size       : 12px;
    border          : 0;
    padding         : 10px;
    border-radius   : 5px;
    background-color: #fff;
    width           : 75%;
    outline         : none;
    background      : #f5f5f5;
}

.right_input li .tit {
    display   : inline-block;
    width     : 20%;
    text-align: right;
    padding   : 10px;
    /*color   : red;*/
}

.right_input li .tit .red {
    color: red;
}

.right_input .fbxj_sub {
    text-align: center;
    padding   : 20px 0;
}

.right_input .fbxj_sub span {
    display      : inline-block;
    width        : 158px;
    border       : 0;
    color        : #fff;
    font-size    : 14px;
    height       : 38px;
    line-height  : 38px;
    cursor       : pointer;
    border-radius: 40px;
}

.tips {
    font-size  : 12px;
    margin-left: 121px;
    margin-top : 10px;
    color      : red;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color    : #ccc;
    font-size: 12px;
}

.mbxnav .bar_qy_hy .register-title {
    background: #f5f5f5;
    color     : #fff;
}

.mbxnav .bar_qy_hy .register-title span {
    width      : 49.4%;
    color      : #333;
    font-weight: bold;
    font-size  : 16px;
    padding    : 10px;
}

.personal {}

.mbxnav .bar_qy_hy .register-title .active {
    background-color: #5d7eb1;
    color           : #fff;
}

#scope-business .check {
    display       : inline-block;
    width         : 78%;
    vertical-align: top;
}

#scope-business .check label {
    font-weight: normal;
}

#form1 {
    display: inline-block;
}

#form1 input {
    background: transparent;

}

#scope-business input,
#nterprise-scale input {
    width         : 31px;
    /* margin-left: 40px;
    margin-top    : 11px;
    height        : 17px; */
}

#nterprise-scale .penum {
    padding: 0;
    margin : 0 10px;
}

#nterprise-scale .radio {
    margin : 0 20px;
    display: inline-block;
}

#nterprise-scale .radio label {
    padding: 0;

}

#business-license input {
    /* margin-left: 88px;
    margin-top    : -38px; */
}

#imgMsg {
    position   : relative;
    margin-left: 15.3%;
    margin-top : 10px;
}

#imgMsg img {
    margin-right: 12px;
}

#msgCode-container input {
    width: 159px;
}

#msgCode {
    position        : relative;
    top             : 3px;
    margin-left     : 31px;
    /* margin-top   : -15px; */
    width           : 106px;
    height          : 34px;
    line-height     : 34px;
    text-align      : center;
    background-color: #f5f5f5;
    vertical-align  : middle;
    border          : 0;
}

@media (min-width: 980px) {
    .fbxj {
        display: flex;
        padding: 40px 100px;
        margin : 50px 0;

    }

    .fbxj .pls_login_pic {
        width : 35%;
        cursor: pointer;
    }
    .fbxj .pls_login_pic .login_pic_box{
        position: relative;
        width: 100%;
    }
    .fbxj .pls_login_pic .login_pic_box .top_tit{
        position: absolute;
        top: 40px;
        left: 0;
        color: #fff;
        text-align: center;
        width: 100%;
    }
    .fbxj .pls_login_pic .login_pic_box .bot_btn{
        position: absolute;
        bottom: 71px;
        left: 0;
        text-align: center;
        width: 100%;
        color: #fff;
    }
    .fbxj .pls_login_pic .login_pic_box .bot_btn button{
        width: 90px;
        height: 35px;
        border: 1px solid #fff;
        background: transparent;
        border-radius: 36px;
    }

    .right_input {
        overflow: hidden;
        width   : 75%;
        margin  : 0 90px;

    }
}

@media (max-width: 980px) {
    .fbxj {
        padding: 40px 0;
        margin : 2px 0;

    }

    .fbxj .right_input {
        padding: 0;
    }

    #msgCode {
        top        : 0px;
        width      : 95px;
        margin-left: 0;
    }

    .right_input li .tit {
        padding: 5px;
    }

    #nterprise-scale .radio {
        margin: 0 7px;
    }

    .pls_login_pic p {
        text-align: right;
        color     : #5d7eb1;
    }
}