body {
  color: #333;
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li,
ol,
input,
textarea,
td,
tr,
a,
b,
i,
button,
s,
form,
iframe,
img,
table {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei" !important;
  color: inherit;
  word-wrap: break-word;
  font-weight: normal;
}
.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}
* {
  font-size: 14px;
}
span {
  box-sizing: border-box;
  font-family: "Microsoft YaHei" !important;
}
img.iframe {
  border: none;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
/*只对IE8有效*/
@media \0 screen {
  div.main {
    overflow-y: auto;
  }
}
div:after,
p:after,
ul:after,
li:after,
ol:after {
  content: "";
  display: block;
  clear: both;
}
div:before,
p:before,
ul:before,
li:before,
ol:before {
  content: "";
  display: table;
}
.uploadify::before,
.uploadify-button::before {
  display: none;
}
.uploadify-button-text {
  font-size: 14px;
}
body,
html {
  width: 100%;
  height: 100%;
}
select,
input,
img {
  vertical-align: middle;
}
button {
  background: none;
  border: none;
  outline: none;
}
.threeRouter {
  padding-left: 170px;
  width: 100%;
  background: #eee;
  height: 100%;
}
.threeRouter > iframe {
  background-color: #fff;
  overflow: auto;
  position: relative;
  border: none;
}
ul,
ol {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
.none {
  display: none;
}
img,
iframe {
  border: none;
}
.uploadify {
  color: #fff;
  background: #6dceff;
  cursor: pointer;
  border-radius: 15px;
}
.uploadify > div {
  text-align: center;
}
.relative {
  position: relative;
}
.btn_ {
  min-width: 56px;
  height: 26px;
  margin-left: 10px;
  line-height: 26px;
  border-radius: 2px;
  padding: 0 8px;
  border: none;
  background-color: #6dceff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-indent: 0;
  background-repeat: no-repeat;
  background-position: 6px center;
}

.btn_:hover {
  color: #fff;
}
.btn_:active {
  box-shadow: 0 6px 10px #29b4ff inset;
}
.btn_add {
  display: none;
  background: #4cd978 url("../images/btn_add.png") no-repeat center;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
}
.btn_add1 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn_list {
  background: #4cd978 url("../images/btn_list.png") no-repeat center;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
}
.btn_list.active {
  background-color: #44c36c;
}
.btn_list1 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn_add:hover,
.btn_list:hover {
  background-color: #44c36c;
}
.btn_edit {
  background-color: #6dceff;
  display: inline-block;
}
.btn_edit:active {
  box-shadow: 0 6px 10px #2378ff inset;
}
.btn_query {
  height: 26px;
  line-height: 26px;
  width: 26px;
  cursor: pointer;
  border-radius: 2px;
  background: #6ccfff url("../images/search.png") no-repeat center;
}
.btn_query:hover {
  background-color: #62b9e5;
}
.btn_det {
  display: inline-block;
  background-color: #ed5565;
}
.btn_det:active {
  box-shadow: 0 6px 10px #e42931 inset;
}

.btn_print {
  background-color: #2cd0d6;
}
.btn_print:active {
  box-shadow: 0 6px 10px #12b2bc inset;
}

.btn_return {
  background-color: #f4a742;
}
.btn_return:active {
  box-shadow: 0 6px 10px #ee7a20 inset;
}

.btn_check {
  background-color: #ffc945;
  display: none;
}
.btn_check:active {
  box-shadow: 0 6px 10px #ee7a20 inset;
}
.btn_copy {
  padding-left: 16px;
  background-image: url("../images/btn_copy.png");
  background-color: #4385f3;
}
.btn_copy:active {
  box-shadow: 0 6px 10px #2046ee inset;
}
.view {
  width: 20px;
  height: 18px;
  background: url("../images/view.png") no-repeat center;
}
.alert_file,
.alert_file1,
.alert_file2,
.alert_file3,
.alert_file4,
.alert_file5,
.alert_file6 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/PDF.png") no-repeat center;
}
a,
b,
i,
s {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
span {
  display: inline-block;
}
.padding_top20 {
  padding-top: 20px;
}
.padding_bottom20 {
  padding-bottom: 20px;
}
.padding20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding30 {
  padding-left: 30px;
  padding-right: 30px;
}
.paddings20 {
  padding: 20px;
}
.paddings30 {
  padding: 30px;
}
.padding_top10 {
  padding-top: 10px;
}
.padding_bottom10 {
  padding-bottom: 10px;
}
.padding10 {
  padding-left: 10px;
  padding-right: 10px;
}
.paddings10 {
  padding: 10px;
}
.padding_top30 {
  padding-top: 30px;
}
.margin_top10 {
  margin-top: 8px;
}
.margin_top16 {
  margin-top: 16px;
}
.padding_top16 {
  margin-top: 16px;
}
.margin_top20 {
  margin-top: 20px;
}
.margin_top30 {
  margin-top: 30px;
}
.margin_bottom10 {
  margin-bottom: 10px !important;
}
.margin_bottom20 {
  margin-bottom: 20px;
}
.margin_bottom30 {
  margin-bottom: 30px;
}
.margin30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margins30 {
  margin: 30px;
}
.margins20 {
  margin: 20px;
}
.margins10 {
  margin: 10px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.pointer {
  cursor: pointer;
}
.eee {
  background: #eee;
}
.fff {
  background: #fff;
}

.layui-layer-title {
  background-color: #3c4e72 !important;
}

.radio4 {
  border-radius: 4px;
}
.threeRouter > iframe {
  border-radius: 4px;
  overflow: hidden;
}
/**表格ʽ**/
.pagination > li {
  float: left;
}
.fixed-table-container {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
  font-weight: bold;
}
.fixed-table-body tr th {
  background-color: #f9f9f9;
}
.fixed-table-body {
  border: 1px solid #dddddd;
}

.fixed-table-container,
.bootstrap-table .table {
  border: none;
}
.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 3px;
  vertical-align: middle;
  word-wrap: break-word;
  text-align: center;
}
.table > tbody > tr > td {
  text-align: center;
}
.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner,
.fixed-table-container .bs-checkbox .th-inner {
  word-wrap: break-word;
  padding: 6px 8px;
  white-space: pre-line;
  text-align: center;
}
.btn.btn-default.dropdown-toggle {
  padding: 2px 5px;
}
.fixed-table-pagination .pagination .page-pre a,
.fixed-table-pagination .pagination .page-next a {
  padding: 2px 10px 2px 9.4px;
}
.fixed-table-pagination .pagination a {
  padding: 2px 8px;
  border-radius: 2px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #6dceff;
  border-color: #6dceff;
}
.form-control {
  height: 28px;
}
.table-hover > tbody > tr:hover {
  background: #fcfcfc;
}
.layui-layer-title {
  color: #fff !important;
}
.layui-layer-setwin .layui-layer-min cite {
  background-color: #fff !important;
}
.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.top > p {
  padding: 10px 10px 0 10px;
}

.tabs > li {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 3.5px 13px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 19px;
}
.tabs > li.active {
  background: #6dceff;
  border: 1px solid #6dceff;
  color: #fff;
}
.btns > li {
  float: left;
  cursor: pointer;
  margin-left: 8px;
  padding: 2px 10px;
  border: 1px solid #eee;
  font-size: 14px;
}
.btns > li.active {
  border: 1px solid #6dceff;
  color: #6dceff;
  border-radius: 2px;
}

.table_save {
  margin-top: 20px;
  text-align: center;
  border: none !important;
}
table {
  table-layout: fixed !important;
}
.list > ul {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  overflow: auto;
}
.list > ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.list > p {
  line-height: 40px;
  color: #6dcdfd;
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-left: 40px;
}
/*div.full p{
    padding:0;
    text-align: center;
}*/
.list > p > span {
  font-size: 16px;
}
.list > p > b {
  width: 22px;
  height: 22px;
  top: 10px;
  left: 10px;
  position: absolute;
  cursor: pointer;
  background: url("../images/list_return.png") no-repeat center;
}
.btn_export {
  display: inline-block;
  width: 30px;
  background: #4cd978 url("../images/export_icon.png") no-repeat center;
  border-radius: 4px;
  vertical-align: bottom;
  cursor: pointer;
  margin-left: 5px;
  height: 29px;
}
.list > ul > li > ul > li.active > a {
  color: #69c7f6 !important;
  text-shadow: 0 0 0 #69c7f6 !important;
}
.list > ul > li:hover {
  background: #4a5a7e;
}
.list > ul > li.active:hover {
  background: #2c3c5c;
}
.list > ul > li > ul > li {
  border-bottom: none;
}
.list li > i {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 10px;
  height: 6px;
  background: url("../images/menu_bottom.png") no-repeat center;
}
.list li.active.more_list > i {
  width: 6px;
  height: 10px;
  background: url("../images/menu_right.png") no-repeat center;
}
.list li.more_list > i {
  width: 6px;
  height: 10px;
  background: url("../images/menu_right.png") no-repeat center;
}
.list li.active {
  background: #2c3c5c;
}
.list {
  width: 160px;
  float: left;
  height: 100%;
  background: #3c4e72 url("../images/list_02.png") no-repeat 0 100%;
  position: absolute;
  top: 10px;
  left: 0;
  border-top-right-radius: 6px;
}
.list ul > li {
  cursor: pointer;
  position: relative;
}
.list > s {
  cursor: pointer;
  position: absolute;
  width: 27px;
  height: 66px;
  top: 250px;
  left: 151px;
  z-index: 5;
  background: url("../images/organi_left.png") no-repeat center;
}
.list > s.active {
  left: -8px;
  background: url("../images/organi_right.png") no-repeat center;
}
.list li {
  position: relative;
  border-bottom: 1px solid #394b6f;
}
.list li a {
  color: #fff;
}
.list ul > li > a {
  padding-left: 35px;
  font-size: 14px;
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.list > ul > li.active > a {
  border-left: 3px solid #6ccfff;
}
.list > ul > li > ul > li:first-child {
  border-top: 1px solid #2c3650;
}
.list > ul > li ul {
  display: none;
}
.list > ul > li > ul > li > a {
  padding-left: 48px;
}
.list > ul > li > ul > li > ul > li.active {
  background-color: #fff;
}
.last {
  background-color: #f5f5f5;
}
.list > ul > li > ul > li > ul > li > a {
  padding-left: 60px;
}
.list li > b {
  display: inline-block;
  width: 16px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  margin-top: 6px;
  background-size: 100%;
}
.list > ul > li > b {
  margin-left: 12px;
  background: url("../images/list_01.png") no-repeat center;
}
.list > ul > li > ul > li > b {
  margin-left: 24px;
  background: url("../images/menu_02.png") no-repeat center;
}
.list > ul > li > ul > li.active > b {
  background: url("../images/menu_01.png") no-repeat center;
}
.list > ul > li > ul > li > ul > li > b {
  margin-left: 38px;
}
.full {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: auto;
}

.fullWidth {
  width: 100% !important;
}
.fullHeight {
  height: 100% !important;
}
.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 43px;
  padding: 0 20px 0;
  z-index: 15;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  background: #fff;
}
.title > span {
  font-size: 16px;
}
.title > .btn_,
.title > .btn_add,
.title > .btn_list {
  margin-top: 10px;
}
.title > .search_box {
  margin-top: 10px;
}
.title > .laydate-icon {
  margin-top: -4px;
}
.main {
  width: 100%;
  height: 100%;
  padding-top: 55px;
  overflow-y: auto;
}
#pdfFile img.close,
#fileList img.close,
#fileList1 img.close,
#fileList3 img.close,
#fileList2 img.close,
#fileListyearFilings > li > img.close,
#fileListApproval > li > img.close,
#planList > li > img.close {
  width: 20px;
  height: 20px;

  cursor: pointer;
  margin: 0;
  top: 0;
}
#fileList0 > li,
#fileList1 > li,
#fileList2 > li,
#fileList3 > li,
#fileList4 > li,
#fileList5 > li,
#fileList6 > li {
  min-height: 21px;
}
td img.close,
img.closes {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.catalog_org {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 40px;
  padding-top: 5px;
  background: #fff;
}
.catalog_org > .btn_ {
  width: 84%;
  margin: 0 8%;
}
.erwei {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/erwei.png") no-repeat center;
}
.tableEdit,
.tableEdit1 {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/edit.png") no-repeat center;
}
.tableDet,
.tableDet1 {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/del.png") no-repeat center;
}
.tableLook,
.tableLook1 {
  /*display: none;*/
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px;
  background: url("../images/view.png") no-repeat center;
}
.tablePrint,
.tablePrint1 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/print.png") no-repeat center;
}
.tableExport,
.tableExport1 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/delT.png") no-repeat center;
}

.tableData,
.tableData1 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/tableData.png") no-repeat center;
}
.alert_file,
.alert_file1 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/PDF.png") no-repeat center;
}
#qjt_no {
  background: #f2fbff;
  text-align: center;
}
#qjt_no > img {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  height: 100%;
}
.Wdate {
  padding: 2px 10px !important;
}

input.error {
  border: 1px solid #f77;
  background: #fdd;
}
td {
  position: relative;
}
td:nth-child(2) label.error {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 8px;
  color: red;
  font-size: 12px;
}
td:nth-child(1) label.error {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  color: red;
  font-size: 12px;
}
.uploadify,
.uploadify-queue {
  margin-bottom: 0;
}
.uploadify {
  margin: 0px 10px 0;
}

/*加载动画*/
.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6eceff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/**面包屑导航**/
.mybreadcrumb {
  height: 38px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 20;
  line-height: 38px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.mybreadcrumb > span > a {
  cursor: pointer;
}
.Wdate.form_control {
  padding: 2px 10px;
  font-size: 14px;
  margin-top: 4px;
}
td div > .Wdate.form_control {
  padding: 2px 10px;
  font-size: 14px;
  width: 100%;
  height: 30px;
}
.t_content td > div.time_select {
  padding-left: 0;
}
.time_select {
  width: 150px;
  height: 32px;
}
.leftTree {
  width: 200px;
  height: 99%;
  transition: right 0.25s;
  border: 1px solid #ddd;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 10px;
  right: -1px;
  border-top-left-radius: 6px;
  background: #3c4e72 url(../images/list_02.png) no-repeat 0 100%;
  z-index: 90;
  background-size: contain;
}

#ztree.ztree::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.leActive {
  right: -200px;
  overflow: visible;
}
.leftTree + .goOpenClose {
  display: none;
}
.leActive + .goOpenClose {
  display: inline-block;
}
.goOpenClose:hover {
  display: inline-block;
}
.leftTree:hover + .goOpenClose {
  display: inline-block;
}
.leftTree .ztree li span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}
.leftTree .ztree li ul {
  padding: 0;
}
.leftTree .ztree li span.button.ico_open,
.leftTree .ztree li span.button.ico_close {
  display: none;
}
.leftTree .ztree li a.curSelectedNode {
  width: 100%;
  height: 27px;
  line-height: 27px;
  background-color: #6eceff;
  border: 0;
}
.leftTree .ztree li a {
  width: 100%;
  height: 27px;
  line-height: 27px;
  padding-left: 30px;
}
.leftTree .ztree li {
  position: relative;
}
.leftTree .ztree li span.button {
  height: 23px;
  position: absolute;
  top: 5px;
  left: 91px;
}
.leftTree .leftTreeDiv {
  box-sizing: border-box;
  width: 198px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  position: relative;
}
.leftTree .leftTreeDiv #ztree {
  width: 100%;
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
}
.leftTree .leftTreeDiv .treeTabs {
  width: 20px;
  height: 65px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}
.goOpenClose {
  position: fixed;
  width: 54px;
  height: 115px;
  top: 250px;
  display: inline-block;
  right: 145px;
  background: url(../images/go_close.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}
.goActive {
  position: fixed;
  background: url("../images/go_open.png") no-repeat;
  display: inline-block;
  right: -27px;
  transition: right 0.25s;
}
.goActive:hover {
  right: 0;
}
.goOpenClose div {
  position: absolute;
  top: 47px;
  left: 10px;
  width: 16px;
  color: #64c5f8;
  height: 50px;
  line-height: 13px;
}
div.goActive div {
  position: absolute;
  top: 47px;
  left: 28px;
  width: 16px;
  color: #64c5f8;
  height: 50px;
  line-height: 13px;
}
.person_p {
  margin: 3px;
}
.moreTask3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.moreTask3 img {
  width: 99%;
  height: 96%;
}
.list-con {
  position: relative;
}
.list-con-chide {
  position: absolute;
  top: 50%;
  margin-top: -83px;
}
.nodata {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
}
.nodata img {
  width: 140px;
}
.more_List {
  color: #6eceff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.app-img img {
  width: 130px;
}
.threeRouter_child {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}
div.institution_p > div {
  padding-right: 5px;
  padding-left: 0;
}

.leftTree .ztree li span.button {
  background-image: url("../images/zTreeStandard_01.png");
}
.leftTree .ztree li span.button.noline_open {
  background-position: -92px -72px;
  z-index: 10;
}

.leftTree .ztree li span.button.ico_docu {
  /*background-position: -112px -32px;*/
  display: none;
}
.leftTree .ztree li span.button.noline_docu {
  display: none;
}
#ztree li ul li ul li {
  padding: 0;
}
.leftTree .ztree li a {
  border-bottom: 1px solid #354666;
  box-sizing: border-box;
  padding-top: 0;
}
.leftTree .ztree li a.curSelectedNode {
  border-bottom: 1px solid #42516d;
  background-color: transparent;
  border-left: 5px solid #00b0f0;
  opacity: 1;
  padding-left: 25px;
}

.leftTree #ztree li {
  margin-top: 0;
}
.leftTree #ztree li ul li ul li a {
  margin-left: 35px;
  padding-left: 16px;
  border-left: 1px solid #445473;
  border-bottom: 0;
}
.leftTree #ztree li ul li ul li a.curSelectedNode {
  border-left: 3px solid #00b0f0 !important;
  border-bottom: 0;
  padding-left: 14px;
}
.leftTree #sch {
  padding-left: 3px;
}
#ztree li ul li a.curSelectedNode span {
  color: #00b0f0;
}
.ztree li {
  margin-top: 3px;
}

.btn_search {
  background: #ffb900;
  width: 50px;
}
.t_content > p {
  padding: 10px;
}
.t_content > p > a {
  float: right;
  margin-top: 5px;
}
.t_content > div {
  position: relative;
  padding: 0 15px;
}
.t_content > div > s {
  height: 100%;
  width: 31px;
  background: #eee;
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  margin-left: -15px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
.t_content > div > table {
  width: 100%;
}
.t_content > div > table td {
  width: 50%;
  border: 1px solid #eee;
}

.t_content > div > table td > span {
  width: 47%;
  padding: 0 10px 0 0;
  line-height: 35px;
  text-align: right;
  height: 100%;
  background: #f9f9f9;
  float: left;
}

.t_content > div > table td > b {
  word-break: break-all;
  padding: 10px 0 0 10px;
}
.t_content > div > table td > b,
.t_content > div > table td > select,
.t_content > div > table td > input,
.t_content > div > table td > div,
.t_content > div > table td > textarea {
  width: 52.6% !important;
  float: right;
}
.t_content > div > table td > .uploadify {
  float: left;
  margin-left: 10px;
  padding-left: 0;
}
.t_content > div > table td > textarea,
.t_content > div > table td > input,
.t_content > div > table td > select {
  /*background:#F3FBFE;*/
  border: none;
  width: 100%;
}
.t_content > div > table td > textarea {
  height: 90px;
  padding: 5px 0 0 10px;
}
.t_content > div > table td > input,
.t_content > div > table td > select,
.t_content > div > table td > div {
  height: 100%;
  padding-left: 10px;
}
.close {
  opacity: 1;
}
.toggle_buns {
  text-align: center;
}
.toggle_buns > ul {
  border: 1px solid #ccc;
  background: #fff;
  display: inline-block;
}
.toggle_buns > ul > li {
  border-left: 1px solid #ccc;
  float: left;
  line-height: 35px;
  width: 150px;
  color: #393b3f;
  text-shadow: 0 0 0 #393b3f;
  cursor: pointer;
}
.toggle_buns > ul > li:first-child {
  border-left: none;
}
.toggle_buns > ul > li.active {
  background: #6dceff;
  color: #fff;
  border-left: 1px solid #6dceff;
  text-shadow: 0 0 0 #fff;
}
.fancybox-opened {
  z-index: 99999999;
}
.fancybox-overlay-fixed {
  z-index: 99999997;
}
.t_content > div > table .last_project_td > b {
  float: left;
}
.facilities_left_yyz {
  width: 180px;
  background: #fff;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
}
.facilities_left_yyz > p {
  color: #fff;
  font-size: 16px;
  width: 100%;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  background: #6dceff;
  /* background:#6DCEFF url(../images/icon_add_yyz.png) no-repeat 150px center; */
  margin-bottom: 2px;
}
.facilities_left_yyz > p.active {
  background: #6dceff url(../images/icon_add_yyz.png) no-repeat 150px center;
}
.facilities_left_yyz > ul {
  width: 100%;
  overflow-y: auto;
}
.facilities_left_yyz > ul > li {
  width: 100%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  border-bottom: 1px solid #f2f4f7;
}
.facilities_left_yyz > ul > li.active {
  color: #6dceff;
}
.facilities_left_yyz > ul > li.active > a,
.facilities_left_yyz > ul > li:hover > a {
  display: block;
}
.facilities_left_yyz > ul > li > a {
  display: none;
}
.facilities_right {
  padding-left: 190px;
  width: 100%;
  height: 100%;
}
.facilities_right_yyz {
  padding: 10px;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 2px;
}
.fixed-table-pagination {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  padding: 0 10px 0 10px;
}
.fixed-table-pagination .pagination-detail,
.fixed-table-pagination .pagination,
.fixed-table-pagination div.pagination {
  margin: 0;
}
.pagination > li.page-next > a,
.pagination > li.page-number a {
  border-radius: 2px;
}
.pagination > li > a {
  margin-right: 7px;
  background: #f9f9f9;
  color: #aaa;
}
.fixed-table-container .fixed-table-pagination div.pagination .pagination {
  margin-top: 4px;
}
.t_content > div > table td.last_project_td > span {
  width: 23.5%;
}
.t_content > div > table td.last_project_td > b,
.t_content > div > table td.last_project_td > select,
.t_content > div > table td.last_project_td > input,
.t_content > div > table td.last_project_td > div,
.t_content > div > table td.last_project_td > textarea {
  width: 76% !important;
}
.t_content > div > table td.last_project_td {
  width: 100% !important;
}
#sch {
  border: none;
  position: absolute;
  top: 10px;
  left: 14px;
  width: 170px;
  height: 26px;
  padding: 0 28px;
  background: #2c3c5c url(../images/ztree_sch.png) no-repeat 150px center;
  color: #fff;
  z-index: 10;
}
.layui-layer-msg {
  margin-top: -100px !important;
}

.oper_nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -68px;
  z-index: 8;
  margin-top: -65px;
}
.pdfobject {
  z-index: 5;
  height: 99% !important;
}
/*自定义表单*/
.data_box,
.data_box1 {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
}
.data_box textarea,
.data_box1 textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 98%;
  padding: 5px;
}
.data_box table,
.data_box1 table {
  width: 100%;
}
.data_box table tr > td:first-child {
  width: 100px;
  text-align: right;
  position: relative;
  padding: 0 10px 0 0;
}
.data_box table tr > td:first-child > i {
  border: 2px solid #9c9c9c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
.data_box table tr > td:first-child > i.approve {
  border-color: #3274c2;
}
.data_box table tr > td:first-child > i.review {
  border-color: #2ace06;
}
.data_box table tr > td:first-child > i.reject {
  border-color: red;
}
.data_box table td,
.data_box1 table td {
  height: 35px;
  padding: 10px;
  padding-left: 20px;
}
.data_box table td > div,
.data_box1 table td > div {
  padding: 5px 0;
  font-size: 14px;
}
.l_name {
  margin-left: 15px;
  color: #333;
}
.data_box table td > span,
.data_box1 table td > span {
  font-size: 14px;
}
.data_box table td > p,
.data_box1 table td > p {
  font-size: 16px;
}
.state {
  padding-left: 35px;
  line-height: 20px;
}
.time {
  color: #ccc;
}
.form_btns {
  text-align: center;
  margin-top: 16px;
}

span.approve {
  color: #3274c2;
  background: url("../images/approve.png") no-repeat left center;
}
span.review {
  color: #2ace06;
  background: url("../images/review.png") no-repeat left center;
}
span.reject {
  color: red;
  background: url("../images/reject.png") no-repeat left center;
}
.passed {
  position: absolute;
  top: 40px;
  z-index: 100;
  right: 20px;
}
.laydate-icon {
  font-size: 14px;
  width: 125px;
  border-radius: 2px;
}
.laydate-icon.timeYear {
  width: 105px;
}
.laydate-icon.time {
  width: 165px;
  color: #333;
}
.search_box {
  width: 160px;
  height: 26px;
  line-height: 26px;
  position: relative;
  margin-right: 10px;
}
.search_box > a {
  height: 26px;
  line-height: 26px;
  width: 26px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #6ccfff url("../images/search.png") no-repeat center;
}
.search_box > a:hover {
  background-color: #62b9e5;
}
.search_box > .text_search,
.search_box > span.ie8 {
  width: 134px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.search_box > .text_search,
.search_box > span > .text_search {
  width: 134px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  border: 1px solid #c7c7c7;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0 0 0 8px;
  outline: none;
}
.m_edit {
  display: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(../images/m_edit.png) no-repeat center;
}
.full > .base_btn {
  margin-right: 15px;
  margin-bottom: 8px;
  z-index: 500;
  position: relative;
}

#toggle-button {
  display: none;
}
.button-label {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 65px;
  z-index: 1000;
  background-color: #ccc;
  box-shadow: #ccc 0px 0px 0px 2px;
  border-radius: 30px;
  overflow: hidden;
}
.button-label .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.button-label .text {
  line-height: 20px;
  font-size: 18px;
  width: 18px;
  text-shadow: 0 0 2px #ddd;
  font-weight: normal;
  writing-mode: vertical-lr; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr; /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.button-label .on {
  color: #fff;
  display: none;
  text-indent: 6px;
}
.button-label .off {
  color: #fff;
  display: inline-block;
  text-indent: 24px;
}
.button-label .circle {
  top: 0;
  transition: all 0.3s;
}
#toggle-button.active + label.button-label .circle {
  top: 45px;
}
#toggle-button.active + label.button-label .on {
  display: inline-block;
}
#toggle-button.active + label.button-label .off {
  display: none;
}
#toggle-button.active + label.button-label {
  background-color: #51ccee;
}
.normalSwitch .button-label {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 21px;
  background-color: #ccc;
  box-shadow: #ccc 0px 0px 0px 2px;
  border-radius: 30px;
  overflow: hidden;
}
.normalSwitch .button-label .circle {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.normalSwitch .button-label .text {
  line-height: 20px;
  font-size: 14px;
  width: 70px;
  float: left;
  text-shadow: 0 0 2px #ddd;
  font-weight: normal;
  writing-mode: lr-tb;
}

.normalSwitch .button-label .on {
  color: #fff;
  display: none;
  text-indent: 6px;
}
.normalSwitch .button-label .off {
  color: #fff;
  display: inline-block;
  text-indent: 24px;
}
.normalSwitch .button-label .circle {
  left: 0;
  top: 1px;
  transition: all 0.3s;
}
.normalSwitch #toggle-button.active + label.button-label .circle {
  left: 50px;
  top: 1px;
}
.normalSwitch #toggle-button.active + label.button-label .on {
  display: inline-block;
}
.normalSwitch #toggle-button.active + label.button-label .off {
  display: none;
}
.normalSwitch #toggle-button.active + label.button-label {
  background-color: #51ccee;
}
.leftTree .leftTreeDiv .treeTabs.normalSwitch {
  width: 80px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
}
