.mbxnav .nav_bar_box {
    overflow: hidden;
}

.mbxnav .nav_bar_box .breadcrumb {
    display: inline-block;
    width: 62%;
    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;
}

.right_input {
    overflow: hidden;
    background-color: #efeeff;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3px;
    width: 50%;
}

.right_input .red {}

.lixi_idc_a p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 32px;
}

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

.right_input li {
    text-align: left;
    display: block;
    overflow: hidden;
    /*padding: 5px 0;*/
    margin-top: 23px;
    margin-bottom: -13px;
}

.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: 93%;
    outline: none;
}

.right_input li .red {
    display: inline-block;
    width: 4%;
    color: red;
}

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

.right_input .fbxj_sub span {
    display: inline-block;
    width: 172px;
    border: 0;
    background: #690599;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    height: 46px;
    line-height: 30px;
    cursor: pointer;
}

.tips {
    font-size: 12px;
    margin-left: 27px;
    margin-top: -5px;
    color: red!important;
}

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