/*reset*/
* {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
input,
ol,
ul,
th,
td,
input {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
textarea {
  resize: none;
}
input,
textarea {
  outline: none;
}
table {
  border-collapse: collapse;
}
html,
body {
  width: 100%;
  height: 100%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipsis {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.treeWrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/*reset -end*/
/* 业锟斤拷锟斤拷页锟斤拷式 */
.busi-home-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.busi-home-header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: skyblue;
}
.busi-home-container {
  position: absolute;
  left: 240px;
  right: 0;
  top: 0;
  bottom: 0;
}
.busi-home-left {
  width: 240px;
  height: 100%;
  /*margin-left:-100%;*/
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
}
.busi-home-center {
  width: 100%;
  height: 100%;
  background-color: #e8f6ff;
  overflow-y: auto;
}
.busi-title {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.usermess-box > div {
  float: left;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.usermess-box .userInfo {
  position: relative;
  padding: 0;
}
.usericon {
  display: block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
}
.usermess-show {
  position: absolute;
  z-index: 9;
  top: 40px;
  right: 0;
  width: 310px;
  padding: 0 30px;
  background-color: #429df0;
  display: none;
}
.usermess-box .userInfo:hover .usericon {
  background-color: #429df0;
}
/*.usermess-box .userInfo:hover .usermess-show{
	display:block;
}*/
.usermess-list li {
  position: relative;
  min-height: 40px;
  padding-left: 70px;
  line-height: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #2c7fea;
}

.usermess-list li:first-child {
  border-top: 0;
}

.usermess_span {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 70px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.usermess-list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.usermess-list li .userRole-box {
  max-height: 120px;
  overflow-y: auto;
}

.curYear-select,
.curAcct-select,
.curAuth-select {
  width: 100%;
  padding: 2px 0;
  border: 1px solid #062ba1;
  color: #000;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
}
.mainHandle ul {
  border-top: 1px solid #fff;
}
.mainHandle li {
  width: 50%;
  cursor: pointer;
}
.mainHandle li i {
  margin-right: 5px;
}
.mainHandle li:hover {
  color: #007aff;
}
.leftMenu {
  position: relative;
  width: 240px;
  height: 100%;
  padding-top: 41px;
  padding-bottom: 30px;
}
.menu-group {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  padding-right: 20px;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}
.group-prev,
.group-next {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
}
.group-prev i,
.group-next i {
  font-size: 12px;
  color: #656872;
  cursor: pointer;
}
.group-prev i:hover,
.group-next i:hover,
.group-next.active i {
  color: #4a80d5;
}
.group-next .group-prev {
  left: 0;
}
.group-next {
  right: 0;
}
.group-list {
  width: 100%;
  height: 100%;
}
.group-list > ul {
  position: relative;
  width: 100%;
}
.group-list > ul > li {
  float: left;
  padding: 0 5px;
  height: 40px;
  line-height: 39px;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-weight: bold;
  color: #656872;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.group-list > ul > .row2 {
  width: 50%;
}
.group-list > ul > .row3 {
  width: 33.3333%;
}
.group-list .active {
  color: #4a80d5;
  border-color: #f5a623;
}
.group-list-other {
  position: absolute;
  z-index: 999;
  right: -150px;
  top: 0;
  width: 130px;
  background-color: #fff;
  display: none;
}
.group-list-other.active {
  display: block;
}
.group-list-other li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #656872;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.group-list-other li:hover {
  color: #4a80d5;
}
.menu-list-box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.menu-list {
  display: none;
  min-width: max-content;
}
.menu-list.active {
  display: block;
}
.menu-first > li {
  border-bottom: 1px solid #f1f1f1;
}
.menu-first > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 65px 0 15px;
}
.menu-name {
  display: block;
  width: 100%;
  padding: 9px 0;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #656872;
}
.menu-name i {
  font-size: 14px;
  margin-right: 2px;
}
.todo-num {
  position: absolute;
  z-index: 9;
  right: 35px;
  top: 0;
  padding: 0 3px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #656872;
}
.menu-state {
  position: absolute;
  z-index: 9;
  left: 215px;
  top: 0;
  padding: 0 3px;
  height: 36px;
  line-height: 36px;
}
.menu-state i {
  font-size: 12px;
  color: #656872;
}
.menu-first > li > a .expand {
  display: block;
}
.menu-first > li > a .unexpand {
  display: none;
}
.menu-first > .active > a {
  background-color: #4a80d5;
}
.menu-first > .active > a .menu-name,
.menu-first > .active > a .todo-num,
.menu-first > .active > a .menu-state i {
  color: #fff;
}
.menu-first > .active > a .expand {
  display: none;
}
.menu-first > .active > a .unexpand {
  display: block;
}
.menu-first > .active .menu-second {
  display: block;
}
.menu-second {
  display: none;
  background-color: #f0f6fe;
}
.menu-second > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 25px;
  white-space: nowrap;
  /* padding-right:65px; */
}
.menu-second > li > a .menu-icon1 {
  position: absolute;
  z-index: 9;
  left: 25px;
  top: 0;
  height: 36px;
  line-height: 36px;
}
.menu-second > li > a .menu-icon1 i {
  font-size: 14px;
  color: #656872;
}
.menu-second > li > a .menu-name {
  font-size: 14px;
  font-weight: normal;
  color: #656872;
}
.menu-second > li > a .expand {
  display: block;
}
.menu-second > li > a .unexpand {
  display: none;
}
.menu-second > .active > a {
  background-color: #8ab8ff;
}
.menu-second > .active > a .menu-icon1 i,
.menu-second > .active > a .menu-name,
.menu-second > .active > a .todo-num,
.menu-second > .active > a .menu-state i {
  color: #fff;
}
.menu-second > .active > a .expand {
  display: none;
}
.menu-second > .active > a .unexpand {
  display: block;
}
.menu-second > .active .menu-three {
  display: block;
}
.menu-three {
  display: none;
  background-color: #fff;
}
.menu-three > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 60px;
  padding-right: 65px;
}
.menu-three > li > a .menu-name {
  font-weight: normal;
}
.menu-three > .active > a {
  background-color: #d8e7ff;
}
.menu-three > .active > a .menu-name,
.menu-three > .active > a .todo-num {
  color: #4a80d5;
}
.todo-num {
  display: none;
}
/* 锟斤拷锟剿碉拷锟阶诧拷锟斤拷莸锟斤拷锟� */
.shortcut-nav {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #e5e5e5;
}
.shortcut-nav ul {
  width: 100%;
}
.shortcut-nav li {
  float: left;
  width: 20%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.shortcut-nav li i {
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.shortcut-nav li.active i,
.shortcut-nav li a:hover i {
  color: #4a80d5;
}
.loading {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  display: none;
}
/*锟斤拷锟斤拷*/
.busi-home-center .tabs-title {
  font-size: 13px;
  color: #656872;
  cursor: pointer;
}
.busi-home-center .tabs-selected .tabs-title {
  color: #4a80d5;
}
.busi-home-center .panel-body {
  padding: 0;
  overflow: hidden;
}
.busi-home-center .tabs-header-plain {
  background-color: #fafbfc;
}
.busi-home-center .tabs-header,
.busi-home-center .tabs {
  border-color: #f5f5f5;
}
.busi-home-center .tabs li a.tabs-inner {
  border-radius: 0;
  border-color: #f5f5f5;
}
.easyui-menu .menu-icon {
  margin-top: -11px;
}
/*锟斤拷锟斤拷锟斤拷锟斤拷示*/
.module-row1 {
  width: 33.3333%;
}
.module-row2 {
  width: 66.6666%;
}
.module-row3 {
  width: 100%;
}
.module-col1 {
  height: 240px;
}
.module-col2 {
  height: 480px;
}
.module-col3 {
  height: 720px;
}
.module-block,
.module-block-out {
  float: left;
  padding: 5px;
}
.gs_w {
  position: absolute;
}
.module-block-content,
.module-block-content-out {
  width: 100%;
  height: 100%;
  border: 1px solid #f3f3f3;
}
.gridster-box {
  width: 100%;
  height: 100%;
}
.ready .gs_w:not(.preview-holder) {
  box-shadow: none;
  background: none;
}
/*锟斤拷锟斤拷锟斤拷锟节诧拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷式*/
.allblock {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.allblock-title {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #fafafa;
  font-size: 13px;
  font-weight: bold;
  color: #4a80d5;
}
.refresh-btn {
  float: right;
  font-size: 12px;
}
.allblock-content {
  width: 100%;
  height: 100%;
}
.allblock-content ul {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
}
.allblock-content li {
  position: relative;
  border-bottom: 1px dashed #f1f1f1;
}
.allblock-content li a {
  display: inline-block;
  max-width: 95%;
  padding-right: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #656872;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.allblock-content li i {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-top: 4px;
  color: #337ab7;
}
.backlog-num {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  padding: 0 5px;
  line-height: 30px;
  text-align: right;
  color: #666;
}
.allblock-content li a:hover {
  color: #4a80d5;
}
/*锟睫革拷锟斤拷锟斤拷*/
.modify-password-dialog {
  position: fixed;
  z-index: 666;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}
.modify-password-box {
  position: absolute;
  z-index: 667;
  left: 50%;
  top: 50%;
  width: 500px;
  margin: -150px 0 0 -250px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #fff;
}
.modify-password-formbox form {
  padding: 10px 0;
}
.modify-password-title {
  width: 100%;
  height: 51px;
  padding: 15px 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #eee;
}
.modify-password-title span i {
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.modify-password-row {
  font-size: 0;
  padding: 5px 0;
  height: 50px;
  padding: 5px 0;
}
.modify-password-row label {
  display: inline-block;
  width: 100px;
  padding: 7px;
  height: 32px;
  line-height: 18px;
  font-size: 14px;
  color: #3c4353;
  font-weight: bold;
  text-align: right;
  margin: 0 5px 0 0;
}
.modify-password-row input {
  display: inline-block;
  width: 320px;
  height: 32px;
  line-height: 20px;
  padding: 5px 8px;
  border: 1px solid #dcdcdc;
  font-size: 13px;
  border-radius: 2px;
}
.modify-password-row input:focus {
  border-color: #0c64eb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(12, 100, 235, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(12, 100, 235, 0.6);
  outline: 0;
}
.modify-password-row #userName:focus {
  border-color: #dcdcdc;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.savebtn-box {
  width: 100%;
  text-align: center;
}
.savebtn-box button {
  display: inline-block;
  padding: 6px 30px;
  line-height: 18px;
  margin-bottom: 0;
  border: 0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0c64eb;
}
.savebtn-box button:hover {
  background-color: rgba(12, 100, 235, 0.8);
}
.modify-password-tip {
  text-align: center;
  padding: 15px 0 2px;
  font-size: 12px;
  color: red;
}
/*锟斤拷页锟斤拷息锟斤拷锟芥弹锟斤拷锟斤拷*/
.panel-title {
  font-size: 13px;
}
.panel-body {
  padding: 10px 15px 5px;
}
.theNews-title-box {
  text-align: center;
}
.theNews-box {
  width: 100%;
  padding: 10px 15px 5px;
  overflow: hidden;
}
.theNews {
  display: none;
}
.theNews.active {
  display: block;
}
.theNews-title {
  display: inline-block;
  min-width: 100px;
  max-width: 440px;
  line-height: 24px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  word-break: break-all;
}
.theNews-remark {
  padding: 10px 0;
  text-align: center;
}
.theNews-remark span {
  padding: 0 10px;
  font-size: 12px;
  color: #666;
}
.theNews-content {
  width: 100%;
  height: 330px;
  padding-top: 5px;
  line-height: 20px;
  text-indent: 2em;
  font-size: 13px;
  color: #333;
  overflow-y: auto;
}
.theNews-file-title {
  padding: 1px 0;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  position: absolute;
  width: 45px;
}
.theNews-file {
  border-bottom: 1px solid #eee;
  position: relative;
  height: 37px;
}
.theNews-file ul {
  max-height: 32px;
  overflow-y: auto;
}
.theNews-file li {
  height: 16px;
  padding-left: 35px;
}
.theNews-file li span {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}
.theNews-file li a {
  display: inline-block;
  line-height: 16px;
  max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.theNews-file li i {
  display: inline-block;
  margin-left: 3px;
  line-height: 16px;
  vertical-align: top;
  color: #337ab7;
  font-size: 12px;
}
.theNews-tab p {
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.theNews-tab p a {
  font-size: 12px;
  color: #666;
}
.theNews-tab p a:hover {
  color: #337ab7;
}
/*锟斤拷锟矫癸拷锟斤拷*/
.alwaysFun {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.module-list ul {
  width: 100%;
  height: 100%;
  padding: 20px 5px 0;
}
.module-list li {
  float: left;
  width: 20%;
  height: 100%;
  padding: 10px;
}
.module-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  text-align: center;
  border-radius: 10px;
  background: url(../images/always1.png) center no-repeat;
  background-size: cover;
}
.module-list li + li a {
  background: url(../images/always2.png) center no-repeat;
  background-size: cover;
}
.module-list li + li + li a {
  background: url(../images/always3.png) center no-repeat;
  background-size: cover;
}
.module-list li + li + li + li a {
  background: url(../images/always4.png) center no-repeat;
  background-size: cover;
}
.module-list li + li + li + li + li a {
  background: url(../images/always5.png) center no-repeat;
  background-size: cover;
}
.module-list li span {
  display: block;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.module-list li i {
  font-size: 30px;
  color: #fff;
}
/*业锟斤拷锟斤拷页页签锟斤拷锟斤拷锟斤拷锟斤拷示*/
.busi-index {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: none;
}
.busi-index.active {
  display: block;
}
.busi-other {
  width: 100%;
  height: 100%;
  display: none;
}
.busi-other.active {
  display: block;
}
.busi-tabs {
  position: absolute;
  z-index: 99;
  left: 240px;
  bottom: 0;
  height: 30px;
}
.normal-tabs > li {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  height: 30px;
  padding: 0 17px;
  line-height: 30px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
}
.normal-tabs .more {
  display: none;
  color: #fff;
  /*background: url("../images/more.gif") center no-repeat;*/
}
.normal-tabs .more:hover {
  color: #4a80d5;
}
.normal-tabs > li > a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.normal-tabs > li:hover,
.normal-tabs > li.active {
  background-color: #fff;
}
.normal-tabs > li:hover > a,
.normal-tabs > li.active > a {
  color: #4a80d5;
}
.normal-tabs > li:hover > span.busi-close-tab {
  display: block;
}
.more-tabs {
  position: absolute;
  z-index: 88;
  left: 0;
  top: 30px;
  padding: 5px 0;
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 2px 1px #ccc;
}
.more:hover .more-tabs,
.more.active .more-tabs {
  display: block;
}
.more-tabs li {
  position: relative;
  width: 200px;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.busi-close-tab {
  position: absolute;
  z-index: 9;
  right: 3px;
  top: 50%;
  width: 12px;
  height: 16px;
  margin-top: -8px;
  line-height: 16px;
  cursor: pointer;
  display: none;
}
.more-tabs {
  max-height: 210px;
  overflow-y: auto;
}
.more-tabs li a {
  display: inline-block;
  font-size: 14px;
  color: #484b4c;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-tabs li:hover a {
  color: #4a80d5;
}
.more-tabs li .busi-close-tab {
  display: none;
}
.more-tabs li:hover .busi-close-tab {
  display: block;
}
.busi-close-tab i {
  font-size: 12px;
  color: red;
}
/*锟斤拷页锟斤拷锟斤拷远锟斤拷锟�*/
.index-component {
  position: relative;
  width: 100%;
  height: 500px;
  padding-right: 200px;
}
.index-component-left {
  width: 100%;
  height: 100%;
  padding: 15px 5px 5px 5px;
  overflow-y: auto;
}
.index-module-demo {
  float: left;
  padding: 5px;
}
.module-block-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #e8f2fe;
}
.index-module-name {
  font-size: 14px;
  color: #000;
}
.index-demo-row1 {
  width: 33.3333%;
}
.index-demo-row2 {
  width: 66.6666%;
}
.index-demo-row3 {
  width: 100%;
}
.index-demo-col1 {
  height: 110px;
}
.index-demo-col1 > div {
  line-height: 100px;
}
.index-demo-col2 {
  height: 220px;
}
.index-demo-col2 > div {
  line-height: 210px;
}
.index-demo-col3 {
  height: 330px;
}
.index-demo-col3 > div {
  line-height: 320px;
}
.component-handbox {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  right: 15px;
  width: 100%;
  height: 24px;
}
.frameBtn {
  float: right;
  padding: 3px 10px;
  margin-right: 3px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #268dfe;
}
.frameBtn:hover,
.frameBtn:focus {
  color: #f6f6f6;
  background-color: #0079d7;
  text-decoration: none !important;
}
.frameBtn-special {
  float: right;
  line-height: 18px;
  padding: 2px 9px;
  font-size: 12px;
  color: #268dfe;
  text-align: center;
  border: 1px solid #268dfe;
  border-radius: 3px;
}
.frameBtn-special:hover,
.frameBtn-special:focus {
  color: #fff;
  background-color: #268dfe;
  text-decoration: none !important;
}
.index-component-right {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  padding: 10px 5px;
  border-left: 1px solid #eee;
  overflow-y: auto;
}
.index-component-right li {
  position: relative;
  width: 100%;
  line-height: 24px;
  padding-right: 35px;
  border-bottom: 1px dashed #eee;
}
.index-component-right li span {
  font-size: 14px;
  color: #333;
}
.index-component-right li a {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
}
.nodata-tips {
  display: none;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.menu-active .pt-xiugai {
  color: #fff;
}
/*预锟姐单位锟矫伙拷锟斤拷员锟斤拷锟斤拷*/
.busi-user-manage-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.busi-user-manage-top {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 39px;
  border-bottom: 1px solid #eee;
}
.data-status li {
  float: left;
}
.data-status li a {
  padding: 5px 12px;
  font-size: 12px;
  color: #333;
  border-bottom: 2px solid transparent;
}
.data-status li:hover a,
.data-status li.active a {
  font-weight: bold;
  color: #3771e7;
  border-color: #3771e7;
}
.topbtn {
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  background: #3771e7;
}
.topbtn:hover,
.topbtn:active {
  color: #fff;
  background: #4a80d5;
}
.busi-user-manage-table {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 10px 10px;
}
.search-box {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
}
.grid-box {
  width: 100%;
  height: 100%;
}
.busi-user-manage-table .panel-body {
  padding: 0;
  border: none;
}
.busi-user-manage-table .datagrid-header .datagrid-cell {
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.busi-user-manage-table .datagrid-header .datagrid-cell span {
  font-size: 13px;
  font-weight: bold;
}
.busi-user-manage-table .datagrid-header,
.busi-user-manage-table .datagrid-td-rownumber {
  background: none;
  background-color: #f2f2f2;
}
.busi-user-manage-table .datagrid-header-check,
.busi-user-manage-table .datagrid-cell-check {
  height: 28px;
}
.busi-user-manage-table .panel {
  margin-bottom: 0;
  border: 1px solid #eee;
}
.busiuserbox .textbox-disabled,
.busiuserbox .textbox-label-disabled {
  background-color: #eee;
}
.grid-box .datagrid-row-selected {
  background-color: #e6e6e6;
  color: #333;
}
.busiuserbox {
  position: relative;
  width: 700px;
  height: 520px;
  padding-right: 100px;
}
.busiuserwrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.busiusernav {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}
.busiusernav li {
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
.busiusernav li.active {
  color: #4a80d5;
}
.busiusernav li.active:before {
  background-color: #4a80d5;
}
.busiusernav li:before {
  position: absolute;
  z-index: 19;
  left: -30px;
  top: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #666;
}
.busiusernav li:after {
  position: absolute;
  z-index: 9;
  left: -26px;
  top: -20px;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #666;
}
.busiusernav li:first-child:after {
  display: none;
}
.slidebox {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 10000px;
  height: 100%;
}
.busiuserbase,
.busiuserrole,
.busiuserpermiss {
  position: relative;
  float: left;
  width: 600px;
  height: 520px;
  padding-top: 30px;
}
.busiuser-title {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 15px;
  color: #4a80d5;
  font-weight: bold;
}
.busiuserrole-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 45px;
}
.busiuserrole-box {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
}
.menuplan {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  padding: 5px 0;
}
.menuplan span {
  font-size: 13px;
  color: #333;
}
.busiuserrole-box > div {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 30px;
}
.userrolelist > div,
.userpowerlist > div {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
}
.busiuserrole-box > div:first-child {
  border-right: 1px solid #eee;
}
.busiuser-subtitle {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 13px;
  color: #4a80d5;
  background-color: #eee;
}
.userorg-box {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  border: 1px solid #eee;
}
.userorg-box > div {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
}
.baseFromRow {
  position: relative;
  padding: 5px 0 5px 90px;
}
.baseFromRow label {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 80px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  font-size: 13px;
  color: #333;
  text-align: right;
}
.baseFromRow > div {
  width: 100%;
}
.mandatory {
  font-size: 12px;
  color: red;
  margin-right: 3px;
}
.gridBtn {
  padding: 0 3px;
  font-size: 12px;
  color: #3771e7;
}
.tipMessage {
  color: red;
  height: 16px;
  padding: 3px 0 5px 10px;
  position: absolute;
}
.unRead {
  color: #fff;
  background-color: #e1251b;
  height: 20px;
  padding: 2px;
  font-size: 12px;
  line-height: 17px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 3px;
}
.read {
  color: #fff;
  background-color: #ccc;
  height: 20px;
  padding: 2px;
  font-size: 12px;
  line-height: 17px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 3px;
}
/* #curComponentDialog{
	padding-top:16px;
} */

.main2 {
  /* position:relative; */
  height: 100%;
  /* padding-top:60px; */
}
.main2 .tabs-title {
  font-size: 13px;
}
.main2 .tabs li a.tabs-inner {
  padding: 0 12px;
}
.main2 .tree-title {
  height: 22px;
  line-height: 22px;
  font-size: 15px;
}
.main2 .tree li {
  padding: 4px 0;
}
.main2 .tree-node {
  height: 22px;
}
.main2 .tree-folder,
.main2 .tree-file {
  background: none;
}
.main2 .tree-folder.pt {
  width: 20px;
  font-size: 16px;
  color: #6893f7;
  text-align: center;
}
.main2 .tree-file.pt {
  width: 20px;
  font-size: 16px;
  color: #f9b84c;
  text-align: center;
}
.main2 .tree-expanded,
.main2 .tree-collapsed,
.main2 .tree-folder,
.main2 .tree-file,
.main2 .tree-checkbox,
.main2 .tree-indent {
  height: 22px;
  line-height: 22px;
}
/* 灞曞紑鏃跺浘鐗�
.tree-folder-open
{
	background:url('/framework-web2/templates/home/images/ziyuan.png') no-repeat center center !important;
} */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/* 轮播图 */
.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 152px;
  margin-bottom: 11px !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide:nth-of-type(even){
  margin-bottom: 11px !important;
}
.swiper-slide .slide-wrap {
  width: 100%;
  height: 100%;
}
.swiper-slide .slide-wrap:hover {
  /*box-shadow: 0 0 10px #0088fa;*/
  box-shadow: 0 0 10px rgba(0, 136, 250, 0.4);

}
.swiper-slide.swiper-slide-active {
  margin: 0;
}
.swiper-slide .slide-wrap ul > li {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 4px;
}
.swiper-slide .slide-wrap ul > li p {
  display: flex;
  padding-left: 6%;
  line-height: 30px;
}
.swiper-slide .slide-wrap .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.swiper-slide .slide-wrap .icon i {
  position: relative;
  left: 7px;
  top: 1px;
}
.swiper-slide .slide-wrap.slider-box-blue .icon {
  /*background: hsl(206deg 100% 48%);*/
  background: #008bf5;
}
.swiper-slide .slide-wrap.slider-box-yellow .icon {
  /*background: hsl(36deg 100% 52%);*/
  background: #ff9d0a;
}
.swiper-slide .slide-wrap.slider-box-orange .icon {
  /*background: hsl(18deg 93% 49%);*/
  background: #f14d09;
}
.swiper-slide .slide-wrap.slider-box-purple .icon {
  /*background: hsl(258deg 90% 71%);*/
  background: #9a72f8;
}
.swiper-slide .slide-wrap.slider-box-green .icon {
  /*background: hsl(164deg 84% 37%);*/
  background: #0fae83;
}
.swiper-slide .slide-wrap .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 8px;
  color: #000;
  cursor: pointer;
}

.swiper-slide .slide-wrap .slider-num,
.swiper-slide .slide-wrap .slider-nums {
  font-size: 12px;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: relative;
  top: -10px;
  color: #fff;
  text-align: center;
}
.swiper-slide .slide-wrap.slider-box-blue .slider-num,
.swiper-slide .slide-wrap.slider-box-blue .slider-nums {
  /*background: hsl(197deg 92% 42%);*/
  background: rgba(9,150,206,1);
}
.swiper-slide .slide-wrap.slider-box-yellow .slider-num,
.swiper-slide .slide-wrap.slider-box-yellow .slider-nums {
  /*background: hsl(36deg 100% 52%);*/
  background: rgba(255,157,10,1);
}
.swiper-slide .slide-wrap.slider-box-orange .slider-num,
.swiper-slide .slide-wrap.slider-box-orange .slider-nums {
  /*background: hsl(18deg 93% 49%);*/
  background: rgba(241,78,9,1);
}
.swiper-slide .slide-wrap.slider-box-purple .slider-num,
.swiper-slide .slide-wrap.slider-box-purple .slider-nums {
  /*background: hsl(258deg 90% 71%);*/
  background: rgba(154,114,248,1);
}
.swiper-slide .slide-wrap.slider-box-green .slider-num,
.swiper-slide .slide-wrap.slider-box-green .slider-nums {
  /*background: hsl(164deg 84% 37%);*/
  background: rgba(15,174,131,1);
}
.swiper-slide .slide-wrap .slider-nums {
  position: absolute;
  right: -10px;
}
.swiper-slide .slide-wrap .slide-box {
  font-size: 12px;
}
.swiper-slide .slide-wrap .slide-box ul{
  /*padding: 0 16px;*/
  padding: 0 6%;
}
.swiper-slide .slide-wrap .slide-box li {
  display: inline-block;
  padding: 6px 0 6px 6px;
  width: 47%;
  /*margin-bottom: 6px;*/
  /*margin: 4px;*/
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  /*height: 36px;*/
  height: 30px;
  font-size: 14px;
  /*font-weight: 550;*/
  color:#656872;
  /*line-height: 24px;*/
  line-height: 18px;
  margin-top: 8px;
  /*margin-left: 16px;*/
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 0;
}
.swiper-slide .slide-wrap .slide-box li:hover{
  color: rgba(0,0,0,0.85);
}
.swiper-slide .slide-wrap .slide-box li:nth-of-type(odd){
  /*margin-right: 16px;*/
  margin-right: 6%;
}
.swiper-slide .slide-wrap.slider-box-blue .slide-box li {
  /*background: hsl(203deg 100% 94%);*/
  background: rgba(224,243,255,1);
}
.swiper-slide .slide-wrap.slider-box-blue .slide-box li:hover {
  /*background: hsl(203deg 100% 89%);*/
  background: rgba(199,233,255,1);
}
.swiper-slide .slide-wrap.slider-box-yellow .slide-box li {
  /*background: hsl(39deg 100% 95%);*/
  background: rgba(255,246,230,1);
}
.swiper-slide .slide-wrap.slider-box-yellow .slide-box li:hover {
  /*background: hsl(39deg 100% 90%);*/
  background: rgba(255,237,204,1);
}
.swiper-slide .slide-wrap.slider-box-orange .slide-box li {
  /*background: hsl(3deg 100% 96%);*/
  background: rgba(255,236,235,1);
}
.swiper-slide .slide-wrap.slider-box-orange .slide-box li:hover {
  /*background: hsl(3deg 100% 91%);*/
  background: rgba(255,211,209,1);
}
.swiper-slide .slide-wrap.slider-box-purple .slide-box li {
  /*background: hsl(263deg 100% 97%);*/
  background: rgba(246,240,255,1);
}
.swiper-slide .slide-wrap.slider-box-purple .slide-box li:hover {
  /*background: hsl(263deg 100% 92%);*/
  background: rgba(230,214,255,1);
}
.swiper-slide .slide-wrap.slider-box-green .slide-box li {
  /*background: hsl(164deg 62% 93%);*/
  background: rgba(226,248,242,1);
}
.swiper-slide .slide-wrap.slider-box-green .slide-box li:hover {
  /*background: hsl(164deg 62% 88%);*/
  background: rgba(205,243,233,1);
}
/*复写顶部轮播布局样式开始*/
.swiper-slide .wrap {
  width: 100%;
  height: 100%;
  text-align: left;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
}
.swiper-slide .wrap .menuLi {
  list-style: none;
  display: inline-block;
  width:24.25%;
  /*width:23.875%;*/
  /*flex: 0 0 23.6%;*/
}
.swiper-slide .wrap .menuLi:nth-child(-n+4) {
  margin-bottom: 16px;
}
.swiper-slide .wrap .menuLi:nth-child(1) {
  /*margin-right: 16px;*/
  margin-right: 1%;
}
.swiper-slide .wrap .menuLi:nth-child(2) {
  /*margin-right: 16px;*/
  margin-right: 1%;
}
.swiper-slide .wrap .menuLi:nth-child(3) {
  /*margin-right: 16px;*/
  margin-right: 1%;
}
.swiper-slide .wrap .menuLi:nth-child(5) {
  /*margin-right: 16px;*/
  margin-right: 1%;
}
.swiper-slide .wrap .menuLi:nth-child(6) {
  /*margin-right: 16px;*/
  margin-right: 1%;
}
.swiper-slide .wrap .menuLi:nth-child(7) {
  /*margin-right: 16px;*/
  margin-right: 1%;
}
/*复写顶部轮播布局样式结束*/
.CTJcontainer {
  display: flex;
  height: 100%;
  flex-direction: column;
  display: none;
}
.CTJcontainer.active {
  display: flex;
}
.CTJcontainer .top {
  /*height: 300px;*/
  /* overflow: hidden; */
}
.upper-middle {
  height: 120px;
  display: flex;
  background-color: #fff;
  padding: 16px 0 16px 16px;
  margin: 0 24px 16px 24px;
}
.upper-middle .upper_middle_content {
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  margin: 0 5px 0 0;
  overflow-y: auto;
  /*padding: 16px 16px 8px 16px;*/
}
.upper-middle .upper_middle_content .detailed_menu_ul {
  display: flex;
  flex-wrap: wrap;
}
.upper-middle .upper_middle_content .detailed_menu_li {
  flex: 0 0 16.6%;
  height: 24px;
  cursor: pointer;
  font-size: 14px;
  color:#656872;
  /*margin-bottom: 8px;*/
  margin-bottom: 1%;

  white-space: nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.upper-middle .upper_middle_content .detailed_menu_li:hover {
  color: #0088ff;
}
.middle {
  /* flex: 1; */
  height: 280px;
  overflow: auto;
  display: flex;
  margin: 0 16px 16px 16px;
}
.middle .middle_left {
  width: 67%;
  background-color: #fff;
  margin: 0 5px 0 0;
  overflow-y: hidden;
  /* background: content-box; */
}
.middle .middle_right {
  flex: 1;
  height: 100%;
  background-color: #fff;
  margin: 0 0 0 10px;
  /* background: content-box; */
}
.bottom {
  height: 300px;
  display: flex;
  margin: 0 16px 16px 16px;
}
.bottom .bottom_left {
  width: 67%;
  background-color: #fff;
  margin: 0 5px 0 0;
}
.bottom .bottom_right {
  flex: 1;
  height: 100%;
  background-color: #fff;
  margin: 0 0 0 10px;
}
