body {
    font-family: "微软雅黑" !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

/*360浏览器你的扩展中心*/
.trans-tooltip {
    display: none;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    font-family: "微软雅黑";
}

ul li {
    list-style: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

/*a { user-select: none; -moz-user-select: none; -ms-user-select: none; }*/

/*左右排列的div*/
.floatdiv {
    position: relative;
    float: left;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.fr {
    float: right !important;
}

.btn {
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    margin: 3px;
    height: 26px;
    border-radius: 3px;
    padding: 2px 6px;
}

.btn-blue {
    color: #fff;
    background-color: #3c93dc;
    border-color: #2d87d3;
}

.btn-grey {
    color: #a59d9d;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
    cursor: not-allowed;
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #dedede;
}

.btn-blue2 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-tiny {
    padding: 0px 5px;
    height: 22px;
}

.btn2 {
    width: 53px;
}

.btn4 {
    width: 80px;
}

.btnx {
    /*padding: 5px 10px;*/
}

.btn:hover {
    color: #2e2e2e;
    background-color: #ebebeb;
}

.btn-blue:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2d87d3;
}

.btn-grey:hover {
    color: #a59d9d;
    background-color: #d2d2d2;
    border-color: #d2d2d2;
}

.btn-blue2:hover {
    color: #333;
    background-color: #d7e8fd;
    border-color: #7da2ce;
}

.qyui-ul {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.qyui-ul li {
    height: 36px;
    padding: 2px;
    line-height: 36px;
    text-align: left;
    overflow: hidden;
    padding-left: 10px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}

.qyui-ul li.current {
    background-color: #fff3a1;
}

.qyui-cell {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.qyui-cell.wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
}

.qyui-cell.row {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    margin-left: 0;
    margin-right: 0;
    min-height: 1px;
    min-width: 1px;
}

.qyui-cell.col {
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    min-width: 1px;
    min-height: 1px;
}

.qyui-cell > .qyui-cell:not(.row):not(.col) {
    flex: 0 1 auto;
}

.qyui-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

/*直接指定的card*/
.qyui-card {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    margin-left: 0;
    margin-right: 0;
    min-width: 1px;
    min-height: 1px;
}

.qyui-card-title {
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    border-bottom: 1px solid #e7eaf0;
    /*box-sizing: border-box;*/
    background: #f4f6f9;
    display: flex;
    flex: 0 1 auto;
}

.qyui-card-body {
    flex: 1;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    margin-left: 0;
    margin-right: 0;
    min-height: 1px;
    min-width: 1px;
}

.qyui_nav {
    position: relative;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.qyui_nav_item {
    position: relative;
    float: left;
    display: block;
    transition: all 0.3s linear;
    cursor: pointer;
    margin: 0px;
    padding: 0 6px;
    height: 45px;
    line-height: 45px;
    color: #eee;
    box-sizing: border-box;
}

.qyui_nav_item:hover,
.qyui_nav_item.qyui_this {
    background-color: rgba(0, 0, 0, 0.1);
}

.pd0 {
    padding: 0 !important;
}

.pd2 {
    padding: 2px;
    box-sizing: border-box;
}

.pd4 {
    padding: 4px;
    box-sizing: border-box;
}

.pd6 {
    padding: 6px;
    box-sizing: border-box;
}

.pd8 {
    padding: 8px;
    box-sizing: border-box;
}

.pd10 {
    padding: 10px;
    box-sizing: border-box;
}

.pd20 {
    padding: 20px;
    box-sizing: border-box;
}

.bd {
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.bdl {
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
}

.bdr {
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
}

.bdb {
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}

.bdt {
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
}

.bd-ccc {
    border-color: #ccc;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.block {
    display: block;
}

.pointer {
    cursor: pointer;
}


/*Excel导入*/
.importExcelLeft {
    width: 280px;
    height: 150px;
    border-right: solid 1px #ccc;
}

.importExcelRight {
    background-color: #f5f5f5;
}

.importExcelTitleDiv {
    width: 100%;
    height: 30px;
}

.importExcelTitle {
    font: 9pt/12pt Arial, Times New Roman, "宋体";
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    background-color: #f5f5f5;
}

.importExcelQuert {
    width: 100%;
    height: 120px;
    overflow: auto;
}

.importExcelFile {
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
    text-align: center;
}

.importExcelBtn {
    background: url(../../images/Card/btn.jpg) repeat-x;
    border: 1px #78a0aa solid;
    height: 24px;
    font-size: 12px;
    padding: 0 6px;
    cursor: pointer;
}

/*修改密码 退出系统*/

.MainPageLeft {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.MainPageRight {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 200px;
    top: 0px;
}

/*合计行样式

*/
.sumUpDiv {
    text-align: right;
    height: 26px;
}

/*附件按钮窗口的样式*/
.accbtnborder {
    background-color: #f5f5f5;
    border-left: 1px solid #ccc;
    height: 500px;
    width: 200px;
    font-size: 13px;
    color: #666666;
    box-sizing: border-box;
}

.accbtndiv {
    height: 35px;
    line-height: 35px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: #70bfed dotted 1px;
}

.accbtndiv image {
    border: 0px;
    vertical-align: middle;
    cursor: pointer;
}

.accbtndiv button {
    float: none;
    line-height: 22px;
}

.filequence {
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: #70bfed dotted 1px;
    text-align: center;
    padding: 2px 10px;
}

/*下拉列表的表头*/


/*密码校验相关*/
.pw-strength {
    clear: both;
    position: relative;
    top: 8px;
    width: 180px;
}

.pw-bar {
    background: url(../../images/MainPage/pwd-1.png) no-repeat;
    height: 14px;
    overflow: hidden;
    width: 179px;
}

.pw-bar-on {
    background: url(../../images/MainPage/pwd-2.png) no-repeat;
    width: 0px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 2px;
    transition: width 0.5s ease-in;
    -moz-transition: width 0.5s ease-in;
    -webkit-transition: width 0.5s ease-in;
    -o-transition: width 0.5s ease-in;
}

.pw-weak {
    display: inline-block;
    position: relative;
    width: 100%;
}

.pw-weak .pw-defule {
    width: 0px;
}

.pw-weak .pw-bar-on {
    width: 60px;
}

.pw-medium .pw-bar-on {
    width: 120px;
}

.pw-strong .pw-bar-on {
    width: 179px;
}

.pw-txt {
    padding-top: 2px;
    width: 180px;
    overflow: hidden;
    height: 20px;
}

.pw-txt span {
    color: #707070;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 58px;
}

.spanCss {
    color: #707070;
    float: left;
    font-size: 12px;
    text-align: center;
}

.btnCell {
    float: left;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    margin: 2px;
    line-height: normal;
    height: 26px;
    border-right-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btnxCell {
    padding: 3px 5px;
}

/* 调整后新样式*/
/*角色设置*/
.settingmain {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.settingTitle {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    background-color: #f5f5f5;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-left: 0px;
}

.settingLeft {
    position: absolute;
    width: 300px;
    height: 100%;
    overflow: hidden;
}

.settingRight {
    position: absolute;
    left: 300px;
    width: 100%;
    height: 100%;
    margin-left: -1px;
    border-left: 1px solid #ccc;
}

.settingList {
    border: 1px solid #ccc;
    margin-top: -1px;
    overflow: auto;
    border-left: 0px;
}

.settingbottom {
    position: absolute;
    height: 36px;
    line-height: 37px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    width: 100%;
}

.Roleleftdiv {
    height: 26px;
    padding: 2px;
    line-height: 26px;
    font-family: Arial, Helvetica;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    padding-left: 10px;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px dotted #70bfed;
    box-sizing: border-box;
}

.Roleleftdiv input {
    margin-left: 10px;
    vertical-align: middle;
}

.Roleleftdiv label {
    margin-left: 10px;
    vertical-align: middle;
}

.clicked {
    background-color: #d1e7f6;
}

/*操作权限*/
.pertable {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    font-family: "宋体";
}

.pertable tr {
    height: 30px;
}

.pertable tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.pertable th {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
}

.pertable tr td {
    border: 1px solid #ddd;
    text-align: center;
}

.pertable tr th:first-child {
    width: 200px;
}

.pertable tr td:first-child {
    width: 200px;
    text-align: left;
    text-indent: 10px;
}

.trclick {
    background-color: #fff3a1 !important;
}

/*指定审批人*/

.assignmain {
    width: 100%;
    height: 440px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    font-family: "宋体";
    box-sizing: border-box;
}

.assignmain div {
    box-sizing: border-box;
}

.assignTitle {
    height: 34px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-family: "宋体";
    font-weight: bold;
    background-color: #c1dad7;
    text-indent: 10px;
}

.assignbottom {
    background-color: #f5f5f5;
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #ddd;
    padding: 0;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.assignLeft {
    width: 33%;
    height: 100%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.assignList {
    height: 405px;
    width: 100%;
    overflow: auto;
    font-size: 12px;
}

.two_way_list_selector {
    width: 67%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.two_way_list_selector .select_l,
.two_way_list_selector .select_r {
    width: 45%;
    height: 100%;
    float: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.two_way_list_selector .select_r {
    border-right: 0px;
}

.two_way_list_selector .select_l .select_a,
.two_way_list_selector .select_r .select_b {
    width: 100%;
    height: 405px;
    overflow: auto;
}

.two_way_list_selector .select_l .select_a div,
.two_way_list_selector .select_r .select_b div {
    padding: 3px;
    padding-left: 10px;
    height: 30px;
    line-height: 26px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.two_way_list_selector .select_l .select_a div:last-child,
.two_way_list_selector .select_r .select_b div:last-child {
    border-bottom: none;
}

.two_way_list_selector .select_l .select_a .is_select,
.two_way_list_selector .select_r .select_b .is_select {
    color: #fff;
    background: #3399ff;
}

.two_way_list_selector .select_btn {
    width: 10%;
    height: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.two_way_list_selector .select_btn .select_btn_div {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.two_way_list_selector .select_btn .select_btn_div input {
    width: 80%;
    text-align: center;
    font-weight: 100;
    color: black;
    font-family: "宋体";
    font-weight: bold;
    font-size: 12px;
}

.two_way_list_selector .select_btn .option,
.two_way_list_selector .select_l .option,
.two_way_list_selector .select_r .option {
    height: 34px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    background-color: #c1dad7;
    font-family: "宋体";
    font-weight: bold;
}

.two_way_list_selector .select_l .option .l,
.two_way_list_selector .select_r .option .l {
    width: 100%;
    float: left;
    text-indent: 10px;
}

/*搜索框*/
.tab_search {
    background-color: white;
    border: 0px;
    float: right;
    right: 20px;
    position: relative;
    margin-top: 3px;
}

.searchinput {
    border-right-width: 0px;
    padding-left: 3px;
    width: 100px;
    font-family: "宋体";
    float: left;
    border-top-width: 0px;
    border-bottom-width: 0px;
    font-size: 12px;
    vertical-align: middle;
    border-left-width: 0px;
    margin-right: 3px;
}

.tab_search {
    border-bottom: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    height: 25px;
    border-top: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
}

.searchaction {
    width: 21px;
    float: left;
    height: 17px;
}

.assignbutton {
    padding: 0px;
    float: none;
}

.rot1 {
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.rot2 {
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.rot3 {
    -o-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.citys {
    width: 100%;
    height: 295px;
    display: inline-block;
    padding: 10px;
    overflow: auto;
    box-sizing: border-box;
}

/*出差选择地市*/
.citys a {
    width: 83px;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
    text-decoration: none;
}

.citys a:hover {
    color: #fff;
    background-color: #56b4f8;
}


.citysected {
    color: #fff;
    background-color: #56b4f8 !important;
}

.sectproinfo {
    width: 191px;
    height: 22px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    padding: 2px 0;
    color: #000000;
    z-index: 199999;
}

.sectproinfo option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.proinfotop {
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
}

.proinfotop .proinfo {
    height: 30px;
    width: 60px;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}

.proinfotop .proinfo input {
    width: 360px;
    border: 1px solid #ccc;
    vertical-align: bottom;
    height: 24px;
    line-height: 24px;
}

.proinfotop .proinfo img {
    margin: 0px 10px;
    cursor: pointer;
}

.proinfotop .proinfo.imglast {
    margin: 0px 10px;
    cursor: pointer;
    text-align: left;
}

.proinfotop .proinfo.imgfir {
    margin: 0px 10px;
    cursor: pointer;
    text-align: right;
}

.proinfotop .proinfo input.edit {
}

.proinfotop .proinfo input.delete {
    display: none;
}

/*.proinfo .item input { width: 300px; height: 25px; font-family: 'Arial Normal', 'Arial'; font-weight: 400; font-style: normal; font-size: 13px; text-decoration: none; color: #000000; text-align: left; }*/
.rot1 {
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.rot2 {
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.rot3 {
    -o-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*催办相关*/
.tag {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 5px 3px 0 3px;
}

.tag.timeout {
    background: url(../../images/MainPage/TimeOut.png) no-repeat center center;
    background-size: 18px;
}

.tag.urge {
    background: url(../../images/MainPage/Urge.png) no-repeat center center;
    background-size: 18px;
}

.tag.return {
    background: url(../../images/MainPage/Return.png) no-repeat center center;
    background-size: 18px;
}
.tag.redflag {
    background: url(../../images/MainPage/RedFlag.png) no-repeat center center;
    background-size: 18px;
}
.tag.readed {
    background: url(../../images/MainPage/readed.png) no-repeat center center;
    background-size: 18px;
}

.tag.greyflag {
    background: url(../../images/MainPage/GreyFlag.png) no-repeat center center;
    background-size: 18px;
}

.tag.receiveContract {
    background: url(../../images/MainPage/Receive.png) no-repeat center center;
    background-size: 18px;
}

.tag.payContract {
    background: url(../../images/MainPage/Pay.png) no-repeat center center;
    background-size: 18px;
}

.tag.nullContract {
    background: url(../../images/MainPage/Null.png) no-repeat center center;
    background-size: 18px;
}

.tag.Start {
  background: url(../../images/MainPage/Start.png) no-repeat center center;
  background-size: 18px;
}
.tag.Normal {
  background: url(../../images/MainPage/Normal.png) no-repeat center center;
  background-size: 18px;
}
.tag.End {
  background: url(../../images/MainPage/End.png) no-repeat center center;
  background-size: 18px;
}
.tag.CZZJ {
    background: url(../../images/MainPage/CZZJ.png) no-repeat center center;
    background-size: 18px;
}
/**初始化加载层*/
.qyui_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1000;
}

.qyui_loader .qyui_loader_inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1e9fff;
    animation: spin 2s linear infinite;
}

.qyui_loader .qyui_loader_inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1e9fff;
    animation: spin 3s linear infinite;
}

.qyui_loader .qyui_loader_inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1e9fff;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.layui-layer-btn {
    background-color: #F5F5F5;
    padding: 0 15px 5px 15px !important;
}



.el-form-item {
    margin-bottom: 6px !important;
}

/*带规则的需要显示错误信息*/
.el-form.withRules .el-form-item {
    margin-bottom: 22px !important;
}

.el-form-item__label {
    padding: 0 4px 0 0;
}

.el-input__inner {
    padding: 0 5px;
}

.el-input--suffix .el-input__inner {
    padding-right: 20px;
}

.el-dropdown-menu.el-popper.el-dropdown-menu--mini {
    padding: 5px;
}

/*elementui*/
/*为了和layer样式一样 统一样式*/
.el-dialog__header {
    background-color: #3c93dc;
    padding: 0 80px 0 20px !important;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el-dialog__body {
    padding: 5px 10px !important;
}

.el-dialog__headerbtn {
    top: 10px !important;
    right: 15px !important;
    font-size: 20px !important;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #fff !important;
}

/*1、统一默认 tab 占满、content 内边距10px*/
.qyui-cell > .el-tabs.el-tabs--left  {
    height: 100%;
}

.qyui-cell > .el-tabs.el-tabs--left > .el-tabs__content {
    height: 100%;

}

.qyui-cell > .el-tabs.el-tabs--left > .el-tabs__content > .el-tab-pane {
    height: 100%;

}
.qyui-cell > .el-tabs.el-tabs--top {
    height: 100%;
    width: 100%;
}

.qyui-cell > .el-tabs.el-tabs--top > .el-tabs__content {
    /*55是头部40+下边距15*/
    height: calc(100% - 56px);
    /*上面已经有15的间距了*/
    padding: 0 10px 10px 5px;
    box-sizing: border-box;
}


/*.qyui-cell > .el-tabs.el-tabs--top > .el-tabs__content {*/
/*    height: calc(100% - 40px);*/
/*    padding: 0;*/
/*}*/

/*1、需要content 内边距为0 加pd0*/
.qyui-cell > .el-tabs.el-tabs--top.pd0 > .el-tabs__content {
    height: calc(100% - 40px);
    padding: 0;
}


.qyui-cell > .el-tabs.el-tabs--top > .el-tabs__content > .el-tab-pane {
    height: 100%;
}


.el-table .caret-wrapper {
    height: 23px !important;
}

.el-table .sort-caret.ascending {
    top: 0 !important;
}

.el-table .sort-caret.descending {
    bottom: 0 !important;
}


.layui-layer .zs-table .cell {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

/*下拉窗口表格样式*/

.valueset-table.el-table .el-table__body-wrapper {
    background: #fbfbfb;
}


/*查询条件*/
.valueset_queryform .el-form-item__content {
    width: 120px;
}


.valueset_queryform .el-input-group__append {
    padding: 0 12px
}

.valueset_queryform .el-input__suffix {
    right: 1px
}

.el-pagination.el-pagination--small .el-select .el-input__inner {
    height: 22px;
    line-height: 22px;
}


/*.el-button*/

.reportLoad {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    display: none;
    text-align: center;
    font-size: 20px;
    padding-top: 100px;
}


.pan_menu {
    position: absolute;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;

}

.panTreeNodeOper {
    position: absolute;
    right: 10px;
    color: #1890FF;

}

/*解决“个人中心”在小分辨率下，底部显示不全*/
.accountFix.qyui-cell > .el-tabs.el-tabs--left > .el-tabs__content {
    overflow-y: auto !important;
}

.hideItem {
  display: none
}

.textRightButton {
    color: #0081ff;
    float: right;
    text-decoration: underline;
}


.checkinfo-menu{
    background-color: red;
    position: relative;
}

.checkinfo-menu .sub-menu{

    position: absolute;
    top:30px;
    width:300px;
    height: 300px;
    overflow: auto;
}
.select2-container{
    /*为了防止在layer的弹出中使用select被遮挡*/
    z-index: 20001;
}

.pan_layout_header {
    background: url("../../images/MainPage/banner_bg.png");
}

.MainPage_Header_Content {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url("../../images/MainPage/topbg.png");
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 12px;
    background-position: right 0;
}

.MainPage_Header_Content .qyui_nav_item {
    height: 60px;
    line-height: 60px;
}

.MainPage_Header_Logo {
    height: 60px;
    min-width: 480px;
    float: left;
    /*background: url(../../Project/Gov/images/logo_main.png) no-repeat 10px center;*/
}


.MainPage_Header_Nav {
    position: absolute;
    height: 60px;
    top: 0;
    right: 240px;
}

.MainPage_Header_Nav li {
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
    width: 80px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ddd;
    box-sizing: border-box;
}

.MainPage_Header_Nav li.active,
.MainPage_Header_Nav li:hover {
    border-bottom: 3px solid #ffb800;
    color: #fff;
}

.MainPage_Header_LoginInfo .qyui_menu {
    background-color: #efefef;
    padding: 6px 10px;
    border-width: 1px;
}

.MainPage_Header_LoginInfo .qyui_menu a {
    color: #666;
    padding: 6px 12px;
}

.MainPage_Header_LoginInfo .qyui_menu a:hover {
    background-color: #058ad6;
    color: #fff;
}

.MainPage_Nav {
    position: relative;
    float: left;
    height: 100%;
    width: 200px;
    box-sizing: border-box;
    z-index: 2;
}

.MainPage_ContentBox {
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-left: 200px;
    z-index: 1;
}

.MainPage_Content {
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    z-index: 3;
}


/*个人信息*/
.userinfo_line_div {
    width: 44%;
    display: inline-block;
    padding: 5px 10px 5px 0px;
}

.userinfo_group_div {
    width: 490px;
    padding-top: 10px;
    font-family: "宋体";
}

.userinfo_line_div input {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 20px;
    font-family: "宋体";
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

userinfo_line_div label {
    vertical-align: middle;
}


.menubg {
    background-repeat: no-repeat;
    background-image: url("../../images/Menu/menu-icon.png");
    display: inline-block;
    vertical-align: middle;
}


/* 个人桌面、单据查询页面 */
.trg {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    left: 203px;
    top: 20px;
}


.fulltextsearch .List {
    font-size: 14px;
    border-top: 1px #ccc dashed;
    margin-top: 10px;
    overflow: auto;
}

.fulltextsearch .List li {
    border-bottom: 1px solid #ccc;
    padding: 1%;
    font-family: "微软雅黑";
    float: left;
    width: 98%;
}

.fulltextsearch .List li:last-child {
    border-bottom: none;
}

.fulltextsearch .List div { /*padding: 8px 15px;*/
    float: left;
    width: 100%;
}

.fulltextsearch .List div.docdesc {
    display: inherit;
    line-height: 22px;
    color: #333;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0; /*margin:0 13px;*/
    margin-top: 5px;
}

.fulltextsearch .List .bot-info {
    color: #999;
    padding-top: 20px;
    font-size: 13px;
    float: left;
    width: 100%;
}

.fulltextsearch .List .doctype {
    border: 1px solid #ccc;
    padding: 5px;
    float: right;
}

.fulltextsearch .doccount {
    color: #999;
    padding-left: 10px;
}


.menuTree .el-tree-node__content {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cdcdcd;
    background: #f4f6f9;
}

.menuItemArrow {
   display: flex;
    flex:1;
    flex-flow:row-reverse;
    padding-right: 10px;
}
.firstMenuItem{
    color:#666666;
    font-size: 13px;
}
.childMenuItem{
    color:#777777;
}

.menuItemName{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.menuItemIcon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    background-position: center center;
    background-size: auto;
}


.menuItemIcon {
    background-repeat: no-repeat;
    background-image: url("../../images/Menu/menu-icon.png");
    vertical-align: middle;
    display: flex;
    flex: none;
}

.menuItemIcon.right {
    background-image: url("../../images/Menu/right.png") !important;
    transition: 0.3s;
}
.menuItemIcon.right.down {
    transform:rotate(90deg);
 }
.treeItemIcon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url("../../images/tree.png");
    display: inline-block;
    vertical-align: middle;
}

.menuItemIcon.icon-2 {
    background-position: -20px 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.menuItemIcon.mulu {
    background-position: -40px 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.menuItemIcon.wendang2 {
    background-position: -60px 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.menuItemIcon.wendang {
    /*background-position: -80px 0;*/
    background-position: -20px 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
}

.panTreeNode {
    width: 100%;
    display: flex;
    align-items: center;
    flex:1;
    overflow:hidden;
}

.panTreeNode .filter {
    color: #8b0000 !important;
    font-weight: bold;
}

.panTree .el-tree-node__content {
    height: 24px;
    line-height: 24px;
    user-select: none;
}
@media only screen and (max-width: 1316px) {
    #MainPage_Header_nav_center {
        display: none;
    }
}

.el-table--scrollable-x .el-table__body-wrapper {
    /*修复某些高度恰好出现横向滚动，又不会出现纵向滚动时，横向遮挡内容的问题*/
    overflow-y: auto;
    /*需求：XMXQ20250422-0001。修复冻结列，冻结部分选中滚动条无法拖动的问题*/
    z-index: 1;
}
.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar{
    /*border-radius: 5px ;  */
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);  background-color: #efefef;
    width: 10px;
    height: 10px;
}
/*::-webkit-scrollbar-thumb{*/
/*    border-radius: 5px ;  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);  background-color: red;*/
/*}*/

/* 滚动条轨道 */
.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 0px;*/
}

/* 滚动条滑块 */
.el-table--scrollable-x .el-table__body-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.9);

}

.CardWindowLayout {
    /*position: relative;*/
    height: 100%;
    width: 100%;
    /*overflow: hidden;*/
}

.CardWindowContainer {
    height: 100%;
    width: 100%;

}


.CardWindowToolbar {
    /*height: 34px;*/
    /*padding: 0 10px;*/

}


.CardWindowPager {
    height: 34px;
    padding: 0 10px;
}

.CardWindowToolbar button {
    padding-left: 26px;
    background-position: 5px;
    background-repeat: no-repeat;
    background-image: url("../../images/Toolbar/Common.png")
}

.CardWindowToolbar button[name=Find] {
    background-image: url("../../images/Toolbar/Find.png")
}

.CardWindowToolbar button[name=Add] {
    background-image: url("../../images/Toolbar/Add.png")
}

.CardWindowToolbar button[name=Edit] {
    background-image: url("../../images/Toolbar/Edit.png")
}

.CardWindowToolbar button[name=Save] {
    background-image: url("../../images/Toolbar/Save.png")
}

.CardWindowToolbar button[name=Cancel] {
    background-image: url("../../images/Toolbar/Cancel.png")
}

.CardWindowToolbar button[name=Delete] {
    background-image: url("../../images/Toolbar/Delete.png")
}

.CardWindowToolbar button[name=SelectBudget] {
    background-image: url("../../images/Toolbar/SelectBudget.png")
}

.CardWindowToolbar button[name=Attacher] {
    background-image: url("../../images/Toolbar/Attacher.png")
}

.CardWindowToolbar button[name=Print] {
    background-image: url("../../images/Toolbar/Print.png")
}

.CardWindowToolbar button[name=OutPutExl] {
    background-image: url("../../images/Toolbar/Callout.png")
}

.CardWindowToolbar button[name=Submit] {
    background-image: url("../../images/Toolbar/Submit.png")
}

.CardWindowToolbar button[name=BringBack] {
    background-image: url("../../images/Toolbar/BringBack.png")
}

.CardWindowToolbar button[name=Approve] {
    background-image: url("../../images/Toolbar/Approve.png")
}

.CardWindowToolbar button[name=Reject] {
    background-image: url("../../images/Toolbar/Reject.png")
}

.CardWindowToolbar button[name=Urge] {
    background-image: url("../../images/Toolbar/Urge.png")
}

.CardWindowToolbar button.CheckInfo {
    float: right;
    background-image: url("../../images/Toolbar/CheckInfo.png")
}

.CardWindowToolbar button.ViewWorkFlow {
    float: right;
    background-image: url("../../images/Toolbar/ViewWorkFlow.png")
}

.CardWindowToolbar button.CheckCert {
    float: right;
    background-image: url("../../images/Toolbar/CheckCert.png")
}

.CardWindowToolbar button.Regulation {
    float: right;
    background-image: url("../../images/Toolbar/Regulation.png")
}
.CardWindowToolbar button.DocumentModifyRecords {
    float: right;
    background-image: url("../../images/Toolbar/Report.png")
}

.CardWindowToolbar button .iconfont {
    font-size: 15px;
}

.CardWindowToolbar .barCodeImg {
    display: inline-block;
    float: right;
    padding-right: 20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.CardWindow {
    position: relative;
    height: 100%;
    width: 100%;
}

.GridContainer {
    position: relative;
    height: 100%;
    width: 100%;
}

.GridContent {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}


.CardContainer {
    /*position: relative;*/
    height: 100%;
    width: 100%;
    /*background-color: #fafafa;*/
    overflow-x: auto;
    overflow-y: auto;
    /*border-top: #dedede solid 1px;*/
    /*box-sizing: border-box;*/
    /*border-top-width: 0px;*/
    /*padding-bottom: 30px*/
}

.CardGroup {
    width: 100%;
    position: relative;
    float: left;
}

.CardGroupTitle {
    height: 25px;
    cursor: pointer; /*background: url(../../images/Card/tableheader29.jpg) repeat-x;*/
    background: #ddd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}


.CardGroupImg {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background-image: url("../../images/CardWindow/Group_Img.gif");
    background-repeat: no-repeat;
    background-position: -48px 0;
}

.CardGroupText {
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    line-height: 25px;
    height: 25px; /*color: #045279;*/
    color: #000; /*user-select: none;*/
}

.CardGroupCollapse .CardGroupImg {
    background-position: 0px 0;
}

.CardLineList {
    float: left;
    width: 100%;
    background-color: #fafafa;
    padding: 10px 0;
    box-sizing: border-box;
}

.CardGroupCollapse .CardLineList {
    display: none;
}

.CardLine {
    float: left;
    width: 100%;
    background-color: #fafafa;
    padding-top: 5px;
    padding-left: 4px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.CardDispUnit {
    position: relative;
    float: left;
    /*height: 28px;*/
    /*margin: 1px 0;*/
}

.CardDispUnitLabel {
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
    font-size: 13px;
    padding-right: 5px;
    font-weight: bold;
    box-sizing: border-box;
    height: 28px;
}

.NullAbleFlag {
    color: red;
    visibility: hidden;
}

.CardDispUnitContent {
    display: table-cell;
    height: 28px;
    box-sizing: border-box;
    /*width: 100%;*/
    border: 1px solid #aeaeae;
    border-width: 0 0 1px 0;
    vertical-align: bottom;
    cursor: text;
}

.GridContainer .CardDispUnitContent {
    height: 32px;
}

.CardDispUnitInput {
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    font-size: 13px;
    color: #555;
}

.hasBtn .CardDispUnitInput {
    padding-right: 20px;
}

.CardDispUnitInputNum {
    ime-mode: disabled;
    text-align: right;
    padding-right: 1px
}

.CardDispUnitCheckbox {
    cursor: pointer;
    vertical-align: middle;
    width: 18px;
    height: 28px;
    line-height: 26px;
    background: url(../../images/CardWindow/chbx.gif);
    background-repeat: no-repeat;
    background-position: -18px 0;
    display: block;
}

.CardDispUnitCheckbox.checked {
    background-position: 0px 0;
}

.CardDispUnitCheckbox.disabled {
    background-position: -54px 0;
}

.CardDispUnitCheckbox.checked.disabled {
    background-position: -36px 0;
}

/*.CardDispUnit.edit .CardDispUnitCheckbox {*/
/*    background-position: -18px 0;*/
/*}*/

/*.CardDispUnit.edit .CardDispUnitCheckbox.checked {*/
/*    background-position: 0 0;*/
/*}*/

/*.CardDispUnitRadio { }*/
.CardDispUnitRadio label {
    cursor: pointer;
    margin-right: 5px;
    margin-left: 2px;
}

.CardDispUnitRadio input {
    cursor: pointer;
    margin-left: 5px;
}

.CardDispUnitRightButton {
    position: absolute;
    top: 1px;
    right: 2px;
    display: none;
    height: 26px;
    vertical-align: bottom;
    cursor: pointer;
    width: 20px;
    padding: 0 !important;
    background-repeat: no-repeat;
}

.GridContainer .CardDispUnitRightButton {
    height: 32px;
}

.CardDispUnitRightButton.List {
    background-image: url(../../images/CardWindow/ListImage.png);
}

.GridContainer .CardDispUnitRightButton.List {
    background-image: url(../../images/CardWindow/ListImage2.png);
}

.CardDispUnitRightButton.Pop {
    background-image: url(../../images/CardWindow/PopImage.png);
}

.GridContainer .CardDispUnitRightButton.Pop {
    background-image: url(../../images/CardWindow/PopImage2.png);
}

.CardDispUnitRightButton.Exec {
    background-image: url(../../images/CardWindow/PopImage.png);
}

.CardDispUnitRightButton.Cale {
    background-image: url(../../images/CardWindow/CaleImage.png);
}

.GridContainer .CardDispUnitRightButton.Cale {
    background-image: url(../../images/CardWindow/CaleImage2.png);
}

.CardDispUnitClaeHide {
    position: relative;
    float: left;
    height: 0px;
    width: 0px;
    border-style: none;
    top: 15px;
}

.CardDispUnit.edit .CardDispUnitContent {
    border-width: 1px;
    background: #fffadd;
    /*width:100%;*/
}

.CardDispUnit.edit .NullAbleFlag {
    visibility: visible;
}

.CardDispUnit.edit.nullable .CardDispUnitContent {
    background: #fff;
}

.CardDispUnit.edit.nullable .NullAbleFlag {
    visibility: hidden;
}

.CardDispUnit.hasBtn.edit .CardDispUnitRightButton {
    display: inline-block;
}

.CardDispUnitTextArea .CardDispUnitLabel {
    vertical-align: top;
}

.CardDispUnitTextArea .CardDispUnitContent {
    border-width: 1px !important;
    height: auto;
}

.CardDispUnitTextArea .CardDispUnitInput {
    padding-top: 4px;
    line-height: inherit !important;
    padding-right: 20px;
    overflow-y: auto;
}

.dhx_combo_edit .CardDispUnit {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 !important
}

.dhx_combo_edit .CardDispUnitLabel {
    display: none;
}

.dhx_combo_edit .CardDispUnitRightButton {
    display: inline-block;
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    top: 0;
    right: 0;
}

.dhx_combo_edit .CardDispUnitContent {
    border-width: 0px !important;
    display: inline-block;
}

.dhx_combo_edit .CardDispUnitInput {
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
}


.zs_cell_edit {
    height: 32px;
    width: 100%;
}

.zs_cell_edit .CardDispUnit {
    width: 100%;
    height: 100%;
}

.zs_cell_edit .CardDispUnitLabel {
    display: none;
}


.zs_cell_edit .CardDispUnitRightButton {
    display: inline-block;
    top: 0;
    right: 0;
}

.zs_cell_edit .CardDispUnitContent {
    height: 32px;
    border-width: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zs_cell_edit .CardDispUnitInput {
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
}

.CardDispUnitFile {
    width: auto;
    float: left;
}

.CardDispUnitFile button {
    bottom: 0px;
    margin: 0px;
}

.CardDispUnitA {
    color: black;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px;
    font-size: 13px;
    padding-top: 6px;
}

/*.CardDispUnitA::before { }*/
.CardDispUnitA:visited {
    color: black;
}

.CardDispUnitA:hover {
    color: red;
}

.CardDispUnitSpecial {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    box-sizing: border-box;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.CardDispUnitSpecial.edit .ui-pg-button {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/*无边框*/
.noborder .CardDispUnitContent {
    border-style: none;
    background: transparent !important;
    text-align: left;
}

/*编辑时显示*/
.editunit {
    display: none;
}

.CardDispUnit.edit .editunit {
    display: inherit;
}

.nullAbleFlag {
    display: none;
}

.noborderdiv {
    border-width: 0px !important;
}

.dispUnitCheckBox {
    background-color: transparent;
    border-style: none;
    height: 16px;
    line-height: 16px;
    vertical-align: sub;
}

.dispUnit_Readonly .dispUnitRightButton {
    display: none;
}

.dispUnitRightButton {
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.dispUnitTextBox {
    background-color: transparent;
    border-style: none;
    text-align: left;
    font-size: 13px;
    height: 24px;
    line-height: 30px;
}

.childPartModels {
    position: relative;
    height: 100%;
    width: 100%;
}


.ParameterContainer {
    width: 100%;
    height: 100%;
    display: table;
    padding: 0 10px;
    box-sizing: border-box
}

.ParameterContainer .NullAbleFlag {
    display: none;
}

.ParameterContainer .CardLine {
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*查询窗口-模糊查询样式*/
.ParameterContainer.Fuzzy input {
    width: 200px;
    height: 24px;
    line-height: 24px;
    margin: 10px 0 0 10px;
}

.ParameterContainer.Fuzzy span {
    display: block;
    margin: 10px;
    color: red
}


/*报表参数样式*/
.ReportParameterContainer .CardDispUnitLabel {
    vertical-align: middle;
}

.ReportParameterContainer .CardDispUnitContent {
    line-height: 26px;
}

.ReportParameterContainer .edit.CardDispUnit .CardDispUnitCheckbox {
    background-position-y: -6px;
}

/*查询窗口-简单查询样式*/
/*查询窗口-复杂查询样式*/
.selectlblDiv {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.documentTab {
    border-bottom: solid 1px #86c166;
    background: #fff;
    width: 100%;
    margin: 3px 0 0 0;
    box-shadow: -1px 1px 4px #868686;
    height: 34px;
}

.documentTab li {
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin: 3px 3px;
    color: #000;
    cursor: pointer;
}

.documentTab li.active {
    border-bottom: solid 3px #86c166;
    color: #86c166 !important
}

/*查询窗口-简单查询样式*/
.SimpleContainer {
    background-color: #fff;
    width: 100%;
    height: 220px;
    overflow: auto
}

.searchLbl {
    float: left;
    text-align: right;
    height: 30px;
    line-height: 27px;
    display: table-cell;
    width: 22%;
    padding-left: 5px;
}

/*审批信息*/
.CheckInfoFix {
    position: relative;
    height: 35px;
    width: 100%;
    background: #c1dad7
}

.CheckInfoBorder {
    position: absolute;
    top: 35px;
    padding-top: 0px;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.CheckInfoContainer {
    position: relative;
    height: 90%;
    overflow: auto;
}

.CheckInfoItem {
    font-size: 12px;
    color: #666;
    position: relative;
    width: 100%;
    float: left;
}

.CheckInfoNode {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(241, 241, 241, .6);
}

.CheckInfoNodeName {
    position: relative;
    float: left;
    left: 5%;
    margin-left: -11px;
    padding-left: 25px;
    background: url(../../images/CardWindow/arrows.png) no-repeat left;
    font-weight: bold;
    color: #444;
}

.CheckInfoNodeEnd {
    position: relative;
    float: left;
    left: 5%;
    margin-left: -11px;
    padding-left: 25px;
    background: url(../../images/CardWindow/end.png) no-repeat left;
    font-weight: bold;
    color: #444;
}


.CheckInfoOperate {
    position: relative;
    float: right;
    right: 10%;
}

.CheckInfoOperate img {
    vertical-align: middle
}

.CheckInfoUser {
    position: relative; /*height: 45px; line-height: 45px;*/
    width: 100%;
    float: left;
    box-sizing: border-box;
}


.checkInfoSignImage {
    width: 90px;
    height: 40px;
    line-height: 40px;
}

.CheckInfoCell {
    position: relative;
    float: left;
    width: 20%; /*height: 30px; line-height: 30px;*/
    text-align: center;
}

.CheckInfoTD {
}

.CheckInfoTD.CellStart {
    width: 4.5%;
    border-right: 3px solid #87CEFA;
    box-sizing: border-box;
    height: 45px;
}

.CheckInfoTD.CellFold {
    background: url(../../images/CardWindow/plus.gif) no-repeat right;
    cursor: pointer;
}

.CheckInfoUser.CheckInfoUserLevel {
    height: auto;
}

.CheckInfoUser.CheckInfoUserLevel1 .CheckInfoNodeName {
    left: 10%;
    margin-left: -10px;
}

.routelist {
    display: block;
}

.routelist li {
    background: #f5f5f5;
    padding: 8px 12px;
    cursor: pointer;
    padding-left: 30px;
}

.routelist li.selected {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
}

.routelist li:first-child {
    border-top: none !important;
}

.checkeruserlist {
    padding: 0 10px;
    overflow: auto;
    height: 100%;
}

.seluser {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.checkeruserlist li {
    padding: 6px 10px;
}

.routelistitemimg {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    padding-right: 4px;
}

.seluserli {
    height: 20px;
}

.seluserchecked {
    cursor: pointer;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: url(../../images/CardWindow/chbx1.gif);
    background-repeat: no-repeat;
    background-position: -18px 0;
}

.seluserli.checked .seluserchecked {
    background-position: 0 0;
}

.seluserli.radio .seluserchecked {
    background: url(../../images/CardWindow/radio_off.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.seluserli.radio.checked .seluserchecked {
    background: url(../../images/CardWindow/radio_on.gif);
}


.checkinfotable {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #c1dad7;
    font-family: "宋体";
    font-size: 12px;
    color: black;
}

.checkinfotable th {
    text-align: center;
    border-right: 1px solid #c1dad7;
    border-bottom: 1px solid #c1dad7;
    border-top: 1px solid #c1dad7;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 6px 6px 12px;
    background-color: #E8E8E8;
    padding: 6px;
}

.checkinfotable td {
    text-align: left;
    border-bottom: 1px solid #c1dad7;
    border-right: 1px solid #c1dad7;
    padding: 6px;
    padding-left: 12px;
}

.checkinfotable .tr {
    background-color: #ffffff;
}

.checkinfotable .tr2 {
    background-color: #f7f7f7;
}


.CW-Container {
    position: relative;
    height: 100%;
    width: 100%;
}

.CW-ContentContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-top: 0px;
    box-sizing: border-box
}

.CW-Content {
    position: relative;
    height: 100%;
    width: 100%;
}

.CW-ContentHeader {
    position: absolute;
    height: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
}

.CW-ContentFooter {
    position: absolute;
    height: 0px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
}


.CW-Pager {
    position: absolute;
    height: 36px;
    width: 100%;
    bottom: 0px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}


.CW-GridHeaderTable {
    padding-right: 17px;
    border-spacing: 0px;
    table-layout: fixed;
}

.CW-GridHeaderTable tr {
    height: 30px;
}

.CW-GridHeaderTable td {
    border-right: 1px solid #ccc;
    text-align: center;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.CW-GridContentTable {
    width: 100%;
    overflow: auto;
    border-spacing: 0px;
    table-layout: fixed;
}

.CW-GridContentTable tr {
    height: 28px
}

.CW-GridContentTable tr.even {
    background: #ffffff
}

.CW-GridContentTable tr.odd {
    background: #f7f7f7
}

.CW-GridContentTable tr.selected {
    background: #FFE6B0
}

.CW-GridContentTable td {
    height: 29px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    padding-left: 4px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}

.hide {
    display: none;
}

.wz_detail {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 780px;
    height: 200px;
    border: 1px solid #909090;
    background-color: bisque;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#b0b0b0, direction=120, strength=4);
    -moz-box-shadow: 2px 2px 10px #b0b0b0;
    -webkitbox-shadow: 2px 2px 10px #b0b0b0;
    box-shadow: 2px 2px 0px #b0b0b0;
}

.selectuser_header {
    background-color: #c1dad7;
    /*height: 40px;*/
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}

.selectuser_operate {
    padding: 20px 5px;
}

.selectuser_operate button {
    margin-left: 0px !important;
    margin-top: 10px
}

.btn-group {
    display: inline-block;

}

.btn-group .btn:first-child {
    margin-right: 0px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

.btn-group .btn + .btn {
    margin-left: 0px;
    border-left: none;
    padding-left: 4px;


    background-image: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #ccc;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

/*控制el-tooltip的最大宽度*/
.inputTip {
    max-width: 200px;
}

body, button, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

label {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a, button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
}

button, select {
  text-transform: none;
}

button, input, textarea {
  outline: none
}

textarea {
  font-family: "Microsoft YaHei"
}

select {
  outline: none;
  font: 500 12px "Microsoft YaHei"
}

option {
  height: 1.5em;
  padding: 0;
  display: block;
  white-space: pre;
  font-size: 13px;
}


label[for] {
  cursor: pointer;
}


.pan_tab {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pan_tab .pan_tab_nav {
  position: relative;
  width: 100%;
  height: 32px;
  line-height: 31px;
  background: #fff !important;
  box-sizing: border-box;
}

.pan_tab .pan_tab_nav .pan_tab_arrow {
  border: 0;
  position: absolute;
  height: 32px;
  width: 35px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #f5f5f5;
  outline: 0;
  color: #475059;
  text-align: center;
  z-index: 11;
}

.pan_tab .pan_tab_nav .pan_tab_arrow:hover {
  background: #ddd
}

.pan_tab .pan_tab_nav .pan_tab_arrow.Left {
  left: 0;
  border-right: 1px solid #ccc;
}

.pan_tab .pan_tab_nav .pan_tab_arrow.Right {
  right: 30px;
  border-left: 1px solid #ccc;
}

.pan_tab .pan_tab_nav .pan_tab_arrow.DropDown {
  right: 0;
  width: 30px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}


.pan_tab .pan_tab_nav .DropDownList {
  position: absolute;
  display: none;
  right: 2px;
  top: 34px;
  z-index: 100;
  border: 1px solid #ccc;
}


.pan_tab .pan_tab_nav .pan_tab_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 80px;
  height: 34px;
}

.pan_tab .pan_tab_nav .pan_tab_list.scroll {
  left: 35px;
  right: 65px;
}

.pan_tab .pan_tab_nav .pan_tab_list_scroll {
  width: 100000px;
  height: 32px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #f5f5f5;
}

.pan_tab .pan_tab_nav .pan_tab_item {
  display: block;
  height: 32px;
  line-height: 34px;
  float: left;
  padding: 0 15px;
  text-decoration: none;
  background: #f5f5f5;
  color: #000;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.pan_tab .pan_tab_nav .pan_tab_item.active {
  border-bottom: 1px solid #fff;
  background: #fff;
}

.pan_tab .pan_tab_nav .pan_tab_item:hover {
  background: #ddd
}

.pan_tab .pan_tab_nav .pan_tab_item.active:hover {
  background: #fff
}

.pan_tab .pan_tab_nav .pan_tab_item .pan_tab_icon {
  height: 20px;
  width: 20px;
  position: relative;
  float: left;
  right: 1px;
  top: 7px;
}

.pan_tab .pan_tab_nav .pan_tab_item .pan_tab_icon.main {
  background: url(../../images/MainPage/main.png)
}

.pan_tab .pan_tab_nav .pan_tab_item .pan_tab_icon.grid {
  background: url(../../images/MainPage/grid.png)
}

.pan_tab .pan_tab_nav .pan_tab_item .pan_tab_icon.card {
  background: url(../../images/MainPage/card.png)
}

.pan_tab .pan_tab_nav .pan_tab_item .pan_tab_icon.print {
  background: url(../../images/MainPage/print.png)
}

.pan_tab .pan_tab_nav .pan_tab_title {
  position: relative;
  float: left;
  vertical-align: middle;
  height: 100%;
  text-align: center
}

.pan_tab .pan_tab_nav .pan_tab_item.active .pan_tab_title {
  font-weight: bold
}

.pan_tab .pan_tab_nav .pan_tab_close {
  position: relative;
  left: 8px;
  line-height: 15px;
  font-size: 12px;
}

.pan_tab .pan_tab_nav .pan_tab_close:hover {
  color: red;
  cursor: pointer;
}

.pan_tab .pan_tab_content {
  padding-top: 2px;
  box-sizing: border-box;
  background: #fff;
}

.pan_tab .pan_tab_content .pan_tab_content_item {
  /*position: relative;*/
  /*height: 100%;*/
  /*width: 100%;*/
  display: none;
}

.pan_tab .pan_tab_content .pan_tab_content_item.active {
  display: block;
}


.p_hide {
  display: none !important
}

.p_show {
  display: unset !important
}

.p_pull_left {
  float: left !important
}

.p_pull_right {
  float: right !important
}


/*弹出层*/
.PanUIOverlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20000;
  display: none;
  overflow: hidden;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.PanPopUp {
  display: none;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 0px;
  position: absolute;
}

.PanVirtualOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 20000000;
  overflow: hidden;
  background: #fff;
  opacity: 0.01;
  filter: alpha(opacity=1);
}

/*弹出窗口*/
.PanPopUpWindow {
  width: 90%;
  height: 85%;
  left: 5%;
  top: 5%;
  box-shadow: 0 0 6px #a0a0a0;
}

.PanPopWinTitle {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
  background-color: #3c93dc;
  box-sizing: border-box;
  color: #fff;
  padding: 3px 0 5px 8px;
  font-size: 14px;
}

.PanPopWinTitle span {
  display: table-cell;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
}

.PanPopWinTitle .PanPopWinTitleIcon {
  width: 25px;
  float: left;
  padding-left: 3px;
}

.PanPopWinTitle .PanPopWinTitleContent {
  width: auto;
  float: left;
  font-size: 12px;
  font-weight: 600;
}

.PanPopWinTitle .PanPopWinTitleClose {
  width: 25px;
  float: right;
}

.PanPopWinTitle .PanPopWinTitleClose:hover {
  color: red;
  cursor: pointer;
}

.PanPopWinTitle .PanPopWinTitleMax {
  width: 25px;
  float: right;
}

.PanPopWinTitle .PanPopWinTitleMax:hover {
  color: red;
  cursor: pointer;
}

.PanPopWinBodyContainer {
  position: absolute;
  top: 0px;
  box-sizing: border-box;
  padding-top: 43px;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.PanPopWinBody {
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.PanPopCardWindowControl {
  width: 85%;
  margin: 0 auto;
  top: 80px;
}

.PanPopBottom {
  float: left;
  background-color: #f5f5f5;
  height: 35px;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}


.Pan_Alert {
}

.Pan_AlertImg {
  /*display: table-cell;*/
  width: 80px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
}

.Pan_AlertInfo {
  /*display: table-cell;*/
  /*box-sizing: border-box;*/
  padding: 10px 20px;
  vertical-align: middle;
  /*overflow: auto;*/
  word-break: break-all;
  justify-content: center;
}


.Pan_AlertInfo li {
  list-style: none;
  text-indent: -18px;
  padding-left: -18px;
}

.Pan_AlertImg.alert {
  background-image: url('../../images/PanAlert/info.png');
}

.Pan_AlertImg.warning {
  background-image: url('../../images/PanAlert/warning.png');
}

.Pan_AlertImg.confirm {
  background-image: url('../../images/PanAlert/question.png');
}

.Pan_AlertImg.error {
  background-image: url('../../images/PanAlert/error.png');
}

.Pan_AlertImg.waiting {
  background-image: url('../../images/PanAlert/waiting.gif');
  height: 80px;
}

.Pan_AlertInfo_ShowDetial {
  font-size: 11px;
  color: #000;
  line-height: 30px;
  padding-left: 5px;
  width: 80px;
}

.Pan_AlertInfo_Detial {

  height: 160px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.Pan_AlertInfo_Area {
  font-size: 11px;
  margin: 0;
  width: 100%;
  height: 160px;
  overflow: auto;
  resize: none;
}


/*Pantabber*/
.PanTab_Nav {
  /*position: relative;*/
  /*float: left;*/
  height: 35px;
  /*width: 100%;*/
}

.PanTab_Nav_Button {
  position: relative;
  float: left;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 15px;
  text-align: center;
  cursor: pointer;
  display: none
}

.PanTab_Nav_Button.Left {
  border-right: 1px solid #ccc;
}

.PanTab_Nav_Button.Right {
  border-left: 1px solid #ccc;
}

.PanTab_Nav_But {
  position: absolute;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 25px;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
  z-index: 30
}

.PanTab_Nav_But.Left {
  border-right: 1px solid #ccc;
  left: 0px;
}

.PanTab_Nav_But.Right {
  border-left: 1px solid #ccc;
  right: 80px;
}


.PanTab_Nav_TabsNew {
  position: relative;
  margin-left: 25px;
  float: left;
  height: 35px;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}

.PanTab_Nav_Tabs {
  position: relative;
  float: left;
  height: 35px;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}

.PanTab_Nav_List {
  width: 5000px;
  height: 35px;
  position: relative;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
}

.PanTab_Nav_Item {
  position: relative;
  float: left;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 0 20px 0 10px;
  border-right: 1px solid #ccc;
  z-index: 10;
  box-sizing: border-box;
}

.PanTab_Nav_Item .PanTab_Nav_Icon {
  height: 20px;
  width: 20px;
  position: relative;
  float: left;
  right: 1px;
  top: 7px;
}

.PanTab_Nav_Item .PanTab_Nav_Title {
  position: relative;
  float: left;
  vertical-align: middle;
  height: 100%;
  text-align: center
}

.PanTab_Nav_Item.active {
  background: #fff;
  border-bottom-width: 0px;
  z-index: 3
}

.PanTab_Nav_Item.active .PanTab_Nav_Title {
  font-weight: 600
}

.PanTab_Nav_Item .PanTab_Nav_Icon.main {
  background: url(../../images/MainPage/main.png)
}

.PanTab_Nav_Item .PanTab_Nav_Icon.grid {
  background: url(../../images/MainPage/grid.png)
}

.PanTab_Nav_Item .PanTab_Nav_Icon.card {
  background: url(../../images/MainPage/card.png)
}

.PanTab_Nav_Item .PanTab_Nav_Icon.print {
  background: url(../../images/MainPage/print.png)
}

.PanTab_Nav_Item .PanTab_Nav_Close {
  position: absolute;
  top: 10px;
  right: 4px;
  line-height: 15px;
  font-size: 12px;
}

.PanTab_Nav_Item .PanTab_Nav_Close:hover {
  color: red
}

.PanTab_ContentBox {
  /*height: 100%;*/
  /*width: 100%;*/
  /*padding: 0px;*/
  /*padding-top: 37px;*/
  /*box-sizing: border-box;*/
  box-sizing: border-box;
  padding: 2px 0 0;
}

.PanTab_Contents {
  position: relative;
  height: 100%;
}

.PanTab_Content {
  /*height: 100%;*/
  /*width: 100%;*/
  display: none;
}

.PanTab_Content.active {
  display: block;
}


.PanTab_Nav_Tabs.child .PanTab_Nav_List {
  background-color: #fff;
}

.PanTab_Nav_Tabs.child .PanTab_Nav_Item {
  background-color: #fafafa;
  border-top-width: 0px;
}

.PanTab_Nav_Tabs.child .PanTab_Nav_Item.active {
  background-color: #fff;
}

.PanTab_Nav_Tabs.child.tab .PanTab_Nav_Item {
  border-top-width: 1px;
}

.p_toolbar {
  border-bottom: 1px solid #ccc;
  vertical-align: bottom;
  width: 100%;
  box-sizing: border-box;
}


.p_toolbar img {
  vertical-align: middle;
  margin-top: -2px;
}

.PanGridLink {
  font-size: 12px;
  color: dodgerblue;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
}
.PanGridHeaderLink {
    font-size: 12px;
    color: dodgerblue;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    margin-left: 4px;
}

/*分页样式*/
.pagebox {
  width: 100%; /*text-align: right; padding-top: 5px; padding-right: 20px; display: inline-block;*/
  height: 30px;
}

.pagebox a {
  padding: 0 15px;
  border: 1px solid #e2e2e2;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  display: inline-block;
  margin: 0 -1px 0 0;
  cursor: pointer;
}

.pagebox .active {
  background-color: #009688;
  cursor: default;
}

.pagertable {
  height: 30px;
}

.pagertable td {
  padding: 0 5px;
}

.pagertable span {
  display: block;
  margin: 0 2px;
  float: left;
}

.ui-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-pg-table {
  table-layout: auto;
  height: 100%;
  position: relative;
  padding: 1px 0;
  width: auto;
  margin: 0;
  border-width: 0px;
  border-style: none;
  border-spacing: 0px;
  padding: 0;
  font-size: 12px;
}

.ui-pg-table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 0px 5px;
  font-weight: 600
}

.ui-pg-button {
  height: auto;
  cursor: pointer;
}

.ui-pg-button:hover {
  background-color: #ddd;
}

.ui-pg-button span {
  display: block;
  margin: 2px;
  float: left;
}

.ui-separator {
  height: 18px;
  border: none;
  border-left: 2px solid #ccc;
}

.ui-paging-info {
  font-weight: normal;
  margin-right: 4px;
  display: inline;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}

.mainLeft {
  position: fixed;
  left: 0px;
  top: 60px;
  width: 200px;
  overflow: auto;
}

.mainRight {
  position: absolute;
  width: calc(100% - 200px);
  height: calc(100% - 60px);
  margin-top: 60px;
  margin-left: 200px;
}

/*明细新增删除*/
.buttondiv {
  height: 30px;
  position: absolute;
  width: 100%;
  background: #fafafa;
}

.buttondiv a {
  display: inline-block;
  padding: 4px 6px;
  margin-left: 5px;
  height: 30px;
}

.buttondiv a img {
  display: inline-block;
  float: left;
}

.buttondiv a span {
  display: inline-block;
  font-size: 12px;
  color: blue;
  line-height: 26px;
}

.griddiv {
  top: 30px;
  position: absolute;
}

.pantable {
  width: 100%;
  height: 100%;
  position: relative;
  border-collapse: collapse;
}

/*附件上传下载窗口*/
.accmaindiv {
  width: 700px;
  height: 500px;
  border: 1px solid #70bfed;
  background-color: #f5f5f5;
}

.accleftdiv {
  width: 500px;
  overflow: auto;
  float: left;
  height: 500px;
}

.accrightdiv {
  width: 199px;
  overflow: auto;
  float: left;
  height: 500px;
  border-left: 1px solid #ccc;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.accrightdiv div {
  width: 100%;
  height: 200px;
  border-bottom: 1px dotted #70bfed;
}

.accrightdiv image, accrightdiv button {
  vertical-align: middle;
  margin: 5px;
}

/*相关制度*/
.regudiv {
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 100;
  position: absolute;
  right: 5px;
  border-bottom: 0
}

.regudiv ul li {
  cursor: pointer;
  padding: 5px 10px;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #ccc
}

.regudiv ul li:hover {
  background: #d2e9f4;
  border-top: 1px solid #30a5e9;
  border-bottom: 1px solid #30a5e9;
  margin-top: -1px;
}

.reguover {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}


/*下拉按钮样式*/
.p-dropdown {
}

.p-dropdown .p-caret {
  display: inline-block;
  margin-left: 5px;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
}

.p-dropdown .p-dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  z-index: 1000;
  min-width: 160px;
  padding: 3px 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.p-dropdown:hover .p-dropdown-menu {
  display: block;
}

.p-dropdown.hide:hover .p-dropdown-menu {
  display: none;
}

.p-dropdown-menu a {
  background: #fff;
  font-size: 13px;
  padding: 2px 6px;
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
  text-wrap: none;
  text-align: left;
  white-space: nowrap;
}

.p-dropdown-menu a:hover {
  background: #d2e9f4;
}

/*类似form相关样式*/
.p_form {
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.p_form .p_group {
  position: relative;
  float: left;
  display: block;
  height: 30px;
  width: 100%;
  padding: 5px 0;
}

.p_form .p_label {
  position: relative;
  float: left;
  display: inline-block;
  width: 30%;
  height: 30px;
  line-height: 45px;
  text-align: right;
}

.p_form .p_control {
  position: relative;
  float: left;
  display: inline-block;
  width: 70%;
}

/*左右选择容器*/
.p_multiselect {
  display: table;
}

.p_multiselect .p_cell {
  display: table-cell;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.p_multiselect .p_cell.p_btngroup {
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

.p_multiselect .p_cell.p_btngroup button {
  width: 100%;
  box-sizing: border-box;
}


.pui_InputGroup {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.pui_Label {
  position: relative;
  float: left;
  width: 30%;
  text-align: right;
}

.pui_Control {
  position: relative;
  float: left;
  width: 70%;
  text-align: left;
}

.pui_Control input[type=text] {
  width: 150px;
  box-sizing: border-box;
}

.pui_Control select {
  width: 150px;
}


.qyui_dropdown {
}

.qyui_dropdown button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.qyui_caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
}

.qyui_menu {
  position: absolute;
  z-index: 100;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff
}

.qyui_menu a {
  display: block;
  padding: 2px 10px;
  white-space: nowrap;
  cursor: pointer;
}

.qyui_menu a:hover {
  background: #ffa800;
}

.QY_Popover {
  position: fixed;
  left: 0px;
  width: auto;
  height: auto;
  z-index: 1001;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}


.qyui_tableContainer {
  border: 1px solid #cccccc;
  font-family: "宋体";
  font-size: 12px;
  width: 100%;
}

.qyui_tableContainer table {
  border-spacing: 0;
  table-layout: fixed;
}

.qyui_tableContainer th {
  padding: 0px;
  margin: 0px;
}

.qyui_tableContainer td {
  white-space: nowrap; /*user-select: none; -webkit-user-select: none;*/
  cursor: default;
}

.qyui_tableHeadContainer {
  background: #f5f5f5;
  border-bottom: 1px solid #cccccc;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.qyui_tableHeadContainer table {
  padding-right: 17px;
}

.qyui_tableHeadContainer tr {
  height: 30px;
}

.qyui_tableHeadContainer td {
  border-right: 1px solid #cccccc;
  text-align: center;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.qyui_tableContentContainer {
  height: 100px;
  width: 100%;
  overflow: auto;
  position: relative
}

.qyui_tableContentContainer tr {
  height: 28px;
}

.qyui_tableContentContainer tr.even {
}

.qyui_tableContentContainer tr.odd {
  background: #f7f7f7
}

.qyui_tableContentContainer tr.selected {
  background: #fff3a1
}

.qyui_tableContentContainer td {
  border-right: 1px solid #cccccc;
  padding-left: 4px;
  box-sizing: border-box;
}


.qyui_tab {
  width: 100%;
  height: 100%;
}

.qyui_tab ul {
  position: absolute;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #e7eaf0;
  height: 36px;
  background: #f4f6f9;
  box-sizing: border-box;
  z-index: 2
}

.qyui_tab ul li {
  display: block;
  float: left;
  position: relative;
  vertical-align: middle;
  height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
}

.qyui_tab ul li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  color: #000;
  cursor: pointer;
}

.qyui_tab ul li a img {
  display: block;
  height: 20px;
  float: left;
  padding-top: 6px;
}

.qyui_tab ul li.active, .qyui_tab ul li:hover {
  border-bottom: 2px solid #5FB878;
  color: #009688;
  background: #fff;
}

.qyui_tab_itemlist {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  padding-top: 36px;
  box-sizing: border-box;
  z-index: 1;
}

.qyui_tab_item {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.qyui_tab_item.active {
  display: block
}


.PTable {
  position: relative;
  font-family: "宋体";
  font-size: 12px;
  width: 100%;
  height: 100%;
}

.PTable table {
  border-spacing: 0;
  table-layout: fixed;
}

.PTable th {
  padding: 0px;
  margin: 0px;
}

.PTable td {
  white-space: nowrap; /*user-select: none; -webkit-user-select: none;*/
  cursor: default;
}

.PHeader {
  position: absolute;
  height: 30px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #f4f6f9;
  border-bottom: 1px solid #e7eaf0;
  overflow: hidden;
}

.PHeader table {
  padding-right: 17px;
}

.PHeader tr {
  height: 30px;
}

.PHeader td {
  border-right: 1px solid #e7eaf0;
  text-align: center;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.PGridContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 30px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.PGrid {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.PGrid tr {
  height: 28px;
}

.PGrid tr.even {
}

.PGrid tr.odd {
  background: #f7f7f7
}

.PGrid tr.selected {
  background: #fff3a1
}

.PGrid td {
  border-right: 1px solid #e7eaf0;
  border-bottom: 1px solid #e7eaf0;
  padding-left: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.PGrid .rowtitle {
  padding-left: 10px;
  font-weight: 600;
}


.PGridTable a {
  color: blue
}


/* vuetreeselect 按着mini修改*/
/* 修改下颜色和指针 */
.doctypesearch
.vue-treeselect__option--disabled
.vue-treeselect__label-container {
  cursor: default;
  color: rgba(0, 0, 0) !important;
}

.vue-treeselect .vue-treeselect__control {
  height: 28px;
}

.vue-treeselect .vue-treeselect__placeholder,
.vue-treeselect .vue-treeselect__single-value {
  line-height: 28px;
  color: #606266;
  font-size: 12px;
  font-family: initial;
}

.vxe-table .vxe-table--header-wrapper {
  color: #000;
}

.vxe-table--render-default .vxe-cell {
  padding-left: 4px;
  padding-right: 0;
}

.vxe-grid.pvxetable.edit .vxe-table--render-default .vxe-cell {
  padding-left: 0;
  padding-right: 0;
}


.vxe-grid.size--mini .vxe-table--render-default.border--full .vxe-body--column {
  background-image: linear-gradient(#ccc, #ccc), linear-gradient(#e8eaec, #e8eaec)
}

.vxe-grid.size--mini .vxe-table--render-default.border--full .vxe-footer--column,
.vxe-grid.size--mini .vxe-table--render-default.border--full .vxe-header--column {
  background-image: linear-gradient(#ccc, #ccc), linear-gradient(#ccc, #ccc)

}

.vxe-grid.size--mini .vxe-table--render-default.border--full .vxe-header--column {
  background-color: #f5f5f5;
}

.vxe-grid.size--mini .vxe-table .vxe-table--header-wrapper .vxe-table--header-border-line {
  border-bottom: none;
}

.vxe-grid.size--mini .vxe-table--render-default .vxe-table--border-line {
  border-color: #ccc;
}

.vxe-grid.size--mini .vxe-table--render-default .vxe-table--footer-wrapper {
  border-color: #ccc;
}


.vxe-grid.size--mini .vxe-table--render-default .vxe-body--column.col--center .vxe-cell {
  padding-left: 0;
  padding-right: 0;
}

.vxe-grid.size--mini .vxe-table--render-default .vxe-cell {

}

.vxe-grid.size--mini .vxe-table--render-default .vxe-body--row.row--stripe {
  background-color: #f7f7f7
}

.vxe-grid.size--mini .vxe-table--render-default .vxe-body--row.row--current {
  background-color: #ebecf3
}

.vxe-grid.size--mini .vxe-table--render-default.size--mini .vxe-body--column.col--ellipsis,
.vxe-grid.size--mini .vxe-table--render-default.size--mini .vxe-footer--column.col--ellipsis,
.vxe-grid.size--mini .vxe-table--render-default.size--mini .vxe-header--column.col--ellipsis,
.vxe-grid.size--mini .vxe-table--render-default.vxe-editable.size--mini .vxe-body--column {
  height: 32px;
  padding: 0;
}

.vxe-grid.size--mini .vxe-table--render-default.border--full .vxe-body--column {
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  background-position: unset;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.vxe-grid.size--mini .vxe-table--render-default.size--mini .vxe-body--column:not(.col--ellipsis),
.vxe-grid.size--mini .vxe-table--render-default.size--mini .vxe-footer--column:not(.col--ellipsis),
.vxe-grid.size--mini .vxe-table--render-default.size--mini .vxe-header--column:not(.col--ellipsis) {
  padding: 0;
  height: 32px;
}

.vxe-grid.size--mini .vxe-table--render-default td.vxe-body--column.col--edit.col--actived .vxe-cell {
  padding-left: 0px;
}

.pan_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-left: 5px;
  box-sizing: border-box;
}

.el-table.zs-grid .el-table__footer-wrapper tr {
  background-color: #ffffcc !important;
}

.el-table.zs-grid .el-table__header thead.is-group .cell {
  height: 24px;
  line-height: 24px;
}

.el-table.zs-grid .el-table__footer .cell {
  height: 24px;
  line-height: 24px;
}

.el-table.zs-grid .el-table__body .btn {
  padding: 0 4px;
  height: 24px;
}






/*
Uploadify v2.1.0
Release Date: August 24, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem { font: 11px Verdana, Geneva, sans-serif; border: 2px solid #E5E5E5; background-color: #F5F5F5; margin-top: 5px; padding: 10px; width: 160px; }
.uploadifyError { border: 2px solid #FBCBBC !important; background-color: #FDE5DD !important; }
.uploadifyQueueItem .cancel { float: right; }
.uploadifyProgress { background-color: #FFFFFF; border-top: 1px solid #808080; border-left: 1px solid #808080; border-right: 1px solid #C5C5C5; border-bottom: 1px solid #C5C5C5; margin-top: 10px; width: 100%; }
.uploadifyProgressBar { background-color: #0099FF; width: 1px; height: 3px; }
