@charset "utf-8";
.f_danger{
    color: #F56C6C;
}
.f_success{
    color: #67C23A;
}
.f_warning{
    color: #E6A23C;
}
.f_theme{
    color: #409EFF;
}
.f_grey{
    color: #999999;
}
.lb-cl-01 {
    background-color: #d354ba;
}

.lb-cl-02 {
    background-color: #2389ee;
}

.lb-cl-03 {
    background-color: #ff9900;
}

.lb-cl-04 {
    background-color: #ff6600;
}

.lb-cl-05 {
    background-color: #d0735a;
}

.lb-cl-06 {
    background-color: #00D005;
}

.lb-cl-07 {
    background-color: #663300;
}

.lb-cl-08 {
    background-color: #98FB98;
}
.vxe-cell .el-link+.el-link{
    margin-left: 8px;
}
body .el-message-box{
    max-width: 90%;
}
body .el-dialog{
    display: flex;
    display: -ms-flex; /* 兼容IE */
    flex-direction: column;
    -ms-flex-direction: column; /* 兼容IE */
    margin:0 !important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    max-height:calc(100% - 30px);
    max-width:calc(100% - 30px);
}
body .el-dialog__header{
    padding: 8px 20px 8px;
    background-color: #f2f2f2;
}
body .el-dialog__headerbtn{
    top: 14px;
}
body .el-dialog__headerbtn .el-dialog__close{
    color: #333;
}
body .el-dialog__title{
    font-size: 14px;
    font-weight: bold;
}
body .el-dialog__body{
    padding: 15px;
}
body .el-month-table td.current:not(.disabled) .cell{
    background-color: #409EFF;
    color: #fff;
}
body .el-month-table td.end-date .cell:hover,
body .el-month-table td.start-date .cell:hover{
    color: #fff;
}
.el-form-item__content .el-input,
.el-form-item__content .el-select,
.el-form-item__content .el-cascader,
.el-input__inner{
    vertical-align: top;
}
.el-pagination .el-input__inner{
    vertical-align: middle;
}

.isRed .el-link--inner{color: red!important;}
.el-drawer .el-drawer__header{
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding: 10px 10px 10px 20px;
    color: #333;
    font-weight: bold;
}
.el-drawer .el-drawer__body{
    overflow: hidden;
}
.m_drawer .el-drawer__header{
    padding: 0 10px 0 0;
}
.el-drawer .m_drawer_icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    height: 40px;
    line-height: 40px;
    width: 25px;
    background-color: #409EFF;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}
.el-dialog .el-dialog__body{
    color: #333333;
}
.tree.el-tree{
    background-color: transparent;
}
.tree.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #d5e9ff;
}
.tree .el-tree-node__content:hover {
    background-color: #ebf3ff;
}
.m_left .tree.el-tree{
    overflow: auto;
    height: calc(100% - 55px);
}
.el-tree > .el-tree-node {
    min-width: 100%;
    display: inline-block;
}
.el-message{
    top: 30% !important;
}
.el-message .el-message__content {
    line-height: 1.5;
}
body .el-date-editor.el-input,
body .el-select,
body .el-cascader,
body .el-autocomplete{
    width: 100%;
}
body .el-link{
    font-weight: normal;
}
.el-date-table th{
    text-align: center;
}
.vxe-table .el-link{
    display: inline;
    font-size: 12px;
}
body .el-table th.el-table__cell{
    background-color: #f5f7fa;
    font-weight: bold;
    color: #4f4e4e;
    text-align: center;
}
body .vxe-table--render-default.border--full .vxe-table--header-wrapper{
    background-color: #F5F7FA;
}
body .vxe-table--render-default.size--small{
    font-size: 12px;
}
body .vxe-table--render-default .vxe-header--column{
    color: #4f4e4e;
    text-align: center;
}
body .vxe-table--render-default.border--full .vxe-body--column,
body .vxe-table--render-default.border--full .vxe-footer--column,
body .vxe-table--render-default.border--full .vxe-header--column{
    background-position: 0 0,100% 100%;
}
body .vxe-table .vxe-cell--sort{
    vertical-align: text-top;
}
body .vxe-footer--row{
    background-color: #f5f7fa;
}
.g_full{
    height: 100%;
    box-sizing: border-box;
}
.m_basic_tb{
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
.m_basic_tb th{
    padding: 9px 0;
    line-height: 22px;
    background-color: #f5f7fa;
    font-weight: bold;
    text-align: center;
    color: #4f4e4e;
    font-size: 12px;
}
.m_basic_tb td{
    padding: 0 10px;
    height: 40px;
}
.m_basic_tb th,.m_basic_tb td{
    border-left: 1px solid #e8eaec;
    border-top: 1px solid #e8eaec;
}
.m_basic_tb th{
    border-bottom: 1px solid #e8eaec;
}
.m_basic_tb tr:last-child td{
    border-bottom: 1px solid #e8eaec;
}
.m_basic_tb th:last-child,
.m_basic_tb td:last-child{
    border-right: 1px solid #e8eaec;
}

[v-cloak] {
    display: none;
}
html,body,.g_wrap{
    height: 100%;
    overflow: hidden;
}
.g_body{
    box-sizing: border-box;
    padding: 10px;
    background-color: #F0F2F5;
}
/*首页面*/
.m_index{
    overflow-x: hidden;
    overflow-y: auto;
}
.m_index .el-tabs__nav-wrap::after{
    height: 1px;
}
.m_index .el-card__header{
    padding: 6px 10px;
}
.m_index .u_title{
    line-height: 32px;
    height: 32px;
    font-weight: bold;
}
.m_index .u_title_icon{
    vertical-align: middle;
    margin-right: 6px;
    color: #409EFF;
    font-size: 16px;
}
.m_index .u_search_btn{
    cursor: pointer;
    color: #999999;
}
.m_index .u_search_btn:hover{
    color: #409EFF;
}
.m_index .u_search_btn.vxe-icon-funnel{
    border-left: 1px solid #cdcdcd;
    padding-left: 5px;
    margin-left: 2px;
    margin-top: 9px;
    display: inline-block;
}
.m_index .el-card{
    margin-bottom: 10px;
}
.m_index .el-card__body{
    padding: 10px;
}
.m_index .el-tabs__item{
    padding: 0 20px 10px 20px;
    height: inherit;
    line-height: inherit;
}
.m_zxzc{
    font-size: 13px;
}
.m_zxzc_date,.m_zxzc_con{
    display: inline-block;
    vertical-align: middle;
}
.m_zxzc_date{
    margin-right: 10px;
    width: 70px;
    text-align: center;
    border-right: 1px solid #d7d7d7;
}
.m_zxzc_date p{
    line-height: 1;
}
.m_zxzc_date p:first-child{
    padding-bottom: 4px;
    color: #409EFF;
    font-size: 20px;
}
.m_zxzc>li{
    padding: 11px 0;
}
.m_zxzc_con{
    width: calc(100% - 90px);
    cursor: pointer;
}
.m_zxzc_con p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m_zxzc_con p:first-child:hover{
    color: #409EFF;
    text-decoration: underline;
}
.m_zxzc_con p:last-child{
    color: #999999;
}
.m_ggtx i{
    float: left;
    margin-top: 8px;
    color: #409EFF;
    font-size: 16px;
}
.m_ggtx .el-carousel{
    margin-left: 25px;
    line-height: 30px;
}
.u_fzgn_item{
    margin: 0 auto 10px;
    width: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 40px;
    border-radius: 8px;
    cursor: pointer;
}
.u_fzgn_item.item1{
    background-color: #94e9ea;
}
.u_fzgn_item.item2{
    background: #c897e9;
}
.u_fzgn_item.item3{
    background: #6fb2f7;
}
.u_fwrx{
    box-sizing: border-box;
    padding: 15px 0 0 0;
    height: 45px;
}
.u_fwrx i{
    color: #409EFF;
}
.u_fwrx span{
    font-size: 16px;
    font-style: italic;
}
.m_zqrl{
    height: 100px;
}
.m_zqrl_con{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
}
i.u_state_icon{
    margin-right: 2px;
    font-size: 16px;
}
.m_lczy_item{
    padding: 6px 8px;
}
.m_lczy_index,.m_lczy_name,.m_lczy_li{
    display: inline-block;
    vertical-align: middle;
}
.m_lczy_index{
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #409EFF;
    color: #409EFF;
    font-size: 18px;
}
.m_lczy_name{
    margin: 0 10px 0 5px;
    width: 136px;
    height: 32px;
    line-height: 32px;
    background-color: #409EFF;
    color: #ffffff;
    text-align: center;
}
.m_lczy_li{
    position: relative;
    box-sizing: border-box;
    margin-right: 44px;
    padding-left: 8px;
    width: 162px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #409EFF;
    color: #409EFF;
    cursor: pointer;
}
.m_lczy_li:last-child .m_lczy_right{
    display: none;
}
.m_lczy_li.active{
    background-color: #409EFF26;
}
.m_lczy_right{
    position: absolute;
    right: -33px;
    font-size: 25px;
}
.g_wrap{
    box-sizing: border-box;
    position: relative;
    padding: 15px;
    background-color: #ffffff;
}
.m_left{
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    width: 220px;
    background-color: #f9f9f9;
    overflow: auto;
}
.m_resize{
    padding-right: 10px;
    box-sizing: border-box;
}
.m_resize_line{
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
    border-left: 1px solid #409EFF;
    border-right: 1px solid #409EFF;
    cursor: move;
}
.m_left_t{
    margin-bottom: 10px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    border-bottom:1px #e0e0e0 solid;
}
.m_tree_icon{
    font-size: 16px;
}
.m_tree_li_icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    transform: scale(0.9);
}
.m_tree_li_icon.ybnsr{
    border-color: #67C23A;
    color: #67C23A;
}
.m_tree_li_icon.xgm{
    border-color: #ff9900;
    color: #ff9900;
}
.m_tree_con{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;

}
i.m_tree_add,
i.m_tree_refresh,
i.m_tree_toggle{
    margin-left: 4px;
    color: #409EFF;
    font-weight: bold;
    cursor: pointer;
}
i.m_tree_toggle{
    margin-left: 10px;
    transform: rotate(90deg);
}
.m_tree_btn{
    display: none;
}
.m_tree_con:hover .m_tree_btn{
    display: block;
}
.m_tree_btn .el-button+.el-button{
    margin-left: 0;
}
.m_tree_btn .el-button--text{
    font-size: 14px;
}
.m_left_search{
    padding: 0 10px;
}
.m_tree_box{
    height: calc(100% - 95px);
    padding-top:10px;
    overflow: auto;
}
.m_left .m_tree_box .tree.el-tree {
    height: 100%;
}
.m_tree_li{
    padding: 3px 0 3px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.m_tree_li:hover{
    background-color: #ebf4f4;
}
.m_tree_li.active{
    background-color: #daf0f1;
}
.m_loading_box,.m_nomore_box{
    text-align: center;
}
.m_loading_box i{
    font-size: 18px;
}
.m_nomore_box{
    color: #666666;
}
.m_right{
    padding-left: 230px;
    height: 100%;
    overflow: auto;
}
.m_operate{
    padding-bottom: 10px;
    min-height: 32px;
}
.m_operate_btn .el-button+.el-button,
.m_operate_search .el-button+.el-button{
    margin-left: 2px;
}
.m_operate_search .el-form-item--small.el-form-item{
    margin-bottom: 0;
}
.m_operate_search.el-form--inline .el-form-item{
    margin-right: 0;
}
.m_operate_search .el-button{
    vertical-align: top;
}
.m_operate_gjcx .el-form-item--small.el-form-item{
    margin-bottom: 5px;
}
.g_fix_pad{
    padding-bottom: 55px;
    overflow: auto;
}
.m_form_box .el-form-item{
    margin-bottom: 15px;
}
.m_item_t{
    position: relative;
    padding: 10px 16px;
    margin: 10px 0;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #409EFF;
}
.m_item_t i{
    position: absolute;
    right: 10px;
    transition: all .3s;
    transform: rotate(90deg);
    cursor: pointer;
    font-size: 18px;
}
.m_item_t i.active{
    transform: rotate(270deg);
}
.m_item_t i:hover{
    color: #409EFF;
}
.m_fix_btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 -2px 10px 2px #d5d5d5;
}
.m_column_tip{
    vertical-align: text-bottom;
    font-size: 15px;
    color: #E6A23C;
}
.m_tips{
    color: #E6A23C;
}
.m_tips p{
    padding: 0 0 8px 14px;
}
.m_tips p:first-child{
    padding-left: 0;
}
.m_msg{
    background-color: #fbe9cf;
    padding: 8px;
    margin-bottom: 10px;
}
.m_msg i{
    vertical-align: text-bottom;
    font-size: 18px;
    color: #E6A23C;
}
.m_jkgl_jkxx{
    height: calc(100% - 250px);
}
.m_jkgl_jkxx .el-aside{
    padding: 5px;
}
.m_jkgl_jkxx .el-aside .el-card__body{
    box-sizing: border-box;
    padding: 10px 0;
    height: calc(100% - 42px);
}
.m_jkgl_jkxx .el-main{
    padding: 5px 5px 5px 15px;
}
.m_jkgl_jkxx .el-main .el-card__body{
    box-sizing: border-box;
    height: calc(100% - 40px);
    overflow: auto;
}
.m_jkgl_jkxx .el-card__header{
    padding: 10px;
    font-weight: bold;
}
.m_jkgl_jkxx .el-main .el-card__header{
    border: none;
}
.m_jkgl_list{
    height: 100%;
    overflow: auto;
}
.m_jkgl_list li{
    padding: 8px 5px 10px 10px;
    cursor: pointer;
}
.m_jkgl_list li:hover{
    background-color: #ebf3ff;
}
.m_jkgl_list li.active{
    background-color: #d5e9ff;
}
.m_detail{
    padding: 15px 30px;
}
.m_detail_t{
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}
.m_detail_p{
    padding-bottom: 20px;
    text-align: center;
}
.m_detail_p_item{
    color: #868686;
}
.m_detail_p_item:last-child{
    margin-left: 20px;
}
.m_detail_p_item span{
    margin-left: 5px;
    color: #0000FF;
}
.m_detail_back{
    position: absolute;
    color: #0000FF;
    cursor: pointer;
}
.m_detail_back i{
    vertical-align: middle;
    margin-right: 2px;
    font-size: 20px;
    color: #0000FF;
}
.m_ph input{
    color:#b9b7b7;
}
i.i_zdy{
    vertical-align: text-bottom;
    font-size: 18px;
    cursor: pointer;
}
.m_zdyl .el-col{
    padding: 10px;
}
.m_sort_btn{
    width: 100%;
}
.m_sort_btn span{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.u_ryxx_allow{
    text-overflow: ellipsis;
    overflow: hidden;
}
.u_ryxx_allow.disabled{
    color: #a8a8a8;
    cursor: not-allowed;
}
/*全量发票查询*/
.m_qlfpcx_tj{
    padding-bottom: 10px;
}
.el-col.m_qlfpcx_item{
    width: 160px;
}
.m_qlfpcx_item .el-card__body{
    padding: 6px 5px;
    text-align: center;
}
.m_qlfpcx_item .el-card__body p:first-child{
    font-weight: bold;
    white-space: nowrap;
}
.m_qlfpcx_item .el-card__body p:last-child{
    font-size: 12px;
    white-space: nowrap;
}
.m_btn_dropdown{
    margin-left: 4px;
}
/*交付设置*/
.m_jfmb_li{
    float: left;
    margin: 0 10px 10px 0;
    height: 555px;
    width: 400px;
    overflow: auto !important;
}
.m_jfmb_add{
    border: 1px solid #409EFF;
    border-radius: 3px;
    text-align: center;
    font-size: 150px;
    line-height: 505px;
    color: #409EFF;
    cursor: pointer;
}
.m_xzsz_mb .m_jfmb_li{
    width: 350px;
    height: 320px;
}
.m_xzsz_mb .m_jfmb_add{
    font-size: 115px;
    line-height: 300px;
}
.m_jfmb_li .el-card__body{
    padding: 15px;
}
.m_jfmb_head{
    padding-bottom: 15px;
}
.m_jfmb_title{
    font-weight: bold;
}
.m_jfmb_yjnrbj{
    position: absolute;
    bottom: -2px;
    right: 10px;
}
.m_jfmb_li .el-textarea__inner{
    padding-bottom: 18px;
}
.m_jfjl_fj:hover{
    background-color: #f5f7fa;
}
.m_jfjl_fj>span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m_mmgz_list{
    padding: 0 5px;
    margin: 0 10px 10px 0;
    background-color: #f6f6f6;
    cursor: pointer;
}
.m_mmgz_list:hover{
    background-color: #f6f6f6;
}
.m_mmgz_con{
    width: calc(100% - 35px);
}
.m_mmgz_name{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m_mmgz_badge{
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    color: #ffffff;
    background-color: #409EFF;
    border-radius: 2px;
    font-size: 12px;
    transform: scale(0.9);
}
.m_mmgz_btn{
    display: none;
    color: #409EFF;
}
.m_mmgz_list:hover .m_mmgz_btn{
    display: block;
}
.m_mmgz_add .el-button{
    padding: 7px 8px;
}
/*进项-统计面板*/
.m_tjmb{
    position: relative;
}
.m_tjmb .m_left{
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
}
.m_tjmb .m_right{
    overflow-x: hidden;
}
i.u_refresh{
    float: right;
    margin-top: 6px;
    color: #409EFF;
    font-size: 18px;
    cursor: pointer;
}
.m_dqxx{
    padding: 0 10px;
}
.m_dqxx li{
    position: relative;
    margin: 28px 0;
    padding-left: 20px;
    color: #666;
}
.m_dqxx li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 14px;
}
.m_dqxx li:nth-child(odd):before{
    background-color: orange;
}
.m_dqxx li:nth-child(even):before{
    background-color: #409EFF;
}
.m_dqxx li div:first-child{
    float: left;
}
.m_dqxx li div:last-child{
    float: right;
    color: #333;
    font-weight: bold;
}
.m_sjtj_box .el-date-editor{
    width: 200px !important;
}
.m_sjtj_box .el-select{
    width: 80px;
}
.m_sjtj_echart{
    width: 100%;
    height: 300px;
}
.m_sjtj_tb{
    width: 100%;
    table-layout: fixed;
    border-collapse:collapse;
}
.m_sjtj_tb th{
    background-color: #F5F7FA;
    color: #4f4e4e;
    white-space: nowrap;
    font-weight: bold;
}
.m_sjtj_tb th,.m_sjtj_tb td{
    padding: 10px 0;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 12px;
    word-break: break-all;
}
.m_sjtj_tb td{
    color: #606266;
}
.m_sjtj_coltd {
    position: relative;
    width: 150px;
    background: #F5F7FA url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9IiM5OTk5OTkiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==) no-repeat 100% center;
}

.m_sjtj_coltd span{
    position: absolute;
}
.m_sjtj_coltd span:first-child{
    left: 14px;
    bottom: 5px;
}
.m_sjtj_coltd span:last-child{
    right: 14px;
    top: 5px;
}
body .el-collapse-item__header{
    padding: 0 15px 0 20px;
    height: 40px;
    line-height: 40px;
}
body .el-collapse-item__content{
    padding-bottom: 5px;
}
.m_ewm_box table{
    margin: 0 auto;
}
.m_ewm_tip{
    padding-top: 12px;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
}
/*登录认证提醒*/
.m_dlrztx_gzh{
    padding-top: 30px;
    text-align: center;
    font-size:16px;
}
.m_dlrztx_ewm{
    position: relative;
    margin-top: 20px;
}
.m_dlrztx_ewm_bg{
    position: absolute;
    top: 50%;
    left:50%;
    margin-top:-14px;
    margin-left:-14px;
    width: 28px;
}
.m_dlrztx_tip{
    padding-top: 30px;
    font-weight: bold;
    color:#FF6600;
}
.m_sqtj_th{
    white-space:nowrap;
}
.m_sqtj_th i{
    font-size: 15px;
    vertical-align: text-bottom;
}
.m_bssz_box{
    background-image: url("../images/bssz_bg.jpg?v=9c2802d0");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: auto;
}
.m_bssz_t{
    padding-top: 32px;
    font-size: 24px;
    text-align: center;
}
.m_bssz_nsrsbh{
    padding: 18px 0;
    color: #327df8;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.m_bssz_btn{
    text-align: center;
}
.m_bssz_btn .el-button--primary{
    width: 180px;
}
.m_bssz_btn .el-button.is-plain,
.m_bssz_btn .el-button.is-plain:focus,
.m_bssz_btn .el-button.is-plain:hover{
    border-color: #36b0b3;
    color: #36b0b3;
}
.m_bssz_btn .el-button.is-plain:focus,
.m_bssz_btn .el-button.is-plain:hover{
    opacity: 0.8;
}
.m_bssz_item{
    padding: 0 60px 0 50px;
}
.m_bssz_title{
    padding-left: 10px;
    margin: 10px 0;
    border-left: 5px solid #36b0b3;
    line-height: 1.2;
}
.m_bssz_divider{
    margin: 0 0 20px 0;
    border-top: 1px #e6e6e6 dashed;
}
.m_bssz_close{
    position: absolute;
    right: 20px;
    top: 15px;
    color: #333333;
    font-size: 16px;
    font-weight: bold !important;
    cursor: pointer;
}