@charset "utf-8";
/* basic.css 补充 */

/* 首页补充 */
.left_nav ul li dd a {
    font-size: 12px
}

.yiji {
    color: #000;
    display: inline-block;
    background: #fff;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    width: 30px;
    text-align: center;
    border-radius: 5px
}

.erji {
    color: #000;
    display: inline-block;
    background: #fff;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    width: 30px;
    text-align: center;
    border-radius: 5px
}

table tr td a {
    text-decoration: none;
}

.mCustomScrollBox, .panel {
    overflow: visible !important;
}

.mCSB_container li {
    position: relative;
}

/* 补充 */
.easyui-layout {

}

/* 样式补充 LQ 202002031714 */
.logo .system-type {
    font-size: 16px;
    background-size: 2px 17px;
}

.sys-top-container {
    height: 70px;
}

/* 头部中间 */
.top-middle-container {
    margin-left: 10%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 23px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.user-name-box span,
.now-time-box {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    line-height: 24px;
    display: inline-block;
}

/* 头部右侧 */
.top-right-container {
    float: right;
    margin-right: 50px;
    font-size: 14px;
    line-height: 24px;
    padding: 23px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-right-container span {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    max-width: 200px;
    display: inline-block;
    color: #999999;
}

.top-right-container a {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    max-width: 200px;
    display: inline-block;
}

.top-right-container a:hover {
    color: #2d77ee;
    /*font-weight: bold;*/
}

.user-name {
    color: #2d77ee;
    font-weight: bold;
    max-width: 270px;
}

.top-logout {
    width: 50px;
    display: inline-block;
    text-align: right;
    background: url(./res/common/images/top/top_logout.png) left center no-repeat;
    background-size: 14px;
}

.top-logout:hover {
    background: url(../../images/top/top_logout_h.png) left center no-repeat;
    background-size: 14px;
}

.now-time-box {
    padding-left: 15px;
}

.top-middle-container .w1200-hide {
    display: inline-block;
}

.top-middle-container .w1200-show {
    display: none;
}

.logo img {
    margin-top: 13px;
}

@media screen and (max-width: 1920px) {
    .top-middle-container {
        margin-left: 10%;
    }

    .user-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
        /*max-width: 200px;*/
        display: inline-block;
    }
}

@media screen and (max-width: 1800px) {
    .top-middle-container {
        margin-left: 3%;
    }

    .user-name {
        /*max-width: 160px;*/
    }
}

@media screen and (max-width: 1675px) {
    .top-middle-container {
        margin-left: 2%;
    }

    .user-name {
        /*max-width: 120px;*/
    }
}

@media screen and (max-width: 1600px) {
    .user-name {
        /*max-width: 80px;*/
    }

    .logo img {
        margin-left: 15px;
        margin-top: 17px;
        width: 315px;
        height: 32px;
    }
}

@media screen and (max-width: 1500px) {
    .top-right-container span {
        padding: 0 5px;
    }

    .sys-top-container .logo {
        margin-left: 0px;
    }

    .top-right-container {
        margin-right: 15px;
    }

    .user-name {
        /*max-width: 70px;*/
    }
}

@media screen and (max-width: 1450px) {
    .top-middle-container .w1200-hide {
        display: none;
    }

    .top-middle-container .w1200-show {
        display: inline-block;
    }
}

@media screen and (max-width: 1300px) {
    .top-middle-container {
        margin-left: 15px;
    }

    .logo .system-type {
        font-size: 16px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .now-time-box {
        padding-left: 5px;
    }

    .top-right-container span {
        padding: 0 2px;
    }
}

@media screen and (max-width: 1250px) {
    .now-time-box {
        display: none;
    }
}

@media screen and (max-width: 1030px) {
    .top-middle-container {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .sys-top-container .logo strong {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .sys-top-container .logo {
        display: none;
    }
}

.top_wrap {
    height: 70px;
    vertical-align: middle;
    background: url("../../images/top_botbj.png") bottom repeat-x;
    -webkit-box-shadow: 0 1px 3px rgba(105, 130, 156, .13);
    box-shadow: 0 1px 3px rgba(105, 130, 156, .13);
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.logo {
    height: 70px;
    margin-left: 30px;
    float: left;
}

.logo-name {
    display: block;
    float: right;
}

.logo img {
    float: left;
    width: 352px;
    height: 37px;
    margin: 17px 0 17px 28px;
}

.logo span {
    font-size: 14px;
    color: #9d9fb9;
    margin-left: 35px;
    line-height: 70px;
}

/* 左侧菜单显示问题 */

.big_wrap {
    top: 67px;
}

.panel-body-noheader .big_wrap {
    top: -3px;
}

/* 201911071348 liuqiang */

.logo .system-type {
    font-size: 20px;
    line-height: 24px;
    background: url(../../images/xiang.png) left center no-repeat;
    height: 25px;
    display: inline-block;
    padding-left: 15px;
    margin-left: 13px;
    color: #0e4682;
    margin-top: 22px;
}

.logo span a {
    color: #1f72fa;
    font-size: 16px;
}

.jg_logo {
    background-position: 0 -50px;
}

.zx_logo {
    background-position: 0 -111px;
}

.user_info {
    height: 45px;
    position: relative;
    right: 0;
    color: #c1e2f8;
    float: right;
    line-height: 45px;
    vertical-align: middle;
    margin-top: 10px;
}

.user_info li a {
    font-size: 14px;
    margin-top: 7px;
    color: #9d9fb9;
}

.user_info li:nth-child(2) a {
    color: #9d9fb9;
    border: 2px solid #9d9fb9;
    padding: 0 20px 0 37px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-position: 15px;
    background-size: 17px;
}

.user_info li:nth-child(2) a:hover {
    background-position: 15px;
    background-size: 17px;
    color: #1f72fa;
}

.user_info li:nth-child(3) a {
    background-position: 15px;
    background-size: 18px;
}

.user_info li:nth-child(3) a:hover {
    background-position: 15px;
    background-size: 18px;
}

.user_info li i {
    top: 15px;
    padding: 0 14px;
}

.user_info li:first-child i {
    padding: 0 5px;
    top: 5px;
}

a.logout {
    width: 80px;
    height: 30px;
    line-height: 35px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #9d9fb9;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.2);
}

a.logout i {
    display: inline-block;
    width: 57px;
    height: 25px;
    line-height: 19px;
    color: #9d9fb9;
    font-style: normal;
    text-indent: 17px;
    background: url(../../img/top_bg.png) -77px -198px no-repeat;
    font-size: 14px;
}

a.logout:hover {
    color: #1f72fa;
    border: 2px solid #1f72fa;
}

a.logout:hover i {
    color: #1f72fa;
}

/*左边菜单开始*/

.left_nav li > a:hover {
    color: #fff;
    border-bottom: none;
    background: #AB916B;
}

.left_nav li.active > a {
    background: #AB916B;
}

.left_nav li > a.current {
    color: #fff;
    border-bottom: none;
    background: #AB916B;
}

/*左边菜结束*/

/*tabs的样式*/

.tabs {
    padding: 0;
}

.tabs li {
    height: 37px;
    font-size: 12px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    vertical-align: middle;
    background-color: #E4E6EA;
    text-align: center;
    line-height: 37px;
    margin: 0;
    color: rgba(26, 37, 49, 0.7);
}

.tabs li.tabs-selected:hover,
.tabs li.tabs-selected {
    background: #edf3fa;
}

.tabs li:hover a.tabs-inner {
    padding: 0 10px 0 15px;
    /*padding: 0 2px 0 12px;*/
}

.tabs li a.tabs-inner {
    color: #1a2531;
    margin-top: 0px;
    height: 45px;
    line-height: 45px;
    padding: 0 26px 0 26px;
    transition: 0s;
}

.tabs li a.tabs-close {
    background: url('../image/zl-icon-guanbi.png') no-repeat center;
    /*background-size: auto;*/
    /*border: 1px solid #333333;*/
    border-radius: 50%;
    display: none;
}

.tabs li:hover a.tabs-close {
    display: block;
}

.tabs li a.tabs-close {
    display: block;
}

.sys-head-tabs .tabs li.tabs-selected {
    background: #edf3fa;
}

.sys-head-tabs .tabs li a.tabs-inner {
    padding: 0 2px 0 12px;
}

.tabs li:hover a.tabs-close:hover {
    background: url('../image/zl-icon-guanbi-h.png') no-repeat center;
    /*  background-size: auto;*/
    border-radius: 50%;
    opacity: 0.8;
}

.tabs-header,
.tabs-tool {
    height: 37px;
    background: #CED1D6;
    overflow: hidden;
    box-sizing: border-box;
}

/*2019-10-25 liuyong liuqiang*/

/*表头 设置背景色 行高，字体*/

.datagrid-view .datagrid-htable td {
    font-weight: normal;
    background: #fafafa;
    color: #81848D;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 25px;
}

.datagrid-view table {
    /*width: 100%;*/
}

/*表体  设置背景色 行高 */

.datagrid-view .datagrid-body table tr {
    /*background: white;*/
    cursor: pointer;
}

.datagrid-view .datagrid-row.datagrid-row-over,
.datagrid-view .current.datagrid-row-over {
    background-color: #e0f0ff;
}

.datagrid-view .datagrid-body table tr:hover {
    background-color: #e0f0ff;
}

/*表体  高 行高 */

.datagrid-view .datagrid-body td {
    line-height: 1.6;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

/*表体 操作框字体颜色 大小*/

.datagrid-view .datagrid-btable td a {
}

/*分页 下拉框*/

.pagination-page-list,
.pagination .pagination-num {
    line-height: 30px;
    height: 30px;
    padding: 0 6px;
}

/*修改  easyui 样式*/

.pagination td {
    border: 0;
    cursor: pointer;
    color: #333;
}

.datagrid-pager {
}

.pagination .l-btn-text {
    line-height: 30px;
    height: 30px;
    padding: 0 3px;
}

.pagination .pagination-link .l-btn-text {
    min-width: 26px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pagination .l-btn-icon-left:hover {
    background: #C0A353
}

/*回到第一页 */

.datagrid-pager .pagination-first {
    background: url(../images/pagination/pagination_icons-s.png) no-repeat 7px center;
}

.datagrid-pager .l-btn-icon-left:hover .pagination-first {
    background: url(../images/pagination/pagination_icons-h.png) no-repeat 7px center;
}

/* 上一页 */

.pagination .pagination-prev {
    background: url('../images/pagination/pagination_icons-s.png') no-repeat -10px center;
}

.datagrid-pager .l-btn-icon-left:hover .pagination-prev {
    background: url(../images/pagination/pagination_icons-h.png) no-repeat -10px center;
}

/* 下一页 */

.datagrid-pager .pagination-next {
    background: url(../images/pagination/pagination_icons-s.png) no-repeat -26px center;
}

.datagrid-pager .l-btn-icon-left:hover .pagination-next {
    background: url(../images/pagination/pagination_icons-h.png) no-repeat -26px center;
}

/* 尾页 */

.datagrid-pager .pagination-last {
    background: url(../images/pagination/pagination_icons-s.png) no-repeat -42px center;
}

.datagrid-pager .l-btn-icon-left:hover .pagination-last {
    background: url(../images/pagination/pagination_icons-h.png) no-repeat -42px center;
}

/* 刷新 */

.datagrid-pager .pagination-load {
    background: url(../images/pagination/pagination_icons-s.png) no-repeat -58px center;
}

.datagrid-pager .l-btn-icon-left:hover .pagination-load {
    background: url(../images/pagination/pagination_icons-h.png) no-repeat -58px center;
}

.datagrid-pager .l-btn-plain-selected,
.l-btn-plain-selected:hover {
    background: #C0A353;
    color: #fff;
}

.datagrid-pager .l-btn-selected,
.l-btn-selected:hover {
    background: #C0A353;
    -webkit-filter: none;
    filter: none;
    color: #fff;
}

.datagrid-pager .l-btn-plain:hover {
    background: #C0A353;
    -webkit-filter: none;
    filter: none;
    color: #fff;
    border: 1px solid #C0A353;
}

.datagrid-pager .pagination-info {
    font-size: 14px;
    color: #666;
}

.datagrid-pager .pagination-btn-separator {
    border: none
}

.datagrid-pager .pagination-page-list {
    height: 30px;
}

.pagination.pagination .pagination-num {
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.datagrid .datagrid-pager.pagination {
    margin-top: 0px;
    border: none;
    background: none;
}

/*新增 2-19-10-29 ly*/

.search_input:focus,
.advanced_search select:focus,
.advanced_search input:focus {
    border-color: #007CC8;
    -webkit-box-shadow: 0 0 3px #A3D8F9;
    box-shadow: 0 0 3px #A3D8F9;
}

.advanced_search input.skedule-search {
    padding-right: 30px;
}

.big_title h2 {
    cursor: pointer;
}

.big_title h2.active {
    color: #AB916B;
    border-bottom: 2px solid #AB916B;
}

.main_con:after {
    content: '';
    clear: both;
}

.submit_btn {
    color: white;
    background: #007CC8;
}

.submit_btn:hover {
    background: #03629C;
    color: white;
}

.submit_btn_border {
    color: #007CC8;
    background: white;
    border: 1px solid #007CC8;
}

.submit_btn_border:hover {
    background: #03629C;
    color: white;
}

.window .window-header .panel-title {
    background: #007CC8;
}

.panel-tool .title .submit_btn {
    border: none;
    outline: none;
    background: none;
    margin: 4px 0 0 0;
    position: relative;
}

.panel-tool .title .submit_btn:hover {
    color: #e1e1e1;
}

.panel .panel-body input[type=button] {
    height: 33px !important;
    line-height: 33px !important;
    font-size: 14px !important;
    color: white !important;
    background: #007CC8 !important;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}

.panel .panel-body input[type=button]:hover {
    background: #045B92 !important;
}

.baocun .btn {
    background: #007CC8;
}

.baocun .btn:hover {
    background: #045B92;
}

/*  .advanced_search label{
        display: inline-block;
        width: 150px;
        text-align: right;
    }*/

.div-main-containe {
    margin: 0 20px;
}

.div-main-containe .table_con_list {
    height: 36px;
}

.div-main-containe .table_con_list h2 {
    padding: 0 10px;
}

.div-main-containe h2.active-ls {
    border-bottom: 2px solid #AB916B;
}

.div-main-containe .active-ls span {
    color: #AB916B !important;
}

.big_title h2 a {
    background-position: 0 -186px;
}

.big_title h2 a.expand {
    background-position: -106px -186px;
}

/****************** 2019-11-1  *******************/

/*我的待办 待办提醒搜索框*/

.skedule-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    width: 200px;
    background: url(../../img/search.png) 170px center no-repeat;
    padding-left: 10px;
}

.advanced_search {
    padding: 5px 0;
}

.advanced_search > span {
    margin: 5px 0 5px 10px;
    line-height: 35px;
    height: 35px;
}

.advanced_search label + input {
    float: none;
}

.advanced_search li {
    margin-bottom: 0;
    color: #1a2531;
}

/*我的待办 下拉框及label*/

.table_con_list > label {
    color: #333;
    padding: 0;
    vertical-align: middle;
    font-size: 16px;
}

.table_con_list > select {
    height: 33px;
    font-size: 16px;
    line-height: 33px;
    min-width: 125px;
    padding: 0 0 0 5px;
    outline: none;
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.table_con_list > select + .datagrid {
    margin-top: 20px;
}

.tool_bar {
    width: auto;
}

.advanced_search .search_input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 32px;
}

.tabs-panels iframe {
    min-width: 1320px;

}

.panel-tool .search_bar .submit_btn {
    margin: 0;
    background: #a2c3f9;
}

.panel-tool .title .submit_btn:hover {

}

.panel-tool .search_bar input,
.panel-tool .search_bar select {
    background: white;
    height: 28px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.input_btn,
.upload_files {
    background: #007CC8;
}

.input_btn a {
    color: white;
}

.input_btn:hover,
.upload_files:hover {
    background: #045B92;
}

/* 计划管理-新增 （发布年度采购计划） 预算外汇td样式*/

#waiHuiTr td {
    padding-top: 8px;
    padding-bottom: 8px;
}

#waiHuiTr td span {
    margin: 8px 0 0 50px;
}

/* 统一设置textarea样式 */

textarea {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6 !important;
}

/******************* 11-05 *******************/

/* 清除浮动     头部的搜索*/

.big_title {
    height: auto;
    padding: 5px 0;
    margin-bottom: 0;
    zoom: 1;
}

.advanced_search form {
    float: left;
}

.big_title,
.advanced_search > ul {
    padding-left: 10px;
}

.advanced_search > ul > li {
    margin-bottom: 20px
}

.advanced_search form ul,
.advanced_search,
.main_con {
    zoom: 1;
}

.big_title:after,
.advanced_search form ul:after,
.advanced_search:after,
.main_con:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

/* 统一设置 每小部分头部的搜索框       目的：浮动后上下居中对齐 */

.advanced_search input {
    outline: none;
    padding: 0 10px;
}

.advanced_search > form li,
.advanced_search > input,
.advanced_search > span {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.text_input,
.text_input_02,
.text_input_03,
.table_details textarea {
    line-height: 33px;
}

.advanced_search select {
    line-height: 33px;
    height: 33px;
    max-width: 130px;
}

.main_con_expand {
    margin-top: 20px;
}

/* 首页-我的招标 彩框 */

.main_con .box {
    padding: 4px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main_con .box h3 {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

/* 新增招标项目信息 项目国家及地区 */

span.textbox.combo + div {
    /*margin-top: 10px;*/
}

.textbox-invalid {
    background-color: transparent;
}

/*  */

iframe {
    border: none;
}

.plupload_container {
    padding: 0;
}

/* 每部分标题样式  */

.table_title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    padding: 0 0 0 11px;
    margin-bottom: 15px;
    position: relative;
    border-left: 3px solid #AB916B;
}

.big_title h2 {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    line-height: 33px;
    /*  padding: 0 0 0 11px; */
}

/* .big_title h2:before{
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    background: #333;
    left: 0;
    top: 50%;
    margin-top: -9px;
} */

/* 我的信息 表格样式  同时需要修改wdxx_view.html布局 */

.wdxx_table {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    height: 220px;
    overflow-y: auto;
    margin: 0 20px;
    border: none;
}

.wdxx_table td {
    line-height: 20px;
    height: 20px;
}

.table_con_list > .wdxx_table td,
.table_con_list > .wdxx_table th {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 5px;
}

.table_con_list:nth-of-type(1) > .wdxx_table th {
    text-align: right;
    width: 20% !important;
}

.table_con_list > .wdxx_table:nth-of-type(1) {
    margin-right: 50px;
    border-right: 2px solid #e1e1e1;
    -webkit-box-shadow: 1px 0px 0px #f1f1f1;
    box-shadow: 1px 0px 0px #f1f1f1;
}

/* 统一设置 button，input， select， textarea */

input,
select,
buttoon,
textarea {
    outline: none;
}

/*移动 从basic.css移过来  统一复制代码到其它平台   ly*/

input:focus {
    border-color: #007CC8;
    -webkit-box-shadow: 0 0 2px #C8DCE9;
    box-shadow: 0 0 2px #C8DCE9;
}

@media screen and (max-width: 1550px) {
    .user_info {
        /* display: none; */
    }
}

.tabs-scroller-left,
.tabs-scroller-right {
    background-color: #CED1D6;
    border-color: #CED1D6;
}

/* tab 修改 201911071101 补充 */

.tabs-header {
    padding-top: 0;
}

.sys-head-tabs .tabs-header {
    padding-top: 2px;
}

.tabs {
    padding-left: 20px;
    box-sizing: border-box;
}

#close {

}

.tabs-wrap {
    left: 0px;
}

.tabs-scroller-left {
    cursor: pointer;
    background: #CED1D6 url(../../img/tabs_icons.png) no-repeat 2px -54px;
}

.tabs-scroller-right {
    cursor: pointer;
    background: #CED1D6 url(../../img/tabs_icons.png) no-repeat -15px -56px;
    z-index: 1;
}

.advanced_search form ul {
    margin-bottom: 20px;
}

/*移动 从home.css移过来  统一复制代码到其它平台   ly*/

.box .title {
    line-height: 40px;
}

.box .title a.more {
    margin: 0 15px 0 0;
}

.box .title a.more:hover {
    color: #007CC8;
}

/* tab 保证金*/

.main_con h2.active-ls,
.main_con1 h2.active-ls {
    border-bottom: 2px solid #AB916B !important;
}

.main_con .active-ls span,
.main_con1 .active-ls span {
    color: #AB916B !important;
}

/* 履约管理专有样式 */

.big_title + .advanced_search {
    padding-top: 0;
}

.big_title + .table_title {
    margin-top: 8px;
}

/* .big_title+.advanced_search>span{
    padding-top: 0;
    margin-top: 0;
} */

.table_title > h2 {
    display: inline-block;
}

.table_details td {
    height: auto;
    line-height: 37px;
    vertical-align: middle;
}



.table_details select {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
}

/* self */

.big_title h2 a {
    /* background-position: 0 -191px; */
}

.big_title h2 a.expand {
    /* background-position: -106px -191px; */
}

.filterform > ul {
    display: inline-block;
    margin-bottom: 6px;
}

/* 新增 2019.11.07 */

/* 履约管理 三级菜单 */

.first h2,
.second h3,
.third h4 {
    cursor: pointer;
}

.table_con_list {
    zoom: 1;
}

.table_con_list:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.table_con_list .active-ls {
    border-bottom: 2px solid #AB916B !important;
}

.table_con_list .active-ls span {
    color: #AB916B !important;
}

.second,
.third {
    clear: both;
}

.second h3,
.third h4 {
    margin-top: 6px;
    line-height: 30px;
    float: left;
    margin-left: 20px;
}

.third h4 {
    font-size: 14px;
    font-weight: normal;
}

.second h3:nth-of-type(1),
.third h4:nth-of-type(1) {
    margin-left: 0;
}

.second .active-ls {
    /* border-bottom: 1px solid #AB916B !important; */
}

.third .active-ls {
    border-bottom: none !important;
}

/* 履约管理 搜索样式 */

.table_con_list + .big_title {
    padding-left: 20px;
}

.table_con_list + .big_title + .advanced_search {
    padding-left: 10px;
}

/* 日历 */

.year-prev.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/img/left2.png") no-repeat;
    background-size: cover;
}

.month-prev.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/img/left.png") no-repeat;
    background-size: cover;
}

.month-prev.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/img/left.png") no-repeat;
    background-size: cover;
}

.month-next.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/img/right.png") no-repeat;
    background-size: cover;
}

.year-next.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/img/right2.png") no-repeat;
    background-size: cover;
}

/* ---------------------- 日历 begin ---------------------- */

.calendar-selector .icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    float: left;
}

.calendar-selector span {
    display: inline-block;
    width: 118px;
    text-align: center;
    width: auto;
    display: initial;
    margin-top: 1px;
    float: left;
}

.zl_calendar {
    /* overflow: hidden; */
}

.zl_calendar > li {
    line-height: 50px;
    height: 50px;
    padding: 2px 0;
}

.zl_calendar > li > span {
    display: inline-block;
    width: 14.2%;
    float: left;
    text-align: center;
}

.zl_calendar .zl_calendar_week span,
.zl_calendar li span.date_before a {
    color: #9D9FB9;
}

.zl_calendar .zl_calendar_day > span a {
    position: relative;
    display: inline-block;
    width: 50px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    font-size: 16px;
}

.zl_calendar .has_val a b {
    position: absolute;
    top: -8px;
    left: 36px;
    padding: 2px;
    min-width: 14px;
    min-height: 14px;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    color: white;
    background: #C0A353;
    border: 1px solid #C0A353;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.zl_calendar .has_val.date_now b {
    background: #ff0000;
    border: 1px solid white;
}

.zl_calendar .has_val a:hover {
    /* color: black; */
    background: #F2EDDD;
    /* box-shadow: none; */
}

.zl_calendar .has_val.date_now a {
    background: #C0A353;
    color: white;
    -webkit-box-shadow: 0 0 8px #C0A353;
    box-shadow: 0 0 8px #C0A353;
}

/* 日期组件内部弹框 */

.zl_calendar .has_val a:hover .calendar-popup {
    display: block;
}

.zl_calendar .calendar-popup {
    display: none;
    position: absolute;
    z-index: 100;
    top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    padding: 15px 30px;
}

.zl_calendar .date_span_3 .calendar-popup {
    left: -170px;
}

.zl_calendar .date_span_4 .calendar-popup {
    left: -220px;
}

.zl_calendar .date_span_5 .calendar-popup {
    right: -170px;
}

.zl_calendar .date_span_1 .calendar-popup {
    left: -40px;
}

.zl_calendar .date_span_2 .calendar-popup {
    left: -90px;
}

.zl_calendar .date_span_7 .calendar-popup {
    right: -40px;
}

.zl_calendar .date_span_6 .calendar-popup {
    right: -90px;
}

.zl_calendar .calendar-popup > div {
    padding: 20px 5px 20px 43px;
    background: white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
}

.calendar-popup ul {
    max-height: 250px;
    overflow: auto;
}

.calendar-popup li {
    position: relative;
    margin-left: 4px;
    padding: 0 0 12px 12px;
    line-height: 26px;
    text-align: left;
    color: black;
    font-size: 14px;
    overflow: visible;
}

.calendar-popup li:before {
    position: absolute;
    z-index: 2;
    content: url(../images/img/dot2.png);
    display: inline-block;
    top: 9px;
    left: -3px;
}

.calendar-popup .list-even:before {
    content: url(../images/img/dot1.png);
}

.calendar-popup li:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    top: 12px;
    left: -1px;
    background: #F2F2F2;
}

.calendar-popup .list-last {
    padding-bottom: 0;
}

.calendar-popup .list-last:after {
    width: 0;
}

.calendar-popup .list-time {
    padding-right: 10px;
    font-size: 14px;
}

.calendar-popup .list-title {
    font-size: 12px;
    padding: 2px 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #007CC8;
    color: white;
}

.calendar-popup .list-even .list-title {
    background: #4CA3D8;
}

.calendar-popup .list-first .list-p2 {
    color: #C0A353;
}

.calendar-popup .list-p2 {
    color: #666;
    padding-left: 10px;
    cursor: pointer;
}

.calendar-popup .list-p2:hover {
    color: #ab916b;
}

/* ---------------------- 日历 end ---------------------- */

/*********** 新增 2019-11-08 ************/

/*我的信息 */

.wdxx_view {
    margin: 0 35px;
}

.wdxx_item {
    float: left;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 410px;
    padding: 20px 30px;
    background: white;
    width: 100%;
    -webkit-box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    margin-bottom: 30px;
}

.wdxx_item h2 {
    padding-left: 20px;
    border-left: 3px solid #AB916B;
    line-height: 1;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.wdxx_item p {
    line-height: 40px;
    font-size: 16px;
}

.wdxx_item p b {
    display: inline-block;
    /*width: 130px;*/
    text-align: right;
}

.wdxx_item table,
.wdxx_item .wdqx_view {
    width: 100%;
}

.wdxx_item th {
    background: #FAFAFA;
    line-height: 42px;
    text-align: left;
    padding: 0px 10px;
}

.wdxx_item td {
    padding: 5px 10px;
    line-height: 32px;
    font-size: 16px;
}

.wdqx_view tr:hover,
.wdqx_view tr:hover,
.wdxx_item tr:hover {
    background: #e0f0ff !important;
}

/*标段操作页 */

.jycz_title {
    padding-right: 20px;
    float: right;
    text-align: right;
}

.jycz_title span {
    position: relative;
    padding-left: 30px;
    color: #666666;
    font-size: 16px;
}

.jycz_title span:before {
    position: absolute;
    display: inline-block;
    content: '';
    padding: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #C4CBD2;
    left: 17px;
    top: 5px;
}

.jycz_title span:nth-of-type(1):before {
    background: #29D672;
}

.jycz_title span:nth-of-type(2):before {
    background: #FF9000;
}

.jycz_title span:nth-of-type(3):before {
    background: #007CC8;
}

/* 主体内容 */

.jycz_view_container > .jycz_view {
    overflow: hidden;
    padding: 20px 0 0 10px;
}

.jycz_view_container > .jycz_view .jycz_item_7 {
    margin-right: 0;
}

.jycz_view_container > .jycz_view > div {
    position: relative;
    float: left;
    width: 90px;
    margin-right: 30px;
    text-align: center;
}

.jycz_view > div:before {
    position: absolute;
    content: '';
    width: 68px;
    height: 2px;
    top: 40px;
    left: -50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#e1e1e1));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #e1e1e1);
    background-image: -moz-linear-gradient(left, #f5f5f5, #e1e1e1);
    background-image: -o-linear-gradient(left, #f5f5f5, #e1e1e1);
    background-image: linear-gradient(to right, #f5f5f5, #e1e1e1);
}

.jycz_view > div:nth-of-type(1):before {
    display: none;
}

.jycz_view > div.doing_btn:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#FF9000));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #FF9000);
    background-image: -moz-linear-gradient(left, #f5f5f5, #FF9000);
    background-image: -o-linear-gradient(left, #f5f5f5, #FF9000);
    background-image: linear-gradient(to right, #f5f5f5, #FF9000);
}

.jycz_view > div.finished_btn:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#29D672));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #29D672);
    background-image: -moz-linear-gradient(left, #f5f5f5, #29D672);
    background-image: -o-linear-gradient(left, #f5f5f5, #29D672);
    background-image: linear-gradient(to right, #f5f5f5, #29D672);
}

.jycz_view > div > div {
    position: relative;
    display: inline-block;
    width: 82px;
    height: 82px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 82px;
}

.jycz_view_container .jycz_view i {
    display: inline-block;
    width: 35px;
    height: 34px;
    background-image: url(../images/img/opicon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    z-index: 2;
    left: 24px;
    top: 24px;
}

.jycz_view .jycz_item_1 i {
    background-position: -175px -34px;
}

.jycz_view .jycz_item_1.finished_btn i {
    background-position: -175px -34px;
}

.jycz_view .jycz_item_1.doing_btn i {
    background-position: -175px -68px;
}

.jycz_view .jycz_item_2 i {
    background-position: -70px 0;
}

.jycz_view .jycz_item_2.finished_btn i {
    background-position: -70px -34px;
}

.jycz_view .jycz_item_2.doing_btn i {
    background-position: -70px -68px;
}

.jycz_view .jycz_item_3 i {
    background-position: 0 0;
}

.jycz_view .jycz_item_3.finished_btn i {
    background-position: 0 -34px;
}

.jycz_view .jycz_item_3.doing_btn i {
    background-position: 0 -68px;
}

.jycz_view .jycz_item_4 i {
    background-position: -105px 0;
}

.jycz_view .jycz_item_4.finished_btn i {
    background-position: -105px -34px;
}

.jycz_view .jycz_item_4.doing_btn i {
    background-position: -105px -68px;
}

.jycz_view .jycz_item_5 i {
    background-position: -140px 0;
}

.jycz_view .jycz_item_5.finished_btn i {
    background-position: -140px -34px;
}

.jycz_view .jycz_item_5.doing_btn i {
    background-position: -140px -68px;
}

.jycz_view .jycz_item_6 i {
    background-position: -35px 0;
}

.jycz_view .jycz_item_6.finished_btn i {
    background-position: -35px -34px;
}

.jycz_view .jycz_item_6.doing_btn i {
    background-position: -35px -68px;
}

.jycz_view .jycz_item_7 i {
    background-position: -210px 0;
}

.jycz_view .jycz_item_7.finished_btn i {
    background-position: -210px -34px;
}

.jycz_view .jycz_item_7.doing_btn i {
    background-position: -210px -68px;
}

.jycz_view .doing_btn > div {
    background: #FFFAF1;
}

.jycz_view > div > div:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #F2F2F2;
}

.jycz_view .doing_btn > div:after {
    background: #FFEFD8;
}

.jycz_view .finished_btn > div:after {
    background: #E9FBF1;
}

.jycz_view h4,
.jycz_view p {
    line-height: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jycz_view h4 {
    margin: 6px 0;
    font-size: 18px;
}

.jycz_view p {
    margin-bottom: 16px;
    font-size: 14px;
    cursor: pointer;
}

.jycz_view p.finished_btn {
    background: #29D672;
    color: white;
}

.jycz_view p.finished_btn:hover {
    background: #13c26a;
}

.jycz_view p.doing_btn {
    background: #FF9000;
    color: white;
}

.jycz_view p.doing_btn:hover {
    background: #ee8000;
}

.jycz_view p.next_step_btn {
    background: #E5F2F9;
    color: #007CC8;
}

.jycz_view p.next_step_btn:hover {
    background: #d5e2e9;
}

.jycz_view p.unfinished_btn {
    background: #F2F2F2;
    color: #666666;
}

.jycz_view p.unfinished_btn:hover {
    background: #e2e2e2;
}

/* 待办事项，左侧 */

.table_con_list.fl {
    width: 56%;
    height: 450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

/* 待办事项，右侧 */

.dbsx_view_fr {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 450px;
    width: 42%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    margin-left: 2%;
    float: right;
}

.table_con_list.fl .pagination .pagination-links {
    display: none;
}

.dbsx_view_fr .pagination .pagination-links {
    display: none;
}

.dbsx_view_fr h4 {
    padding: 0 0 20px 0;
    font-size: 18px;
    color: #333;
}

.dbsx_view_fr h4.date-h4 {
    border-bottom: 1px solid #F2F2F2;
}

.dbsx_view_fr h4 > div {
    float: right;
}

.dbsx_view_fr h4 b {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: white;
    background: #C0A353;
    padding: 0px 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-left: 5px;
    line-height: 20px;
}

/* 交易信息  */

h2.border_left {
    padding-left: 15px;
    border-left: 3px solid #AB916B;
}

.table_con_list h3.active-ls {
    border: none !important;
}

.table_details.jycz_view_self {
    padding: 0 15px;
}

.table_details.jycz_view_self > span:nth-of-type(2n-1) {
    width: 41%;
}

.table_details.jycz_view_self > span {
    font-size: 15px;
    margin: 0;
    display: inline-block;
    width: 36%;
    line-height: 28px;
}

.table_details.jycz_view_self span:nth-last-of-type(1) {
    /*width: 20%;
    clear: right;*/
}

.date-h4 > span {
    padding-left: 15px;
    border-left: 3px solid #AB916B;
}

.table_con_list_diy {
    -webkit-box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

/* 2019-11-11 */

input[type=button],
button {
    outline: none;
    border: none;
}

.main_con1_diy {
    margin: 0 35px 25px 35px;
}

.table_con_list_diy {
    -webkit-box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    box-shadow: 0 1px 6px rgba(31, 114, 250, 0.1);
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.table_details_diy {
    font-size: 16px;
}

.table_box form > table,
.table_box form > div > table {
    width: 100%;
}

.table_details_diy th {
    height: 60px;
    color: #333;
    text-align: right;
    font-weight: 400;
    line-height: 35px;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

.table_details_diy select {
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
    padding: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #d3d6d8;
    min-width: 220px;
    font-family: "Microsoft yahei", "微软雅黑";
}

.main_con h2,
.main_con1 h2 {
    border-bottom: 2px solid transparent;
}

.btn.btn_border {
    background: white;
    color: #007CC8;
    border: 1px solid #007CC8;
}

.btn.btn_border:hover {
    background: #007CC8;
    color: white;
}

.table_details.jycz_view_self span {
    vertical-align: top;
}

.table_details.jycz_view_self2 span:nth-of-type(3n-2) {
    width: 40%;
}

.table_details.jycz_view_self2 span:nth-of-type(3n-1) {
    width: 36%;
}

.table_details.jycz_view_self2 span:nth-of-type(3n) {
    width: 23%;
    clear: right;
}

.tool_bar .btn.save,
.tool_bar .btn.recall {
    background: #007CC8;
    color: white;
}

.tool_bar .btn.save:hover,
.tool_bar .btn.recall:hover {
    background: #045B92
}

.tool_bar span:last-child {
    margin-right: 0px;
}

/* 上面的分割区 */

.divMainContent {
    padding-top: 30px;
}

/* 我的待办搜索框右浮动 */
.dbsx_view_fr.fr.search_right .advanced_search {
    position: absolute;
    top: 7px;
    right: 20px;
    background: transparent;
}

.table_con_list.fl.search_right {
    position: relative;
}

.table_con_list.fl.search_right .advanced_search {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.table_con_list.fl.search_right .advanced_search form {
    float: right;
    background: transparent;
}

.table_con_list.fl.search_right .advanced_search select {
    margin-left: 20px;
    border: none;
}

.table_con_list.fl.search_right .advanced_search > select {
    margin-top: 5px;
    margin-right: 20px;
}

.table_con_list.fl.search_right .advanced_search select:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table_con_list.fl.search_right .table_title,
.dbsx_view_fr.fr.search_right .table_title,
.dbsx_view_fr.fr .table_title {
    position: relative;
    margin-bottom: 36px;
}

.table_con_list.fl.search_right .table_title:after,
.dbsx_view_fr.fr.search_right .table_title:after,
.dbsx_view_fr.fr .table_title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #F2F2F2;
    bottom: -20px;
    left: 0;
    display: block;
}

.dbsx_view_fr h4.date-h {
    line-height: 1;
    padding: 0 0 18px 0;
    line-height: 20px;
}

/************************** 2019-11-18 liuyong   **************************/

/************************** 多级菜单 begin   **************************/

.new_multi_menu {
    margin: 0 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 一级菜单*/

.first_menu,
.second_menu {
    zoom: 1;
    position: relative;
    padding: 0 22px;
    line-height: 56px;
}

.first_menu {
    z-index: 2;
    background: white;
    -webkit-box-shadow: 0 2px 6px #ccc;
    box-shadow: 0 2px 6px #ccc;
}

.first_menu:after,
.second_menu:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.first_menu > div {
    float: left;
    padding: 0 22px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.first_menu > div.active_menu {
    color: #AB916B;
    border-bottom: 3px solid #AB916B;
}

/* 二级菜单*/

.second_menu {
    display: none;
    line-height: 50px;
    background: #FAF8F2;
    font-size: 14px;
}

.second_menu > div {
    position: relative;
    float: left;
    padding-right: 40px;
    cursor: pointer;
}

.second_menu > .active_menu {
    color: #AB916B;
}

.second_menu .has_child:after {
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    margin-left: 6px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.second_menu > .active_menu.has_child:after {
    border-top: 6px solid #AB916B;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* 三级菜单 */

.third_menu {
    display: none;
    position: absolute;
    min-width: 100%;
    left: -22px;
    top: 44px;
    -webkit-box-shadow: 0 0 4px #CCCCCC;
    box-shadow: 0 0 4px #CCCCCC;
}

.third_menu > div {
    padding-left: 22px;
    background: white;
    color: #666;
}

.third_menu .active_menu {
    background: #C0A353;
    color: white;
}

.jycz_view > div > p {
    height: auto;
    line-height: 1;
    padding: 12px 6px;
}

/* 20191120 liuyong */
.dbsx_view_fr h4 {
    padding: 0 0 20px 0;
    line-height: 1;
}

.table_con_list.fl {
    width: 53%;
    margin-bottom: 15px;
}

.dbsx_view_fr {
    width: 46%;
    margin-left: 1%;
    margin-bottom: 15px;
    position: relative;
}

.tabs-panels iframe {
    min-width: 1100px;
}

@media screen and (max-width: 1350px) {
    .datagrid-btable td .datagrid-cell {
        font-size: 12px;
    }
}

.panel.window .datagrid-btable .input_btn {
    line-height: 25px;
    margin-top: 5px;
    height: 25px
}

.table_details table td .input_btn {

}

.table_details td table th {
    text-align: left;
}

.table_th_left table th {
    text-align: left !important;
}

.phone_quhao {
    width: 20% !important;
    height: 32px !important;
    vertical-align: middle;
    margin-right: 1% !important;
    float: left;
    top: 0 !important;
}

[name=jingBanRen_Phone] {
    width: 48% !important;
    float: left;
}

.phone_quhao ~ [name*=Phone] {
    width: 48% !important;
    float: left;
}

.phone_quhao ~ input[name*=Phone]:not([type]):disabled {
    background-color: rgb(235, 235, 228);
}

.table_details th {
    height: 50px;
}

form .table_details th {
    text-align: right;
}

.table_details form th {
    text-align: right;
}

.table_con_list table th,
.table_con_list table td {
    line-height: 37px;
    color: #666768;
    font-size: 16px;
}

.table_details {

}

.table_title .sub_tool .btn {
    height: 33px;
    line-height: 33px;
    /* color: #fff; */
    color: #007CC8;
    border: 1px solid #007CC8;
    text-align: left;
    font-size: 16px;
    padding: 0 25px;
    cursor: pointer;
    margin: 0 5px 0 10px;
    vertical-align: middle;
    display: inline-block;
    /* background: #fb9e19; */
    background: white;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: -10px;
}

.table_title .sub_tool .btn:hover {
    border: 1px solid #007CC8;
    background: #007CC8;
    color: #fff;
}

/* 删除按钮 */
.bnt-delete {
    height: 33px;
    line-height: 33px;
    color: rgba(237, 58, 52, 1);
    border: 1px solid rgba(237, 58, 52, 1);
    text-align: left;
    font-size: 16px;
    padding: 0 25px;
    cursor: pointer;
    margin: 0 5px 0 10px;
    vertical-align: middle;
    display: inline-block;
    background: white;
    border-radius: 5px;
}

.table_details .zbr_Form table td:nth-child(1) .input_btn {
    margin: 5px 0;
    padding: 0 0px;
    min-width: 60px;
    height: 25px;
    line-height: 25px;
    float: right;
}

#ChaKankzj,
#ChaKanfj {
    margin-right: 5px;
}

/* 202001141118 补充 */
.dbsx_view_fr.fr.search_right .advanced_search {
    top: 0;
}

.advanced_search {
    padding: 20px 0 10px;
}

.search_right.pttz .pagination-info {
    margin: 0 6px 0 0;
}

td .easyui-validatebox.validatebox-text {
    height: 32px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid rgb(216, 220, 222);

}

#search_form1 .submit_btn {
    float: right;
}

#search_form1 .submit_btn:hover {
    color: #e1e1e1;
}

#search_form1 .submit_btn {
    margin: 4px 20px 0 0;
    background: #a2c3f9;
}

#search_form1 .search_bar {
    margin: 3px 5px 0 0;
    padding-left: 10px;
    width: auto;
}

.jycz_view_container > .jycz_view {
    min-width: 1200px;
}

/* 左侧菜单 修改宽度 */
/*
.big_wrap{
     min-width: 220px;
}

.left_nav li > a{
    width: 220px;
}

.left_wrap{
    width: 220px;
}
.left_nav li > a i {
    margin-left: 20px;
}

*/

/* .tooltip-right .tooltip-arrow{

}
.tooltip-right .tooltip-arrow-outer {
    border-right-color: #95B8E7;
}

.tooltip {
    background-color: #fff7f7;
    border-color: #95B8E7;
    color: #000000;
} */

.datagrid-btable .datagrid-cell-c1-isOksqwj,
.datagrid-header .datagrid-cell-c1-isOksqwj {
    width: 80px;
}

#neiRong_ZBDL_form table th {
    text-align: right;
}

/* 表头左对齐 */

.table_details table td table th {
    text-align: left;
}

/* 特殊补充 右对齐 */
.right-th th,
.right-td td,
#jsbUploadedTable tbody th,
#timeDiv tbody th {
    text-align: right;
}

/* 特殊补充 左对齐 */
.audit-record th,
#WenJian_List td,
#kzjFuJianTable th,
#approveRecordId th,
#spJiLu th,
#swbFuJianTable th,
#zbr_zbdl th,
.left-th th,
.left-td td,
[id*='buyi_biaoduan_fujian_table_tr'] table tbody tr th {
    text-align: left;
}

.table_details.jycz_view_self span:nth-of-type(2n-1) {
    max-width: 35%;
}

td > .fyDisabled {
    margin-left: 15px;
}

.table_details th {
    padding: 0 0 0 15px;
}

.pagination table {
    float: right;
    height: 30px;
}

.pagination-info {
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

/* 2020年2月24日09:46:00补充 */
.table_con_list table th:not(:nth-of-type(1)), .table_con_list table td:not(:nth-of-type(1)) {
    min-width: 80px;
}

.table_con_list table th:nth-of-type(1), .table_con_list table td:nth-of-type(1) {
    min-width: 40px;
}

.table_details table td .input_btn {
    padding: 0 11px;
}

#xwList td .input_btn {
    padding: 0 11px;
    line-height: 22px;
}

.active-ls {
    border-bottom: 2px solid #AB916B !important;
    box-sizing: border-box;
    height: 32px;
    color: #AB916B !important;
}

.active-ls span {
    color: #AB916B !important;
}

/* 2020年2月27日11:02:46 */
/* 我的待办 */
.mySchedule-page .datagrid .datagrid-pager.pagination {
    padding-top: 20px;
}

.table-table-box {

}

.table-table-box .table_details tr table {
    margin: 0;
}

.table-table-box .table_details tr table td {
    padding: 0 10px 0 0px;
}

/* 2020年5月9日11:43:46 */
.table_details {
    font-size: 14px;
}

body {
    background: #eaedf2;
}

/* 头部 */
.old_sys {
    color: #2d77ee;
}

.combo-arrow {
    background-color: transparent;
}

/*左侧*/

.big_wrap {
    min-width: 240px;
}

.left_nav li > a,
.left_nav li.active > a {
    transition: 0.7s;
}

.left_wrap {
    background: #023f84 url(../image/left-wrap-bg.png) bottom;
    background-size: 100% 100%;
    width: 240px;
}

.left_nav ul {
    padding: 40px 0 0 0;
}

.left_nav li > a {
    margin-bottom: 15px;
}

.left_nav li > a i {
    margin-right: 28px;
}

/* 头部导航栏 */
.sys-head-tabs .tabs-wrap {
    margin-top: -2px;
    height: 70px;
}

.sys-head-tabs .tabs-header {
    -webkit-box-shadow: 0px -6px 15px 2px rgba(31, 114, 250, 0.2);
    box-shadow: 0px -6px 15px 2px rgba(31, 114, 250, 0.2);
}

.sys-head-tabs .tabs-header, .tabs-tool {
    height: 43px;
}

.sys-head-tabs .tabs li {
    font-size: 14px;
    position: relative;
    border-radius: 0;
    /*background-color: #CED1D6;*/
    background-color: #ffffff;
    font-weight: bold;
    color: #1a2531;
    height: 45px;
    line-height: 45px;
    margin-top: 7px;
    border-top: 2px solid transparent;
    box-sizing: border-box;
}

.sys-head-tabs .tabs li:hover {
    background-color: #edf3fa;
}

.sys-head-tabs .tabs li:nth-child(1) {
    background: #ffffff url('../image/zl-icon-home-h.png') no-repeat 15px 15px;
}

.sys-head-tabs .tabs li:nth-child(1).tabs-selected .tabs-inner {
    padding: 0 2px 0 12px;
}

.sys-head-tabs .tabs li:nth-child(1):hover {
    background: #edf3fa url('../image/zl-icon-home-h.png') no-repeat 15px 15px;
}

/*.tabs li:hover::before,*/
.sys-head-tabs .tabs li.tabs-selected + li::before,
.sys-head-tabs .tabs li:nth-child(1)::before {
    content: "";
    display: none;
}

.sys-head-tabs .tabs li:nth-child(1).tabs-selected {
    background: #edf3fa url('../image/zl-icon-home-h.png') no-repeat 15px 15px;
}

.sys-head-tabs .tabs li:nth-child(1) a.tabs-inner {
    padding: 0 2px 0 12px;
    min-width: 135px;
}

.sys-head-tabs .tabs li:hover a.tabs-inner {
    /*padding: 0 10px 0 15px;*/
    padding: 0 2px 0 12px;
    /*color: #2d77ee;*/
}

.sys-head-tabs .tabs li#close a.tabs-inner {
    font-size: 14px;
    color: rgba(26, 37, 49, 0.7);
    padding: 0 8px 0 8px;
}

.sys-head-tabs .tabs li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 1px;
    height: 20px;
    z-index: 1;
    background: rgba(177, 178, 183, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(105, 130, 156, .13);
    box-shadow: 0 1px 3px rgba(105, 130, 156, .13);
}

.sys-head-tabs .tabs li:hover::before {
    background: transparent;
}

.sys-head-tabs .tabs li:hover + li::before {
    background: transparent;
}

.sys-head-tabs .tabs li.tabs-selected::before {
    background: none;
}

.sys-head-tabs .tabs li.tabs-selected {
    position: relative;
    color: #2d77ee;
    border-top: 2px solid #2d77ee;
}

.sys-head-tabs .tabs li.tabs-selected a.tabs-inner {
    color: #2d77ee;
    float: left;
}

.sys-head-tabs .tabs li.tabs-selected a.tabs-close {
    margin: 12px 20px 0 0;
}

.sys-head-tabs .tabs li a.tabs-close {
    margin: 12px 20px 0 0;
}

.sys-head-tabs .tabs li.tabs-selected::before {
    /* content: "";
     display: block;
     position: absolute;
     left: -8px;
     bottom: 0;
     width: 8px;
     height: 8px;
     background: none;
     background-image: radial-gradient(
         50px at -2px 0,
         transparent 9px,
         #ffffff 11px)!important;
     z-index: 1;*/
}

.sys-head-tabs .tabs li.tabs-selected::after {
    /*  content: "";
      display: block;
      position: absolute;
      right: -8px;
      bottom: 0;
      width: 8px;
      height: 8px;
      background-image: radial-gradient(
          50px at 10px 0,
          transparent 9px,
          #ffffff 11px)!important;
      z-index: 1;*/
}

.sys-head-tabs .tabs li {
    margin-top: 0px;
    /*height: 50px;
    line-height: 50px;*/
}

.sys-head-tabs .tabs li.tabs-selected a {
    margin-top: 0px;
}

.sys-head-tabs .tabs-scroller-left, .tabs-scroller-right {
    border: none;
}

.sys-head-tabs .tabs-header, .sys-head-tabs .tabs-tool {
    background-color: #ffffff;
}

.sys-head-tabs .tabs-scroller-left {
    cursor: pointer;
    background: #ffffff url('../image/zl-icon-scroller-left.png') no-repeat 3px 17px;
    background-size: 58%;
}

.sys-head-tabs .tabs-scroller-left:hover {
    cursor: pointer;
    background: #edf3fa url('../image/zl-icon-scroller-left-h.png') no-repeat 2px 17px;
    background-size: 58%;
}

.sys-head-tabs .tabs-scroller-right {
    cursor: pointer;
    background: #ffffff url(../image/zl-icon-scroller-right.png) no-repeat 3px 17px;
    background-size: 58%;
}

.sys-head-tabs .tabs-scroller-right:hover {
    cursor: pointer;
    background: #edf3fa url(../image/zl-icon-scroller-right-h.png) no-repeat 3px 17px;
    background-size: 58%;
}

/* 表格样式修改 */

.table_con_list.fl {
    padding: 30px 20px;
}

.datagrid .panel-body {
    overflow: visible;
}

.datagrid-view .datagrid-body td {
    color: #1a2531;
}

.datagrid-view .datagrid-htable td {
    background: #e9eff5;
    color: rgba(26, 37, 49, 0.7);
}

.datagrid-view table tr:nth-child(2n+0) {
    /*background: #fafafa;*/
    background: #f5f8ff;
}

/* 行鼠标放上的效果 */
.datagrid-view .datagrid-body table tr:hover {
    background-color: #e0f0ff;
    /*background-color: #ffffff;*/
    /* -webkit-box-shadow: 0 0px 9px rgba(105, 130, 156, .3);
     box-shadow: 0 0px 9px rgba(105, 130, 156, .3);*/
    /*box-shadow: inset -40px 1px 20px rgba(224, 240, 255, .8);*/
    /*-webkit-box-shadow: inset -40px 1px 20px rgba(224, 240, 255, .8);*/
}

/* 序号 */
.datagrid-view .current.datagrid-row-over {
    background-color: #e0f0ff;
    /*background-color: #ffffff;*/
    /*   -webkit-box-shadow: 0 0px 9px rgba(105, 130, 156, .3);
       box-shadow: 0 0px 9px rgba(105, 130, 156, .3);*/
    /*box-shadow: inset 24px -1px 20px 0px rgba(224, 240, 255, .8);*/
    /*-webkit-box-shadow: inset 24px -1px 20px 0px rgba(224, 240, 255, .8);*/
}

/* 下滑线 */
.datagrid-view .datagrid-body td,
.datagrid-view .datagrid-body table tr {
    /*border-bottom: 1px solid #e4e7ec;*/
}

.datagrid-btable td a {
    font-size: 14px;
    color: #2d77ee;
}

.datagrid-btable td a:hover {
    /*text-decoration: underline;*/
    color: #2d77ee;
    opacity: 0.8;
}

.datagrid-view .current.datagrid-row-over td {
    /*white-space: initial;*/
}

/* 分页修改 */
.pagination span {
    font-size: 14px;
}

.datagrid .datagrid-pager.pagination {
    padding-top: 25px;
    font-size: 14px;
    border-top: 1px solid #e3e8ec;
    margin-right: 17px;
}

.datagrid .datagrid-pager.pagination table td.pagination-links {
    font-size: 14px;
    color: rgba(26, 37, 49, 0.8);
    /*border: 1px solid #e3e8ec;*/
    border-radius: 5px;
}

.datagrid .datagrid-pager.pagination table td.pagination-links .pagination-link {

}

.datagrid .datagrid-pager.pagination table td.pagination-links .pagination-link {
    outline: none;
}

.pagination-page-list, .pagination .pagination-num {
    border-color: #e3e8ec;
}

.datagrid-pager .l-btn-selected, .l-btn-selected:hover {
    background: #2d77ee;
}

.datagrid-pager .l-btn-plain:hover {
    background: #2d77ee;
    -webkit-filter: none;
    filter: none;
    color: #fff;
    border: 1px solid #2d77ee;
}

.pagination .l-btn-icon-left:hover {
    background: #2d77ee;
}

/* input 修改 */

.advanced_search input::-webkit-input-placeholder {
    font-size: 14px;
}

.advanced_search input:-moz-placeholder {
    font-size: 14px;
}

.advanced_search input::-moz-placeholder {
    font-size: 14px;
}

.advanced_search input:-ms-input-placeholder {
    font-size: 14px;
}

input::-moz-placeholder {
    font-size: 14px;
}

input:-moz-placeholder {
    font-size: 14px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

input:-ms-input-placeholder {
    font-size: 14px;
}

.search_input:focus,
.advanced_search select:focus,
.advanced_search input:focus {
    border-color: #2d77ee !important;
    -webkit-box-shadow: 0 0 2px #C8DCE9;
    box-shadow: 0 0 2px #C8DCE9;
}

input:focus {
    border-color: #2d77ee !important;
}

.advanced_search input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.advanced_search .easyui-combobox .textbox-text.validatebox-text:focus,
.easyui-validatebox .validatebox-text:focus {
    border-color: transparent;
!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 下拉选择 */
.advanced_search select,
.advanced_search .textbox {
    /*width: 200px!important;*/
    /* max-width:200px;*/
    font-size: 14px;
}

.combobox-item, .combobox-group {
    font-size: 14px;
}

.textbox {
    padding: 0;
    height: 32px !important;
    box-sizing: border-box;
}

.textbox .textbox-text {
    padding-left: 10px;
}

.textbox-focused.textbox {
    border-color: #2d77ee !important;
}

.combobox-item-selected {

}

.combobox-item, .combobox-group {
    cursor: pointer;
}

.Wdate {
    border: 1px solid #c1c1c1;
}

.advanced_search form ul {
    margin-bottom: 0;
}

.datagrid-mask-msg {
    background-color: transparent;
    font-size: 16px;
}

.datagrid-mask {
    background: rgba(0, 0, 0, 0);
}

.datagrid-mask-msg {
    border-color: #95B8E7;
    border: none;
}

/* 列表页修改 计划管理修改 */
.tab-menu-style-1 {
    padding: 0;
    margin-bottom: -5px;
}

.tab-menu-style-1 h2 {
    color: white;
    background-color: #1f72fa;
    float: left;
    /*margin-right: 15px;*/
    margin-right: 5px;
    padding: 0 25px;
    border-radius: 10px 10px 0 0;
    line-height: 40px;
    height: 40px;
}

.div-main-content-head .tab-menu-style-1::after {
    clear: both;
}

.clear {
    clear: both;
}

.tab-menu-style-2 {
    margin: 0 35px;
    background: white;
    box-sizing: border-box;
    /* position: relative;*/
    z-index: 0;
}

.tab-menu-style-2-box {
    border-bottom: 1px solid #c5cfe1;
    /*overflow: hidden;*/
    padding: 15px 25px 0 25px;
    height: 45px;
}

.tab-menu-style-2 h3 {
    float: left;
    margin: 0 20px;
    height: 32px;
    transition: 0.3s;
}

.tab-menu-style-2 h3:hover {
    color: #1f72fa;
}

.tab-menu-style-2 h3 span {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #1a2531;
    cursor: pointer;
}

.tab-menu-style-2 h3.active-ls {
    border-bottom: 1px solid #1f72fa !important;
    box-sizing: border-box;
    height: 45px;
    color: #1f72fa !important;
}

/* 3级目录 单选切换 */
.tab-menu-style-3-box {
    float: right;
    position: absolute;
    top: 25px;
    right: 0;
}

.tab-menu-style-3-box {

}

/*单选*/
.tab-menu-style-3-box .radio_box {
    position: relative;
    display: inline-block;
    padding-right: 28px;
    font-size: 14px;
    color: #1a2531;
    font-weight: bold;
}

.tab-menu-style-3-box .radio_box .text-label {
    line-height: 15px;
    height: 15px;
    display: inline-block;
    float: right;
}

.tab-menu-style-3-box input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    width: 11px;
    height: 11px;
    margin-right: .4em;
    border-radius: 50%;
    border: 2px solid #cad1de;
    text-indent: .15em;
    line-height: 1;
}

.tab-menu-style-3-box input[type="radio"]:checked + label::before {
    background-color: #ffffff;
    background-clip: content-box;
    border: 4px solid #2281f3;
    padding: 3px;
    width: 1px;
    height: 1px;
}

.tab-menu-style-3-box input[type="radio"] {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

.div-main-content-head .tab-menu-style-1:before {
    clear: both;
}

.div-main-content-head .tab-menu-style-1 {
    background-color: transparent;
    margin: 0 35px;
    height: 40px;
    /*float: left;*/
}

.div-main-content-head .tab-menu-style-1 h2 {
    color: #1a2531;
    background-color: #dce2ea;
    border: none;
    border-top: 1px solid #dce2ea;
    border-left: 1px solid #dce2ea;
    border-right: 1px solid #dce2ea;
    box-sizing: border-box;
    transition: 0.3s;
    /*transform:translateY(5px);
    -ms-transform:translateY(5px);
    -moz-transform:translateY(5px);
    -webkit-transform:translateY(5px);
    -o-transform:translateY(5px);*/
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    font-size: 14px;
    /*
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;*/
}

.div-main-content-head .tab-menu-style-1 h2:hover {
    /*-webkit-box-shadow: 0px -9px 15px rgba(105, 130, 156, .1);*/
    /*box-shadow: 0px -9px 15px rgba(105, 130, 156, .1);*/
    background-color: #ffffff;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #1f72fa !important;
}

.div-main-content-head .tab-menu-style-1 h2.active-ls,
.div-main-content-head .tab-menu-style-1 h2.active {
    color: #1f72fa !important;
    background-color: #ffffff !important;
    border: none !important;
    border-bottom: none !important;
    line-height: 40px;
    height: 40px;
    transition: 0.7s;
    padding: 0 25px;
    /*-webkit-box-shadow: 0px -6px 15px 2px rgba(31, 114, 250, 0.2);*/
    /*box-shadow: 0px -6px 15px 2px rgba(31, 114, 250, 0.2);*/
    /*  transform:translateY(0px);
     -ms-transform:translateY(0px);
     -moz-transform:translateY(0px);
     -webkit-transform:translateY(0px);
     -o-transform:translateY(0px); */
    border-top: 2px solid #1f72fa !important;
    font-weight: bold;
}

.div-main-content-head .active-ls span {
    color: #1f72fa !important;
    font-weight: bold;
}

.div-main-content-head {
    position: relative;
    min-height: 40px;
}

.div-main-content-head-but-box {
    position: absolute;
    right: 30px;
    top: -7px;
}

.div-main-content-head-but-box ul {
    overflow: hidden;
}

.div-main-content-head-but-box ul li {
    margin: 0;
}

.advanced_search label {
    font-size: 14px;
    color: #1a2531;
}

/* 整体样式 */
.main_con1 {
    -webkit-box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    margin: 0 35px;
    border-radius: 5px;
}

.main_con {
    padding: 0 30px 30px 30px;
    -webkit-box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    margin: 0 35px;
    border-radius: 5px;
}

.table_con_list {
    border-radius: 5px;
}

/* 搜索区域 */
.advanced_search {
    height: 32px;
    padding: 25px 0 10px;
}

.advanced_search li {
    float: left;
}

.search_input, .advanced_search select {
    border: 1px solid #d8dcde;
    line-height: 32px;
    height: 32px;
}

.textbox .textbox-text {
    font-size: 14px;
}

.advanced_search > form li,
.advanced_search > input,
.advanced_search > span {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.combo-arrow:hover {
    background-color: #ffffff;
}

/**/

/* 按钮 */
.input_btn_wh {
    color: #1f72fa !important;
    border: 1px solid #1f72fa !important;
}

.input_btn_wh:hover {
    background: #1f72fa !important;
}

.input_btn_wh a {
    color: #1f72fa !important;
}

.input_btn_wh:hover a {
    color: #ffffff !important;
}

.panel .panel-body input[type=button] {
    background: #1f72fa !important;
}

.panel .panel-body input[type=button]:hover {
    background: #1f72fa !important;
    opacity: 0.8;
}

/* 边框 */
/* 普通按钮 */
.btn.btn_border,
.btn_default,
#save_btn,
.baocun .btn,
.submit_btn {
    /*color: white;
    background: #1f72fa;*/
    background: white;
    border: 1px solid #1f72fa;
    color: #1f72fa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 15px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.btn.btn_border:hover,
.btn_default:hover,
.baocun .btn:hover,
.submit_btn:hover {
    color: white;
    border: 1px solid #1f72fa;
    background: #1f72fa;
    opacity: 0.8;
}

.title .input_btn,
.input_btn,
.upload_files {
    /*background: #1f72fa;*/
    background: white;
    border: 1px solid #1f72fa;
    color: #1f72fa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.input_btn:hover,
.upload_files:hover {
    /*color: white;
    background: #1f72fa;
    opacity: 0.8;*/

    color: #1f72fa;
    border: 1px solid #1f72fa;
    /*background: #1f72fa;*/
    background: #ffffff;
    opacity: 0.8;
}

#waiHuiTr .input_btn_wh {
    background: white;
    border: 1px solid #1f72fa;
    color: #1f72fa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

#waiHuiTr .input_btn_wh a {
    color: #1f72fa;
}

#waiHuiTr .input_btn_wh:hover {
    color: white;
    border: 1px solid #1f72fa;
    background: #1f72fa;
    opacity: 0.8;
}

#waiHuiTr .input_btn_wh:hover a {
    color: white;
}

/* 背景 */
#submitaudit_btn,
.table_title .sub_tool .btn {
    border: 1px solid #1f72fa;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background: #1f72fa;
    color: #ffffff;
    border-radius: 3px;
}

#submitaudit_btn:hover,
.table_title .sub_tool .btn:hover {
    background: white;
    color: #1f72fa;
    border: 1px solid #1f72fa;

}

/* 确定 */
#queren_btn {
    color: white;
    border: 1px solid #1f72fa;
    background: #1f72fa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 15px;
    border-radius: 3px;
}

#queren_btn:hover {
    opacity: 0.8;
}

/* 取消 */
.btn_cancel {
    padding: 0 15px 0 15px;
    color: #1a2531;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.btn_cancel:hover {
    color: #1f72fa;
    border: 1px solid #1f72fa;
}

/*导入*/
.btn_import,
.but-box .btn_import {
    display: inline-block;
    height: 32px;
    padding: 0 15px 0 40px;
    line-height: 32px;
    border: 1px solid #1f72fa;
    color: #1f72fa;
    background: #ffffff url('../image/zl-icon-import.png') no-repeat 15px 9px;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_import:hover,
.but-box .btn_import:hover {
    background: #1f72fa url('../image/zl-icon-import-h.png') no-repeat 15px 9px;
    transition: 0.2s;
    color: #ffffff;
}

/*导出*/
.btn_export,
.but-box .btn_export {
    display: inline-block;
    height: 32px;
    padding: 0 15px 0 40px;
    line-height: 32px;
    border: 1px solid #1f72fa;
    color: #1f72fa;
    background: #ffffff url('../image/zl-icon-export.png') no-repeat 15px 9px;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_export:hover,
.but-box .btn_export:hover {
    background: #1f72fa url('../image/zl-icon-export-h.png') no-repeat 15px 9px;
    transition: 0.2s;
    color: #ffffff;
}

/*新增*/
.btn_add,
.but-box .btn_add {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1f72fa;
    padding: 0 15px 0 40px !important;
    background: #1f72fa url('../image/zl-icon-add.png') no-repeat 15px 11px !important;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 14px;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_add:hover,
.but-box .btn_add:hover {
    /*color: #1f72fa;*/
    /*background: #ffffff url('../image/zl-icon-add-h.png') no-repeat 15px 11px;*/
    padding: 0 15px 0 40px !important;
    color: #ffffff !important;
    background: #1f72fa url('../image/zl-icon-add.png') no-repeat 15px 11px !important;
    transition: 0.2s;
    opacity: 0.8;
    box-sizing: border-box;
}

/* 重新采购 */
.btn_rePurchase,
.but-box .btn_rePurchase {
    display: inline-block;
    height: 32px;
    padding: 0 15px 0 40px;
    line-height: 32px;
    border: 1px solid #1f72fa;
    background: #ffffff url('../image/zl-icon-rePurchase-h.png') no-repeat 15px center;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    color: #1f72fa;
    font-size: 14px;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_rePurchase:hover,
.but-box .btn_rePurchase:hover {
    color: #ffffff;
    background: #1f72fa url('../image/zl-icon-rePurchase.png') no-repeat 15px center;
    transition: 0.2s;
}

/* 模板 */
.btn_template,
.but-box .btn_template {
    display: inline-block;
    height: 32px;
    padding: 0 15px 0 40px;
    line-height: 32px;
    border: 1px solid #1f72fa;
    background: #ffffff url('../image/zl-icon-template.png') no-repeat 15px center;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    color: #1f72fa;
    font-size: 14px;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_template:hover,
.but-box .btn_template:hover {
    color: #ffffff;
    background: #1f72fa url('../image/zl-icon-template-h.png') no-repeat 15px center;
    transition: 0.2s;
}

/* 补充 */
.btn_supplement,
.but-box .btn_supplement {
    display: inline-block;
    height: 32px;
    padding: 0 15px 0 40px;
    line-height: 32px;
    border: 1px solid #1f72fa;
    background: #ffffff url('../image/zl-icon-supplement.png') no-repeat 15px center;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    color: #1f72fa;
    font-size: 14px;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_supplement:hover,
.but-box .btn_supplement:hover {
    color: #ffffff;
    background: #1f72fa url('../image/zl-icon-supplement-h.png') no-repeat 15px center;
    transition: 0.2s;
}

/*搜索*/
.panel-tool .search_bar .submit_btn,
.btn_search,
.advanced_search .btn_search,
.but-box .btn_search {
    display: inline-block;
    height: 32px;
    padding: 0 15px 0 40px;
    line-height: 32px;
    border: 1px solid #1f72fa;
    background: #1f72fa url('../image/zl-icon-search.png') no-repeat 15px center;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    color: #ffffff;
    box-sizing: border-box;
}

.panel-tool .search_bar .submit_btn:hover,
.btn_search:hover,
.advanced_search .btn_search:hover,
.but-box .btn_search:hover {
    background: #1f72fa url('../image/zl-icon-search.png') no-repeat 15px center;
    opacity: 0.8;
    transition: 0.2s;
}

/*清空*/
.btn_clear,
.advanced_search .btn_clear,
.but-box .btn_clear {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 40px;
    border: 1px solid #1f72fa;
    background: #ffffff url('../image/zl-icon-clear.png') no-repeat 15px center;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    font-size: 14px;
    color: #1f72fa;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_clear:hover,
.advanced_search .btn_clear:hover,
.but-box .btn_clear:hover {
    background: #ffffff url('../image/zl-icon-clear.png') no-repeat 15px center;
    opacity: 0.8;
    transition: 0.2s;
}

/* 上传 */
.btn_upload,
.table_details table td .btn_upload,
.advanced_search .btn_upload,
.but-box .btn_upload {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 40px;
    border: 1px solid #1f72fa;
    background: #ffffff url('../image/zl-icon-upload.png') no-repeat 15px center;
    background-size: 15px 15px;
    float: initial;
    border-radius: 3px;
    margin: 0 12px 0 0;
    cursor: pointer;
    font-size: 14px;
    color: #1f72fa;
    transition: 0.2s;
    box-sizing: border-box;
}

.btn_upload:hover,
.table_details table td .btn_upload:hover,
.advanced_search .btn_upload:hover,
.but-box .btn_upload:hover {
    background: #ffffff url('../image/zl-icon-upload.png') no-repeat 15px center;
    background-size: 15px 15px;
    opacity: 0.8;
    transition: 0.2s;
    color: #1f72fa;
}

/* 最高权重上传 */
.table_details table td .input_btn.btn_important_upload,
.btn_important_upload {
    color: white;
    border: 1px solid #1f72fa;
    padding: 0 15px 0 40px;
    background: #1f72fa url('../image/zl-icon-upload-h.png') no-repeat 15px center;
    background-size: 15px 15px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    transition: 0.2s;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
}

.table_details table td .input_btn.btn_important_upload:hover,
.btn_important_upload:hover {
    color: #1f72fa;
    border: 1px solid #1f72fa;
    background: #ffffff url('../image/zl-icon-upload.png') no-repeat 15px center;
    background-size: 15px 15px;
    padding: 0 15px 0 40px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
}

/* 最高权重按钮 */
.btn_important {
    color: white !important;
    border: 1px solid #1f72fa !important;
    background: #1f72fa !important;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    transition: 0.2s;
    cursor: pointer;
    display: inline-block;
    padding: 0 15px 0 15px;
    transition: 0.2s;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}

.btn_important:hover {
    color: #1f72fa !important;
    border: 1px solid #1f72fa !important;
    background: white !important;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
}

/* 删除按钮 */
.bnt_delete,
.btn_delete {
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    background: white !important;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
}

.btn_delete:hover,
.bnt_delete:hover {
    color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    background: white !important;
    box-sizing: border-box;
    opacity: 0.8;
}

/* 更多按钮 */
.btn_more {
    padding: 0 15px 0 15px;
    color: #1a2531;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 16px;
    display: inline-block;
    cursor: pointer;
}

.btn_more:hover {
    color: #1f72fa;
    border: 1px solid #1f72fa;
}

/* 我的待办 */

/* 无日程 */
.no-data.no-schedule {
    height: 300px;
    width: 100%;
    background: url(../img/zl-icon-no-schedule.png) center no-repeat;
}

/* 通知无数据 */
.no-notice {
    height: 600px;
    width: 100%;
    display: none;
}

.platform-notification .no-notice {
    background: url(../img/zl-icon-no-notice.png) center no-repeat;
}

.platform-notification .pagination {
    display: none;
}

/* 无预警数据 */
.no-warning {
    height: 400px;
    width: 100%;
    background: url(../img/zl-icon-no-warning.png) center no-repeat;
}

/* 无预项目 */
.no-db {
    height: 400px;
    width: 100%;
    background: url(../img/zl-icon-no-db.png) center no-repeat;
}

/* 无预项目 */
.no-project {
    height: 400px;
    width: 100%;
    background: url(../img/zl-icon-no-project.png) center no-repeat;
}

.zl_calendar > li > .date-current a {

}

.zl_calendar > li > .date-current a {
    /* background: #2c77ee;*/
    background: rgba(44, 119, 238, 0.2);
    color: #1a2531;
    box-shadow: none;
    border-radius: 50%;
}

.zl_calendar > li > .date-current a:hover {
    /*color: #1a2531;*/
    color: #1a2531;
    background: rgba(44, 119, 238, 0.2);
    opacity: 0.8;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.page-content .fl {
    min-width: inherit;
}

.page-content {
    margin: 0 35px 35px;
}

.page-content > div {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*padding-top:23px; */
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    overflow: hidden;
}

/* 我的待办补充 */
.tabs-left1 .mas-box .yj-type {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 96px;
    height: 26px;
}

.tabs-left1 .mas-box.yj {
    cursor: pointer;
}

.tabs-left1 .mas-box.yj:hover {
    box-shadow: -1px 0px 10px 0px rgba(31, 114, 250, 0.2);
}

.tabs-left1 .mas-box.yj .icon-box {
    position: absolute;
    top: 22px;
    left: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eaf1fd url(../img/zl-icon-yj.png) no-repeat center;
}

.yj-type-1 {
    background: url(../img/zl-yj-type-1-1.png) left center no-repeat;
    background-size: 100% 100%;
}

.yj-type-2 {
    background: url(../img/zl-yj-type-2-1.png) left center no-repeat;
    background-size: 100% 100%;
}

.schedule-page .datagrid {
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

.schedule-page .datagrid .panel-body {
    width: 100% !important;
}

/* 通知 */
.schedule-page.divMainContent {
    /*min-width: 1460px;*/
}

.schedule-page-content {
    margin: 0px 35px;
}

.schedule-page-content .notice {
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding-left: 50px;
    font-size: 14px;
    color: #152e45;
    background: #fff url(../img/notice.png) 18px center no-repeat;
    box-shadow: 0px 0px 4px #ccc;
}

.notice a {
    margin-left: 20px;
    color: #2d77ee;
    text-decoration: underline;
}

.notice a:hover {
    opacity: 0.8;
}

/* 卡片信息 */
.page-content .content-left {
    /*width: 1155px;*/
    width: calc(100% - 370px);
}

.content-left > ul {
    margin-bottom: 30px;
    height: 150px;
    overflow: hidden;
}

.content-left > ul li {
    box-sizing: border-box;
    float: left;
    width: 22%;
    height: 148px;
    margin-right: 2%;
    padding-left: 100px;
    color: #fff;
    position: relative;
}

.content-left > ul p {
    font-size: 30px;
}

.content-left > ul li .icon-box {
    transition: all 0.2s;
}

.content-left > ul li:hover .icon-box {
    transform: translateY(-50%) scale(1.2);
    transform-origin: 50% 50%;
}

.content-left > ul li.card-4 {
    width: 28%;
}

.content-left > ul .card-1 {
    background: url(../img/myProject.png) no-repeat;
    background-size: 100% 100%;
}

.content-left > ul .card-2 {
    background: url(../img/dealProject.png) no-repeat;
    background-size: 100% 100%;
}

.content-left > ul .card-3 {
    background: url(../img/turnover.png) no-repeat;
    background-size: 100% 100%;
}

.content-left > ul .card-4 {
    background: url(../img/warning.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0;
}

.content-left > ul .icon-box {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    /* margin-right: 28px;
    margin-left: 30px; */
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px rgba(225, 225, 225, .4);
    min-width: initial;
}

.content-left .card-1 .icon-box {
    background: #fff url(../img/icon-myProject.png) center center no-repeat;
}

.content-left .card-2 .icon-box {
    background: #fff url(../img/icon-dealProject.png) center center no-repeat;
}

.content-left .card-3 .icon-box {
    background: #fff url(../img/icon-turnover.png) center center no-repeat;
}

.content-left .card-4 .icon-box {
    background: #fff url(../img/icon-warning.png) center center no-repeat;
}

.content-left > ul h4 {
    margin: 45px 0 0 0;
    font-size: 16px;
}

.card-4 p span,
.card-4 h4 span {
    width: 104px;
}

.card-3 p span {
    font-size: 12px;
}

.content-left > ul li > span {
    position: absolute;
    top: 18px;
    right: 0;
    width: 65px;
    height: 25px;
    line-height: 25px;
    padding-left: 12px;
    border-radius: 12.5px 0 0 12.5px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .1);
}

.tabs-left {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    padding-top: 30px;
}

.tabs-left .tabs-left-title {
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 20px;
    /*position: relative;*/
    z-index: 2;
    height: 30px;
}

.tabs-left .tabs-left-title .tabs-2,
.tabs-left .tabs-left-title .tabs-1 {
    padding-left: 42px;
    font-size: 18px;
    height: 24px;
    margin-right: 60px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
    float: left;
}

.amount-nun,
.tabs-left .tabs-left-title .tabs-2:hover,
.tabs-left .tabs-left-title .tabs-1:hover,
.tabs-left .tabs-left-title .tabs-2.active,
.tabs-left .tabs-left-title .tabs-1.active {
    color: #2d77ee;
}

.tabs-left .tabs-left-title .tabs-1 {
    background: url(../img/tabs-backlog.png) no-repeat;
}

.tabs-left .tabs-left-title .tabs-1:hover,
.tabs-left .tabs-left-title .tabs-1.active {
    background: url(../img/tabs-backlog-active.png) no-repeat;
}

.tabs-left .tabs-left-title .tabs-2 {
    background: url(../img/tabs-warning.png) no-repeat;
}

.tabs-left .tabs-left-title .tabs-2:hover,
.tabs-left .tabs-left-title .tabs-2.active {
    background: url(../img/tabs-warning-active.png) no-repeat;
}

.select-easyui-box {
    width: 170px;
}

.page-content .textbox {
    border-radius: 17px;
    box-sizing: border-box;
    float: left;
}

.tabs-left .tabs-left-title .select-down {
    height: 32px;
    width: 132px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid rgba(26, 37, 49, .5);
    border-radius: 16px;
    margin-right: 10px;
}

.tabs-left .tabs-left-title .inp {
    position: relative;
}

.tabs-left .tabs-left-title .inp .f-right {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 58px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 12.5px;
    background-color: #2c77ee;
    margin: 2px;
    font-size: 16px;
    cursor: pointer;
}

.tabs-left .tabs-left-title .inp input {
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    overflow: hidden;
    border-radius: 16px;
    /*border: 1px solid rgba(26, 37, 49, .5);*/
    border: 1px solid #d8dcde;
    margin: 0 0 0 10px;
}

.tabs-left-title .inp input {
    float: left;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: rgba(26, 37, 49, .5);
    padding: 0;
    border: none;
    padding-right: 70px;
}

.tabs-left-title .inp input:focus {
    border-color: #2c77ee;
}

.tabs-left-title .inp span {

}

.tabs-left1 {
    /*padding-left: 45px;*/
    /*margin-bottom: 20px;*/
    margin: 35px 10px 0px 35px;
    overflow: hidden;
    height: 440px;
    overflow-y: auto;
    padding-right: 25px;
}

.tabs-left1 {

}

.calendar-main ul::-webkit-scrollbar,
.tabs-left1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.calendar-main ul::-webkit-scrollbar-thumb,
.tabs-left1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    background-color: #d7e1f2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.calendar-main ul::-webkit-scrollbar-track,
.tabs-left1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: transparent;
    border-radius: 3px;
}

.tabs-left1 .mas-box {
    height: 110px;
    border: 1px solid rgba(26, 37, 49, 0.2);
    position: relative;
    padding-top: 22px;
    padding-left: 76px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    box-shadow: -1px 0px 10px 0px rgba(31, 114, 250, 0.2);
}

.tabs-left1 .mas-box .icon-box {
    position: absolute;
    top: 22px;
    left: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eaf1fd url(../img/matter.png) no-repeat center;
}

.tabs-left1 .mas-box p {
    font-size: 14px;
    color: #1a2531;
    margin-bottom: 2px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;

}

.tabs-left1 .mas-box .time {
    color: rgba(26, 37, 49, 0.6);
    margin-bottom: 8px;
}

.tabs-left1 .mas-box a {
    position: absolute;
    top: 35px;
    right: 30px;
    width: 107px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #2d77ee;
    font-size: 16px;
    border: 1px solid #96bbf6;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.7s;
}

.tabs-left1 .mas-box a:hover {
    background-color: #2c77ee;
    color: #fff;
}

.tabs-left .fenye {
    /*padding-left: 45px;
    padding-right: 30px;
    margin-bottom: 30px;*/
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.tabs-left .fenye .datagrid-toolbar, .tabs-left .fenye .datagrid-pager {
    background-color: #ffffff;
}

/* 右侧内容 */
.page-content .content-right {
    width: 340px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.page-content .content-right h4 {
    height: 60px;
    line-height: 60px;
    padding-left: 35px;
    background-color: #f8f9fa;
    font-size: 16px;
    color: #1a2531;
}

.page-content .content-right h4 p {
    position: relative;
    font-weight: 700;
    cursor: pointer;
    margin-right: 50px;
}

.page-content .content-right h4 p span {
    position: absolute;
    top: 10px;
    right: -30px;
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    background-color: #fe6902;
    border-radius: 8px;
    color: #fff;
}

.page-content .content-right h4 p:hover,
.page-content .content-right h4 p.active {
    color: #2d77ee;
}

.content-right .calendar > h3 {
    padding-left: 35px;
    font-size: 16px;
    color: #1a2531;
    height: 50px;
    line-height: 50px;
}

.content-right .calendar h3 div {
    height: 100%;
}

.content-right .calendar h3 .month-next {
    display: inline-block;
    width: 20px;
    height: 16px;
    cursor: pointer;
    background-size: cover;
    transform: rotate(90deg);
    background: url(../images/img/right.png) no-repeat;
    background-size: cover;
}

.content-right .calendar h3 .month-prev {
    display: inline-block;
    width: 20px;
    height: 16px;
    cursor: pointer;
    background: url(../images/img/left.png) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    margin-right: 20px;
}

/* ---------------------- 日历 begin ---------------------- */
.calendar-selector .icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 4px;
}

.calendar-selector span {
    display: inline-block;
    width: 118px;
    text-align: center;
}

.zl_calendar {
    /* overflow: hidden; */
    margin: 0 10px;
}

.zl_calendar > li {
    height: 35px;
    padding: 0px 0;
    line-height: 35px;
    box-sizing: border-box;
}

.zl_calendar > li.date_now_row span {
    background-color: #f4f4f4;

}

.zl_calendar > li.date_now_row span:last-child {
    border-radius: 0 15px 15px 0;
}

.zl_calendar > li.date_now_row span:first-child {
    border-radius: 15px 0 0 15px;
}

.zl_calendar > li > span {
    display: inline-block;
    width: 14.2%;
    float: left;
    text-align: center;
    line-height: 35px;
    height: 35px;
}

.zl_calendar .zl_calendar_week span,
.zl_calendar li span.date_before a {
    color: #9D9FB9;
}

.zl_calendar .zl_calendar_day > span a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    border-radius: 17px;
    text-align: center;
    transition: all .6s;
    font-size: 16px;
}

.schedule-page .zl_calendar .has_val a b {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px;
    background-color: #2c77ee;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    top: auto;
    min-width: 2px;
    min-height: 2px;
    border: none;
}

.schedule-page .zl_calendar .has_val.date_now b {
    background: #ff0000;
    border: 1px solid white;
}

.zl_calendar .has_val a:hover {
    /* color: black; */
    background: rgba(44, 119, 238, 0.1);
    box-shadow: 0 0 20px #2c77ee;
    /* box-shadow: none; */
}

.zl_calendar .has_val.date_now a {
    background: #2c77ee;
    color: white;
    box-shadow: 0 0 20px #2c77ee;
}

/* 日期组件内部弹框 */
/* .zl_calendar .has_val a:hover .calendar-popup {
    display: block;
} */

.schedule-page .calendar {
    border: none;
    height: 740px;
}

.calendar .calendar-popup {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px 15px 20px;
}

.zl_calendar .date_span_3 .calendar-popup {
    left: -170px;
}

.zl_calendar .date_span_4 .calendar-popup {
    left: -220px;
}

.zl_calendar .date_span_5 .calendar-popup {
    right: -170px;
}

.zl_calendar .date_span_1 .calendar-popup {
    left: -40px;
}

.zl_calendar .date_span_2 .calendar-popup {
    left: -90px;
}

.zl_calendar .date_span_7 .calendar-popup {
    right: -40px;
}

.zl_calendar .date_span_6 .calendar-popup {
    right: -90px;
}

.calendar-popup > div {
    overflow: auto;
}

.calendar .calendar-popup h3 {
    font-size: 14px;
    margin: 0px 0 20px;
    color: #9d9fa2;
}

.schedule-page .calendar-popup ul {
    height: 370px;
    max-height: 370px;
    overflow: auto;
    padding-right: 20px;
}

.calendar-popup li {
    position: relative;
    margin-left: 4px;
    padding: 0 0 40px 12px;
    line-height: 26px;
    text-align: left;
    color: black;
    font-size: 14px;
    overflow: visible;
    padding-left: 45px;
}

.calendar-popup li:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid #9d9fa2;
    border-radius: 6px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    top: 8px;
    left: 38px;
}

.calendar-popup .active:before {
    border: 2px solid #2c77ee;
    box-shadow: 0 0 4px #2c77ee;
}

.calendar-popup li:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    top: 12px;
    left: 42px;
    background: #F2F2F2;
}

.calendar-popup .list-last {
    padding-bottom: 0;
}

.calendar-popup .list-last:after {
    width: 0;
}

.calendar-popup .list-time {
    padding-right: 25px;
    margin-left: -50px;
    font-size: 14px;
}

.calendar-popup .list-title {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #2c77ee;
    color: white;
}

.calendar-popup .list-even .list-title {
    background: #4CA3D8;
}

.calendar-popup .active .list-p2 {
    color: #C0A353;
}

.calendar-popup .list-p2 {
    color: #666;
}

/* ---------------------- 日历 end ---------------------- */

/* 平台通知 */
.platform-notification {
    margin: 20px;
    display: none;
    height: 705px;
    position: relative;
}

.platform-notification-list {
    margin-bottom: 20px;
}

.platform-notification-list .time {
    padding-left: 60px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    background: url(../img/zl-icon-time.png) no-repeat left;
    background-size: 24px;
    background-position-x: 15px;
}

.platform-notification-list .platform-notification-text {
    padding-left: 60px;
    padding-right: 40px;
    line-height: 18px;
    font-size: 14px;
}

.platform-notification-text a {
    cursor: pointer;
    margin-left: 20px;
    color: #2d77ee;
    text-decoration: underline;
}

/* 更多 */
.platform-notification .tongzhi-no-more {
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 0;
}

/* 树形网格 */
.datagrid-tree-table {

}

/* 时间选择器 */
.calendar-day {
    color: #1a2531;
}

/* 星期6 */
.calendar-saturday {
    color: #1a2531;
}

/* 星期天 */
.calendar-sunday {
    color: #1a2531;
}

.calendar-selected {
    background-color: #2d77ee;
    color: #ffffff!important;
    border: 1px solid #2d77ee;
    padding: 0;
}

/* 确定 */
.datebox-button a:hover {
    color: #2d77ee;
}

input.Wdate {
    background: #fff url(../img/zl-icon-datebox_arrow-1.png) no-repeat;
    background-position: right center;
    height: 32px !important;
    line-height: 32px !important;
}

.combo-arrow {
    background: #fff url(../img/zl-icon-datebox_arrow.png) center center no-repeat;
    /* background-position: center center;*/
}

.datebox .combo-arrow {
    background: #fff url(../img/zl-icon-datebox_arrow.png) center center no-repeat;
    /* background-position: center center;*/
    min-width: 30px;
}

.datebox .combo-arrow {

}

.textbox-icon {
    opacity: 1;
}

.textbox-icon:hover {
    opacity: 1;
}

.datebox .textbox-icon:hover {
    opacity: 0.8;
}

/* 其它控件 */
.WdateDiv .yminput,
.WdateDiv #dpTitle,
.calendar-header {
    background: #E0ECFF;
}

.WdateDiv #dpTitle {
    margin-bottom: 0;
}

.calendar-body th, .calendar-menu-month,
.WdateDiv .MTitle {
    background-color: #F4F4F4;
    padding: 2px 0;
}

.WdateDiv .WdayTable {
    border: none;
}

.WdateDiv .Wwday,
.calendar-saturday {
    color: #1a2531;
}

.WdateDiv .WotherDay {
    color: #1a2531;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.WdateDiv .Wselday {
    background-color: #2d77ee;
    color: #ffffff;
    border: none;
    padding: 0;
    border-radius: 5px;
}

.WdateDiv .WwdayOn,
.WdateDiv .WdayOn {
    border: none;
    padding: 0;
    background-color: #eaf2ff;
    color: #000000;
}

/* 下拉选择 */
.combobox-item-selected {
    background-color: #2d77ee;
    color: #ffffff;
}

option:hover {
    background-color: #2d77ee;
    color: #ffffff;
}

.combo-p .panel-body-noheader {
    height: auto !important;
    max-height: 250px;
    border: 1px solid #d3d6d8;
}

/* 公告详情 */

.window .window-header .panel-title {
    background-color: #1f72fa;
}

/* 公告详细信息 */
.tab-box-Content {
    -webkit-box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    margin: 0 35px;
    background-color: #ffffff;
}

.tab-box-list {
    padding: 30px;
}

.tab-box-title {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    padding: 0 0 0 11px;
    margin-bottom: 15px;
    position: relative;
    border-left: 3px solid #AB916B;
}

.tab-box-title h2 {
    font-size: 16px;
}

.zl-cell-row {
    position: relative;
    box-sizing: border-box;
}

.zl-cell-row:after, .zl-cell-row:before {
    display: table;
    content: "";
}

.zl-cell-row:after {
    clear: both;
}

.zl-cell-row:after, .zl-cell-row:before {
    display: table;
    content: "";
}

.zl-cell-hd {
    float: left;
    box-sizing: border-box;
    float: left;
    width: 215px;
    text-align: right;
    color: #1a2531;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 15px;
    line-height: 25px;
}

.zl-cell-bd {
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    float: left;
    text-align: left;
    padding: 14px 0;
}

.zl-cell-bd .text_input {
    border: #dfdfdf 1px solid;
    border-radius: 5px;
    width: 370px;
    box-sizing: border-box;
    margin-right: 5px;
    line-height: 32px;
    height: 32px;
}

.zl-icon-time-line .text_input,
.zl-cell-bd .text_input-w-342 {
    width: 342px;
}

.zl-cell-bd .text_input-w-70 {
    width: 70px;
    min-width: 70px;
    margin-left: 10px;
    margin-right: 5px;
}

.zl-icon-time-line {
    position: relative;
    padding-left: 25px;
}

.zl-icon-time-line.zl-icon-time-line-start::before {
    content: "";
    height: 95%;
    width: 2px;
    background-color: #e5e5e5;
    left: 7px;
    position: absolute;
    bottom: auto;
    top: 30px;
}

.zl-icon-time-line.zl-icon-time-line-end::before {
    content: "";
    height: 95%;
    width: 2px;
    background-color: #e5e5e5;
    left: 7px;
    position: absolute;
    top: auto;
    bottom: 30px;
}

.zl-icon-time-dian {
    width: 25px;
    height: 100%;
    background: url(../img/zl-icon-time-line.png) left 20px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.zl-icon-time-line .textbox {
    margin-left: 20px;
}

.zl-icon-time-line::before {
    content: "";
    height: 110%;
    width: 2px;
    background-color: #e5e5e5;
    left: 7px;
    position: absolute;
    top: 0;
}

.zl-cell-tis {
    font-size: 14px;
    color: #999999;
}

.wenhao-tooltip {
    margin-top: 7px;
    margin-left: 5px;
}

.table_con_list {
    box-shadow: none;
}

/* 自定义tabs */
.zl-tabs {
    width: 100%;

}

.zl-tabs .tabs-wrap {
    width: calc(100% + 20px) !important;
}

.zl-tabs .tabs {
    width: 50000px;
}

.zl-tabs .tabs-panels {
    border: none;
}

.zl-tabs .tabs-header,
.zl-tabs .tabs-tool {
    background-color: #ffffff;
    position: relative;
    height: 35px;
    line-height: 35px;
}

.zl-tabs .tabs-header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    background-color: #cdcdcd;
    width: 100%;
    height: 1px;
}

.zl-tabs .tabs li {
    border-radius: 5px 5px 5px 5px;
    margin-right: 5px;
    font-size: 16px;
    background-color: #ffffff;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    position: relative;
}

.zl-tabs .tabs li a.tabs-inner {
    line-height: 37px !important;
    height: 37px !important;
}

.zl-tabs .tabs li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 3px;
    z-index: 1;
}

.zl-tabs .tabs li.tabs-selected:hover,
.zl-tabs .tabs li.tabs-selected {
    font-size: 16px;
    color: #ffffff;
    background-color: #2d77ee;
    line-height: 35px !important;
    height: 35px !important;
}

.zl-tabs .tabs li.tabs-selected:hover a.tabs-inner,
.zl-tabs .tabs li.tabs-selected a.tabs-inner {
    color: #ffffff;
}

.zl-tabs .tabs li.tabs-selected a.tabs-inner,
.zl-tabs .tabs li a.tabs-inner,
.zl-tabs .tabs li:hover a.tabs-inner {
    padding: 0;
}

/* 202005231127修改 */
.zl-tabs .tabs {
    padding: 2px 0 0 0;
    box-sizing: border-box;
}

.zl-tabs .tabs-header,
.zl-tabs .tabs-tool {
    background-color: transparent;
}

.zl-tabs .tabs-header::after {
    display: none;
}

.zl-tabs .tabs li::after {
    display: none;
}

.zl-tabs .tabs li {
    border: none;
    background-color: rgb(220, 226, 234);
    border-radius: 5px 5px 0 0;
}

.zl-tabs .tabs li.tabs-selected:hover,
.zl-tabs .tabs li.tabs-selected {
    background-color: #ffffff;
    color: #1f72fa;
}

.zl-tabs .tabs li.tabs-selected:hover a.tabs-inner,
.zl-tabs .tabs li.tabs-selected a.tabs-inner {
    color: #1f72fa;
}

.zl-tabs .tabs li.tabs-selected {
    border-top: 2px solid #1f72fa !important;
}

.zl-tabs .tabs-panels {
    background-color: #ffffff;
}

/* 自定义tabs --end */

/* 自定义tabs zl-tabs-1*/
.zl-tabs-1 {
    width: 100%;

}

.zl-tabs-1 .tabs-wrap {
    width: calc(100% + 20px) !important;
}

.zl-tabs-1 .tabs {
    width: 50000px;
}

.zl-tabs-1 .tabs-panels {
    border: none;
}

.zl-tabs-1 .tabs-header,
.zl-tabs-1 .tabs-tool {
    background-color: #ffffff;
    position: relative;
    line-height: 39px;
    height: 39px;
}

.zl-tabs-1 .tabs-header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #cdcdcd;
    width: 100%;
    height: 1px;
}

.zl-tabs-1 .zl-tabs-1 .tabs li.tabs-selected,
.zl-tabs-1 .tabs li.tabs-selected {
    border-top: none !important;
}

.zl-tabs-1 .tabs li.tabs-selected::after {
    background-color: #2d77ee;
}

.zl-tabs-1 .tabs li {
    border-radius: 0;
    margin-right: 5px;
    font-size: 16px;
    background-color: #ffffff;
    /* border-top: 1px solid #cdcdcd;
     border-left: 1px solid #cdcdcd;
     border-right: 1px solid #cdcdcd;*/
    position: relative;
}

.zl-tabs-1 .tabs li a.tabs-inner {
    line-height: 37px !important;
    height: 37px !important;
}

.zl-tabs-1 .tabs li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: transparent;
    width: 100%;
    height: 1px;
    z-index: 1;
}

.zl-tabs-1 .tabs li.tabs-selected:hover,
.zl-tabs-1 .tabs li.tabs-selected {
    font-size: 16px;
    color: #2d77ee;
    background-color: #ffffff;
    border-bottom: 1px solid #2d77ee;
}

.zl-tabs-1 .tabs li.tabs-selected:hover a.tabs-inner,
.zl-tabs-1 .tabs li.tabs-selected a.tabs-inner {
    color: #2d77ee;
}

.zl-tabs-1 .tabs li.tabs-selected:hover a.tabs-inner .tabs-title,
.zl-tabs-1 .tabs li.tabs-selected a.tabs-inner .tabs-title {
    color: #2d77ee;
}

.zl-tabs-1 .tabs li.tabs-selected a.tabs-inner,
.zl-tabs-1 .tabs li a.tabs-inner,
.zl-tabs-1 .tabs li:hover a.tabs-inner {
    padding: 0;
}

.zl-tabs-2 {
    width: 100%;

}

.zl-tabs-2 .tabs-wrap {
    width: calc(100% + 20px) !important;
    margin-top: 0px;
}

.zl-tabs-2 .tabs {
    width: 50000px;
}

.zl-tabs-2 .tabs-panels {
    border: none;
}

.zl-tabs-2 .tabs-header,
.zl-tabs-2 .tabs-tool {
    background-color: #ffffff;
    position: relative;
    height: 35px;
    line-height: 35px;
}

.zl-tabs-2 .tabs-header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    background-color: #cdcdcd;
    width: 100%;
    height: 1px;
}

.zl-tabs-2 .tabs li {
    border-radius: 5px 5px 5px 5px;
    margin-right: 5px;
    font-size: 16px;
    background-color: #ffffff;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    position: relative;
}

.zl-tabs-2 .tabs li a.tabs-inner {
    line-height: 34px !important;
    height: 34px !important;
    margin-top: -3px;
}

.zl-tabs-2 .tabs li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 3px;
    z-index: 1;
}

.zl-tabs-2 .tabs li.tabs-selected:hover,
.zl-tabs-2 .tabs li.tabs-selected {
    font-size: 16px;
    color: #2d77ee;
    background-color: #ffffff;
    line-height: 35px !important;
    height: 35px !important;
}

.zl-tabs-2 .tabs li.tabs-selected:hover a.tabs-inner,
.zl-tabs-2 .tabs li.tabs-selected a.tabs-inner {
    color: #2d77ee;
}

.zl-tabs-2 .tabs li.tabs-selected a.tabs-inner,
.zl-tabs-2 .tabs li a.tabs-inner,
.zl-tabs-2 .tabs li:hover a.tabs-inner {
    padding: 0;
}

/* 采购-我的信息 */
.wdxx_item th {
    background-color: #eaedf2;
    font-size: 16px;
    color: rgba(26, 37, 49, 0.7);
    height: 42px;
}

.wdqx_view tr:nth-child(odd) {
    background-color: #ffffff;
}

.wdqx_view tr:nth-child(even) {
    background-color: #f5f8ff;
}

/* 业务操作、项目操作 */
.table_details.jycz_view_self span {
    width: 40%;
    font-size: 16px;
    color: #73777c;
    max-width: 49%;
    font-size: 14px;
}

.table_details.jycz_view_self span:nth-of-type(2n-1) {
    width: 60%;
    font-size: 16px;
    max-width: 49%;
    font-size: 14px;
}

.table_details.jycz_view_self span b {
    color: #1a2531;
    font-weight: 500;
}

.table_title h2 {
    float: left;
}

.table_title .jycz_title {
    float: left;
}

.jycz_view_container > .jycz_view {
    overflow: visible;
}

.jycz_view_container > .jycz_view > div {
    min-width: 90px;
    margin-right: 10px;
    width: 8%;
    margin-right: 2%;
}

.jycz_view p.finished_btn:hover {
    background: rgba(78, 235, 163, 0.8);
    color: #666666;
}

.jycz_view p.finished_btn {
    background: #4eeba3;
    color: #666666;
}

.jycz_view p {
    position: relative;
}

.zl-pop-hover {
    width: 400px;
    left: 110%;
    top: 0;
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
    display: none;
    padding: 25px;
}

.jycz_view > div > p:hover {
    z-index: 9;
}

.jycz_view > div > p:hove .zl-pop-hover {
    display: block;
}

.jycz_view p:hover .zl-pop-hover {
    display: block;
}

.zl-pop-hover .popper-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    top: 8px;
    left: -12px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    border-color: transparent;
    border-style: solid;
}

.zl-pop-hover .popper-arrow::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -12px;
    left: 5px;
    border-right-color: #ffffff;
    border-left-width: 0;
}

/* 左侧 */
.zl-pop-hover.zl-pop-hover-left {
    left: auto;
    right: 110%;
}

.zl-pop-hover.zl-pop-hover-left .popper-arrow {
    left: auto;
    right: -9px;
    border-color: transparent;
    border-left-width: 10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}

.zl-pop-hover.zl-pop-hover-left .popper-arrow::after {
    left: auto;
    right: 1px;
    border-left-width: 10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}

.zl-pop-hover .zl-pop-list {
    display: block;
    color: #333333;
    line-height: 30px;
    font-size: 14px;
}

.zl-pop-hover .zl-pop-list b {
    color: #666666;
    font-weight: 500;
}

ul.ztree {
    background: #fff;
}

.advanced_search ul.ztree li {
    float: none;
}

/* 2020年5月20日11:37:33 */
/* 项目信息 */
.table_con_list {
    padding: 30px;
    margin-bottom: 30px;
    padding: 24px 30px 13px;
}

.table_details label {
    padding: 0;
}

.table_con_list table th,
.table_con_list table td {
    color: #1a2531;
    font-size: 16px;
}

/*  所属集团：（一级单位） */
.yi-ji-dan-wei {

}

/* 二级单位*/
.er-ji-dan-wei {

}

.zl-width-105-box .textbox.combo {
    width: 105px !important;
    margin-right: 10px;
}

.zl-width-154-box .textbox.combo {
    width: 154px !important;
    margin-right: 15px;
    float: left;
}

.zl-width-200-box {
    display: inline-block;
}

.zl-width-200-box .textbox.combo {
    width: 210px !important;
    margin-right: 10px;
}

.zl-width-200-box input {
    max-width: auto;
    min-width: auto;
}

.zl-width-210-box .textbox.combo {
    width: 220px !important;
    margin-right: 15px;
}

.zl-width-210-box input {
    max-width: auto;
    min-width: auto;
}

.zl-width-415-box .textbox.combo {
    width: 415px !important;
    margin-right: 10px;
}

.zl-width-330-box .textbox.combo {
    width: 330px !important;
    margin-right: 10px;
}

.zl-width-490-box .textbox.combo {
    width: 490px !important;
    margin-right: 10px;
}

.zl-width-500-box .textbox.combo {
    width: 500px !important;
    margin-right: 10px;
}

.zl-width-659-box .textbox.combo {
    width: 659px !important;
    margin-right: 10px;
}

.table_details select {
    min-width: 210px;
}

#china {
    display: inline-block;
}

.upload-file-box {
    padding: 0;
}

.table_details td.upload-file-box{
    padding: 0;
}

.queRenXMHide {
    margin-left: 20px;
}

/* 文件导入  表格 */
.upload-file-box {

}

.upload-file-table-box {
    padding: 0 10px;
    text-align: center;
    background-color: rgba(244, 244, 244, 1);
    width: 659px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 15px;
}

tr .upload-file-box .upload-file-table-box table,
.table_details .upload-file-table-box table,
.upload-file-table-box table {
    margin: 0;
    width: 639px !important;
    background-color: rgba(244, 244, 244, 1);
    border: none;
    color: #1a2531;
}

.table_details td .upload-file-table-box table th,
.upload-file-table-box table th {
    height: 45px;
    background-color: #f4f5f5;
    padding: 0 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    color: #1a2531;
    font-size: 14px;
}

.upload-file-table-box table td,
.table_details .upload-file-table-box table td {
    height: 45px;
    background-color: rgba(244, 244, 244, 1);
    padding: 0 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    color: #1a2531;
    line-height: 1.3;
    font-size: 14px;
}

.upload-file-table-box table td a span {
    color: #1a2531 !important;
    font-size: 14px;
}

.upload-file-table-box table td a {
    color: #1a2531;
}

.upload-file-table-box table td:last-child a {
    color: #2d77ee;
}

.upload-file-table-box table td:last-child a:hover {
    opacity: 0.8;
}

/* 文件导入 --end*/

.zl-width-160-box .zl-width-160 {
    width: 160px !important;
    min-width: 150px;
    box-sizing: border-box;
}

.zl-width-160-box .zl-width-160.phone_quhao {
    width: 160px !important;
    min-width: 150px;
    box-sizing: border-box;
}

.zl-width-490-box .zl-width-490 {
    width: 490px !important;
}

.zl-width-500-box .zl-width-500 {
    width: 500px !important;
}

/* 新增项目 */
.table_details td {
    padding: 0px 0 0 15px;
}

.shouJiHao-box {
    float: left;
    margin-right: 10px;
    display: block;
}

.country-box,
#china,
#notChina {
    float: left;
}

.disabled-input {
    background-color: #f0f0f0
}

input[disabled="disabled"] {
    background-color: #f0f0f0
}

/* 查看询问 */
.zl-row-search-box {
    width: 100%;
}

.zl-row-search-box form {
    width: 100%;
}

.zl-row-search-list {
    width: 100%;
}

.zl-row-search-bnt {
    width: 210px !important;
    display: inline-block;
    margin-left: 20px;
}

.zl-row-search {
    width: 100%;
}

.advanced_search .zl-row-gutter.zl-row-search li {
    min-width: auto;
}

.zl-row-search .zl-row-search-title .search_input {
    width: calc(100% - 50px) !important;
}

.zl-row-search-list .search_input {
    width: calc(100% - 75px) !important;
    min-width: auto;
}

.zl-row-search .zl-row-search-date .search_input .textbox {
    width: 80px;
}

.advanced_search .zl-row-search-date .textbox {
    width: 185px !important;
}

.advanced_search.zl-row-search-box {
    padding: 0 0;
}

.zl-row-search-date-1 {
    width: calc(40% - 50px);
}

.table_details em {
    color: #1a2531;
    font-size: 16px;
    margin-right: 10px;
}

.table_details td {
    color: blue;
    font-size: 16px
}

.span-title {
    color: #1a2531;
    margin-bottom: 20px;
}

.span-title .span-title-type {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 700;
}

.span-list {
    color: #666666;
    padding-left: 20px;
    line-height: 40px;
}

.span-list b {
    color: #1a2531;
    font-weight: 500;
}

/* 未回复 */
.zl-no-reply {
    color: #666666;
    font-size: 16px;
}

/* 已回复 */
.zl-replied {
    color: #198537;
    font-size: 16px;
}

.zl-replied-box {
    height: 126px;
    background-color: #f4f5f5;
    color: red;
}

.zl-replied-box .span-title {
    color: red;
}

.zl-replied-box .span-list b {
    color: red;
}

.zl-replied-box .span-list span {
    color: red;
}

.page_bar {
    margin: 0;
    padding: 0;
    line-height: 33px;
    height: 35px;
    box-sizing: border-box;
}

.page_bar a {
    padding: 0 10px;
    line-height: 33px;
    height: 35px;
    box-sizing: border-box;
}

.page_bar b {
    color: #2d77ee;
}

.page_bar a.active {
    box-sizing: border-box;
}

.page_bar .textbox {
    height: 35px !important;
}

.page_bar .pagination-page-list,
.page_bar .pagination .pagination-num {
    line-height: 35px;
    height: 35px;
    padding: 0 6px;
}

.page_bar a span {
    background: #ffffff;
}

.numberbox {
    border: 1px solid #2d77ee;
}

.page_bar a.active {
    /*background: #2d77ee;*/
    border: 1px solid #2d77ee;
}

.page_bar a.active span {
    /*border: 1px solid #2d77ee;*/
    color: #ffffff;
}

.page_bar a.active span {
    /*background: #2d77ee;*/
    color: #2d77ee;
}

.page_bar a.active span {
    background: #ffffff;
    padding: 0 0;
}

.page_bar a:hover {
    border: 1px solid #2d77ee;
}

/* 我的采购项目统计 */
.tong-ji-and-gui-dang .advanced_search .text_input {
    box-sizing: border-box;
    min-width: 180px;
}

.table_details select {
    margin-bottom: 0px;
    top: 0px;
    min-width: 200px;
}

.tong-ji-and-gui-dang {

}

.tong-ji-and-gui-dang .advanced_search .textbox {
    width: 200px;
    max-width: 200px;
    font-size: 14px;
}

.tong-ji-and-gui-dang .advanced_search {
    padding: 15px 0 15px;
}

.tong-ji-and-gui-dang .table_con_list {
    /*  padding: 40px 30px 30px;*/
}

/* 我的采购项目统计 --end */

/* 开标会 */
.tit-tis-text {
    margin: 30px 0;
    font-size: 16px;
    color: #1a2531;
}

.kbShi_box {
    padding: 30px 0;
}

.kbShi-list-box {
    padding: 20px;
    border: 2px solid rgba(184, 198, 215, 1);
    background-color: #eaedf2;
}

.kbShi-list-box .kbs_p {
    line-height: 40px;
}

.kbs_p {
    color: #1a2531;
}

.kbs_p .time-span {
    color: #8e9092;
    padding-right: 10px;
}

/* table */
.table-box {
    width: 100%;
}

.zl-table-box {
    width: 100%;
    box-sizing: border-box;
}

.zl-table-box table {
    width: 100%;
}

.table_details .zl-table-box  table th,
.zl-table-box thead th {
    background: #e9eff5;
    color: rgba(26, 37, 49, 0.7);
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    font-weight: 500;
}

.table_details .zl-table-box  table th,
.table_details .zl-table-box  table td,
.zl-table-box table th,
.zl-table-box table td {
    padding: 0 30px;
    text-align: left;
}

.zl-table-box table tr {
    height: 52px;
}

.table_details .zl-table-box  table td,
.zl-table-box table td {
    line-height: 22px;
    font-size: 14px;
}

.zl-table-box table tr {
    background: white;
    /*cursor: pointer;*/
}
.table_details .zl-table-box  table tr:nth-child(2n),
.zl-table-box table tr:nth-child(2n) {
    background: #f5f8ff;
}

.zl-table-box table tr:hover {
    background-color: #e0f0ff;
}


.zl-table-box  table th{
    background: #e9eff5;
}

/* 表格类型2 我的采购 */
/* 我的采购  */
.zl-table-type-2 {

}

.zl-table-type-2 table {
    width: 100%;
}

.zl-table-type-2 thead th {
    background: #e9eff5;
    color: rgba(26, 37, 49, 0.7);
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    min-width: 50px;
}

.zl-table-type-2 table th,
.zl-table-type-2 table td {
    padding: 0 0 0 10px;
    text-align: left;
}

.zl-table-type-2 table tr {
    height: 52px;
}

.zl-table-type-2 table td {
    line-height: 22px;
    height: 70px;
}

.zl-table-type-2 table tr {
    background: white;
    /*cursor: pointer;*/
}

.zl-table-type-2 table tr:nth-child(2n) {
    background: #f5f8ff;
}

.zl-table-type-2 table tr:hover {
    background-color: #e0f0ff;
}

.zl-table-type-2 table td {

}

.zl-table-type-2 .xh {
    min-width: 50px;
    width: 50px;
}

.zl-table-type-2 .xmmc {
    min-width: 100px;
    max-width: 300px;
}

.zl-table-type-2 .xmbh {
    min-width: 50px;
}

.zl-table-type-2 .cjr {
    min-width: 70px;
}

.zl-table-type-2 .xmlx {
    min-width: 70px;
}

.zl-table-type-2 .cgfs {
    min-width: 70px;
}

.zl-table-type-2 .cgjd {
    min-width: 510px;
    width: 510px;
}

.zl-table-type-2 .cz {
    width: 150px;
    min-width: 150px;
}

.zl-table-type-2 table tr.zl-tr-bd {
    background-color: #ffffff;
    border-bottom: 1px solid #ebebef;
}

.zl-table-type-2 table tr.zl-tr-xm {
    background-color: #f5f8ff;
    font-weight: bold;
}

.zl-table-type-2 .work_flow_bar li {
    min-width: 65px;
    background: url(../img/zl-work-flow-dotsdf.png) 0 -432px repeat-x;
}

.zl-table-type-2 .work_flow_bar li > a {
    width: auto !important;
    background: url(../img/zl-work-flow-dotsdf.png) -3px 0 no-repeat;
    text-indent: -16px;
    color: #1a2531;
}

.zl-table-type-2 .zl-lot-label {
    background-color: #2d77ee;
    padding: 0 5px;
    border-radius: 3px;
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
}

.zl-table-type-2 .work_flow_bar .finished {
    background-position: 0 -502px;
}

.zl-table-type-2 .work_flow_bar li.finished > a {
    color: #46af21;
    background-position: -4px -50px;
}

.zl-table-type-2 .work_flow_bar .processing {
    background-position: 0 -572px;
}

.zl-table-type-2 .work_flow_bar li.processing > a {
    background: url(../img/zl-work-flow-dotsdf.png) -4px -100px no-repeat;
    color: #ff9227;
}

/*.zl-table-type-2  ul .finished + li{
    background-position: 0 -572px;
}

.zl-table-type-2  ul .finished + li > a{
    background: url(../img/zl-work-flow-dotsdf.png) -1px -100px no-repeat;
    color: #ff9227;
}

*/

.zl-table-type-2 .work_flow_bar.zl-zb ul li:nth-last-child(3) {
    min-width: 90px;
}

.zl-table-type-2 a {
    font-size: 14px;
    color: #2d77ee;
}

.zl-table-type-2 a:hover {
    font-size: 14px;
    color: #2d77ee;
}

.zl-table-type-2 .work_flow_bar {
    padding: 0 0 0 10px;
}

.zl-table-type-2 .work_flow_bar li {
    margin-bottom: 0;
    height: 40px;
    margin-top: 5px;
}

/* 非招标 */
.zl-table-type-2 .work_flow_bar.zl-fzb .finish_btn {
    background-position: 0 -502px;
}

.zl-table-type-2 .work_flow_bar.zl-fzb li.finish_btn > a {
    color: #46af21;
    background-position: -4px -50px;
}

/* 操作按钮 标段*/
.zl-tr-bd .zl-td-cz a {
    border-radius: 3px;
    border: 1px solid #2d77ee;
    color: #2d77ee;
    margin-right: 15px;
    padding: 5px 15px;
}

.zl-tr-bd .zl-td-cz:hover {
    opacity: 0.8;
}

/* 操作按钮 项目*/
.zl-tr-bd .zl-td-cz {

}

/* 底部 新增 按钮 */

.bottom-add-box {
    height: 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px dashed #1f72fa;
    text-align: center;
    cursor: pointer;
    color: #1f72fa;
}

.bottom-add-box:hover {
    opacity: 0.8;
}

.bottom-add-btn {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    margin: 0 12px 0 0;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    padding: 0 15px 0 40px !important;
    color: #1f72fa !important;
    background: #ffffff url('../image/zl-icon-add-h.png') no-repeat 15px 11px !important;
    transition: 0.2s;
}

.bottom-add-box .bottom-add-btn {

}

/* 搜索区 */
.advanced_search form {
    width: 100%;
}

.zl-select,
.zl-input {
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 0 0 10px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
}

.search-type-1 {
    width: 100%;
    /* position: relative;*/
    box-sizing: border-box;
    padding-top: 20px;
    font-size: 14px;
}

.search-type-1:after, .search-type-1:before {
    display: table;
    content: "";
}

.search-type-1:after {
    clear: both;
}



.search-content {
    width: calc(100% - 210px);
    float: left;
    box-sizing: border-box;
}

.search-btn-box .search-list {
    width: 100%;
}

.search-btn-box {
    width: 190px;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
}

.search-btn-box span:last-child {
    margin-right: 0;
}


.search-type-2 .search-btn-box{
    width: 325px;
}
.search-type-2 .search-content{
    width: calc(100% - 345px);
}

.zl-input-box {
    display: inline-block;
}

.combo input.textbox-text:focus {
    box-shadow: none;
}

.textbox .textbox-text {
    float: left;
    line-height: 35px;
    height: 35px;
}

[class*=label-text] {
    text-align: right;
    margin-bottom: 20px;
    min-height: 32px;
}

.label-text-1 .zl-input-box {
    width: calc(100% - (15px * 1));
}

.label-text-2 .zl-input-box {
    width: calc(100% - (15px * 2));
}

.label-text-3 .zl-input-box {
    width: calc(100% - (15px * 3));
}

.label-text-4 .zl-input-box {
    width: calc(100% - (15px * 4));
}

.label-text-5 .zl-input-box {
    width: calc(100% - (15px * 5));
}

.label-text-6 .zl-input-box {
    width: calc(100% - (15px * 6));
}

.label-text-7 .zl-input-box {
    width: calc(100% - (15px * 7));
}

.label-text-8 .zl-input-box {
    width: calc(100% - (15px * 8));
}

.label-text-9 .zl-input-box {
    width: calc(100% - (15px * 9));
}

.label-text-10 .zl-input-box {
    width: calc(100% - (15px * 10));
}

.label-text-11 .zl-input-box {
    width: calc(100% - (15px * 11));
}

.label-text-12 .zl-input-box {
    width: calc(100% - (15px * 12));
}

.label-text-13 .zl-input-box {
    width: calc(100% - (15px * 13));
}

.label-text-14 .zl-input-box {
    width: calc(100% - (15px * 14));
}

.label-text-15 .zl-input-box {
    width: calc(100% - (15px * 15));
}

.zl-input-box .zl-select-box,
.zl-input-box .zl-select {
    width: 100%;
}

.search-type-1 .zl-select-box select {
    max-width: 1000px;
}

.zl-input-box.zl-select-box .textbox,
.zl-input-box.zl-select-box .textbox-text {
    width: 100% !important;
}

.search-type-1 .textbox .textbox-text {
    height: 32px;
    box-sizing: border-box;
}

/* 时间特殊处理 */
.zl-date-box {

}

/* 单独时间 */
.alone-time {
    width: calc(100%);
    display: inline-block;
}

.zl-date-box .start-time,
.zl-date-box .end-time {
    width: calc(50% - 15px);
    display: inline-block;
}

.date-line {
    width: 20px;
    text-align: center;
    display: inline-block;
}

.zl-date-box .alone-time .datebox,
.zl-date-box .start-time .datebox,
.zl-date-box .end-time .datebox {
    width: 100% !important;
}

.search-type-1 .zl-zdy-box .textbox {
    width: 100% !important;
}

.numberbox {
    border: 1px solid #dfdfdf;
}

.textbox .textbox-text {
    height: 30px;
}

.combo-arrow {
    height: 32px !important;
}

.combo-arrow {
    background: #ffffff url('../image/zl-icon-combo-arrow-h.png') no-repeat center center;
}

/* 3个按钮 360px. */
.search-type-btn-3 {

}

.search-type-btn-3 .search-btn-box {
    width: 325px;
}

.search-type-btn-3 .search-content {
    width: calc(100% - 345px);
}

.search-type-btn-3 .search-btn-box span:last-child {
    margin-right: 0;
}

/* 全局自定义 */
/*占位高度35px */
.placeholder-h-35 {
    height: 35px;
    width: 100%;
    overflow: hidden;
}

.zl-f-left {
    float: left;
}

.zl-f-right {
    float: right;
}

/* 颜色 */
.zl-red {
    color: red;
}

.zl-f-red {
    color: red;
}

.zl-f-f90 {
    color: #ff9900
}

/* a标签 */
em {
    color: #ffa912;
}

.zl-a {
    color: #2d77ee;
    text-decoration: underline;
    cursor: pointer;
}

span.zl-a {
    text-decoration: none;
}

.zl-a a {
    text-decoration: none;
    color: #2d77ee;
}

.zl-a a span {
    color: #2d77ee !important;
    text-decoration: none;
    cursor: pointer;
}

.zl-a:hover {
    color: #2d77ee;
    opacity: 0.8;
}

.m-top-0 {
    margin-top: 0px !important;
}

.m-top-5 {
    margin-top: 5px !important;
}

.m-top-10 {
    margin-top: 10px !important;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-0 {
    margin-bottom: 0px !important;
}

.m-right-0 {
    margin-right: 0px !important;
}

.m-right-5 {
    margin-right: 5px;
}

.m-right-15 {
    margin-right: 15px;
}

.m-right-20 {
    margin-right: 15px;
}

.m-right-30 {
    margin-right: 30px;
}

.m-left-5 {
    margin-left: 5px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-30 {
    margin-left: 30px;
}

/* padding */
.p-top-0 {
    padding-top: 0 !important;
}

.p-top-5 {
    padding-top: 5px !important;
}

.p-top-10 {
    padding-top: 10px !important;
}

.p-top-15 {
    padding-top: 15px !important;
}

.p-top-20 {
    padding-top: 20px !important;
}

.p-top-25 {
    padding-top: 25px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.line-height-1 {
    line-height: 1 !important;
}

/* 固定宽度 */
.zl-width-659 {
    width: 659px;
}

.zl-width-500 {
    width: 500px;
}

.zl-width-490 {
    width: 490px;
}

.zl-width-435 {
    width: 435px;
}

.zl-width-410 {
    width: 410px;
}

.zl-width-415 {
    width: 415px;
}

.zl-width-360 {
    width: 360px;
}

.zl-width-330 {
    width: 330px;
}

.zl-width-300 {
    width: 300px;
}

.zl-width-200 {
    width: 200px !important;
}

.zl-width-210 {
    width: 210px !important;
}

.zl-width-160 {
    width: 160px;
}

.zl-width-154 {
    width: 154px;
}

.zl-width-105 {
    width: 105px;
}

/* 百分百 宽度 */
.zl-w-100 {
    width: 100%;
}

/* 单选 */
.radio_box {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    cursor: pointer;
    margin-right: 15px;
}

.radio_box input[type="radio"] + span::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    width: 13px;
    height: 13px;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #999999;
    text-indent: .15em;
    line-height: 1;
}

.radio_box input[type="radio"]:checked + span::before {
    background-color: #2281f3;
    background-clip: content-box;
    border: 1px solid #2281f3;
    padding: .2em;
    width: 8px;
    height: 8px;
}

.radio_box input[type="radio"] {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

/* 栅格 */
.zl-row-gutter,
.zl-row {
    position: relative;
    box-sizing: border-box;
}

[class*=zl-col-] {
    float: left;
    box-sizing: border-box;
}

.zl-row-gutter:after, .zl-row-gutter:before,
.zl-row:after, .zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter:after,
.zl-row:after {
    clear: both;
}

.zl-row-gutter:after, .zl-row-gutter:before,
.zl-row:after, .zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter {
    position: relative;
    box-sizing: border-box;
}

/* 分栏间隔 20px 默认 */
.zl-row-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.zl-row-gutter [class*=zl-col-] {
    padding-left: 10px;
    padding-right: 10px;
}

/* 分栏间隔 40px  */
.zl-row-gutter[zl-row-gutter='40'],
.zl-row-gutter[zl-row-gutter='40px'] {
    margin-left: -20px;
    margin-right: -20px;
}

.zl-row-gutter[zl-row-gutter='40'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='40px'] [class*=zl-col-] {
    padding-left: 20px;
    padding-right: 20px;
}

/* 分栏间隔 30px  */
.zl-row-gutter[zl-row-gutter='30'],
.zl-row-gutter[zl-row-gutter='30px'] {
    margin-left: -15px;
    margin-right: -15px;
}

.zl-row-gutter[zl-row-gutter='30'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='30px'] [class*=zl-col-] {
    padding-left: 15px;
    padding-right: 15px;
}

/* 分栏间隔 25px  */
.zl-row-gutter[zl-row-gutter='25'],
.zl-row-gutter[zl-row-gutter='25px'] {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.zl-row-gutter[zl-row-gutter='25'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='25px'] [class*=zl-col-] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

/* 分栏间隔 20px  */
.zl-row-gutter[zl-row-gutter='20'],
.zl-row-gutter[zl-row-gutter='20px'] {
    margin-left: -10px;
    margin-right: -10px;
}

.zl-row-gutter[zl-row-gutter='20'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='20px'] [class*=zl-col-] {
    padding-left: 10px;
    padding-right: 10px;
}

/* 分栏间隔 10px  */
.zl-row-gutter[zl-row-gutter='10'],
.zl-row-gutter[zl-row-gutter='10px'] {
    margin-left: -5px;
    margin-right: -5px;
}

.zl-row-gutter[zl-row-gutter='10'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='10px'] [class*=zl-col-] {
    padding-left: 5px;
    padding-right: 5px;
}

/* 分栏间隔 0.2rem  */
.zl-row-gutter[zl-row-gutter='0.2rem'] {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}

.zl-row-gutter[zl-row-gutter='0.2rem'] [class*=zl-col-] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.zl-col-1 {
    width: 4.16667%;
}

.zl-col-2 {
    width: 8.33332%;
}

.zl-col-3 {
    width: 12.5%;
}

.zl-col-4 {
    width: 16.66667%;
}

.zl-col-5 {
    width: 20.83332%;
}

.zl-col-6 {
    width: 25%;
}

.zl-col-7 {
    width: 29.16667%;
}

.zl-col-8 {
    width: 33.33333%;
}

.zl-col-9 {
    width: 37.5%;
}

.zl-col-10 {
    width: 41.66667%;
}

.zl-col-11 {
    width: 45.83332%;
}

.zl-col-12 {
    width: 50%;
}

.zl-col-13 {
    width: 54.16667%;
}

.zl-col-14 {
    width: 58.33332%;
}

.zl-col-15 {
    width: 62.5%;
}

.zl-col-16 {
    width: 66.66667%;
}

.zl-col-17 {
    width: 70.83332%;
}

.zl-col-18 {
    width: 75%;
}

.zl-col-19 {
    width: 79.16667%;
}

.zl-col-20 {
    width: 83.33332%;
}

.zl-col-21 {
    width: 87.5%;
}

.zl-col-22 {
    width: 91.66667%;
}

.zl-col-23 {
    width: 95.83332%;
}

.zl-col-24 {
    width: 100%;
}

/* 测试 */

.qd-test {
    height: 40px;
}

.left_nav li.qd-test > a {
    width: 250px;
    height: 40px;
    line-height: 40px;
}

.left_nav li.qd-test > a i img {
    margin-top: 10px;
}

/* 弹窗 */
.panel-tool .search_bar {
    width: 400px;
}

.panel-tool .search_bar input, .panel-tool .search_bar select {
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8dcde;
}

.window,
.window-shadow {
    /*position: fixed;*/
}

.window .window-header {
    background-color: rgba(255, 255, 255, 1);
    color: #1a2531;
    width: 100% !important;
}

.window .window-header {
    border-bottom: 1px solid #d6d8da;
}

.window .panel-tool-close:hover {
    background-position: center;
}

/* 弹窗标题 */
.window .window-header .panel-title {
    height: 47px;
    line-height: 47px;
    padding: 0px 30px;
}

.window .window-header .panel-title {
    position: relative;
}

.window .window-header .panel-title::before {
    content: "";
    width: 3px;
    height: 17px;
    position: absolute;
    background-color: #AB916B;
    top: 15px;
    left: 15px;
}

.window .window-body {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0;

}

[class*=popup-type] .window-body {
    overflow: hidden;
}

.window {
    /* position: relative;*/
}

.window .messager-button {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

/* 按钮宽度 */
.messager-button .btn_cancel,
.messager-button .btn_important {
    padding: 0 25px 0 25px;
}

.window-header .panel-tool-close:hover {
    opacity: 0.8;
}

/* 弹窗类型1 popup-type-1 */
.messager-window {
    border-radius: 5px;
}

.messager-window .window-header {
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}

.messager-window .window-header .panel-tool-close {
    background: #ffffff url(../image/zl-icon-popup-close.png) no-repeat center;
}

.messager-window .window-header .panel-title {
    opacity: 0;
}

.window-shadow {
    opacity: 0;
    display: none;
}

.messager-window .window-header .panel-title {
    opacity: 0;
}

.messager-window .window-body {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 30px 65px;
}

.messager-window .messager-button {
    text-align: right;
    right: 40px;
}

.messager-window .messager-button .l-btn {
    border: 1px solid #2c77ee;
    background: #2c77ee;
    color: #ffffff;
    width: 90px;
    line-height: 32px;
    height: 32px;
    box-sizing: border-box;
    outline: none;
}

.messager-window .messager-button .l-btn span {
    line-height: 32px;
    height: 32px;
    outline: none;
}

.messager-window .messager-button .l-btn:hover {
    opacity: 0.8;
    outline: none;
}

.popup-type-1 {
    border-radius: 5px;
}

.window .window-header .panel-title,
.popup-type-1 .window-header .panel-title,
.popup-type-1 .window-header {
    background-color: rgba(255, 255, 255, 1);
    color: #1a2531;

}

.window-header .panel-tool-close,
.popup-type-2 .window-header .panel-tool-close,
.popup-type-1 .window-header .panel-tool-close {
    width: 31px;
    height: 28px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    background: url(../image/zl-icon-popup-close.png) no-repeat center;
    cursor: pointer;
    margin: 6px 0 0 0;
    background-position: center;
    transition: 0.2s;
}

.popup-type-1 .window-header .panel-title {
    display: none;
}

.popup-type-1 .window-header {
    border-bottom: 1px solid transparent;
}

.popup-type-1 .window-body {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 30px 65px;
}

.popup-type-1 .messager-button {
    text-align: right;
    right: 40px;
}

/* 错误 */
.messager-error,
.zl-popup-error .messager-icon {
    background: url(../image/zl-icon-error.png) no-repeat center;
    width: 23px;
    height: 23px;
}

/* 警告 */
.messager-question,
.messager-warning,
.zl-popup-warning .messager-icon {
    background: url(../image/zl-icon-warning.png) no-repeat center;
    width: 23px;
    height: 23px;
}

/* 成功 */
.messager-info,
.messager-success,
.zl-popup-success .messager-icon {
    background: url(../image/zl-icon-success.png) no-repeat center;
    width: 23px;
    height: 23px;
}

/* 弹窗类型2 popup-type-2 */
.popup-type-2 .window-header .panel-title {
    padding-left: 30px;
}

[class*=zl-col-] .zl-w-100 .textbox {
    width: 100% !important;
}

/* 弹窗 搜索区 */
.popup-search-box {
    margin: 20px auto;
    padding: 0 30px;
}

.panel-body-content {
    height: calc(100% - 70px) !important;
    overflow: auto;
}

.popup-is-search {
    width: 100%;
    /*height: 100%;*/
    height: calc(100% - 75px);
}

.popup-type-2 .panel-body-content {
    height: calc(100% - 70px) !important;
    overflow: auto;
}

.popup-type-2 .window-body {
    padding: 0;
    height: calc(100% - 50px) !important;
}

/* 弹窗类型 3 popup-type-3 底部确定按钮*/

.popup-type-3 .window-body {
    padding: 0;
    height: calc(100% - 50px) !important;
}

.popup-type-3 .panel-body-content {
    height: calc(100% - 70px) !important;
    overflow: auto;
}

.tis-center {
    text-align: center;
    margin-top: 30px;
}

.tis-center .messager-icon {

}

.zl-popup-warning .tis-center .messager-icon {
    float: none;
    display: inline-block;
    margin: 0;
    transform: translateY(4px);
}

.text-align-center {
    text-align: center;
}

/*弹窗类型4 popup-type-4  搜索 + 内容区 + 底部按钮  */

.popup-type-4 {

}

.popup-type-4 .panel-body-content {
    height: calc(100% - 190px) !important;
}

.window .main_con1 {
    box-shadow: none;
}

.panel-tool a:hover {
    background-color: transparent;
    opacity: 0.8;
}

/* 新增采购项目采购项目信息 */

.cgxmgcxx-box {
    margin-top: 30px;
}

.cgxmgcxx-box:first-child {
    margin-top: 0px;
}

.bj-box {
    background-color: #eaedf2;
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;
}

.bj-box .bj-box-title {
    font-size: 16px;
    color: #1a2531;
    font-weight: bold;
    line-height: 32px;
}

.zl-secondary-description {
    font-size: 14px;
    color: #7b7f84;
    line-height: 28px;
}

.confirmation-status {
    padding-left: 20px;
}

.confirmation-status .zl-no-QueRen {
    color: #ff0000;
}

.zl-QueRen {
    color: rgba(40, 167, 88, 1);
}

.zl-label-box {

}

.zl-label-list {
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    background-color: #b0cdfc;
    color: #1a2531;
    padding: 0 15px;
    display: inline-block;
    margin-right: 10px;
}

.bj-bnt-box {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
}

/* 按钮 */
.bj-bnt-box a {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #1f72fa;
    color: #1f72fa;
    display: inline-block;
    margin-left: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}

.bj-bnt-box a:hover {
    opacity: 0.8;
}

.cgxmgcxx-box .datagrid-view .datagrid-htable td {
    background: #f6f7f8;
}

/* 投标端补充 供应商 */
/* 公开采购信息 */

/* 收藏/未收藏 */
.zl-collection {
    background: url(../img/zl-icon-collection.png) no-repeat left center;

    height: 23px;
    color: #a9a9a9;
    padding-left: 23px;
}

.datagrid-btable td a.zl-collection {
    color: #a9a9a9;
}

/* 取消收藏/已收藏 */
.zl-cancel-collection {
    background: url(../img/zl-icon-collection-h.png) no-repeat left center;

    height: 23px;
    color: #ff9228;
    padding-left: 23px;
}

.datagrid-btable td a.zl-cancel-collection {
    color: #ff9228;
}

/* 按钮 */
.canyu.btn.btn_border {
    color: #1f72fa;
    border: 1px solid #1f72fa;
    background: white;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 15px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.canyu.btn {
    color: white;
    border: 1px solid #1f72fa;
    background: #1f72fa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 15px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

/* 服务端补充 */
.daiBanTable {
    padding-top: 20px;
}

.daiBanTable div {
    width: 175px;
    text-align: center;
    float: left;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.active-ls {

}

.daiBanTable h2 {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background: rgba(234, 237, 242, 1);
    color: rgba(26, 37, 49, 0.8);
}

.zl-summary-figures {
    color: rgba(250, 0, 0, 0.8);
}

.zl-summary-figures .erji {
    color: rgba(250, 0, 0, 0.8);
    width: auto;
    background-color: transparent;
    font-size: 14px;
}

/* 选中 */

.main_con .daiBanTable .active-ls {
    border: none !important;
    color: #ffffff !important;
    background-color: #2d77ee;
}

.main_con .daiBanTable .active-ls .btn {
    color: #ffffff !important;
}

.main_con .daiBanTable .active-ls .zl-summary-figures {
    color: #ffffff !important;
}

.main_con .daiBanTable .active-ls .zl-summary-figures .erji {
    color: #ffffff;
}

/* 4 级下拉菜单 */

.zl-has-children {
    position: relative;
}

.tab-menu-style-2 h3 .zl-tab-menu-style-box-3 {
    /*display: block;*/
    position: absolute;
    top: 38px;
    z-index: 1;
    width: 140px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    overflow: hidden;
    left: 0px;
    right: 0;
    display: none;
}

.tab-menu-style-2 .tab-menu-style-2-box .active-ls.zl-has-children span {
    position: relative;
    padding-right: 30px;
    transition: 0.7s;
}

.tab-menu-style-2 .tab-menu-style-2-box .active-ls.zl-has-children span::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1f72fa;
    border-bottom: none;
    right: 10px;
    top: 20px;
    position: absolute;
}

.tab-menu-style-2 .tab-menu-style-2-box .zl-has-children {
    height: 45px;
}

.tab-menu-style-2 .tab-menu-style-2-box .zl-has-children span {
    position: relative;
    padding-right: 30px;
    transition: 0.7s;
}

.tab-menu-style-2 .tab-menu-style-2-box .active-ls.zl-has-children span::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1f72fa;
    border-bottom: none;
    right: 10px;
    top: 20px;
    position: absolute;
}

.tab-menu-style-2 .tab-menu-style-2-box .zl-has-children span::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1a2531;
    border-bottom: none;
    right: 10px;
    top: 20px;
    position: absolute;
}

.tab-menu-style-2 .tab-menu-style-2-box .zl-has-children:hover span::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a2531;
    border-top: none;
    right: 10px;
    top: 20px;
    position: absolute;
}

.tab-menu-style-2 .tab-menu-style-2-box .zl-has-children:hover .zl-tab-menu-style-box-3 {
    display: block;
}

.tab-menu-style-2 .tab-menu-style-2-box .active-ls.zl-has-children:hover .zl-tab-menu-style-box-3 {
    display: block;
}

.tab-menu-style-2 .active-ls.zl-has-children:hover span::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1f72fa;
    border-top: none;
    right: 10px;
    top: 20px;
    position: absolute;
}

.tab-menu-style-2 .tab-menu-style-2-box .active-ls.zl-has-children::before:hover span {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1f72fa;
    right: 10px;
    top: 20px;
    position: absolute;
}

.tab-menu-style-2 h3 .zl-tab-menu-style-box-3 h4 {
    height: 50px;
    line-height: 50px;
    text-align: center;

}

.tab-menu-style-2 h3 .zl-tab-menu-style-box-3 h4:hover {
    background-color: rgba(31, 114, 250, 0.1);
}

.tab-menu-style-2 h3 .zl-tab-menu-style-box-3 h4 span {
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: #1a2531 !important;
}

.zl-has-children .active-ls {
    border-bottom: none !important;
    background-color: rgba(31, 114, 250, 0.2);
}

.tab-menu-style-2 h3 .zl-tab-menu-style-box-3 {

}

.tab-menu-style-2 h3 .zl-tab-menu-style-box-3 .active-ls {
    border-bottom: none !important;
}

.tab-menu-style-2 h3 .zl-tab-menu-style-box-3 .active-ls span {
    color: #1f72fa !important;
    background-color: rgba(31, 114, 250, 0.2);
}

.div-main-content-head .active-ls span {

}

/* 温馨提示 1 */
.zl-reminder-box {
    width: 100%;
    color: #ff9836;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 50px 8px;
    background: #eaedf2 url(../image/zl-icon-warning.png) no-repeat 20px center;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    word-break: break-all;
    box-sizing: border-box;
}

.bj-content {
    padding: 0 10px;
    text-align: center;
    background-color: rgba(244, 244, 244, 1);
    width: 659px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 15px;
}

.zl-checkbox-box {
    display: inline-block;
    float: left;
    cursor: pointer;
}

.zl-checkbox-box input[type="checkbox"] {
    float: left;
    margin-top: 12px;
    margin-right: 10px;
    float: left;
}

.con-list-box {
    padding: 25px 0 0;
    background-color: #ffffff;
}

/* 补充 */

.top-logout {
    background: url(../img/zl-logout.png) left center no-repeat;
    background-size: 14px;
}

.top-logout:hover {
    background: url(../img/zl-logout-h.png) left center no-repeat;
    background-size: 14px;
}

.zl-tr-box-bj {
    background-color: rgba(244, 244, 244, 1);
}

.zl-danwei {
    font-size: 14px;
}

/* 我的采购 加载更多 */
.table-add-btn {
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px dashed #1f72fa;
    text-align: center;
    cursor: pointer;
    color: #1f72fa;
}

.window-proxy-mask, .window-mask {
    background: rgba(0, 0, 0, 1);
    height: 100% !important;
}

/* 中标候选人信息 */
.zl-zbr-form {

}

.zl-zbr-form {
    border-radius: 5px;
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.zl-zbr-form-left {
    width: 140px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 5px 0 0 5px;
    text-align: center;
    height: 114px;
}

.zl-zbr-form-title-name {
    display: block;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.zl-zbr-form-main {
    width: calc(100% - 140px);
    float: left;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 0 5px 5px 0;
    border-left: none;
    padding: 0 20px 0 10px;
}

.zl-zbr-form [class*=label-text] {
    margin-top: 16px;
    margin-bottom: 16px;
}

.zl-zbr-form-left-btn-box {
    width: 70px;
    margin: 4px auto 0;

}

.zl-zbr-form-left-btn-box .btn_default {
    margin-bottom: 10px;
    line-height: 25px;
    height: 25px;
    padding: 0 12px 0 12px;
}

.zl-zdy-box {

}

.zl-zdy-box {

}

.zl-zdy-box .zl-biaojia-box {
    width: 60%;
    float: left;
}

.zl-zdy-box .zl-biaojiadanwei-box {
    width: 40%;
    float: left;
}
.zl-zdy-box .zl-biaojiadanwei-box select{
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 0 0 10px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
}
.zl-zdy-box .zl-biaojiadanwei-box select,
.zl-zdy-box .zl-biaojiadanwei-box .textbox-text,
.zl-zdy-box .zl-biaojiadanwei-box .textbox {
    width: 98% !important;
}

.zl-biaojiadanwei-box select {
    height: 32px;
    min-width: 0;
}

.zl-zdy-label {
    float: left;
    margin-top: 5px;
}

.zl-zdy-box .zl-gongqi-box {
    width: calc(100% - 25px);
    float: left;
}

.zl-zdy-box .zl-danwei-box {
    width: 25px;
    float: left;
    line-height: 32px;
    height: 30px;
}

/* 删除按钮 */
.zl-zbr-form-delete-box {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../img/zl-icon-guanbi-delete.png) no-repeat center;
    background-size: 50% 50%;
    cursor: pointer;
}

.zl-zbr-form-delete-box:hover {
    /*position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../img/zl-icon-guanbi-delete-h.png) no-repeat center;
    background-size: 50% 50%;
    cursor: pointer;*/
    opacity: 0.8;
}

/* 我的监督 补充 */
.menuContent {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0 !important;
    bottom: 0px;
    top: 100% !important;
    display: block;
    right: 0;
}

.menuContent .ztree {
    margin-top: 0;
    width: 600px;
    height: 250px;
    background: #ffffff !important;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
}

.qiye-name-content-box {
    min-height: 40px;
    padding: 5px 10px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.qiye-name-list {
    float: left;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    color: #1a2531;
    background-color: #e9eff5;
    line-height: 17px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 3px;
    margin: 5px 15px 5px 0;
}

.qiye-name-list .zl-close {

}

.search-type-1 .zl-checkbox-box {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    margin-right: 15px;
}

.search-type-1 .zl-checkbox-box input[type="checkbox"] {
    float: left;
    margin-top: 8px;
    margin-right: 4px;
    float: left;
}

.datagrid .datagrid-wrap.panel-body.panel-body-noheader {
    width: 100% !important;
    overflow: hidden;
}

i {
    color: #2d77ee;
}

red {
    color: red;
}

.zl-zf-select {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}

.zl-zf-select:hover {
    box-shadow: 0 0 8px rgba(31, 114, 250, 0.8);
}

.zl-zf-select.active .zl-gou::after {
    content: "\2713";
    position: absolute;
    top: -2px;
    left: 5px;
    width: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    height: 12px;
    margin: auto;
    line-height: 12px;
    transform: rotate(45deg) scale(0.8);
    -ms-transform: rotate(45deg) scale(0.8);
    -moz-transform: rotate(45deg) scale(0.8);
    -webkit-transform: rotate(45deg) scale(0.8);
    -o-transform: rotate(45deg) scale(0.8);
}

.active .leftHook {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: #ff0000;
    transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    bottom: -10px;
}

.active .leftHook .zl-gou {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
}

.zl-zf-select.active {
    /*box-shadow: 0 0 8px rgba(255, 0, 0,0.5);*/
    border: 1px solid rgba(255, 0, 0, 1);
    color: #1a2531;
}

.zl-zf-select.active:hover {
    color: rgba(255, 0, 0, 1);
}

/* 我的信息  */
.zl-woxx-ck {
    position: relative;
}

.zl-woxx-ck .menuContent {
    left: -280px !important;
}

/*.tabs-panels iframe{
    position: absolute;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}
*/

.test-bj-box {
    background-color: rgba(26, 37, 49, 0.1);
    border-radius: 3px;
    border: 1px solid rgba(26, 37, 49, 0.3);
    height: 30px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
}

/* 电子竞价 start  */

.icon-countdown {
    display: inline-block;
    width: 25px;
    height: 23px;
    background: url(../img/zl-icon-countdown.png) no-repeat;
}

html, body {
    overflow-y: auto;
}

.bidding-quote {
    position: relative;
}

.quot-record {
    text-align: right;
}

.bidding-quote-cont {
    overflow: hidden;
    width: 870px;
    margin: 0 auto;
}

.bidding-quote-cont > div {
    float: left;
}

.count-down {
    width: 360px;
    height: 268px;
    position: relative;
    font-size: 16px;
    color: #1a2431;
    border-right: 1px solid #c5cfe1;
}

.count-down-box {
    position: relative;
}

.count-down-box .count-down-title span {
    vertical-align: middle;
    font-size: 20px;
}

.count-down-box .count-down-title .count-down-tips {
    font-size: 14px;
    color: #ff0000;
}

.count-down .total-price-box {
    margin-top: 20px;
    font-size: 20px;
}

.count-down .total-price-box .total-price {
    font-size: 30px;
    color: #ff0000;
    font-weight: 700;
}

.count-down .start-price-box {
    margin-top: 20px;
    font-size: 20px;
}

.count-down-content {
    width: 310px;
    height: 68px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 10px 0 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
}

.count-down-content > div {
    float: left;
}

.count-down-content .cont-time span {
    display: inline-block;
    width: 30px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #E1E1E1;
    border-radius: 4px;
    font-size: 28px;
    color: #1d232c;
}

.count-down-content .cont-separate {
    height: 46px;
    width: 30px;
    color: #848991;
    position: relative;
}

.count-down-content .cont-separate span {
    position: absolute;
    bottom: 0;
    margin-left: 5px;
}

.count-down-box .count-down-price {
    text-align: center;
}

.count-down-box .count-down-price span {
    font-size: 20px;
    color: #ff0000;
    font-weight: 700;
}

.quote {
    height: 268px;
    font-size: 16px;
    overflow: hidden;
}

.quote-box {
    width: 457px;
    height: 268px;
    background-color: #eaedf2;
    border-radius: 4px;
    margin-left: 50px;
}

.quote-content {
    text-align: center;
    width: 100%;
    height: 100%;
}

.quote-down .zl-input {
    width: 110px;
    height: 38px;
}

.quote-content .quote-down {
    padding-top: 30px;
}

.quote-content .quote-down-price {
    margin: 25px 0 35px;
}

.quote-content .quote-tips {
    font-size: 12px;
    color: #ff9836;
    margin-bottom: 40px;
}

.quote-content .submit-quote {
    display: inline-block;
    position: relative;
}

.quote-content .submit-quote-btn {
    width: 331px;
    height: 42px;
    line-height: 42px;
}

.quote-content .submit-quote::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 341px;
    top: -6px;
    background: url(../image/zl-icon-doubt.png);
}

/* 电子竞价 end */

/* 多轮报价 */
.bidding-box {
    overflow: hidden;
}

.bidding-box .bidding-left, .bidding-box .bidding-right {
    -webkit-box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    box-shadow: 0 4px 9px rgba(105, 130, 156, .3);
    margin: 0 35px;
    border-radius: 5px;
    float: left;
    background-color: #fff;
}

.bidding-box .bidding-left {
    margin-right: 20px;
    width: 468px;
    height: 502px;
}

.bidding-box .bidding-right {
    width: 500px;
    height: 500px;
}

.bidding-box .count-down-time {
    overflow: hidden;
}

.bidding-box .count-down-time > div {
    float: left;
}

.bidding-box .bidding-left {
    padding: 40px 16px 0;
}

.bidding-box .bidding-left .count-down-content {
    margin-top: 0;
}

.bidding-box .count-down-time .time-left {
    font-size: 18px;
    color: #1a2536;
    margin-right: 20px;
    height: 68px;
    padding-top: 12px;
    box-sizing: border-box;
}

.bidding-box .count-down-time .time-left-title span {
    vertical-align: middle;
}

.bidding-box .count-down-time .time-left-title .icon-countdown {
    margin-right: 12px;
}

.bidding-box .count-down-time .time-left-tips {
    font-size: 14px;
    text-align: center;
    color: #ff0000;
}

.bidding-box .count-down-top .count-down-time-tips {
    font-size: 14px;
    color: #ff0000;
    height: 62px;
    text-align: center;
    line-height: 62px;
    border-bottom: 1px solid #dfdfdf;
}

.bidding-box .bidding-count-down .count-down-center {
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    color: #1a2531;
    text-align: center;
}

.bidding-box .bidding-count-down .count-down-center-price {
    font-size: 30px;
    font-weight: 700;
    color: #ff0000;
    margin-left: 35px;
}

.bidding-box .count-down-bottom {
    width: 100%;
    height: 258px;
    background-color: #eaedf2;
}

.bidding-box .count-down-bottom .bottom-title {
    padding-top: 35px;
    margin: 0px 0px 35px 20px;
}

.bidding-box .bottom-input {
    width: 374px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.bidding-box .bottom-input input {
    width: 100%;
    height: 100%;
}

.bidding-box .bottom-btn {
    width: 374px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.bidding-box .bottom-btn span {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.bidding-box .bottom-btn::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 380px;
    top: -6px;
    background: url(../image/zl-icon-doubt.png);
}

/* 多轮报价 */

/* 自由竞价，无起始价 */
.free-bidding-noprice .bidding-left {
    height: 504px;
}

.free-bidding-noprice .bidding-count-down .count-down-center {
    padding-top: 20px;
    height: 93px;
    line-height: normal;
}

.free-bidding-noprice .bidding-count-down .count-down-center-supplier {
    font-size: 14px;
    color: #74787d;
    line-height: 14px;
    margin-top: 20px;
}

.free-bidding-noprice .count-down-top {
    padding-bottom: 55px;
    border-bottom: 1px solid #dfdfdf;
}

.free-bidding-noprice .bottom-input {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.free-bidding-noprice .bottom-input input {
    width: 344px;
    border: 0;
    border-right: 1px solid #dfdfdf;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    float: left;
}

.free-bidding-noprice .bottom-input .bottom-input-btn {
    float: right;
    width: 30px;
    height: 100%;
}

.free-bidding-noprice .bottom-input .bottom-input-btn a {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #999999;
    background-color: #fff;
}

.free-bidding-noprice .bottom-input .add-btn {
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0px 5px 0px 0px;
}

.free-bidding-noprice .bottom-input .sub-btn {
    height: 24px;
    line-height: 24px;
    border-radius: 0px 0px 5px 0px;
}

/* 自由竞价，无起始价 */

/* 自由竞价，有起始价 */
.free-bidding-hasprice .count-down-top {
    padding-bottom: 0;
}

.free-bidding-hasprice .start-price {
    height: 55px;
    line-height: 55px;
}

.free-bidding-hasprice .start-price .start-price-tips, .free-bidding-hasprice .start-price .start-price-unit {
    color: #a0a3a6;
}

.free-bidding-hasprice .quote-range {
    text-align: center;
    font-size: 16px;
    color: #1a2531;
    padding-top: 30px;
}

.free-bidding-hasprice .quote-range input {
    width: 189px;
    height: 40px;
    margin: 0 5px;
}

.free-bidding-hasprice .quote-price {
    font-size: 16px;
    color: #1a2531;
    margin: 30px 0 63px 20px;
}

.free-bidding-hasprice .quote-price span {
    font-weight: 700;
}

/* 自由竞价，有起始价 */

/* 自由竞价--按明细 */
.free-bidding-detail-box .table_con_list {
    padding-top: 21px;
    padding-bottom: 33px;
}

.free-bidding-detail .bidding-quote-cont {
    width: auto;
}

.free-bidding-detail .bidding-quote-cont > div {
    float: inherit;
}

.free-bidding-detail .count-down {
    height: auto;
    width: auto;
    border: 0;
}

.free-bidding-detail .count-down > div:first-child {
    border-bottom: 1px solid #eaedf2;
}

.free-bidding-detail .count-down-box {
    height: 68px;
    width: 459px;
    margin: 0 auto 20px;
}

.free-bidding-detail .count-down-box .count-down-content {
    margin-top: 0;
}

.free-bidding-detail .count-down-box > div {
    float: left;
}

.free-bidding-detail .count-down-box .count-down-title {
    font-size: 18px;
    line-height: 68px;
    margin-right: 18px;
}

.free-bidding-detail .total-price-box {
    text-align: center;
}

.free-bidding-detail .total-price-box {
    font-size: 16px;
}

.free-bidding-detail .quote-statistics span {
    color: #ff0000;
    font-weight: 700;
    text-decoration: underline;
}

.free-bidding-detail .count-down .total-price-box {
    margin-top: 33px;
}

.free-bidding-detail .count-down .total-price-cont {
    margin-top: 25px;
}

.free-bidding-detail .total-price-box .total-price-tips {
    font-weight: 700;
}

.free-bidding-detail .total-price-box .total-price-num {
    font-weight: 700;
    font-size: 22px;
    color: #ff0000;
}

.free-bidding-detail .total-price-box span:nth-child(3) {
    font-size: 14px;
}

/* 自由竞价--按明细 */

/*.work_flow_bar_box{
    width: 300px;
    overflow: hidden;
}

.zl-table-type-2 .work_flow_bar{
   width: 300px;
    margin-bottom: -17px;
    margin-right: -17px;
}



.zl-table-type-2 .work_flow_bar{
     width: 500px;
}*/

.zl-table-type-2 a.zl-b-a {
    font-size: 14px;
    color: #1a2531;
    font-weight: bold;
}

.zl-bottom-box {
    height: 50px;
}

.zl-bottom-box .baocun {
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px -1px 11px rgba(0, 0, 0, 0.2);
    margin: 0px;
    margin-bottom: 0px;
    z-index: 999;
}

.zl-bottom-box .baocun .btn,
.zl-bottom-box .baocun .btn_important {
    margin: 10px 0;
}

/* 监管补充 */
.table_box {
    border-left: none;
}

.table_details td {
    color: #1a2531;
}

.filedata-FR {
    display: inline-block;
}

.divMainContent .table-div {
    background: #ffffff;
}

.zl-jianguan-ckqyxx input {
    max-width: 300px;
}

.table_con_list {
    padding: 24px 00px 13px;
}

section {
    text-align: left;
}

.main_con {
    padding: 0 30px 20px 30px;
    background: #fff;
    margin-bottom: 25px;
}

.main_con1 {
    padding: 0 30px 0px 30px;
    background: #fff;
    margin-bottom: 25px;
}

.zl-replied-box .span-list textarea {
    margin-top: 25px;
}

.zl-replied-box .span-list span.btn_default {
    color: #1f72fa;
    margin-left: 10px;
}

/* 非招样式 */
.datagrid-view,
.datagrid-view .datagrid-body table tr:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.blue {
    color: #1f72fa;
}

.zl-table-yinheng {
    width: 100%;
}

.zl-table-yinheng table {
    border: 1px solid #eaedf2;
}

.zl-table-yinheng table td {
    text-align: left;
    padding: 10px 20px;
    border-right: 1px solid #eaedf2;
}

.zl-table-yinheng table tr {
    border-bottom: 1px solid #eaedf2;
}

.zl-table-yinheng table tr:last-child {
    border-bottom: none;
}

.zl-table-yinheng table td:last-child {
    border-right: none;
}

.zl-table-yinheng table th {
    text-align: left;
    padding: 0 20px;
    border-right: 1px solid #eaedf2;
}

.woyaobaojia{
    padding: 0 15px;
    border-radius:3px;
}

/* 审核 */
#spJiLu{

}

#fyhjlist tbody tr:first-child td,
#spJiLu tbody tr:first-child th{
    background: #e9eff5;
}

.main_con1_diy .table_con_list{
    padding-left: 30px;
    padding-right: 30px;
}

#warmPromptModal{
    z-index: 1!important;
}

#warmPrompt{
    z-index: 999!important;
}

.table_con_list .datagrid-wrap .datagrid-pager.pagination table td{
    min-width: 0;
}

.zl-zdy-table-1 .datagrid-view table{
    width: 100%;
}

.qd-test{
    display: none;
}

.table_con_list .zl-table-box table th:not(:nth-of-type(1)),
.table_con_list .zl-table-box table td:not(:nth-of-type(1)) {
    min-width: 40px;
}

.page-content{
    margin-top: 20px;
}
.btn.btn_border[readonly]:hover,
.btn_default[readonly]:hover,
#save_btn[readonly]:hover,
.baocun .btn[readonly]:hover,
.submit_btn[readonly]:hover {
    background: transparent;
    cursor: not-allowed;
}

.btn.btn_border[readonly],
.btn_default[readonly],
#save_btn[readonly],
.baocun .btn[readonly],
.submit_btn[readonly] {
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    cursor: not-allowed;
}

