.page-content .row,.page-content-inner {
    background: #fff;
}
.tab_price_type {
    border-bottom: 6px solid #999;
    box-sizing: border-box;
    position: relative;
}
.personalized {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 9px;
    z-index: 200;
}
.btn_del {
    background: #ffffff;
    border: 0 none;
    color: #5885c9;
    font-weight: 900;
}
.tab-content .tab_price_type span{
    display: inline-block;
    width: 56px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    border-bottom: 6px solid #999;
    margin-right: 5px;
    font-weight: 600;
    margin-bottom: -6px;
    color: #999;
    
}
.tab-content .tab_price_type span:hover{
    cursor: pointer;
}
.tab-content .tab_price_type span.hover{
    border-bottom: 6px solid #ef9433;
    color: #ef9433;
}

.tab-content.table-show-div {
    height: 610px;
    position: relative;
}
.data_tit {
    width: 98px;
    height: 40px;
    background: #245fb9;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    /* position: absolute; */
}
.btn-new{
    background: #245fb9;
    font-weight: 600;
}
.data_content{
    padding: 20px 0px 88px;
    /* border: 1px solid #ccc; */
    height: 600px;
}
.data_type{
    background: #3084ca;
padding: 2px 5px;
color: #fff;
margin-left: 2px;
}
.row.del-mlf {
    margin: 8px 0 3px;
}
.data_tips{
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.settingID {
    border: 1px solid #999;
    background: #fff;
}
.table_tit {
    color: #666;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    font-weight: 900;
}
.table {
    margin: 6px 0;
}
.table tr th{
    background: #3084ca;
}
.table tr th strong{
    color: #ffffff!important;
}
.clear{
    clear: both;
    height: 0;
}
.chart_tit{
    line-height: 40px;
    font-size: 20px;
    color: #ef9433;
    font-weight: 900;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
}
.chart_con{
    background-color: #ffffff;
}
.page-num {
    border: 1px solid #ccc;
    margin-right: 5px;
    height: 24px;
    line-height: 24px;
}
/* nav */
.menuWrap{
    /* width: 1170px; */
    margin: 15px 0;
}
.menuDiv{
    width: 100%;
    height: 40px;
    background: #023985;
    color: #fff;
}
.menuDiv::after{
    content: "";
    width: 100%;
    height: 0;
    clear: both;
}
.menuDiv .menu_title{
    float: left;
    min-width: 114px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    /* font-weight: 700; */
}
.menuDiv .nav-tabs>li>a{
    border: 0 none;
    color: #fff;
    padding: 10px 12px;
}
.menuDiv .nav-tabs>li.active>a, .menuDiv .nav-tabs>li.active>a:focus, .menuDiv .nav-tabs>li.active>a:hover{
    background: #0c4da7;
    border: 0 none;
    color: #fff;
}
.menuDiv .nav>li>a:focus, .menuDiv .nav>li>a:hover{
    background: #0c4da7;
}
.menuWrap .tab-content .tab-pane.active{
    border: 1px solid #023985;
    border-top: none;
}
.menuWrap .menu_item_a {
    float: left;
    padding: 0 20px;
    margin: 12px 0;
    cursor: pointer;
    user-select: none;
    border-right: solid 1px #ccc;
    text-decoration: none;
}