@charset "UTF-8";
/* 公共样式 */
::-webkit-scrollbar:horizontal {
  height: 0;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

::-webkit-scrollbar-thumb:active {
  background-color: #eee;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "PingFang SC Regular", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", 微软雅黑, sans-serif;
}

input, textarea, button {
  font-family: "PingFang SC Regular", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", 微软雅黑, sans-serif;
}

textarea, button, input, select {
  outline: none;
  border: 0;
}

input:focus, textarea:focus {
  outline: none;
}

a, b, span, i, u, s, label {
  display: inline-block;
}

a:active, a:focus {
  outline: none;
}

a, u, s {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.parent:after {
  content: "";
  display: table;
  clear: both;
}

.element:before {
  content: "";
  display: table;
}

.hidFont {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidFont2 {
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.pz {
  position: relative;
  z-index: 100;
}

.pr {
  position: relative;
}

.click {
  cursor: pointer;
}

.wide {
  width: 100%;
}

.high {
  height: 100%;
}

.lf {
  float: left;
}

.rf {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.whiteBg {
  background-color: #FFF;
}

.demiBold {
  font-family: "PingFang SC Medium";
}

.bold {
  font-family: "PingFang SC Semibold";
}

.lh14 {
  line-height: 14px;
}

.lh15 {
  line-height: 15px;
}

.lh16 {
  line-height: 16px;
}

.lh18 {
  line-height: 18px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.lh34 {
  line-height: 34px;
}

.lh36 {
  line-height: 36px;
}

.lh38 {
  line-height: 38px;
}

.lh40 {
  line-height: 40px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.red {
  color: #D0021B;
}

.blue {
  color: #1989FA;
}

.green {
  color: #1F8200;
}

.black {
  color: #333;
}

.blackMinor {
  color: #606266;
}

.greyMain {
  color: #999;
  text-align: left;
}

.white {
  color: #FFF;
}

.do-color {
  color: #888;
}

.primary {
  color: #1989FA;
}

.success {
  color: #5cb85c;
}

.info {
  color: #5bc0de;
}

.warning {
  color: #f0ad4e;
}

.danger {
  color: #d9534f;
}

.link {
  color: #337ab7;
}

.grey {
  color: #A6AAAE;
}

.orange {
  color: #F79034;
}

.lightGreen {
  color: #52C41A;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pad5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pad10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.plr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.four-line {
  position: relative;
}
.four-line:after {
  content: "";
  width: -webkit-calc(200% - 2px);
  width: -moz-calc(200% - 2px);
  width: calc(200% - 2px);
  height: -webkit-calc(200% - 2px);
  height: -moz-calc(200% - 2px);
  height: calc(200% - 2px);
  border: 1px solid #E4E7ED;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.straight-line {
  position: relative;
}
.straight-line:before {
  content: "";
  height: 1px;
  background-color: #E4E7ED;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.line-bottom {
  position: relative;
}
.line-bottom:before {
  content: "";
  height: 1px;
  background-color: #E4E7ED;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.level-line {
  position: relative;
}
.level-line:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E4E7ED;
  position: #E4E7ED;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.line-middle {
  width: 100%;
  height: 1px;
  background-color: #E4E7ED;
}

.hsh-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hsh-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsh-flex-upDown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsh-flex-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hsh-flex-both {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hsh-flex-both-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hsh-flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hsh-flex-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hsh-flex-line-break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hsh-flex-many {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.hsh-flex-many-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hsh-flex-four-sides-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.img36 {
  width: 36px;
  height: 36px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img36 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.boy {
  width: 8px;
  height: 12px;
  margin: 0 5px;
  background: url("../images/icon/ic_boy.png") no-repeat center;
  background-size: 100%;
}

.girl {
  width: 8px;
  height: 12px;
  margin: 0 5px;
  background: url("../images/icon/ic_girl.png") no-repeat center;
  background-size: 100%;
}

.select-icon {
  width: 14px;
  height: 14px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.select-icon.active {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}

.status-unreview {
  color: #f79034;
  font-weight: bold;
}

.status-pass {
  color: #1989fa;
  font-weight: bold;
}

.status-refuse {
  color: #d0021b;
  font-weight: bold;
}

.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.overflow-2 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.topDialog {
  top: 20% !important;
}

/*屏幕背景*/
.hsh-screenBg {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-color: #F0F2F5;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}

.loading {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  flex-direction: column;
}
.loading .loading-icon {
  width: 60px;
  height: 60px;
}
.loading .text {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

.expandBtn {
  width: 10px;
  height: 40px;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 50%;
  background: url("../images/icon/ic_nav_close_normal.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.expandBtn:hover {
  background: url("../images/icon/ic_nav_close_active.png") no-repeat center;
  background-size: 100%;
}
.expandBtn.collopse {
  left: 0;
  background: url("../images/icon/ic_nav_open_normal.png") no-repeat center;
  background-size: 100%;
}
.expandBtn.collopse:hover {
  background: url("../images/icon/ic_nav_open_active.png") no-repeat center;
  background-size: 100%;
}
.expandBtn.open-sub-menu {
  left: 88px;
}

/*黑色向下括号箭头*/
.arrow-down {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("../images/ic_nav_open.png") no-repeat center;
  background-size: 100%;
}

/*页面圆返回按钮*/
.returnIcon {
  width: 22px;
  height: 22px;
  background: url(../images/icon/ic_company_back.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

/*展开收缩按钮图标*/
.open-btn {
  width: 14px;
  height: 14px;
  background: url(../images/icon/ic_company_open.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

/*菜单图标*/
.folder-icon {
  width: 16px;
  height: 14px;
  background: url(../images/icon/ic_company_folder.png) no-repeat center;
  background-size: 100%;
}

/*项目图标*/
.project-icon {
  width: 14px;
  height: 14px;
  background: url("../images/icon/ic_company_project.png") no-repeat center;
  background-size: 100%;
}

/*滚动条样式*/
.scrollBarStyle {
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

/*头部样式*/
.header {
  width: 100%;
  left: 0px;
  height: 50px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 #dadada;
  box-shadow: 0 2px 4px 0 #dadada;
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .head-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background: url("../../images/ic_pc_logo.png") no-repeat center;
  background-size: 100%;
}
.header .newsTips {
  width: 68px;
  height: 50px;
}
.header .newsTips:hover, .header .newsTips.active {
  background-color: #F0F2F5;
}
.header .newsTips:hover .pop-news, .header .newsTips.active .pop-news {
  display: block;
}
.header .newsTips .icon {
  width: 18px;
  height: 24px;
  background: url("../images/icon/ic_nav_notice.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: relative;
}
.header .newsTips .number {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  margin-right: -4px;
  border-radius: 7px;
  background-color: #D0021B;
  font-family: "PingFang SC Medium";
  font-size: 8px;
  color: #FFF;
  position: absolute;
  top: -8px;
  right: -50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .userTips {
  width: 100px;
  height: 50px;
  position: relative;
}
.header .userTips .head-name {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #535353;
  font-family: "PingFang SC Medium";
  font-size: 14px;
  color: #FFF;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header .userTips:hover, .header .userTips.active {
  background-color: #F0F2F5;
}
.header .userTips:hover .pop-modal, .header .userTips.active .pop-modal {
  display: block;
}
.header .header-tab-bar {
  display: flex;
  height: 100%;
}
.header .header-tab-bar .tab-item {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  align-items: center;
  cursor: pointer;
}
.header .header-tab-bar .tab-item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.header .header-tab-bar .tab-item .text {
  color: #082E56;
  font-size: 14px;
}
.header .header-tab-bar .tab-item.active {
  background: #F0F2F5;
}
.header .header-tab-bar .tab-item:hover {
  background: #F5F5F5;
}

.pop-news {
  display: none;
  width: 350px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgb(228, 231, 237);
  cursor: default;
  position: absolute;
  top: 50px;
  right: -58px;
  z-index: 10;
}
.pop-news .tabs-head {
  width: 100%;
  height: 36px;
  background-color: #F0F2F5;
}
.pop-news .tabs-head .tabs-item {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.pop-news .tabs-head .tabs-item.active {
  background-color: #FFF;
}
.pop-news .tabs-head .tabs-item.active .fs14-2 {
  font-family: "PingFang SC Medium";
  color: #1989FA;
}
.pop-news .tabs-head .tabs-item .number {
  margin-top: -10px;
  margin-left: -8px;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.pop-news .tabs-content {
  width: 100%;
  height: 206px;
  overflow-y: scroll;
}
.pop-news .tabs-content .tabs-pane {
  width: 100%;
  padding: 12px 20px 0;
}
.pop-news .tabs-footer {
  width: 100%;
  height: 36px;
}
.pop-news .tabs-footer .see-icon {
  width: 8px;
  height: 8px;
  background: url("../images/icon/ic_nav_allnews.png") no-repeat center;
  background-size: 100%;
}

.pop-modal {
  display: none;
  width: 160px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
  position: absolute;
  top: 50px;
  right: 1px;
  z-index: 10;
}
.pop-modal ul {
  padding: 10px 0;
  border-radius: 4px;
  background-color: #FFF;
}
.pop-modal ul li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.pop-modal ul li .nav-icon {
  width: 14px;
  height: 14px;
}
.pop-modal ul li .nav-icon.person {
  background: url("../images/icon/ic_nav_person.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.quit {
  background: url("../images/icon/ic_nav_quit.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li:hover {
  background-color: #F0F2F5;
}

/* 内容左侧*/
.sideBar {
  height: 100%;
  top: 0px;
  background-color: #EFF2FA;
  border-right: 1px solid #E4E7ED;
  width: 0px;
  background: #ffffff;
  transition: 0.5s;
}
.sideBar.isExpand {
  width: 88px;
}
.sideBar.open-sub-menu {
  width: 240px;
}
.sideBar .menu-nav {
  width: 88px;
  height: 100%;
  float: left;
  background-color: #082E56;
  overflow-y: auto;
}
.sideBar .menu-nav .logo {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding-top: 7px;
}
.sideBar .menu-nav .logo img {
  width: 40px;
  height: 40px;
  margin-left: 24px;
  margin-top: 3px;
}
.sideBar .sub-menu-nav {
  width: 150px;
  display: block;
  float: right;
  overflow-y: auto;
  height: 100%;
}
.sideBar .sub-item {
  width: 100%;
}
.sideBar .menu-nav li {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.sideBar .menu-nav li .text {
  width: 100%;
  color: #D8E1EB;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sideBar .menu-nav li .text.active {
  background-color: #00213F;
  color: #ffffff;
  font-weight: 500;
}
.sideBar .menu-nav li .menu-icon {
  width: 16px;
  height: 16px;
  padding: 0;
  margin-left: 10px;
  margin-right: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sideBar .menu-nav li .menu-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sideBar .menu-nav li .menu-name {
  width: 100%;
  padding-left: 35px;
}
.sideBar .sub-menu-nav .expand-menu-name, .sideBar .sub-item .expand-menu-name {
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  padding-left: 35px;
}
.sideBar .sub-menu-nav li, .sideBar .sub-item li {
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  float: left;
}
.sideBar .sub-menu-nav li .text, .sideBar .sub-menu-nav li .sub-text, .sideBar .sub-item li .text, .sideBar .sub-item li .sub-text {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999;
}
.sideBar .sub-menu-nav li .text.active, .sideBar .sub-menu-nav li .sub-text.active, .sideBar .sub-item li .text.active, .sideBar .sub-item li .sub-text.active {
  background-color: #DADFE7;
}
.sideBar .sub-menu-nav li .text.active:before, .sideBar .sub-menu-nav li .sub-text.active:before, .sideBar .sub-item li .text.active:before, .sideBar .sub-item li .sub-text.active:before {
  background-color: #1989FA;
}
.sideBar .sub-menu-nav li .text.on .arrow-icon, .sideBar .sub-menu-nav li .sub-text.on .arrow-icon, .sideBar .sub-item li .text.on .arrow-icon, .sideBar .sub-item li .sub-text.on .arrow-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sideBar .sub-menu-nav li .menu-icon, .sideBar .sub-item li .menu-icon {
  width: 16px;
  height: 16px;
  padding: 0;
  margin-left: 10px;
  margin-right: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sideBar .sub-menu-nav li .menu-icon img, .sideBar .sub-item li .menu-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sideBar .sub-menu-nav li .arrow-icon, .sideBar .sub-item li .arrow-icon {
  width: 14px;
  height: 14px;
  padding: 0;
  margin-left: 14px;
  background: url("../images/ic_nav_open.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -moz-transition: -moz-transition 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transition 0.5s;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sideBar .sub-menu-nav li .menu-name, .sideBar .sub-menu-nav li .sub-menu-name, .sideBar .sub-item li .menu-name, .sideBar .sub-item li .sub-menu-name {
  width: 100%;
  padding-left: 8px;
  font-size: 14px;
}
.sideBar .sub-menu-nav li span, .sideBar .sub-item li span {
  min-width: 120px;
  color: #555;
  margin-left: 15px;
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 40px;
  line-height: 40px;
  width: 125px;
}
.sideBar .sub-menu-nav li span.on, .sideBar .sub-item li span.on {
  background-color: #EFF3F6;
}
.sideBar .sub-menu-nav li {
  position: relative;
}
.sideBar .sub-menu-nav li:before {
  content: "";
  width: 3px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.sideBar .sub-menu-nav li.on span {
  background-color: #EFF3F6;
}
.sideBar .sub-menu-nav li.active .sub-text .arrow-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideBar .sub-menu-nav li .sub-text ~ .sub-item li span {
  padding-left: 68px;
}

.container {
  width: calc(100% - 88px);
  height: 100%;
  position: relative;
}

/*内容右侧*/
.pageContainer {
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  width: 100%;
  overflow-x: hidden;
  float: none;
  left: 0px;
  position: relative;
  background-color: #F0F2F5;
}
.pageContainer .pageMenu {
  width: 100%;
  height: 40px;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}
.pageContainer .pageMenu .clickLeft {
  width: 40px;
  height: 40px;
  background: url("../images/icon/ic_left.png") no-repeat center;
  background-size: 20px;
  border-right: 1px solid #E4E7ED;
  cursor: pointer;
  flex-shrink: 0;
}
.pageContainer .pageMenu .clickRight {
  width: 40px;
  height: 40px;
  background: url("../images/icon/ic_right.png") no-repeat center;
  background-size: 20px;
  border-left: 1px solid #E4E7ED;
  cursor: pointer;
  flex-shrink: 0;
}
.pageContainer .pageMenu .clickDown {
  width: 40px;
  height: 40px;
  background: url("../images/icon/ic_dropdown.png") no-repeat center;
  background-size: 10px 11px;
  border-left: 1px solid #E4E7ED;
  cursor: pointer;
  flex-shrink: 0;
}
.pageContainer .pageMenu .clickDown ul {
  padding: 5px 0;
  border: 1px solid #E4E7ED;
  border-radius: 2px;
  background-color: #FFF;
  position: absolute;
  top: 40px;
  right: 0;
}
.pageContainer .pageMenu .clickDown ul li {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.pageContainer .pageMenu .clickDown ul li:hover {
  background-color: #F0F2F5;
}
.pageContainer .pageMenu .menuBar {
  width: calc(100% - 120px);
  height: 40px;
  cursor: auto;
  overflow: hidden;
  position: relative;
}
.pageContainer .pageMenu .menuBar .menuBarContainer {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem {
  height: 40px;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  position: relative;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem span {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem .menuItem_close {
  width: 16px;
  height: 16px;
  background: url("../images/icon/ic_close.png") no-repeat center;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem .menuItem_close:hover {
  background-color: #DBD9D9;
  border-radius: 50%;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem.active {
  background-color: #F0F2F5;
  z-index: 2;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem.active .line {
  display: none;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem .line {
  width: 1px;
  height: 14px;
  background-color: #DBD9D9;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(0, -50%);
  z-index: 1;
}
.pageContainer .pageTitle {
  padding: 25px 35px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageContainer .pageTitle .label {
  font-family: "PingFang SC Medium";
  font-size: 20px;
  color: #333;
}
.pageContainer .tab-page {
  width: 100%;
  height: 100%;
}
.pageContainer .tab-page .pageContent {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
}
.pageContainer .tab-page .pageContent .tree-module {
  display: block;
  width: 300px;
  height: 100%;
  background-color: #FFF;
  margin-right: 10px;
  padding: 5px;
  float: left;
  transition: 0.5s;
}
.pageContainer .tab-page .pageContent .tree-module.width-260 {
  width: 260px;
  margin-right: 0px;
}
.pageContainer .tab-page .pageContent .tree-module.collopse {
  width: 0px;
  padding: 0px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-search {
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #E4E7ED;
}
.pageContainer .tab-page .pageContent .tree-module .tree-search .controls.input-search-button {
  height: 34px;
  width: 262px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #DADADA;
}
.pageContainer .tab-page .pageContent .tree-module .tree-search .controls.input-search-button input {
  width: 220px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContainer .tab-page .pageContent .tree-module .tree-search .controls.input-search-button i {
  width: 40px;
  height: 32px;
  background-color: #EFF3F6;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header {
  height: 41px;
  padding: 0 10px;
  border-bottom-color: #E4E7ED;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .allFolder-icon {
  width: 16px;
  height: 14px;
  background: url("../images/icon/ic_company_allfolder.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .role-app-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url("../images/icon/ic_role_app.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .controls.button {
  min-width: 54px;
  height: 28px;
  line-height: 26px;
  font-size: 12px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .add-btn {
  width: 34px;
  height: 34px;
  margin-right: -6px;
  background: url("../images/icon/ic_company_add.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: relative;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .add-btn .pop-role {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .add-btn .pop-role .controls.button {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .arrow-icon {
  width: 20px;
  height: 20px;
  margin-right: -4px;
  background: url("../images/ic_nav_open.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -moz-transition: -moz-transition 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transition 0.5s;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-header .arrow-icon.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content {
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content.hidden-scroll-bar::-webkit-scrollbar {
  width: 0;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations {
  width: 60px;
  height: 34px;
  display: flex;
  align-items: center;
  float: right;
  justify-content: flex-end;
  margin-right: 10px;
  position: absolute;
  right: 0px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon {
  visibility: hidden;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon .node-operations-pop {
  visibility: visible;
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 0;
  width: 108px;
  background-color: rgb(255, 255, 255);
  border: 0.5px solid rgb(218, 218, 218);
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon .node-operations-pop div {
  box-sizing: border-box;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  height: 32px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon .node-operations-pop div .del-name {
  color: #D0021B;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon .node-operations-pop div:hover {
  background-color: #E0ECFF;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.add {
  background: url("../../images/ic_company_add_gray.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.add:hover {
  background: url("../../images/ic_company_add_blue.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.add.active {
  background: url("../../images/ic_company_add_blue.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.add.active .pop-role {
  display: block;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.more {
  background: url("../../images/ic_api_operate.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.more:hover {
  background: url("../../images/ic_api_operate_blue.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.more.active {
  background: url("../../images/ic_api_operate_blue.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.more.active .pop-role {
  display: block;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.copy {
  background: url("../../images/ic_project_copy.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.copy:hover {
  background: url("../../images/ic_project_copy.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.copy.active {
  background: url("../../images/ic_project_copy.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.copy.active .pop-role {
  display: block;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.edit {
  background: url("../../images/ic_company_edit.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.edit:hover {
  background: url("../../images/ic_company_edit_blue.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.edit.active {
  background: url("../../images/ic_company_edit_blue.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.edit.active .pop-role {
  display: block;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.edit .pop-role {
  top: 20px;
  right: -46px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.del {
  background: url("../../images/ic_company_delete.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-label-content .node-operations .operation-icon.del:hover {
  background: url("../../images/ic_company_delete_red.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .tree-node-content:hover .node-operations .operation-icon {
  visibility: visible;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .add-type-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .add-type-button .add-icon {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url("../../images/ic_company_add2.png");
  margin-right: 10px;
  margin-left: 30px;
}
.pageContainer .tab-page .pageContent .tree-module .tree-panel .tree-content .add-type-button .text {
  font-size: 12px;
  color: #1989FA;
  cursor: default;
}
.pageContainer .tab-page .pageContent .tree-module .tree-search ~ .tree-panel {
  height: -webkit-calc(100% - 85px);
  height: -moz-calc(100% - 85px);
  height: calc(100% - 85px);
}
.pageContainer .tab-page .pageContent .list-module {
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
  height: 100%;
  float: left;
  overflow-y: scroll;
}
.pageContainer .tab-page .pageContent .list-module .tableContainer .table-icon {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.pageContainer .tab-page .pageContent .searchBar {
  display: flex;
  width: 100%;
  padding: 0px 16px 0px 16px;
  background-color: #FFF;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.pageContainer .tab-page .pageContent .searchBar .addBtn {
  width: 45px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  font-size: 18px;
  color: #D7D7D7;
  cursor: pointer;
  float: left;
  margin-top: 10px;
}
.pageContainer .tab-page .pageContent .searchBar .controls {
  width: 238px;
  margin-right: 10px;
  margin-top: 5px;
}
.pageContainer .tab-page .pageContent .searchBar .controls:last-child {
  margin-right: 0;
}
.pageContainer .tab-page .pageContent .searchBar .controls.combo-input-search-button {
  width: 280px;
}
.pageContainer .tab-page .pageContent .searchBar .controls.icon-button, .pageContainer .tab-page .pageContent .searchBar .controls.combo-radiobutton {
  width: auto;
}
.pageContainer .tab-page .pageContent .searchBar .controls.dateField.range {
  width: 220px;
}
.pageContainer .tab-page .pageContent .searchBar .controls.combobox {
  width: 150px;
}
.pageContainer .tab-page .pageContent .searchBar .controls.button {
  width: auto;
}
.pageContainer .tab-page .pageContent .searchBar .controls.column-button {
  width: 40px;
}
.pageContainer .tab-page .pageContent .searchBar .controls.input-search-button {
  padding-left: 15px;
  width: 160px;
}
.pageContainer .tab-page .pageContent .searchBar .controls.rf {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.pageContainer .tab-page .pageContent .searchBar .controls.rf:last-child {
  margin-left: 0;
}
.pageContainer .tab-page .pageContent .searchBar .controls.rf.input-search-button {
  padding-left: 15px;
  padding-right: 0;
}
.pageContainer .tab-page .pageContent .searchBar .nav-bar {
  height: 32px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.pageContainer .tab-page .pageContent .searchBar .nav-bar .fs16-1 {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .tab-page .pageContent .searchBar .nav-bar .fs16-1:after {
  content: "";
  max-width: 64px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 10;
}
.pageContainer .tab-page .pageContent .searchBar .nav-bar.active .fs16-1 {
  font-family: "PingFang SC Medium";
  color: #1989FA;
}
.pageContainer .tab-page .pageContent .searchBar .nav-bar.active .fs16-1:after {
  background-color: #1989FA;
}
.pageContainer .tab-page .pageContent .searchBar .item {
  width: 100%;
  height: 50px;
}
.pageContainer .tab-page .pageContent .searchBar .label {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 5px;
}
.pageContainer .tab-page .pageContent .searchBar .label.rect-box {
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #DADADA;
  background-color: #F9FAFC;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0 10px 0 10px;
  margin-right: 0px;
  min-width: 60px;
  text-align: center;
}
.pageContainer .tab-page .pageContent .searchBar .buttons {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 0px;
}
.pageContainer .tab-page .pageContent .searchBar .buttons .controls {
  margin-right: 10px;
}
.pageContainer .tab-page .pageContent .searchBar .buttons .controls:last-child {
  margin-right: 0;
}
.pageContainer .tab-page .pageContent .highSearchBar {
  display: flex;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: #FFF;
  word-spacing: -1em;
  flex-direction: row;
  align-items: center;
}
.pageContainer .tab-page .pageContent .highSearchBar .content {
  background: #EFF3F6;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .label {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
  line-height: 32px;
  margin-top: 16px;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls {
  width: 200px;
  margin-right: 10px;
  margin-top: 16px;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls:last-child {
  margin-right: 0;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.combo-input-search-button {
  width: 300px;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.icon-button, .pageContainer .tab-page .pageContent .highSearchBar .content .controls.combo-radiobutton {
  width: auto;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.dateField.range {
  width: 230px;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.combobox {
  width: 150px;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.button {
  width: auto;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.input-search-button {
  padding-left: 15px;
  width: 160px;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.rf {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.rf:last-child {
  margin-left: 0;
}
.pageContainer .tab-page .pageContent .highSearchBar .content .controls.rf.input-search-button {
  padding-left: 15px;
  padding-right: 0;
}
.pageContainer .tab-page .pageContent .tabBar {
  width: 100%;
  background-color: #fff;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 10px;
}
.pageContainer .tab-page .pageContent .tabBar .content {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #DADADA;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageContainer .tab-page .pageContent .tabBar .content .tabItem {
  color: #606266;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  flex-shrink: 0;
  /* margin-left: 10px; */
  margin-right: -1px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: -1px;
  border: solid 1px #DADADA;
  min-width: 88px;
  text-align: center;
  background-color: #EFF3F6;
}
.pageContainer .tab-page .pageContent .tabBar .content .tabItem.active {
  color: #1989FA;
  font-weight: 500;
  border-top: solid 2px #1989FA;
  background-color: #FFF;
  border-bottom: solid 1px #FFF;
}
.pageContainer .tab-page .pageContent .tabBar .content .tabItem .num {
  display: inline-block;
  width: 29px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px #dadada;
  font-size: 16px;
  line-height: 16px;
  color: #dc2a39;
  font-size: 12px;
  text-align: center;
  font-family: PingFangSC-Medium;
  /* margin-left: -40px; */
  position: relative;
  bottom: 2px;
  margin-left: 5px;
}
.pageContainer .tab-page .pageContent .summaryBar {
  width: 100%;
  padding-left: 16px;
  background-color: #fff;
  padding-top: 16px;
}
.pageContainer .tab-page .pageContent .summaryBar .text {
  color: #222;
  font-size: 12px;
}
.pageContainer .tab-page .pageContent .summaryBar .num {
  color: #1989FA;
  font-size: 16px;
  font-weight: bold;
}
.pageContainer .tab-page .pageContent .split_line {
  width: 100%;
  height: 10px;
}
.pageContainer .tab-page .pageContent .number {
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
  margin-left: 5px;
  border-radius: 8px;
  background-color: #E4E7ED;
  font-size: 12px;
  color: #999;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .tab-page .pageContent .listPage {
  width: 100%;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 10px;
}
.pageContainer .tab-page .pageContent .listPage .tableContainer {
  height: 100%;
  box-shadow: none;
}
.pageContainer .tab-page .pageContent .listPage .freezeColumns {
  margin-top: 16px;
  margin-left: 16px;
}
.pageContainer .tab-page .pageContent .listPage .pageButton {
  padding: 20px 15px;
}
.pageContainer .tab-page .pageContent .listPage .pageButton .rf {
  float: right;
}
.pageContainer .tab-page .pageContent .listPage .pageButton:after {
  content: "";
  display: table;
  clear: both;
}
.pageContainer .tab-page .pageContent .page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  height: 60px;
}
.pageContainer .tab-page .pageContent .page-header.edit-dialog {
  margin-bottom: 10px;
}
.pageContainer .tab-page .pageContent .page-header .title {
  font-family: "PingFang SC Medium";
  font-size: 20px;
  color: #333;
  width: auto;
  display: block;
  padding-left: 16px;
}
.pageContainer .tab-page .pageContent .page-header .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 16px;
}
.pageContainer .tab-page .pageContent .page-header .nav .nav-item {
  color: #009afe;
  cursor: pointer;
  font-size: 14px;
}
.pageContainer .tab-page .pageContent .page-header .nav .nav-split {
  margin-left: 5px;
  margin-right: 5px;
  color: #999;
  font-size: 10px;
  font-weight: bold;
}
.pageContainer .tab-page .pageContent .page-header .nav .nav-title {
  font-size: 14px;
  color: #333;
  width: auto;
  display: block;
}
.pageContainer .tab-page .pageContent .page-header .buttons {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 16px;
}
.pageContainer .tab-page .pageContent .page-footer {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}
.pageContainer .tab-page .pageContent .page-footer .align-center {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.pageContainer .tab-page .pageContent .page-footer .align-center .controls.button {
  width: 120px;
  margin-right: 25px;
}
.pageContainer .tab-page .pageContent .page-footer .align-center .controls.button:last-child {
  margin-right: 0;
}
.pageContainer .tab-page .pageContainer.rightWidth {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.pageContainer .searchBar ~ .navbar ~ .listPage {
  min-height: -webkit-calc(100% - 146px);
  min-height: -moz-calc(100% - 146px);
  min-height: calc(100% - 146px);
}
.pageContainer .pageMenu ~ .tab-page {
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
}
.pageContainer .pageTitle ~ .tab-page {
  height: -webkit-calc(100% - 63px);
  height: -moz-calc(100% - 63px);
  height: calc(100% - 63px);
}
.pageContainer .pageTitle ~ .tab-page .pageContent {
  overflow-y: visible;
}
.pageContainer .hsh-main {
  width: 1200px;
  margin: 0 auto;
}
.pageContainer .hsh-main .pageContent {
  padding: 0;
}
.pageContainer .mainBar {
  width: 980px;
}

.hsh-dialog .personal-data-left {
  margin-right: 30px;
  text-align: center;
}
.hsh-dialog .personal-data-left .userImg {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #535353;
  font-family: "PingFang SC Medium";
  font-size: 38px;
  color: #FFF;
}
.hsh-dialog .personal-data-left > * {
  white-space: nowrap;
}
.hsh-dialog .personal-data-left .button {
  height: 32px;
  line-height: 30px;
  margin: 0 5px;
  border: 1px solid #DCDFE6;
  font-family: "PingFang SC Medium";
  font-size: 13px;
  color: #1989FA;
}
.hsh-dialog .personal-data-right {
  width: 700px;
}
.hsh-dialog .personal-data-right .controls.hsh-textarea {
  height: 120px;
}
.hsh-dialog .personal-data-right .controls.button {
  width: 120px;
  margin-right: 25px;
}
.hsh-dialog .personal-data-right .controls.combobox .drop-icon {
  background: url(../images/icon/ic_mine_shape.png) no-repeat center;
  background-size: 8px;
}

.navbar {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 25px;
  background-color: #FFF;
  border-bottom: 2px solid #E4E7ED;
  display: flex;
}
.navbar .label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.navbar .label:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 5;
}
.navbar .active .label {
  font-family: "PingFang SC Medium";
  color: #1989FA;
}
.navbar .active .label:after {
  background-color: #1989FA;
}

.controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.label {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #666;
}
.controls.button {
  min-width: 60px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  margin-right: 10px;
  background-color: #FFF;
  border-radius: 0px;
  border: 1px solid #DADADA;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.button.icon {
  min-width: 32px;
}
.controls.button:last-child {
  margin-right: 0;
}
.controls.button.btn-primary {
  border-color: #1989FA;
  background-color: #1989FA;
  color: #FFF;
}
.controls.button.btn-danger {
  border-color: #D0021B;
  background-color: #D0021B;
  color: #FFF;
}
.controls.button.btn-success {
  border-color: #5cb85c;
  background-color: #5cb85c;
  color: #FFF;
}
.controls.button.btn-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
  color: #FFF;
}
.controls.button.btn-warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #FFF;
}
.controls.button.btn-link {
  border-color: #337ab7;
  background-color: #337ab7;
  color: #FFF;
}
.controls.button.active {
  border-color: #1989FA;
  background-color: #1989FA;
  color: #FFF;
}
.controls.button.cancel {
  border-color: #1989FA;
  color: #1989FA;
}
.controls.button.tint-active {
  border-color: #CAE3FC;
  background-color: #E6F1FC;
  color: #1989FA;
}
.controls.button.grey {
  background-color: #CCD6E6;
  border-color: #CCD6E6;
}
.controls.button.default {
  border-color: #D7D7D7;
  color: #999;
}
.controls.button.red {
  border-color: #D0021B;
  background-color: #D0021B;
  color: #FFF;
}
.controls.button .icon-add {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_work_add.png") no-repeat center;
  background-size: 100%;
}
.controls.button .download-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_import.png") no-repeat center;
  background-size: 100%;
}
.controls.button .export-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_api_export.png") no-repeat center;
  background-size: 100%;
}
.controls.button .transfer-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_transfer.png") no-repeat center;
  background-size: 100%;
}
.controls.button .delete-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_delete.png") no-repeat center;
  background-size: 100%;
}
.controls.button .gengUs-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_update.png") no-repeat center;
  background-size: 100%;
}
.controls.button .setting_icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_set_white.png") no-repeat center;
  background-size: 100%;
}
.controls.button .xls-export-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_export.png") no-repeat center;
  background-size: 100%;
}
.controls.button .open-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_open.png") no-repeat center;
  background-size: 100%;
}
.controls.button .close-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_close.png") no-repeat center;
  background-size: 100%;
}
.controls.button .text {
  margin-left: 5px;
  font-size: 12px;
  margin-right: 5px;
}
.controls.combobox {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  background-color: #FFF;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
}
.controls.combobox:hover {
  border-color: #C0C4CC;
}
.controls.combobox.openDrop {
  border-color: #1989FA;
}
.controls.combobox.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.combobox .label-field {
  width: 100%;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.combobox .label-field.placeholder {
  color: #999;
}
.controls.combobox.enabled .label-field {
  color: #999;
}
.controls.combobox .drop-list {
  width: 100% !important;
  max-height: 272px;
  margin-top: 32px;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.combobox .drop-list .search-box {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.combobox .drop-list .search-box:hover {
  background-color: #FFF;
}
.controls.combobox .drop-list .search-box .icon {
  width: 30px;
  background: url("../images/icon/ic_search.png") no-repeat center;
  background-size: 14px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.combobox .drop-list .search-box input {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding-left: 2px;
  font-size: 12px;
  color: #333;
}
.controls.combobox .drop-list li {
  height: 32px;
  padding-left: 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.combobox .drop-list li span {
  display: inline-block;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.controls.combobox .drop-list li:hover {
  background-color: #1989FA;
  color: #FFF;
}
.controls.combobox .drop-list li.on {
  background-color: #1989FA;
  font-family: "PingFang SC Medium";
  color: #FFF;
}
.controls.combobox .drop-list::-webkit-scrollbar:horizontal {
  height: 8px;
}
.controls.combobox .drop-list::-webkit-scrollbar {
  width: 8px;
}
.controls.checked-combobox {
  width: 100%;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
}
.controls.checked-combobox:hover {
  border-color: #C0C4CC;
}
.controls.checked-combobox.openDrop {
  border-color: #1989FA;
}
.controls.checked-combobox.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.checked-combobox .label-field {
  width: 100%;
  font-size: 12px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.checked-combobox .label-field.items-show {
  padding-bottom: 4px;
}
.controls.checked-combobox .label-field .placeholder {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.checked-combobox .label-field .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.checked-combobox .label-field .items .item {
  margin-top: 4px;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 6px;
  background-color: #f4f4f5;
  border: 1px solid #e9e9eb;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.checked-combobox .label-field .items .item .text {
  margin-right: 6px;
  font-size: 12px;
  color: #333;
}
.controls.checked-combobox .label-field .items .item .del {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-image: url("../images/icon/ic_checked_combobox_delete.png");
  background-size: 100%;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.checked-combobox .label-field .items .item .del:hover {
  background-image: url("../images/icon/ic_checked_combobox_delete_over.png");
  background-size: 100%;
}
.controls.checked-combobox .drop-list {
  width: 100% !important;
  max-height: 272px;
  margin-top: 32px !important;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.checked-combobox .drop-list li {
  line-height: 32px;
  padding-left: 15px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.controls.checked-combobox .drop-list li:hover {
  background-color: #1989FA;
  color: #FFF;
}
.controls.checked-combobox .drop-list li.on {
  background-color: #1989FA;
  font-family: "PingFang SC Medium";
  color: #FFF;
}
.controls.checked-combobox .drop-list li.on .selected {
  display: block;
}
.controls.checked-combobox .drop-list li .selected {
  display: none;
  width: 24px;
  margin-right: 10px;
  background: url(../images/icon/ic_combobox_select.png) no-repeat center;
  background-size: 12px 9px;
}
.controls.checked-combobox .drop-list::-webkit-scrollbar:horizontal {
  height: 8px;
}
.controls.checked-combobox .drop-list::-webkit-scrollbar {
  width: 8px;
}
.controls.dateField {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.controls.dateField .labelField {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.dateField .icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon/ic_date_two.png) no-repeat center;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.dateField .date {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.dateField .line {
  width: 10px;
  height: 2px;
  background-color: #333;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.dateField.enable .date {
  color: #ddd;
}
.controls.dateField.enable .line {
  background-color: #ddd;
}
.controls.dateField.range .drop {
  width: 582px;
}
.controls.dateField.range .date {
  text-align: center;
}
.controls.dateField.datetime.range .drop {
  width: 822px;
}
.controls.dateField.datetime .drop {
  width: 412px;
}
.controls.dateField.datetime .drop .box {
  width: 100%;
  margin-right: 16px;
  margin-top: 23px;
  float: left;
}
.controls.dateField.datetime .drop .box:last-child {
  margin-right: 0;
}
.controls.dateField.datetime .drop .box .title {
  line-height: normal;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.controls.dateField.datetime .drop .box .bar {
  width: 100%;
  height: 220px;
  padding: 0 15px;
  margin-top: 15px;
  border-radius: 2px;
  border-top: solid 1px #D7D7D7;
  overflow: hidden;
  position: relative;
}
.controls.dateField.datetime .drop .box .bar .item-picker {
  height: 210px;
}
.controls.dateField.datetime .drop .box .bar ul {
  width: 100%;
}
.controls.dateField.datetime .drop .box .bar ul li {
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  color: #C0C4CC;
  cursor: pointer;
}
.controls.dateField.datetime .drop .box .bar ul li.selected {
  color: #333;
}
.controls.dateField.dateField-width {
  width: 100%;
}
.controls.dateField .centerline:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #E4E4E4;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.controls.dateField .drop {
  margin-top: 32px;
  margin-bottom: 0px;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  background-color: #FFF;
  z-index: 100000;
}
.controls.dateField .drop .datetime-content {
  width: 100%;
  position: relative;
}
.controls.dateField .drop .datetime-footer {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-top: 1px solid #D7D7D7;
  font-size: 12px;
}
.controls.dateField .drop .datetime-footer div:first-child {
  font-size: 12px;
  color: #1989FA;
}
.controls.dateField .drop .datetime-footer div:last-child {
  font-size: 12px;
  color: #303133;
}
.controls.dateField .drop .date-module {
  width: 290px;
  padding: 5px 5px;
}
.controls.dateField .drop .date-module .year-month {
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #606266;
  position: relative;
  line-height: 30px;
}
.controls.dateField .drop .date-module .year-month .pre-button {
  position: absolute;
  top: 0;
  left: 0;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-year {
  float: left;
  width: 30px;
  text-align: center;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-year:hover {
  color: #1989FA;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-month {
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-month:hover {
  color: #1989FA;
}
.controls.dateField .drop .date-module .year-month .next-button {
  position: absolute;
  top: 0;
  right: 0;
}
.controls.dateField .drop .date-module .year-month .next-button .next-year {
  width: 30px;
  height: 30px;
  text-align: center;
  float: right;
}
.controls.dateField .drop .date-module .year-month .next-button .next-year:hover {
  color: #1989FA;
}
.controls.dateField .drop .date-module .year-month .next-button .next-month {
  float: right;
  width: 30px;
  text-align: center;
}
.controls.dateField .drop .date-module .year-month .next-button .next-month:hover {
  color: #1989FA;
}
.controls.dateField .drop .date-module .year-month .text {
  clear: both;
  margin: 0 auto;
  width: 120px;
  text-align: center;
}
.controls.dateField .drop .date-module .weeks {
  width: 100%;
  margin-bottom: 5px;
}
.controls.dateField .drop .date-module .weeks ul {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #D7D7D7;
}
.controls.dateField .drop .date-module .weeks ul li {
  margin-top: 0;
  color: #606266;
  cursor: default;
}
.controls.dateField .drop .date-module ul {
  width: 100%;
}
.controls.dateField .drop .date-module ul:after {
  content: "";
  display: table;
  clear: both;
}
.controls.dateField .drop .date-module ul.months {
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #EEE;
  margin-top: 15px;
}
.controls.dateField .drop .date-module ul.months .month {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #606266;
  float: left;
}
.controls.dateField .drop .date-module ul.months .month:hover {
  color: #1989FA;
}
.controls.dateField .drop .date-module ul.months .month.selected {
  color: #1989FA;
}
.controls.dateField .drop .date-module ul li {
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #C0C4CC;
  float: left;
}
.controls.dateField .drop .date-module ul li.days {
  color: #606266;
}
.controls.dateField .drop .date-module ul li.days:hover {
  color: #1989FA;
}
.controls.dateField .drop .date-module ul li.days.selected {
  background-color: #F2F6FC;
}
.controls.dateField .drop .date-module ul li.days.disable {
  color: #C0C4CC;
}
.controls.dateField .drop .date-module ul li.days.over {
  background-color: #F2F6FC;
}
.controls.dateField .drop .date-module ul li.active {
  font-weight: 700;
  color: #1989FA;
}
.controls.dateField .drop .date-module ul li.over-start-date {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.controls.dateField .drop .date-module ul li.over-end-date {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.controls.dateField .drop .date-module ul li.start-date {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 5px;
  padding-top: 2.5px;
}
.controls.dateField .drop .date-module ul li.start-date div {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #1989FA;
  color: #FFF;
}
.controls.dateField .drop .date-module ul li.end-date {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 10px;
  padding-top: 2.5px;
}
.controls.dateField .drop .date-module ul li.end-date div {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #1989FA;
  color: #FFF;
}
.controls.hsh-time {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  background: #FFF;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.hsh-time .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/icon/ic_time.png") no-repeat center;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.hsh-time .time {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.hsh-time .text {
  font-size: 12px;
  color: #333;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.hsh-time.range .time {
  text-align: center;
}
.controls.hsh-time .timer-picker {
  width: 280px;
  height: 306px;
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #E4E7ED;
  cursor: default;
  position: absolute;
  left: 0;
  z-index: 99999;
}
.controls.hsh-time .timer-picker.top {
  -webkit-box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.06);
  bottom: 32px;
}
.controls.hsh-time .timer-picker.bottom {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  top: 32px;
}
.controls.hsh-time .timer-picker .timer-picker-content {
  padding: 15px;
  overflow: hidden;
}
.controls.hsh-time .timer-picker .timer-picker-content .box {
  width: 100%;
  margin-right: 16px;
  float: left;
}
.controls.hsh-time .timer-picker .timer-picker-content .box.range {
  width: 116px;
}
.controls.hsh-time .timer-picker .timer-picker-content .box:last-child {
  margin-right: 0;
}
.controls.hsh-time .timer-picker .timer-picker-content .box .title {
  line-height: normal;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.controls.hsh-time .timer-picker .timer-picker-content .box .bar {
  width: 100%;
  height: 210px;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid #D7D7D7;
  overflow: hidden;
  position: relative;
}
.controls.hsh-time .timer-picker .timer-picker-content .box .bar.second .item-picker {
  width: 33.33%;
}
.controls.hsh-time .timer-picker .timer-picker-footer {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-top: 1px solid #D7D7D7;
  font-size: 12px;
}
.controls.hsh-time .timer-picker .timer-picker-footer div:first-child {
  font-size: 14px;
  color: #1989FA;
}
.controls.hsh-time .timer-picker .timer-picker-footer div:last-child {
  font-size: 12px;
  color: #333;
}
.controls.hsh-input {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  font-size: 12px;
  color: #333;
}
.controls.hsh-input:hover {
  border-color: #C0C4CC;
}
.controls.hsh-input:focus {
  border-color: #1989FA;
}
.controls.hsh-input.red-color {
  color: #D0021B;
}
.controls.hsh-textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  font-size: 12px;
  color: #333;
  resize: none;
}
.controls.hsh-textarea:hover {
  border-color: #C0C4CC;
}
.controls.hsh-textarea:focus {
  border-color: #1989FA;
}
.controls.hsh-mutil-combobox {
  width: 100%;
  height: 32px;
  padding-right: 15px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
}
.controls.hsh-mutil-combobox .combobox-input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  background-size: 14px;
  vertical-align: top;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.hsh-mutil-combobox.openDrop {
  border-color: #1989FA;
}
.controls.hsh-mutil-combobox.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.hsh-mutil-combobox .drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1;
}
.controls.hsh-mutil-combobox .drop.top {
  bottom: 32px;
}
.controls.hsh-mutil-combobox .drop.bottom {
  top: 32px;
}
.controls.hsh-mutil-combobox .drop .list {
  width: 150px;
  height: 242px;
  overflow-y: scroll;
  background-color: #FFF;
  border-left: 1px solid #E4E7ED;
  border-top: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
}
.controls.hsh-mutil-combobox .drop .list:last-child {
  border-right: 1px solid #E4E7ED;
}
.controls.hsh-mutil-combobox .drop .list li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 10px;
  cursor: pointer;
}
.controls.hsh-mutil-combobox .drop .list li .item {
  height: 32px;
  padding-right: 15px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.controls.hsh-mutil-combobox .drop .list li .item.arrow {
  background: url("../images/icon/ic_arrow_right.png") no-repeat right;
  background-size: 14px;
}
.controls.hsh-mutil-combobox .drop .list li:hover {
  background-color: #1989FA;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list li.selected {
  background-color: #1989FA;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list {
  width: 150px;
  height: 242px;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  position: absolute;
  top: -1px;
  left: 149px;
  z-index: 5;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  cursor: pointer;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li .item {
  padding-right: 15px;
  font-size: 12px;
  color: #333;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li .item.arrow {
  background: url("../images/icon/ic_arrow_right.png") no-repeat right;
  background-size: 14px;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li:hover {
  background-color: #1989FA;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li.selected {
  background-color: #1989FA;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list::-webkit-scrollbar {
  width: 0;
}
.controls.number {
  width: 120px;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  vertical-align: top;
  overflow: hidden;
}
.controls.number .clickBtn {
  width: 32px;
  height: 32px;
  line-height: 26px;
  text-align: center;
  background-color: #F5F7FA;
  cursor: not-allowed;
}
.controls.number .clickBtn.cut {
  background: #F5F7FA url("../images/icon/ic_cut_prohibit.png") no-repeat center;
  background-size: 16px;
  background-position: center;
}
.controls.number .clickBtn.add {
  background: #F5F7FA url("../images/icon/ic_plus_prohibit.png") no-repeat center;
  background-size: 12px;
  background-position: center;
}
.controls.number .clickBtn.active {
  cursor: pointer;
}
.controls.number .clickBtn.active.cut {
  background: #F5F7FA url("../images/icon/ic_cut.png") no-repeat center;
  background-size: 16px;
  background-position: center;
}
.controls.number .clickBtn.active.add {
  background: #F5F7FA url("../images/icon/ic_plus.png") no-repeat center;
  background-size: 12px;
  background-position: center;
}
.controls.number input {
  width: 54px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #E4E7ED;
  border-right: 1px solid #E4E7ED;
  font-size: 12px;
  color: #333;
}
.controls.progress-bar {
  width: 150px;
  height: 12px;
  border-radius: 6px;
  background-color: #F0F2F5;
}
.controls.progress-bar .progress {
  max-width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #1989FA;
  position: relative;
}
.controls.progress-bar .progress .slider {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: 0px;
  z-index: 10;
}
.controls.switchButton {
  width: 40px;
  height: 20px;
  background-color: #D7D7D7;
  border-radius: 20px;
  padding-top: 2px;
  padding-left: 2px;
  cursor: pointer;
}
.controls.switchButton.on {
  background-color: #1989FA;
}
.controls.switchButton.on .button {
  left: 20px;
}
.controls.switchButton .button {
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.controls.list-item {
  width: 100%;
}
.controls.list-item .item {
  height: 22px;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  margin-right: 15px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.controls.list-item .item.border-color {
  border-color: #D7D7D7;
}
.controls.list-item .item.item-width-sm {
  min-width: 72px;
}
.controls.list-item .item.item-md {
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  margin-right: 30px;
  font-size: 16px;
}
.controls.list-item .item.item-sm {
  height: 32px;
  line-height: 30px;
  margin-right: 15px;
  font-size: 14px;
}
.controls.list-item .item:hover {
  border-color: #D7D7D7;
  background-color: #F9FAFC;
}
.controls.list-item .item.default {
  border-color: #D7D7D7;
  color: #999;
}
.controls.list-item .item.select-active {
  border-color: #1989FA;
  color: #1989FA;
}
.controls.list-item .item.active {
  border-color: #1989FA;
  background-color: #1989FA;
  color: #FFF;
}
.controls.list-item .item.tint-active {
  border-color: #CAE3FC;
  background-color: #E6F1FC;
  color: #1989FA;
}
.controls.tag-label {
  width: 100%;
}
.controls.tag-label .tag {
  height: 32px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 6px;
  margin-right: 10px;
  border-radius: 0px;
  border: 1px solid #A3D0FD;
  background-color: #E6F1FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.tag-label .tag .name {
  width: 100px;
  margin-right: 6px;
  background-color: #E6F1FC;
  font-size: 12px;
  color: #1989FA;
}
.controls.tag-label .tag .icon-guanbi {
  width: 16px;
  height: 16px;
  margin: 7px 0;
  background: url("../images/icon/ic_del.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.tag-label .tag .icon-guanbi svg {
  display: none;
}
.controls.tag-label .tag .icon-guanbi:hover {
  background: url("../images/icon/ic_del_hover.png") no-repeat center;
  background-size: 13px;
}
.controls.tag-label .btn-add-tag {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.tag-label .btn-add-tag .icon-tianjia {
  width: 12px;
  height: 12px;
  margin: 9px 0;
  background: url("../images/icon/ic_plus.png") no-repeat center;
  background-size: 10px;
  vertical-align: top;
}
.controls.tag-label .btn-add-tag .icon-tianjia svg {
  display: none;
}
.controls.tag-label .add-tag-desc {
  line-height: 22px;
  margin-left: 10px;
  color: #a0a0a0;
  clear: both;
}
.controls.combo-radiobutton {
  border-radius: 0px;
}
.controls.combo-radiobutton .radio-list {
  min-width: 68px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 12px;
  border: 1px solid #DADADA;
  border-left: 0;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.controls.combo-radiobutton .radio-list:first-child {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px 0 0 0px;
  border-left: 1px solid #E4E7ED;
}
.controls.combo-radiobutton .radio-list:last-child {
  border-radius: 0 0px 0px 0;
}
.controls.combo-radiobutton .radio-list.active, .controls.combo-radiobutton .radio-list:hover {
  -webkit-box-shadow: -1px 0 0 0 #A3D0FD;
  box-shadow: -1px 0 0 0 #A3D0FD;
  background-color: #E6F1FC;
  border-color: #A3D0FD;
  color: #1989FA;
}
.controls.combo-radiobutton .radio-list.active {
  font-family: "PingFang SC Medium";
}
.controls.combo-radiobutton .radio-list.most-active {
  background-color: #1989FA;
  color: #FFF;
}
.controls.combo-checkbox {
  width: 100%;
}
.controls.combo-checkbox .checkbox {
  min-width: 50px;
  width: 50px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.controls.combo-checkbox .checkbox:last-child {
  margin-right: 0;
}
.controls.combo-checkbox .checkbox:after {
  content: "";
  display: none;
  width: 9px;
  height: 9px;
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.controls.combo-checkbox .checkbox.active {
  border-color: #1989FA;
}
.controls.combo-checkbox .checkbox.active:after {
  display: block;
}
.controls.combo-input-search-button {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
}
.controls.combo-input-search-button .combo-box {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #E4E7ED;
  background-color: #F9FAFC;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.combo-input-search-button .combo-box .combo {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.combo-input-search-button .combo-box .combo .lab {
  margin-right: 6px;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
}
.controls.combo-input-search-button .combo-box .combo .arrow {
  width: 14px;
  height: 14px;
  background: url("../images/icon/ic_down.png") no-repeat center;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.combo-input-search-button .combo-box .combo.openDrop .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.combo-input-search-button .combo-box .drop {
  width: 100% !important;
  -webkit-box-shadow: 0 0 5px #DADADA;
  box-shadow: 0 0 5px #DADADA;
  background-color: #FFF;
  border-radius: 0px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 10;
}
.controls.combo-input-search-button .combo-box .drop .tag {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.combo-input-search-button .combo-box .drop .tag:hover {
  background-color: #1989FA;
  color: #FFF;
}
.controls.combo-input-search-button .inputBox {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.controls.combo-input-search-button .inputBox input {
  width: 100%;
  height: 100%;
  vertical-align: top;
  font-size: 12px;
  color: #333;
}
.controls.combo-input-search-button .search-btn {
  width: 36px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #E4E7ED;
  background: #F9FAFC url("../images/icon/ic_search.png") no-repeat center;
  background-size: 14px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-search-button {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  background-color: #FFF;
  display: flex;
}
.controls.input-search-button .search-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.input-search-button .icon {
  width: 40px;
  height: 100%;
  background: url("../images/icon/ic_search.png") no-repeat center;
  background-size: 14px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-search-button input {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  font-size: 12px;
  color: #333;
  padding-left: 10px;
}
.controls.input-search-button .search-result {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #DADADA;
  border-radius: 0px;
  position: relative;
  left: 0;
  z-index: 100;
  overflow-y: auto;
}
.controls.input-search-button .search-result .search-result-list {
  width: 100%;
}
.controls.input-search-button .search-result .search-result-list li {
  width: 100%;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.input-search-button .search-result .search-result-list li a {
  width: 100%;
}
.controls.input-search-button .search-result .search-result-list li:hover {
  background-color: #1989FA;
  color: #FFF;
}
.controls.input-search-button .drop-search-list {
  width: 100%;
  padding: 5px 0;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}
.controls.input-search-button .drop-search-list li {
  width: 100%;
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.controls.input-search-button .drop-search-list li a {
  width: 100%;
}
.controls.input-search-button .drop-search-list li:hover {
  background-color: #F0F2F5;
}
.controls.page {
  line-height: 28px;
  text-align: center;
  padding: 10px 0 10px;
  margin-right: 16px;
  font-size: 12px;
  color: #333;
}
.controls.page a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 1px;
  vertical-align: middle;
  padding-left: 5px;
  cursor: pointer;
}
.controls.page a:hover {
  text-decoration: none;
  color: #1989FA;
}
.controls.page .prev {
  background: url("../images/icon/ic_prev.png") no-repeat center;
  background-size: 14px;
}
.controls.page .prev.active {
  background: url("../images/icon/ic_prev_prohibit.png") no-repeat center;
  background-size: 14px;
  cursor: not-allowed;
}
.controls.page .next {
  background: url("../images/icon/ic_next.png") no-repeat center;
  background-size: 14px;
}
.controls.page .next.active {
  background: url("../images/icon/ic_next_prohibit.png") no-repeat center;
  background-size: 14px;
  cursor: not-allowed;
}
.controls.page .on {
  color: #1989FA;
}
.controls.page .end {
  margin-right: 10px;
}
.controls.page .inputPage {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
  outline: none;
  vertical-align: bottom;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
}
.controls.page:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
}
.controls.page .ok {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
}
.controls.page .ok:hover {
  color: #1989FA;
}
.controls.page .toLabel {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  font-size: 12px;
  color: #333;
}
.controls.page .all {
  margin-right: 15px;
}
.controls.page .sizes-box {
  margin: 0 10px;
}
.controls.page .sizes-box .sizes {
  width: 60px;
  height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  margin: 0 5px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: relative;
}
.controls.page .sizes-box .sizes .icon {
  width: 14px;
  height: 30px;
  background: url("../images/icon/ic_down.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.controls.page .sizes-box .sizes .icon.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.page .sizes-box .sizes input {
  width: 100%;
  height: 100%;
  padding-right: 16px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.page .sizes-box .sizes .sizes-list {
  width: 100%;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #E4E7ED;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 10;
}
.controls.page .sizes-box .sizes .sizes-list .list {
  width: 100%;
}
.controls.page .sizes-box .sizes .sizes-list .list li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.controls.page .sizes-box .sizes .sizes-list .list li:hover {
  background-color: #1989FA;
  color: #FFF;
}
.controls.imagesupload {
  max-width: 342px;
  width: 100%;
  padding-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.imagesupload .img, .controls.imagesupload .add-img {
  width: 94px;
  height: 94px;
  margin-right: 20px;
  margin-bottom: 15px;
  border: 1px solid #E4E7ED;
  position: relative;
}
.controls.imagesupload .img img, .controls.imagesupload .add-img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.controls.imagesupload .img .delete, .controls.imagesupload .add-img .delete {
  width: 16px;
  height: 16px;
  background: url(../images/icon/ic_delete.png) no-repeat center;
  background-size: 8px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.controls.imagesupload .img .delete:hover, .controls.imagesupload .add-img .delete:hover {
  background-color: #DBD9D9;
  border-radius: 50%;
}
.controls.imagesupload .add-img {
  line-height: 92px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #D7D7D7;
  cursor: pointer;
}
.controls.imageupload, .controls.videoupload {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  position: relative;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.controls.imageupload.change .cover, .controls.videoupload.change .cover {
  background-color: rgba(0, 0, 0, 0.3);
}
.controls.imageupload.change .cover .text, .controls.videoupload.change .cover .text {
  background-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 14px;
}
.controls.imageupload.change .placeholder, .controls.videoupload.change .placeholder {
  position: absolute;
  bottom: 0px;
  font-size: 10px;
  color: #999;
  background: #FFF;
  width: 100%;
  text-align: center;
}
.controls.imageupload .placeholder, .controls.videoupload .placeholder {
  position: absolute;
  bottom: 0px;
  font-size: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
}
.controls.imageupload video, .controls.videoupload video {
  width: 100%;
  height: 100%;
}
.controls.imageupload.img-mini, .controls.videoupload.img-mini {
  width: 32px;
  height: 32px;
}
.controls.imageupload.img-mini .cover, .controls.videoupload.img-mini .cover {
  background-color: rgba(0, 0, 0, 0.3);
}
.controls.imageupload.img-mini .cover .text, .controls.videoupload.img-mini .cover .text {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 12px;
  color: #fff;
}
.controls.imageupload.img-sm, .controls.videoupload.img-sm {
  width: 120px;
  height: 120px;
}
.controls.imageupload.img-md, .controls.videoupload.img-md {
  width: 150px;
  height: 150px;
}
.controls.imageupload.img-lg, .controls.videoupload.img-lg {
  width: 200px;
  height: 200px;
}
.controls.imageupload img, .controls.videoupload img {
  width: 100%;
  height: 100%;
}
.controls.imageupload .cover, .controls.videoupload .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
}
.controls.imageupload .cover .text, .controls.videoupload .cover .text {
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #999;
}
.controls.imageupload .delete, .controls.videoupload .delete {
  width: 16px;
  height: 16px;
  background: url(../images/icon/ic_delete.png) no-repeat center;
  background-size: 8px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.controls.imageupload .delete:hover, .controls.videoupload .delete:hover {
  background-color: #DBD9D9;
  border-radius: 50%;
}
.controls.videoupload .text {
  width: 100%;
  text-align: center;
  position: absolute;
  margin-top: 90px;
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
}
.controls.videoupload.img-sm .text {
  margin-top: 15px;
}
.controls.videoupload.img-md .text {
  margin-top: 60px;
}
.controls.videoupload.img-lg .text {
  margin-top: 85px;
}
.controls.text-editor {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
}
.controls.text-editor input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
}
.controls.text-editor .text {
  display: block;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
}
.controls.popupButton {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.popupButton:hover {
  border-color: #C0C4CC;
}
.controls.popupButton .label {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.popupButton.openDrop {
  border-color: #1989FA;
}
.controls.popupButton.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.popupButton .drop-icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon/ic_down.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.popupButton .drop-button-list {
  width: 100% !important;
  max-height: 240px;
  border: solid 1px #E4E7ED;
  background-color: #FFF;
  overflow-y: auto;
  border-radius: 0px;
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.popupButton .drop-button-list li {
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.popupButton .drop-button-list li:hover, .controls.popupButton .drop-button-list li.on {
  background-color: #1989FA;
  color: #FFF;
}
.controls.combotree {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: relative;
  background: #FFF;
}
.controls.combotree:hover {
  border-color: #C0C4CC;
}
.controls.combotree.openDrop {
  border-color: #1989FA;
}
.controls.combotree.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.combotree.combobox-width-xs {
  width: 88px;
}
.controls.combotree.combobox-width {
  width: 100%;
}
.controls.combotree.combobox-width-auto {
  width: auto;
}
.controls.combotree .label-field {
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.controls.combotree .label-field.placeholder {
  color: #999;
}
.controls.combotree .tree-drop {
  width: 100% !important;
  margin-top: 32px;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.combotree .tree-drop .tree-body {
  width: 100%;
  height: 320px;
  overflow-y: auto;
}
.controls.combotree .tree-drop .tree-body.radio {
  height: 360px;
}
.controls.combotree .tree-drop .tree-footer {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-top: 1px solid #E4E7ED;
  font-size: 12px;
}
.controls.combotree .tree-drop .tree-footer div:first-child {
  font-size: 14px;
  color: #1989FA;
}
.controls.combotree .tree-drop .tree-footer div:last-child {
  font-size: 12px;
  color: #333;
}
.controls.rateField {
  width: 100%;
}
.controls.rateField .starContent {
  margin-right: 10px;
  cursor: pointer;
}
.controls.rateField .starContent .star_disable {
  position: absolute;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.rateField .starContent .slider {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.controls.rateField .starContent .slider .star_active {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.rateField .point {
  font-size: 14px;
  color: rgb(255, 153, 0);
}
.controls.calendar {
  width: 820px;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.calendar .date-header {
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.controls.calendar .date-header .title {
  font-size: 12px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.calendar .date-header .radio-list {
  height: 28px;
  line-height: 26px;
  font-size: 12px;
}
.controls.calendar .date-body {
  width: 100%;
  padding: 12px 20px 35px;
}
.controls.calendar .date-body .weeks {
  width: 100%;
}
.controls.calendar .date-body .weeks ul {
  width: 100%;
  height: 48px;
}
.controls.calendar .date-body .weeks ul li {
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E4E7ED;
  cursor: default;
}
.controls.calendar .date-body .weeks ul li:last-child {
  border-right: none;
}
.controls.calendar .date-body ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.calendar .date-body ul li {
  width: 111px;
  height: 85px;
  padding: 8px;
  border-left: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
  font-size: 17px;
  color: #333;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.calendar .date-body ul li:nth-child(7n) {
  border-right: 1px solid #E4E7ED;
}
.controls.calendar .date-body ul li:hover {
  background-color: #f2f8fe;
}
.controls.calendar .date-body ul li.today {
  color: #409eff;
}
.controls.calendar .date-body ul li.active {
  background-color: #f2f8fe;
  color: #1989fa;
}
.controls.calendar .date-body ul li.pre, .controls.calendar .date-body ul li.next {
  color: #c0c4cc;
}
.controls.hsh-select-box {
  display: inline-block;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.controls.hsh-select-box .select-list {
  width: 100%;
  padding: 5px 0;
}
.controls.hsh-select-box .select-list .row {
  height: 34px;
  padding: 0 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.hsh-select-box .select-list .row:hover {
  background-color: #E9F7FE;
}
.controls.hsh-select-box .select-list .row.active {
  background-color: #E9F7FE;
}
.controls.hsh-select-box .select-list .row.active .label {
  color: #1989FA;
}
.controls.hsh-select-box .select-list .row.active .select {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}
.controls.hsh-select-box .select-list .row .select {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.controls.hsh-select-box .select-list .row .label {
  font-size: 14px;
  color: #999;
}
.controls.hsh-select-box .select-foot {
  padding: 10px;
  border-top: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.hsh-select-box .select-foot .label {
  font-size: 14px;
  color: #1989FA;
  cursor: pointer;
}
.controls.net {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.net .net-prepend {
  padding: 0 15px;
  background-color: #F5F7FA;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.net input {
  width: 100%;
  padding: 0 15px;
  border-right: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  font-size: 14px;
  color: #999;
}
.controls.icon-button {
  min-width: 80px;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  background-color: #FFF;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.icon-button.button-blue {
  background-color: #1989FA;
  border-color: #1989FA;
}
.controls.icon-button.button-blue .icon-add {
  background: url("../images/icon/ic_api_add.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button.button-blue .transfer-icon {
  background: url("../images/icon/ic_module_transfer_white.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button.button-blue .text {
  color: #FFF;
}
.controls.icon-button.button-red {
  background-color: #D0021B;
  border-color: #D0021B;
}
.controls.icon-button.button-red .delete-icon {
  background: url("../images/icon/ic_task_delete_white.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button.button-red .text {
  color: #FFF;
}
.controls.icon-button.button-grey {
  background-color: #F0F2F5;
  border-color: #F0F2F5;
}
.controls.icon-button .icon-add {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_work_add.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .download-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_import.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .export-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_api_export.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .transfer-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_transfer.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .delete-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_delete.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .gengUs-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_update.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .setting_icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_set.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .text {
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}
.controls.input-number {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.input-number input {
  width: 100%;
  padding: 0 10px;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
}
.controls.input-number .buttonGroup {
  width: 40px;
  background-color: #FBFBFB;
  border-left: 1px solid #E4E7ED;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-number .buttonGroup .arrow-up {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #D8DCE6;
  background: url("../images/icon/ic_finance_up.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.input-number .buttonGroup .arrow-up.active {
  background: url("../images/icon/ic_finance_up_active.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
}
.controls.input-number .buttonGroup .arrowDown {
  width: 100%;
  height: 15px;
  background: url("../images/icon/ic_finance_down.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.input-number .buttonGroup .arrowDown.active {
  background: url("../images/icon/ic_finance_down_active.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
}
.controls.input-number.enabled .buttonGroup {
  width: 40px;
  background-color: #FBFBFB;
  border-left: 1px solid #E4E7ED;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-number.enabled .buttonGroup .arrow-up {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #D8DCE6;
  background: url("../images/icon/ic_finance_up.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.input-number.enabled .buttonGroup .arrowDown {
  width: 100%;
  height: 15px;
  background: url("../images/icon/ic_finance_down.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.search-combobox {
  width: 100%;
  position: relative;
}
.controls.search-combobox .search-combobox-input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.search-combobox .search-combobox-input .hsh-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.controls.search-combobox .search-combobox-input .button {
  width: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.controls.search-combobox .search-combobox-input .button.btn-primary {
  background-color: #20A0FF;
  border-color: #20A0FF;
}
.controls.search-combobox .search-combobox-drop {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 42px;
  z-index: 10;
}
.controls.search-combobox .search-combobox-drop ul {
  padding: 10px 0;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.controls.search-combobox .search-combobox-drop ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.controls.search-combobox .search-combobox-drop ul li:hover {
  background-color: #F0F2F5;
}
.controls .icon-box {
  min-width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls .icon-box .drop-icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/icon/ic_down.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls .icon-box .drop-del {
  display: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/icon/ic_del2.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.export-button {
  position: relative;
}
.controls.export-button .button {
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  margin-right: 0px;
  border-radius: 0px;
  background-color: #1989FA;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.export-button .export-popup {
  width: 140px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e4e7ed;
  position: absolute;
  top: 32px;
  z-index: 10000;
  background-color: #fff;
  border-radius: 0px;
}
.controls.export-button .export-popup.align-left {
  left: 0px;
}
.controls.export-button .export-popup.align-right {
  right: 0px;
}
.controls.export-button .export-popup .export-popup-item {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 0px;
}
.controls.export-button .export-popup .export-popup-item.active {
  background-color: #F0F2F5;
}
.controls.export-button .export-popup .export-popup-item .checkbox {
  background-image: url("../images/icon/ic_checkbox.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.controls.export-button .export-popup .export-popup-item .checkbox.selected {
  background-image: url("../images/icon/ic_checkbox_checked.png");
}
.controls.export-button .export-popup .export-popup-item span {
  margin-left: 10px;
  font-size: 12px;
  color: #333;
}
.controls.export-button .export-popup .export-popup-item.custom {
  height: 105px;
}
.controls.export-button .export-popup .export-popup-item .item {
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
}
.controls.export-button .export-popup .export-popup-item .item span {
  font-size: 12px;
  color: #333;
}
.controls.export-button .export-popup .export-popup-item .item input {
  border: solid 1px #C0C4CC;
  font-size: 12px;
  width: 60px;
  height: 24px;
  margin-left: 10px;
  border-radius: 0px;
  text-align: center;
}
.controls.export-button .export-popup .footer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}
.controls.export-button .export-popup .footer .button {
  text-align: center;
  width: 72px;
  height: 32px;
  line-height: 32px;
}
.controls.column-button {
  position: relative;
  width: 40px;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  background-color: #1989FA;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
}
.controls.column-button .setting_icon {
  width: 100%;
  height: 100%;
  background: url(../images/icon/ic_set_white.png) no-repeat center;
  background-size: 12px;
}
.controls.column-button .popup {
  width: 140px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e4e7ed;
  position: absolute;
  right: 0px;
  top: 32px;
  z-index: 10000;
  background-color: #fff;
  border-radius: 0px;
}
.controls.column-button .popup .select-list {
  width: 100%;
}
.controls.column-button .popup .select-list .row {
  height: 34px;
  padding: 0 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.column-button .popup .select-list .row:hover {
  background-color: #E9F7FE;
}
.controls.column-button .popup .select-list .row.active {
  background-color: #E9F7FE;
}
.controls.column-button .popup .select-list .row.active .label {
  color: #1989FA;
}
.controls.column-button .popup .select-list .row.active .select {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}
.controls.column-button .popup .select-list .row .select {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.controls.column-button .popup .select-list .row .label {
  font-size: 12px;
  color: #999;
}
.controls.hsh-audio {
  width: 240px;
  height: 70px;
}
.controls.hsh-audio .hsh-audio-content {
  width: 100%;
  height: 100%;
  background-color: rgb(240, 242, 245);
  border: 0.5px solid rgb(218, 218, 218);
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls {
  display: flex;
  flex-direction: column;
  width: 320px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 12px;
  text-align: left;
  font-family: PingFangSC-Medium;
  width: 170px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar {
  margin-top: 10px;
  position: relative;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(204, 204, 204);
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar .progress {
  background-color: rgb(25, 137, 250);
  width: 0%;
  height: 2px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar .progress_btn {
  position: absolute;
  margin-top: -14px;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  width: 12px;
  height: 12px;
  left: 0%;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar .progress_btn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgb(25, 137, 250);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 6px;
  margin-top: 8px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .time-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .time-bar .play-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .time-bar .end-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-audio .hsh-audio-content .play-button {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-left: 24px;
  flex-shrink: 0;
}
.controls.hsh-video {
  width: 240px;
  height: 70px;
  display: flex;
  background-color: #f0f2f5;
  border: 0.5px solid #dadada;
}
.controls.hsh-video .video-player {
  width: 70px;
  height: 100%;
  flex-shrink: 0;
  padding: 10px;
  position: relative;
}
.controls.hsh-video .video-player video {
  background: #000;
  width: 100%;
  height: 100%;
}
.controls.hsh-video .video-player .play-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 25px;
  top: 25px;
  background-image: url("../../images/ic_play.png");
  background-size: 100%;
}
.controls.hsh-video .hsh-video-content {
  width: 170px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.controls.hsh-video .hsh-video-content .video-controls {
  display: flex;
  flex-direction: column;
  width: 110px;
}
.controls.hsh-video .hsh-video-content .video-controls .video-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 12px;
  text-align: left;
  font-family: PingFangSC-Medium;
  width: 140px;
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar {
  margin-top: 10px;
  position: relative;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(204, 204, 204);
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar .progress {
  background-color: rgb(25, 137, 250);
  width: 0%;
  height: 2px;
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar .progress_btn {
  position: absolute;
  margin-top: -14px;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  width: 12px;
  height: 12px;
  left: 0%;
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar .progress_btn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgb(25, 137, 250);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 6px;
  margin-top: 8px;
}
.controls.hsh-video .hsh-video-content .video-controls .time-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.controls.hsh-video .hsh-video-content .video-controls .time-bar .play-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-video .hsh-video-content .video-controls .time-bar .end-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-video .hsh-video-content .play-button {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-left: 15px;
  flex-shrink: 0;
}
.controls.hsh-file {
  width: 240px;
  height: 70px;
}
.controls.hsh-file .hsh-file-content {
  width: 100%;
  height: 100%;
  background-color: rgb(240, 242, 245);
  border: 0.5px solid rgb(218, 218, 218);
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.controls.hsh-file .hsh-file-content .file-controls {
  display: flex;
  width: 170px;
}
.controls.hsh-file .hsh-file-content .file-controls .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 10px;
}
.controls.hsh-file .hsh-file-content .file-controls .icon img {
  width: 100%;
  height: 100%;
}
.controls.hsh-file .hsh-file-content .file-controls .file-name {
  font-size: 12px;
  color: #333;
  width: 140px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.controls.hsh-file .hsh-file-content .down-button {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-left: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.tableContainer {
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px 0 rgb(206, 216, 230);
  box-shadow: 0 0 2px 0 rgb(206, 216, 230);
  position: relative;
}
.tableContainer table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.tableContainer table thead {
  background-color: #EFF3F6;
}
.tableContainer table thead th {
  color: #3E3E3E;
  font-size: 12px;
}
.tableContainer table thead th.fixed {
  position: absolute;
  right: 0px;
  background-color: #EFF3F6;
  text-align: center;
}
.tableContainer table thead th.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.tableContainer table.left th, .tableContainer table.left td {
  text-align: left;
}
.tableContainer table.left th:last-child {
  text-align: center;
}
.tableContainer table.left th:first-child {
  text-align: center;
}
.tableContainer table.left tr td {
  padding: 10px 0;
}
.tableContainer table.left tr td:first-child {
  text-align: center;
}
.tableContainer table tr {
  border-bottom: 1px solid #EBEEF5;
  min-height: 40px;
  height: 40px;
}
.tableContainer table tr:hover td {
  background-color: #E0ECFF;
}
.tableContainer table tr:hover td .fs14.black.demiBold {
  color: #1989FA;
}
.tableContainer table th, .tableContainer table td {
  text-align: center;
  font-size: 12px;
}
.tableContainer table th .select-icon, .tableContainer table td .select-icon {
  margin: 0 auto;
}
.tableContainer table th {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #999;
}
.tableContainer table th span {
  vertical-align: top;
}
.tableContainer table th .arrowBox {
  width: 20px;
  height: 100%;
  padding-top: 12px;
}
.tableContainer table th .arrowBox:hover {
  background-color: #E5E5E5;
}
.tableContainer table th .up {
  display: block;
  width: 8px;
  height: 6px;
  margin: 0 auto 2px;
  background: url(../images/icon/ic_up_normal.png) no-repeat center;
  background-size: 7px 5px;
  cursor: pointer;
}
.tableContainer table th .up:hover {
  background: url(../images/icon/ic_up_hover.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .up.active {
  background: url(../images/icon/ic_up_active.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .down {
  display: block;
  width: 8px;
  height: 6px;
  margin: 0 auto;
  background: url(../images/icon/ic_dowm_normal.png) no-repeat center;
  background-size: 7px 5px;
  cursor: pointer;
}
.tableContainer table th .down:hover {
  background: url(../images/icon/ic_dowm_hover.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .down.active {
  background: url(../images/icon/ic_dowm_active.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .filter {
  display: inline-block;
  width: 30px;
  height: 100%;
}
.tableContainer table th .filter .icon {
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../images/icon/ic_filter_normal.png) no-repeat center;
  background-size: 12px 10px;
  cursor: pointer;
}
.tableContainer table th .filter .icon:hover {
  background: url(../images/icon/ic_filter_hover.png) no-repeat center;
  background-size: 12px 10px;
}
.tableContainer table th .filter .icon.active {
  background: url(../images/icon/ic_filter_active.png) no-repeat center;
  background-size: 12px 10px;
}
.tableContainer table th .filter:hover {
  background-color: #E5E5E5;
}
.tableContainer table th .filter .popup {
  display: inline-block;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 40px;
  left: 715px;
}
.tableContainer table th .filter .popup .select-list {
  width: 100%;
}
.tableContainer table th .filter .popup .select-list .row {
  height: 34px;
  padding: 0 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tableContainer table th .filter .popup .select-list .row:hover {
  background-color: #E9F7FE;
}
.tableContainer table th .filter .popup .select-list .row.active {
  background-color: #E9F7FE;
}
.tableContainer table th .filter .popup .select-list .row.active .label {
  color: #1989FA;
}
.tableContainer table th .filter .popup .select-list .row.active .select {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table th .filter .popup .select-list .row .select {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table th .filter .popup .select-list .row .label {
  font-size: 12px;
  color: #999;
}
.tableContainer table th .filter .popup .select-foot {
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tableContainer table th .filter .popup .select-foot .label {
  font-size: 12px;
  color: #1989FA;
  cursor: pointer;
}
.tableContainer table td {
  padding: 5px 0px;
  word-wrap: break-word;
  color: #606266;
  font-size: 12px;
  position: relative;
}
.tableContainer table td .red {
  color: #D0021B;
}
.tableContainer table td a {
  margin-right: 4px;
  margin-left: 4px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.tableContainer table td .btnGroup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tableContainer table td .btnGroup .operationBtn {
  margin: 0px 5px 0px;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
}
.tableContainer table td .btnGroup .operationBtn.blueBtn {
  color: #1989FA;
}
.tableContainer table td .btnGroup .operationBtn.greyBtn {
  color: #CCD6E6;
}
.tableContainer table td .btnGroup .operationBtn.orangeBtn {
  color: #F79034;
}
.tableContainer table td .btnGroup .operationBtn.redBtn {
  color: #D0021B;
}
.tableContainer table td .btnGroup .operationBtn.greenBtn {
  color: #52C41A;
}
.tableContainer table td .btnGroup .more-buttons {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 5px 0;
  font-weight: 700;
}
.tableContainer table td .btnGroup .more-buttons .drop-icon {
  width: 14px;
  height: 14px;
  background: url(../../images/ic_more_btn_arrow.png) no-repeat center;
  background-size: 60%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tableContainer table td .btnGroup .more-buttons .drop-icon.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button {
  width: 100px;
  background-color: #FFF;
  border-radius: 4px;
  border: solid 1px #ECECEC;
  box-shadow: 0px 2px 28px 0px rgba(201, 201, 201, 0.5);
  position: absolute;
  right: 0px;
  z-index: 1;
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button .item-btn {
  height: 32px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #1989FA;
  line-height: 32px;
  padding-left: 10px;
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button .item-btn:hover {
  background-color: #EFF3F6;
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button .item-btn.red {
  color: #C40000;
}
.tableContainer table td .btnGroup ~ .pop-modal {
  right: 20px;
}
.tableContainer table td.fixed {
  position: absolute;
  right: 0px;
  background-color: #FFF;
  padding: 0px;
}
.tableContainer table td.fixed .btnGroup {
  height: 100%;
  align-items: center;
}
.tableContainer table td.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.tableContainer table .checkbox {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.tableContainer table .checkbox .selected {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table .checkbox .checked {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_tick2.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table .checkbox .indeterminate {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_indeterminate.png") no-repeat center;
  background-size: 100%;
}
.tableContainer .scrollTable {
  width: 100%;
  overflow-x: auto;
}
.tableContainer .scrollTable::-webkit-scrollbar {
  height: 8px;
}
.tableContainer .operator {
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
}
.tableContainer .freezeColumns {
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.tableContainer::-webkit-scrollbar:horizontal {
  height: 8px;
}

.tableContainer::-webkit-scrollbar {
  width: 8px;
}

.table-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.table-footer .buttons {
  display: flex;
  flex-direction: row;
  padding-left: 16px;
  align-items: center;
}
.table-footer .buttons .checkbox {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 14px;
}
.table-footer .buttons .checkbox .selected {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.table-footer .buttons .checkbox .checked {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_tick2.png") no-repeat center;
  background-size: 100%;
}
.table-footer .buttons .checkbox .indeterminate {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_indeterminate.png") no-repeat center;
  background-size: 100%;
}
.table-footer .buttons .label {
  font-size: 12px;
  color: #333;
  margin-right: 20px;
  height: 32px;
  line-height: 32px;
}
.table-footer .buttons .controls.button {
  min-width: 60px;
}

.item-picker {
  width: 50%;
  height: 210px;
  position: relative;
}
.item-picker .scroll-panel {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.item-picker .scroll-panel ul {
  width: 100%;
}
.item-picker .scroll-panel ul li {
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #C0C4CC;
  cursor: pointer;
}
.item-picker .scroll-panel ul li.selected {
  color: #606266;
}
.item-picker .scroll-panel::-webkit-scrollbar {
  width: 8px;
}
.item-picker .selected-item {
  width: 100%;
  height: 30px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  cursor: pointer;
  position: absolute;
  top: 90px;
  z-index: 0;
  pointer-events: none;
}

.tree-panel {
  padding-top: 22px;
}
.tree-panel .tree-header {
  height: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E7ED;
  font-size: 14px;
  color: #444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tree-panel .tree-header .expand-button {
  width: 54px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background-color: #1989FA;
  font-family: "PingFang SC Medium";
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
}
.tree-panel .tree-content {
  height: 200px;
  font-size: 12px;
  overflow-y: scroll;
}

.tree .treeNodeCollose, .combotree .treeNodeCollose {
  width: 14px;
  height: 14px;
  margin: 10px 6px 10px 6px;
  background-image: url("../images/icon/collose.png");
  background-size: 100%;
  cursor: pointer;
  float: left;
}
.tree .treeNodeExpand, .combotree .treeNodeExpand {
  width: 14px;
  height: 14px;
  margin: 10px 6px 10px 6px;
  background-image: url("../images/icon/expand.png");
  background-size: 100%;
  cursor: pointer;
  float: left;
}
.tree .treeFolderCollose, .combotree .treeFolderCollose {
  width: 16px;
  height: 14px;
  background-image: url("../images/icon/folder_collose.png");
  background-size: 100%;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.tree .treeFolderExpand, .combotree .treeFolderExpand {
  width: 16px;
  height: 14px;
  background-image: url("../images/icon/folder_expand.png");
  background-size: 100%;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.tree .tree-node-content:hover, .combotree .tree-node-content:hover {
  background-color: #E0ECFF;
}
.tree .treeNode, .combotree .treeNode {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/node.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .checkBoxTreeNode, .combotree .checkBoxTreeNode {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/checkbox_tree_node.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .nodeChecked, .combotree .nodeChecked {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_checked.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .nodeCheck, .combotree .nodeCheck {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_select.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .folderChecked, .combotree .folderChecked {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_folder_checked.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 9px;
}
.tree .folderCheck, .combotree .folderCheck {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_folder_check.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 9px;
}
.tree .nodeLabel, .combotree .nodeLabel {
  color: #475669;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.tree .nodeNullIcon, .combotree .nodeNullIcon {
  width: 14px;
  height: 14px;
  margin: 10px 6px 10px 6px;
  cursor: pointer;
  float: left;
}

.noDataBar {
  padding: 100px 0;
  margin: 0 auto;
}
.noDataBar .iconNoData {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  background: url("../images/icon/icon-fold.png") center no-repeat;
  background-size: 100%;
}
.noDataBar .noDataTip {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.hsh-form {
  width: 100%;
}
.hsh-form.vertical .hsh-form-row {
  margin-bottom: 10px;
}
.hsh-form.vertical .hsh-form-row .hsh-form-item {
  flex-direction: column;
  align-items: flex-start;
}
.hsh-form.vertical .hsh-form-row .hsh-form-item .hsh-form-label {
  text-align: left;
}
.hsh-form.vertical .hsh-form-row .hsh-form-item .hsh-form-controls {
  flex-direction: row;
  align-items: center;
}
.hsh-form.vertical .hsh-form-header {
  color: #1989FA;
  font-size: 12px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hsh-form.vertical .hsh-form-header:before {
  content: "";
  width: 3px;
  height: 12px;
  position: absolute;
  top: 4px;
  background: #1989FA;
  margin-right: 10px;
}
.hsh-form.horizontal .hsh-form-row .hsh-form-item {
  flex-direction: row;
  align-items: center;
}
.hsh-form.horizontal .hsh-form-header {
  color: #1989FA;
  font-size: 12px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hsh-form.horizontal .hsh-form-header:before {
  content: "";
  width: 3px;
  height: 12px;
  position: absolute;
  top: 4px;
  background: #1989FA;
  margin-right: 10px;
}
.hsh-form .hsh-form-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hsh-form .hsh-form-row:last-child {
  margin-bottom: 0;
}
.hsh-form .hsh-form-row .hsh-form-item {
  width: 100%;
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.hsh-form .hsh-form-row .hsh-form-item.switchButton {
  border: 1px solid #E4E7ED;
  padding-top: 0px;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hsh-form .hsh-form-row .hsh-form-item.switchButton .hsh-form-label {
  float: left;
  margin-bottom: 0px;
  margin-left: 10px;
  min-width: 60px;
  text-align: right;
}
.hsh-form .hsh-form-row .hsh-form-item.switchButton .hsh-form-controls {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
}
.hsh-form .hsh-form-row .hsh-form-item:first-child {
  margin-left: 0;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-label {
  font-size: 12px;
  color: #333;
  line-height: 32px;
  flex-shrink: 0;
  min-width: 75px;
  text-align: right;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-label.required:before {
  content: "*";
  color: red;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls .hsh-error-msg {
  width: 100%;
  font-size: 12px;
  color: #ff0000;
  position: relative;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .dateField, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-input, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-text, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .combobox, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .imageupload, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-textarea, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-mutil-combobox, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-time {
  border: solid 1px #ff0000;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls .hsh-tips-msg {
  width: 100%;
  font-size: 12px;
  color: #FE744B;
  position: relative;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls .hsh-img-tips-msg {
  width: 100%;
  font-size: 12px;
  color: #bbbbbb;
  position: relative;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls-tips {
  color: #FE744B;
  font-size: 10px;
  margin-top: 6px;
}

.hsh-alert .hsh-page {
  max-width: 640px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1005;
}
.hsh-alert .hsh-page .hsh-header {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.hsh-alert .hsh-page .hsh-header .title {
  font-family: "PingFang SC Medium";
  font-size: 16px;
  color: #333;
}
.hsh-alert .hsh-page .hsh-header .close-btn {
  width: 16px;
  height: 16px;
  margin: 3px 0;
  background: url(../images/icon/ic_close_grey.png) no-repeat center;
  background-size: 12px;
  cursor: pointer;
  float: right;
}
.hsh-alert .hsh-page .hsh-content {
  width: 100%;
  padding: 12px 0 0;
}
.hsh-alert .hsh-page .hsh-content .msg-text {
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.hsh-alert .hsh-page .hsh-content .sys-msg-text {
  padding-top: 16px;
  font-size: 16px;
  color: #f58220;
  text-align: center;
}
.hsh-alert .hsh-page .hsh-content .sys-msg-text .icon-fail {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 18px;
  vertical-align: bottom;
  background: url("../images/icon/icon-uploadFail.png") no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-footer {
  padding-top: 15px;
  overflow: hidden;
}
.hsh-alert .hsh-page .hsh-footer .close-btn {
  display: inline-block;
  margin-right: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: #f58220;
  cursor: pointer;
}
.hsh-alert .hsh-page .hsh-footer .button-bar {
  overflow: hidden;
  width: 210px;
  margin: 0 auto;
  padding: 20px 0;
}
.hsh-alert .hsh-page .hsh-footer .align-center {
  margin: 0 auto;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hsh-alert .hsh-page .hsh-footer .align-center .controls.button {
  min-width: 54px;
  height: 24px;
  line-height: 22px;
  margin-left: 10px;
  border-radius: 2px;
  font-size: 14px;
}
.hsh-alert .hsh-page .hsh-loading-content {
  min-width: 280px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #FFF;
  overflow: hidden;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-loading {
  width: 26px;
  height: 40px;
  background: url(../images/icon/loading.gif) no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-complete {
  display: block;
  width: 26px;
  height: 40px;
  background: url("../images/icon/icon-hook.gif") no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-success {
  display: block;
  width: 26px;
  height: 40px;
  background: url("../images/icon/ic_success.png") no-repeat center;
  background-size: 60%;
}
.hsh-alert .hsh-page .hsh-loading-content .tip-text {
  margin-left: 10px;
  font-size: 14px;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-line {
  width: 1px;
  height: 24px;
  margin: 8px 10px;
  background: url("../images/icon/icon-line.png") no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-cancel {
  width: 15px;
  height: 20px;
  margin: 8px 0;
  background: url("../images/icon/icon-cancel.png") no-repeat center;
  background-size: 10px;
  cursor: pointer;
}
.hsh-alert .hsh-page .hsh-loading-content .error-icon {
  width: 14px;
  height: 14px;
  margin-top: 12px;
  background: url(../images/icon/ic_wrong.png) no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .warn-icon {
  width: 14px;
  height: 14px;
  margin-top: 12px;
  background: url(../images/icon/ic_warning.png) no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .close-btn {
  width: 16px;
  height: 16px;
  margin: 11px 0;
  background: url(../images/icon/ic_close_grey.png) no-repeat center;
  background-size: 10px;
  cursor: pointer;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  -moz-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  height: 100%;
}

.modal-content {
  height: 100%;
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.hsh-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  overflow-x: hidden;
}
.hsh-dialog .hsh-page {
  padding-top: 10px;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hsh-dialog .hsh-page.modal-xs {
  width: 400px;
}
.hsh-dialog .hsh-page.modal-sm {
  width: 600px;
}
.hsh-dialog .hsh-page.modal-md {
  width: 750px;
}
.hsh-dialog .hsh-page.modal-lg {
  width: 900px;
}
.hsh-dialog .hsh-page.modal-pc {
  width: 1140px;
}
.hsh-dialog .hsh-page .hsh-header {
  padding: 15px 30px;
  position: relative;
}
.hsh-dialog .hsh-page .hsh-header .title {
  font-family: "PingFang SC Medium";
  font-size: 18px;
  color: #333;
}
.hsh-dialog .hsh-page .hsh-header .close-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px #CED0D2;
  box-shadow: 0 2px 6px #CED0D2;
  background: url(../images/icon/ic_work_close_circle.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
}
.hsh-dialog .hsh-page .hsh-content {
  width: 100%;
  padding: 0px 30px 0px;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column {
  float: left;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column:after {
  content: "";
  display: table;
  clear: both;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.p50 {
  width: 50%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.p30 {
  width: 30%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w2-1 {
  width: 45%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w2-2 {
  width: -webkit-calc(90% + 40px);
  width: -moz-calc(90% + 40px);
  width: calc(90% + 40px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w3-1 {
  width: 30%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w3-2 {
  width: -webkit-calc(60% + 40px);
  width: -moz-calc(60% + 40px);
  width: calc(60% + 40px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w3-3 {
  width: -webkit-calc(90% + 80px);
  width: -moz-calc(90% + 80px);
  width: calc(90% + 80px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-1 {
  width: 20%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-2 {
  width: -webkit-calc(40% + 40px);
  width: -moz-calc(40% + 40px);
  width: calc(40% + 40px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-3 {
  width: -webkit-calc(60% + 80px);
  width: -moz-calc(60% + 80px);
  width: calc(60% + 80px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-4 {
  width: -webkit-calc(80% + 120px);
  width: -moz-calc(80% + 120px);
  width: calc(80% + 120px);
}
.hsh-dialog .hsh-page .hsh-content .searchBar {
  width: 100%;
  padding: 10px 0px;
  background: #FFF;
  display: table;
  word-spacing: -1em;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .dropdown, .hsh-dialog .hsh-page .hsh-content .searchBar .dropup {
  position: relative;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .addBtn {
  width: 45px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  font-size: 18px;
  color: #D7D7D7;
  cursor: pointer;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls {
  width: 238px;
  float: left;
  margin-right: 10px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls:last-child {
  margin-right: 0;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.combo-input-search-button {
  width: 350px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.dateField.range {
  width: 290px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.combobox {
  width: 150px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.button {
  width: auto;
}
.hsh-dialog .hsh-page .hsh-footer {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}
.hsh-dialog .hsh-page .hsh-footer .align-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hsh-dialog .hsh-page .hsh-footer .align-center .controls.button {
  width: 120px;
  margin-right: 25px;
}
.hsh-dialog .hsh-page .hsh-footer .align-center .controls.button:last-child {
  margin-right: 0;
}

.hsh-edit-page {
  padding: 15px 20px 15px 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px #CED8E6;
  box-shadow: 0 0 2px #CED8E6;
}
.hsh-edit-page .hsh-page-header {
  width: 100%;
  padding-bottom: 15px;
}
.hsh-edit-page .hsh-page-header .title {
  line-height: 28px;
  font-family: "PingFang SC Semibold";
  font-size: 16px;
  color: #333;
}
.hsh-edit-page .hsh-page-content {
  width: 100%;
  margin-top: 0px;
}
.hsh-edit-page .hsh-page-content .hsh-content-column {
  float: left;
}
.hsh-edit-page .hsh-page-content .hsh-content-column:after {
  content: "";
  display: table;
  clear: both;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.p50 {
  width: 50%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.p30 {
  width: 30%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w2-1 {
  width: 45%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w2-2 {
  width: -webkit-calc(90% + 40px);
  width: -moz-calc(90% + 40px);
  width: calc(90% + 40px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w3-1 {
  width: 30%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w3-2 {
  width: -webkit-calc(60% + 40px);
  width: -moz-calc(60% + 40px);
  width: calc(60% + 40px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w3-3 {
  width: -webkit-calc(90% + 80px);
  width: -moz-calc(90% + 80px);
  width: calc(90% + 80px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-1 {
  width: 20%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-2 {
  width: -webkit-calc(40% + 40px);
  width: -moz-calc(40% + 40px);
  width: calc(40% + 40px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-3 {
  width: -webkit-calc(60% + 80px);
  width: -moz-calc(60% + 80px);
  width: calc(60% + 80px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-4 {
  width: -webkit-calc(80% + 120px);
  width: -moz-calc(80% + 120px);
  width: calc(80% + 120px);
}
.hsh-edit-page .hsh-page-footer {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}
.hsh-edit-page .hsh-page-footer .align-center {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.hsh-edit-page .hsh-page-footer .align-center .controls.button {
  width: 120px;
  margin-right: 25px;
}
.hsh-edit-page .hsh-page-footer .align-center .controls.button:last-child {
  margin-right: 0;
}

.hsh-login-box {
  width: 520px;
}
.hsh-login-box .logoIcon {
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.hsh-login-box .logoIcon img {
  width: 100%;
  height: 100%;
}
.hsh-login-box .login-box {
  width: 100%;
  padding: 0 40px 40px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #FFF;
}
.hsh-login-box .login-box .lookBtn {
  width: 38px;
  height: 38px;
  background: url("../images/icon/ic_pc_login_unlook.png") no-repeat left;
  background-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 10;
}
.hsh-login-box .login-box .lookBtn.active {
  background: url("../images/icon/ic_pc_login_look.png") no-repeat left;
  background-size: 22px;
}
.hsh-login-box .login-box .select-team {
  width: 100%;
}
.hsh-login-box .login-box .select-team .team-box {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
}
.hsh-login-box .login-box .select-team .team-box:last-child {
  margin-bottom: 0;
}
.hsh-login-box .login-box .select-team .team-box.active {
  border-color: #1989FA;
}
.hsh-login-box .login-box .select-team .team-box.active .black {
  font-family: "PingFang SC Medium";
  color: #1989FA;
}
.hsh-login-box .login-box .select-team .team-box.active .blackMinor {
  color: #333;
}
.hsh-login-box .login-box .obtain-box {
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.hsh-login-box .login-box .obtain-box .obtainCode {
  width: 130px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 3px 0;
  border-radius: 4px;
  background-color: #E4E7ED;
  font-size: 14px;
  color: #999;
}
.hsh-login-box .login-box .obtain-box .obtainCode.active {
  background-color: #1989FA;
  color: #FFF;
  cursor: pointer;
}
.hsh-login-box .login-box .unlook-btn {
  width: 38px;
  height: 38px;
  background: url("../images/icon/ic_pc_login_unlook.png") no-repeat left;
  background-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 10;
}
.hsh-login-box .login-box .unlook-btn.active {
  background: url("../images/icon/ic_pc_login_look.png") no-repeat left;
  background-size: 22px;
}
.hsh-login-box .login-box .login_validate_code {
  display: flex;
  justify-content: space-between;
}
.hsh-login-box .login-box .login_validate_code input {
  width: 70% !important;
}
.hsh-login-box .login-box .login_validate_code img {
  width: 27%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
}
.hsh-login-box .controls.button {
  margin-right: 0;
}
.hsh-login-box .controls.combo-input-search-button .combo-box .combo .arrow {
  background: url(../images/icon/ic_arrow_two.png) no-repeat center;
  background-size: 8px;
}

.controls.combo-input-search-button .combo-box .combo {
  align-items: center;
  min-width: 75px;
  justify-content: space-between;
}

.controls.combo-input-search-button .combo-box .drop .tag {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.fee-items {
  display: flex;
  margin-bottom: 20px;
  min-width: 400px;
  justify-content: center;
}
.fee-items .fee-item {
  border: solid #F1F4F4 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.fee-items .fee-item:last-child {
  margin-right: 0px;
}
.fee-items .fee-item .icon {
  width: 100px;
  height: 100px;
  background-color: #F8FBFB;
  align-items: center;
  justify-content: center;
  display: flex;
}
.fee-items .fee-item .icon .icon-EB {
  width: 40px;
  height: 40px;
  background-image: url("../../images/fee/ic_EB.png");
  background-size: 100%;
}
.fee-items .fee-item .icon .icon-EV {
  width: 40px;
  height: 40px;
  background-image: url("../../images/fee/ic_EV.png");
  background-size: 100%;
}
.fee-items .fee-item .icon .icon-EBox {
  width: 40px;
  height: 40px;
  background-image: url("../../images/fee/ic_EBox.png");
  background-size: 100%;
}
.fee-items .fee-item .icon .icon-PB {
  width: 40px;
  height: 40px;
  background-image: url("../../images/fee/ic_PB.png");
  background-size: 100%;
}
.fee-items .fee-item .text {
  line-height: 30px;
  font-size: 12px;
  color: #333333;
}
.fee-items .fee-item:hover {
  border: solid #25CED1 1px;
}
.fee-items .fee-item:hover .icon {
  background-color: #F6FFFF;
}
.fee-items .fee-item:hover .icon .icon-EB {
  background-image: url("../../images/fee/ic_EB_over.png");
}
.fee-items .fee-item:hover .icon .icon-EV {
  background-image: url("../../images/fee/ic_EV_over.png");
}
.fee-items .fee-item:hover .icon .icon-EBox {
  background-image: url("../../images/fee/ic_EBox_over.png");
}
.fee-items .fee-item:hover .icon .icon-PB {
  background-image: url("../../images/fee/ic_PB_over.png");
}
.fee-items .fee-item:hover .text {
  color: #25CED1;
}

.energy-grid {
  display: flex;
  flex-wrap: wrap;
}
.energy-grid .energy-item {
  width: 200px;
  background: #f0f0f0;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.energy-grid .energy-item .item {
  font-size: 12px;
  color: #999;
}
.energy-grid .energy-item .item .title {
  ont-size: 12px;
  color: #333;
}