/*项目使用css重写*/
/*ztree 样式重定义*/
.ztree * {
    font-size: 14px !important;
}

.ztree li {
    line-height: 24px !important;
}

.ztree li a {
    height: 26px !important;
}

.ztree li span.button.ico_docu,
.ztree li span.button.ico_close,
.ztree li span.button.ico_open,
.ztree li span.button.remove,
.ztree li span.button.ico_loading,
.ztree li span.button.edit {
    margin-top: 5px !important;
    margin-right: 5px !important;
}

.ztree li a input.rename {
    height: 22px !important;
    line-height: 22px !important;
    width: 120px !important;
}

.table_tip_zzy {
    position: fixed;
    top: 105px;
    right: 20px;
}

.popupBg.popup_title {
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #2680ff;
}

.popBottom span.delete_btn {
    background: #fff;
    border: 1px solid #d9dfe8;
    border-radius: 2px;
    color: #666;
    font-weight: bold;
    line-height: 28px;
}
.popBottom span.delete_btn:hover {
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #fdfdfd;
    line-height: 28px;
}

.popBottom span {
    cursor: pointer;
    display: block;
    float: right;
    padding: 0 12px;
    margin-left: 10px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    font-size: 15px;
    background-color: #2680ff;
    border-radius: 2px;
}

.table_sxr .table_head_zzy {
    margin-top: 0px;
}

.task_btn {
    width: auto;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    height: 32px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
    margin-right: 20px;
    cursor: pointer;
}

.task_btn_search {
    background: #2680ff;
}
.task_btn {
    margin-right: 10px;
}

.ngdialog *, .ngdialog *:before, .ngdialog *:after {
    box-sizing: inherit;
}
.table_main_zzy {
    position: absolute;
    bottom: 41px;
    top: 40px;
    left: 0px;
    right: 0px;
}

.table_sxr .table_main_zzy tr.bgcolor {
    background: #f1f4f8;
}

.chosen_div {
    border-radius: 4px;
    border: 1px solid #d5dae0;
}

.new_chosen_div a {
    color: black !important;
    font-size: 14px !important;
}

.table_sxr .sel_btn_zzy:hover {
    background: #0568f0;
}

.table_sxr .sel_btn_zzy {
    background: #2680ff;
}

.reSet_btn_zzy:hover {
    background: #f05f2e;
}

.reSet_btn_zzy {
    background: #ff6633;
}

.table_sxr .table_main_zzy {
    border: 1px solid #d9dfe8;
}

.table_sxr .table_main_zzy tr {
    border-bottom: 1px dashed #d9dfe8;
}

/******按钮样式***************/
.task_action_view {
    background: url('../images/yzr_btn/projectIcon7.png') no-repeat 9px center #fff;
}

.task_action_view:hover {
    color: #fff;
    background: url('../images/yzr_btn/projectIcon7-2.png') no-repeat 9px center #2680ff;
}

.task_action_edit {
    background: url('../images/yzr_btn/projectIcon8.png') no-repeat 9px center #fff;
}

.task_action_edit:hover {
    color: #fff;
    background: url('../images/yzr_btn/projectIcon8-3.png') no-repeat 9px center #2680ff;
}

.task_action_copy {
    background: url('../images/yzr_btn/projectIcon9.png') no-repeat 9px center #fff;
}

.task_action_copy:hover {
    color: #fff;
    background: url('../images/yzr_btn/projectIcon9-3.png') no-repeat 9px center #2680ff;
}

.task_action .task_action_more {
    width: 124px;
    text-align: center;
    position: relative;
    background: #fff;
}

.task_action_more:before {
    content: '...';
    line-height: 15px;
    position: absolute;
    font-size: 24px;
    color: #aaaaaa;
    margin-left: -27px;
}

.task_action_print {
    display: none !important;
    background: url(../images/yzr_btn/project_print.png) 8px center no-repeat;
}

.task_action_print:hover {
    display: none !important;
    color: #fff;
    background: url(../images/yzr_btn/project_print-2.png) 8px center no-repeat #2680ff;
}

.task_action_exp {
    background: url(../images/yzr_btn/project_exp.png) 10px center no-repeat #fff;
}

.task_action_exp:hover {
    color: #fff;
    background: url(../images/yzr_btn/project_exp-2.png) 10px center no-repeat #2680ff;
}

.task_action_imp {
    background: url(../images/yzr_btn/project_imp.png) 10px center no-repeat #fff;;
}

.task_action_imp:hover {
    color: #fff;
    background: url(../images/yzr_btn/project_imp-2.png) 10px center no-repeat #2680ff;
}

.task_action_del {
    background: url(../images/yzr_btn/project_del.png) 9px center no-repeat #fff;;
}

.task_action_del:hover {
    color: #fff;
    background: url(../images/yzr_btn/project_del-3.png) 9px center no-repeat #2680ff;
}
.task_action_delMaterial {
    background: url(../images/yzr_btn/project_del.png) 9px center no-repeat;
    cursor: pointer;
}
.task_action_add {
    background: url(../images/yzr_btn/project_add.png) 9px center no-repeat #fff;;
}

.task_action_add:hover {
    color: #fff;
    background: url(../images/yzr_btn/project_add-2.png) 9px center no-repeat #2680ff;
}

.task_action_forbidden {
    background: url(../images/yzr_btn/project_forbidden.png) 9px center no-repeat #fff;;
}

.task_action_forbidden:hover {
    color: #fff;
    background: url(../images/yzr_btn/project_forbidden-2.png) 9px center no-repeat #2680ff;
}

/*zzz 监测点选中的效果*/
.task_action .btn-active {
    color: #fff;
    background: url(../images/yzr_btn/project_unforbidden-2.png) 9px center no-repeat #2680ff;
}

.task_action_unforbidden {
    background: url(../images/yzr_btn/project_unforbidden.png) 9px center no-repeat #fff;;
}

.task_action_unforbidden:hover {
    color: #fff;
    background: url(../images/yzr_btn/project_unforbidden-2.png) 9px center no-repeat #2680ff;
}

/*链接*/
.task_action_link {
    background: url(../images/yzr_btn/project_link.png) 9px center no-repeat #fff;;
}

.task_action_link:hover {
    color: #fff;
    background: url(../images/yzr_btn/project_link-2.png) 9px center no-repeat #2680ff;
}

.keep_btn {
    width: auto;
}

/*删除 */
.data-remove {
    color: #2badf1;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/green/blockUp.png) no-repeat right center;
    background-size: 16px;
    padding-right: 18px;
}

/*草拟 */
.data-draft {
    color: #2badf1;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/green/draft.png) no-repeat right center;
    padding-right: 18px;
}

/*已处理、已下发*/
.data-issued {
    color: #2BADF1;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/green/issued.png) no-repeat right center;
    padding-right: 18px;
}

/*暂存*/
.data-tempstroage {
    color: #2BADF1;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/green/tempstroage.png) no-repeat right center;
    padding-right: 18px;
}

/*已审核*/
.data-audited {
    color: #1cb98e;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/green/audited.png) no-repeat right center;
    padding-right: 18px;
}

/* 按钮占位符，用来对齐操作中的按钮*/
.pl_btn {
    visibility: hidden;
}

/* 校验错误样式*/
.warn_2 {
    /*background-image: url(../images/validatebox_warning.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right center;*/
    border-color: #FF3232 !important;
    border-radius: 4px !important;
    outline: 1px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255, 50, 50) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(239, 154, 154) !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.bgzy {
    overflow: auto;
    padding: 10px;
    background: #ecf3f9
}

.table_head_zzy td {
    /*border: none;*/
    background: #f5f7fa;
}

.table_main_zzy td, .table_main_zzy3 td {
    height: 45px;
}

.task_action span {
    line-height: 27px;
}

.webuploader-pick {
    background: url(../images/yzr_btn/project_add.png) 9px center no-repeat #fff;
    border: 1px solid #c9cdd4;
    border-radius: 2px;
    color: #333333;
    width: 72px;
    height: 30px;
    line-height: 27px;
    padding: 0 0 0 21px;
}

.webuploader-pick-hover {
    color: #fff;
    background: url(../images/yzr_btn/project_add-2.png) 9px center no-repeat #2680ff;
}

.title_tag_new {
    float: left;
    height: 42px;
    text-align: center;
    padding: 0 15px;
}

.title_tag_new.reSet {
    border-right: 1px solid #e5e5e5;
    border-top: 3px solid transparent;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.title_tag_new.reSet.active,
.title_tag_new.reSet:hover {
    /*border-top: 3px solid #2680ff;*/
    background-color: #fff;
    height: 43px;
}

.noData {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #bababa;
    margin-left: 45%;
    margin-top: 120px;
}

.noData span {
    float: left;
    width: 43px;
    height: 40px;
    display: block;
    background: url(../../system/style/images/icon-all.png) -164px 40px;
}

.audit_no_checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/sxr/nocheckbox.png') no-repeat center;
    cursor: pointer;
    margin-right: 6px;
    vertical-align: top;
}

.taskTitle {
    height: 50px;
    line-height: 50px;
}

.table_sxr .table_main_zzy td {
    border-right: 1px solid #d9dfe8;
}

.table_sxr .table_head_zzy td {
    border-right: 1px solid #d5dae0;
}

.table_sxr .table_main_zzy {
    border: 0px;
}

.table-tfoot {
    border: 0px;
}

.spotNews_list li:nth-child(even) a {
    color: #333333;
}

.taskTitle_set {
    margin-top: 16px;
}

.icon.icon12 {
    float: left;
    width: 17px;
    height: 17px;
    background: url("../images/yzr_btn/project_imp.png") no-repeat 0 0;
    margin-right: 6px;
    margin-top: 6px;
}

.headgroup li:hover .icon12 {
    background: url("../images/yzr_btn/project_imp-2.png") no-repeat 0 0;
}

.icon.icon13 {
    float: left;
    width: 17px;
    height: 17px;
    background: url("../images/yzr_btn/project_exp.png") no-repeat 0 0;
    margin-right: 6px;
    margin-top: 6px;
}

.headgroup li:hover .icon13 {
    background: url("../images/yzr_btn/project_exp-2.png") no-repeat 0 0;
}

.icon.icon14 {
    float: left;
    width: 17px;
    height: 17px;
    background: url("../images/yzr_btn/project_exp.png") no-repeat 0 0;
    margin-right: 6px;
    margin-top: 6px;
}

.headgroup li:hover .icon14 {
    background: url("../images/yzr_btn/project_exp-2.png") no-repeat 0 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    top: 0px !important;
}

.isRead {
    color: #b8b8b8 !important;
}

.table_sxr .table_main_zzy tr {
    border-bottom: 1px solid #d5dae0;
    border-top: 1px solid #d5dae0;
}

.cache_btn {
    background: url('../images/sxr/popIcon5.png') no-repeat 9px center;
}

.cache_btn:hover {
    color: #fff;
    /*background: url('../images/sxr/popIcon5.png') no-repeat 9px center  #2680ff ;*/
}

.commit_btn {
    background: url('../images/sxr/popIcon6.png') no-repeat 10px center;
}

.commit_btn:hover {
    color: #fff;
    /*background: url('../images/sxr/popIcon6.png') no-repeat 10px center #2680ff;*/
}

.container {
    min-height: auto;
}

.table_sxr .table_main_zzy {
    height: auto;
!important;
}

/*计算指标提示*/
.interrogation_index {
    /*    float: left;*/
    width: 16px;
    height: 17px;
    background: url(../images/green/interrogation.png) no-repeat 0 0;
    margin-right: 6px;
    margin-top: 7px;
    background-size: 100%;
    display: inline-block;
}

.table_inp[type=text] {
    border: 1px solid #2680ff;
}

.td_lt {
    text-align: left !important;
}

.ngdialog.ngdialog-theme-default .popupBg {
    border: 1px solid #9e9e9e;
    padding:20px;
}

/*region maxzhao  别删*/
.table_simulate {
    width: 1138px;
    background: #fff;
    margin: 50px auto 0px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #2b323d;
}

.table_simulate .border0 {
    border: 0;
}

.table_simulate .border1 {
    border-right: 1px solid #d5dae0;
}

.title_main {
    height: 51px;
    line-height: 49px;
    box-sizing: border-box;
    border: 1px solid #d5dae0;
}

.title_main li {
    overflow: hidden;
    border-right: 1px solid #d5dae0;
    box-sizing: border-box;
    background: #eef1f5;
    font-size: 16px;
}

.title_inner {
    height: 100%;
}

.title_inner > li {
    float: left;
    text-align: center;
}

.title_name li {
    float: left;
    width: 20%;
}

.title_width11 {
    width: 11.11%;
}

.title_width55 {
    width: 55.55%;
}

.title_width55 {
    width: 55.55%;
}

.case_one_main {
    overflow: hidden;
}

.case_one_main li {
    float: left;
    width: 50%;
}

.line_h24 {
    line-height: 24px;
}

.title_width22 {
    width: 22.22%;
}

.title_width20 {
    width: 20% !important;
}

.title_width8 {
    width: 8.88%;
}

.title_width10 {
    width: 9.99%;
}

.title_width15 {
    width: 15% !important;
}

.title_width45 {
    width: 45%;
}

.title_width50 {
    width: 50%;
}

.title_width60 {
    width: 60%;
}

.title_width90 {
    width: 90%;
}

.case_one {
    border-bottom: 1px solid #d5dae0;
}

.add_num {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.add_num li {
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    line-height: 35px;
}

.down_main {
    overflow: hidden;
}

.down_main li {
    float: left;
}

.down_main > li {
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.step_inner {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.step_inner > li {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.list_main .text_L,
.step_tit_name .text_L,
.last_list .text_L {
    text-align: left;
}

.step_1,
.step_2 {
    padding-left: 5px;
}

.step1_1,
.step1_2,
.step2_1 {
    padding-left: 25px;
}

.step1_1_1,
.step1_2_1,
.step1_2_2,
.step2_1_1,
.step2_1_2,
.step2_1_3 {
    padding-left: 50px;
}

.step1_last,
.step2_1_3_1,
.step1_1_1_1,
.step1_1_1_2,
.step1_2_1_1,
.step1_2_2_1,
.step2_1_1_1,
.step2_1_2_1 {
    padding-left: 74px;
}

.step2_1_3_1_1 {
    padding-left: 110px;
}

.step2_1_3_1_1_1 {
    padding-left: 125px;
}

.step_tit_name {
    font-size: 0;
    height: 35px;
    border-bottom: 1px solid #eee;
}

.step_tit_name div {
    border-right: 1px solid #eee;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.last_main {
    overflow: hidden;
}

.last_main > li {
    float: inherit;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.last_list li {
    box-sizing: border-box;
    border-right: 1px solid #eee;
    text-align: right;
}

.list_main > li,
.step_5 > li,
.step_6 > li {
    width: 100%;
}

/* 波动校验设置 */
.up-icon-green {
    background-image: url(../images/checkRule/up.png);
}

.down-icon-green {
    background-image: url(../images/checkRule/down.png);
}

.up-icon-yellow {
    background-image: url(../images/checkRule/up-yellow.png);
}

.down-icon-yellow {
    background-image: url(../images/checkRule/down-yellow.png);
}

.up-icon-red {
    background-image: url(../images/checkRule/up-red.png);
}

.down-icon-red {
    background-image: url(../images/checkRule/down-red.png);
}

.up-icon-green, .down-icon-green:hover,
.up-icon-yellow, .down-icon-yellow:hover,
.up-icon-red, .down-icon-red:hover {
    cursor: pointer;
}

.up-icon-green, .down-icon-green,
.up-icon-yellow, .down-icon-yellow,
.up-icon-red, .down-icon-red {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 30px;
    position: relative;
    top: 2px;
}

/*endregion maxzhao  别删*/

.cache_btn.newtable {
    background: url(../images/goodsCommon/01.png) no-repeat 9px center;
}

.cache_btn.newtable:hover {
    background: url(../images/goodsCommon/01_h.png) no-repeat 9px center #2680ff;
}

.cache_btn.addnewone {
    background: url(../images/goodsCommon/03.png) no-repeat 9px center;
}

.cache_btn.addnewone:hover {
    background: url(../images/goodsCommon/03_h.png) no-repeat 9px center #2680ff;
}

.icon.iconcope {
    float: left;
    width: 17px;
    height: 15px;
    background: url(../images/goodsCommon/04.png) no-repeat 0 0;
    margin-right: 6px;
    margin-top: 7px;
}

.headgroup li:hover .iconcope {
    background: url(../images/goodsCommon/04_h.png) no-repeat 0 0;
}

.warning_table_th th {
    color: #333333;
    font-size: 15px;
    height: 39px;
    line-height: 39px;
    background: #f5f7fa;
}

.warning_table_td {
    height: 80%;
    border-bottom: 0px;
}

/**
*右括号
*/
.calcBox_operator .rightParenthesis {
    width: 20px;
    height: 25px;
    margin: 4px 5px;
    background-color: #ffffff;
    background: url(../images/calculate/02.png) no-repeat center center;
}

/**
 *左括号
 */
.calcBox_operator .leftParenthesis {
    width: 20px;
    height: 25px;
    margin: 4px 5px;
    background-color: #ffffff;
    background: url(../images/calculate/03.png) no-repeat center center;
}

/**
 *除
 */
.calcBox_operator .divide {
    width: 20px;
    height: 25px;
    margin: 4px 5px;
    background-color: #ffffff;
    background: url(../images/calculate/04.png) no-repeat center center;
}

/**
 *除
 */
.calcBox_operator .multiply {
    width: 20px;
    height: 25px;
    margin: 4px 5px;
    background-color: #ffffff;
    background: url(../images/calculate/05.png) no-repeat center center;
}

/**
 *减
 */
.calcBox_operator .reduce {
    width: 20px;
    height: 25px;
    margin: 4px 5px;
    background-color: #ffffff;
    background: url(../images/calculate/06.png) no-repeat center center;
}

/**
 *加
 */
.calcBox_operator .add {
    width: 20px;
    height: 25px;
    margin: 4px 5px;
    background-color: #ffffff;
    background: url(../images/calculate/07.png) no-repeat center center;
}

.sort_up {
     color: #fff;
     background: url("../images/ruleIcon9-2.png");
 }

.sort_up.active,
.sort_up:hover,
.sort_up:active {
    color: #fff;
    background: url("../images/ruleIcon9-2.png");
}

.sort_down {
    color: #fff;
    background: url("../images/ruleIcon9.png");
}

.sort_down.active,
.sort_down:hover,
.sort_down:active {
    color: #fff;
    background: url("../images/ruleIcon9.png");
}

.task_action_view_active {
    color: #fff !important;
    background: url('../images/yzr_btn/projectIcon7-2.png') no-repeat 9px center #2680ff;
}

.table_sxr .leftSel_table_zzy .searchDate {
    padding-right: 0px !important;
}

.remarks_zss {
    width: 20px;
    height: 19px;
    background: url(../images/sxr/ruleIcon13.png) no-repeat center;
    cursor: pointer;
    margin: auto;
}

.noHover tr:hover {
    border-left: 1px solid #eeeeee !important;
    border-bottom: 1px solid #eeeeee !important;
}

.noHover tr:hover td {
    border: 1px solid #eeeeee !important;
    background: white !important;
}

.query_icon {
    background: #fff url(../images/green/zoom.png) no-repeat center right 10px;
}

/*分析材料页面 check box选择*/
.audit_checkbox {
    background: url('../images/sxr/checkbox2.png') no-repeat center !important;
}

.audit_checkbox.active {
    background: url('../images/sxr/checkbox2-2.png') no-repeat center !important;;
}

.run {
    background: url('../images/sxr/project_unforbidden.png') no-repeat 9px center #fff;
}

.run:hover {
    color: #fff;
    background: url('../images/sxr/project_unforbidden-2.png') no-repeat 9px center #2680ff;
}

.stop {
    background: url("../images/sxr/project_forbidden.png") no-repeat 9px center #fff;
"
}

.stop:hover {
    color: #fff;
    background: url('../images/sxr/project_forbidden-2.png') no-repeat 9px center #2680ff;
}

.table-tbody table tr:hover {
    border: 1px solid #2680ff !important;
    background: #dfecff;
}

.table-tbody table td {
    border-right: 0px;
}

.table_sxr .sel_ipt_zzy,
.table_sxr .sel_sel_zzy {
    padding-left: 10px;
}

.leftSel_table_zzy select {
    padding-left: 0px !important;
}

.leftSel_table_zzy input {
    color: #999999;
}

.submission_detail .calendar {
    background: url("../images/sjn/calendar.png") no-repeat 285px center;
}

.submission_detail .calendar:hover {
    background: url("../images/sjn/calendar_1.png") no-repeat 285px center;
}

/* 附件上传组件的父元素 padding 为0*/
.inner_file_init {
    padding: 0px !important;
}

/*附件上传的宽度为100%*/
.fileListDiv {
    width: 100%;
    height: 250px;
}

.mCSB_scrollTools {
    border-left: 0px solid #c6cedb;
}

.warn {
    -webkit-box-shadow: none !important;
}

.material_form {
    border: 1px solid #f78d8d !important;
}

/**
   必填提示
 */
.requireTip{
    width: 18px;
    height: 20px;
    margin: 15px 0px 0px 10px;
    display: inline-block;
    background: url(../images/sjn/import_tip.png) no-repeat right 12px center;
}

/***
  删除禁用样式
 */
.task_action_del.disabled,
.task_action_del.disabled:hover {
    color: #cccccc;
    background: url('../images/sxr/projectIcon4.png') no-repeat 9px center #f5f7fa;
    cursor: not-allowed;
}
/*  通过不通过图章  */
.bg_nopass{
    background: url("../images/goodsCommon/bg_noPass.png");
}
.bg_pass{
    background: url("../images/goodsCommon/bg_pass.png");
}
.bg_stict{
    background:url("../images/goodsCommon/bg_stict.png");
}
/* 激活点击样式 */
.add_year_list li div.nowItem {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: url('../images/sxr/yearIcon3.png') no-repeat left top;
}
/* 退回点击样式 */
.modify_rules .add_year_list li div.return {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background: url("../images/sjn/questionnaire_icon7.png") no-repeat right top;
}

.add_year_list li{
    position: relative;
}

/* zss 8.15  */
.audit_footer_btn {
    padding: 13px 0px;
    text-align: center;
    font-size: 0;
    height: 58px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #f1f4f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #d9dfe8;
}
.audit_close_btn {
    background: #cccccc;
}

/*流程线颜色修改*/
.form_line_top {
    border-bottom: 1px dashed #d9dfe8;
}


/*首页与菜单的bug*/
.price_exp li.active {
    z-index: 1;
}

