.bh-animate-fast.bh-animate-all,
.bh-animate-fast.bh-animate-top,
.bh-animate-fast.bh-animate-bottom {
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.bh-animate-all {
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.bh-animate-bottom {
  -webkit-transition: bottom 0.45s;
  -o-transition: bottom 0.45s;
  transition: bottom 0.45s;
}
.bh-animate-top {
  -webkit-transition: top 0.45s;
  -o-transition: top 0.45s;
  transition: top 0.45s;
}
.bh-animate-opacity {
  -webkit-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.bh-animate-transform-fast {
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bh-animate-scale {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.bh-animate-scale.bh-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bh-collapse-animate-fast {
  -webkit-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.bh-animate-origin-TR {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.bh-animate-origin-TL {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.bh-animate-origin-BR {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.bh-animate-origin-BL {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.bh-animated {
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bh-animated-fast {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bh-animate-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes bh-animate-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.bh-animate-outRight {
  -webkit-animation-name: bh-animate-outRight;
  animation-name: bh-animate-outRight;
}
@-webkit-keyframes bh-animate-enterFromRight {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes bh-animate-enterFromRight {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.bh-animate-enterFromRight {
  -webkit-animation-name: bh-animate-enterFromRight;
  animation-name: bh-animate-enterFromRight;
}
.sc-animated {
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sc-animated-doubleTime {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sc-animated-threeTime {
  -webkit-animation-duration: 1.35s;
  animation-duration: 1.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sc-single-animate-width {
  -webkit-transition: width 0.45s;
  -moz-transition: width 0.45s;
  -ms-transition: width 0.45s;
  -o-transition: width 0.45s;
  transition: width 0.45s;
}
.sc-single-animate {
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
@-webkit-keyframes sc-entryUp {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes sc-entryUp {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.sc-entryUp {
  -webkit-animation-name: sc-entryUp;
  animation-name: sc-entryUp;
}
@-webkit-keyframes sc-outDown {
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes sc-outDown {
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.sc-outDown {
  -webkit-animation-name: sc-outDown;
  animation-name: sc-outDown;
}
@-webkit-keyframes sc-entryRight {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes sc-entryRight {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.sc-entryRight {
  -webkit-animation-name: sc-entryRight;
  animation-name: sc-entryRight;
}
@-webkit-keyframes sc-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes sc-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.sc-outRight {
  -webkit-animation-name: sc-outRight;
  animation-name: sc-outRight;
}
@-webkit-keyframes sc-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sc-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sc-fadeIn {
  -webkit-animation-name: sc-fadeIn;
  animation-name: sc-fadeIn;
}
@-webkit-keyframes sc-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sc-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sc-fadeOut {
  -webkit-animation-name: sc-fadeOut;
  animation-name: sc-fadeOut;
}
/** 左上角的卡片 start **/
.card-courseUser {
  height: 120px;
}
.card-courseUser-img {
  float: left;
  margin-right: 8px;
  width: 90px;
}
.card-courseUser-img img {
  width: 90px;
}
.card-courseUser-asideItem {
  line-height: 20px;
}
.card-courseUser-asideTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.card-courseUser-asideTags {
  height: 36px;
}
/** 左上角的卡片 end **/
/** 开课情况卡片 start **/
.card-course-userImg {
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 8px;
  cursor: pointer;
}
.card-course-userImg img {
  width: 64px;
  height: 64px;
}
.card-course-userName {
  font-weight: bold;
  line-height: 12px;
  margin-bottom: 16px;
  cursor: pointer;
}
.card-course-userName:hover {
  color: #990099;
}
/** 开课情况 end **/
/** 相关课程卡片 start **/
.card-course-teacherImg {
  width: 90px;
  height: 120px;
  float: left;
  margin-right: 8px;
}
.card-course-teacherImg img {
  width: 90px;
  height: 120px;
}
.card-course-teacher-title {
  font-weight: bold;
  line-height: 12px;
}
/** 相关课程 end **/
.sc-overflow-hide {
  overflow: hidden !important;
}
.sc-title-borderLeft {
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #990099;
  padding-left: 8px;
  line-height: 16px;
  min-height: 0;
}
.sc-cursor-point {
  cursor: pointer;
}
.sc-negative-zIndex {
  z-index: -1000 !important;
}
.sc-split-line {
  border-top: 1px solid #DDDDDD;
  width: 100%;
}
.sc-m-l-minus-12 {
  margin-left: -12px;
}
.sc-col-md-4-4 {
  width: 11.11111111% !important;
}
.sc-col-md-4-8 {
  width: 88.88888889% !important;
}
.sc-border-h {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
.sc-border-v {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.sc-bg-warning-lv3 {
  background-color: #FFECCC;
}
.sc-bg-success-lv3 {
  background-color: #E8F3DB;
}
.sc-width-50 {
  width: 50px;
}
.sc-info-ul {
  width: 100%;
  list-style: none;
}
.sc-info-ul li {
  width: 100%;
  position: relative;
  min-height: 60px;
}
.sc-info-ul li.bh-disabled .sc-info-content-title {
  color: #BBBBBB;
}
.sc-info-ul li.bh-disabled .sc-info-circle {
  background: #BBBBBB;
}
.sc-info-ul li.bh-warning .sc-info-content-title {
  color: #FFA000;
}
.sc-info-ul li.bh-warning .sc-info-circle {
  background: #FFA000;
}
.sc-info-ul li.bh-danger .sc-info-content-title {
  color: #FF5252;
}
.sc-info-ul li.bh-danger .sc-info-circle {
  background: #FF5252;
}
.sc-info-ul li:last-child .sc-info-circle:after {
  display: none;
}
.sc-info-ul .sc-info-circle {
  width: 24px;
  height: 24px;
  background: #536DFE;
  border-radius: 50%;
  text-align: center;
  float: left;
  color: #fff;
  padding-top: 2px;
  overflow: visible;
}
.sc-info-ul .sc-info-circle:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 24px;
  left: 11px;
}
.sc-info-ul .sc-info-content {
  margin-left: 32px;
}
.sc-info-ul .sc-info-content-title {
  color: #536DFE;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.sc-info-ul .sc-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/** article下的子层h2样式被放到paper弹框组件里了, 因为要处理paper弹框动画的缘故  **/
body > main,
.sc-container-outerFrame {
  display: block;
  min-width: 1132px;
  max-width: 1632px;
  padding: 0 24px;
  margin: 0 auto 1px auto;
  position: relative;
  z-index: 1;
  margin-top: 44px;
}
body > main > article,
.sc-container {
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  height: 100%;
}
.sc-single-container {
  padding: 16px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
body > main > article {
  overflow: hidden;
}
body > main > article:not([bh-layout-role|="navLeft"]) {
  padding-bottom: 24px;
}
[bh-layout-role="single"] > section,
[bh-layout-role="single-no-title"] > section {
  position: relative;
  width: 100%;
  padding: 0 16px;
}
[bh-layout-role="single"],
[bh-layout-role="navLeft-has-title"] {
  padding-top: 68px;
}
[bh-layout-role="single"] > section > .scenes-cb-Container,
[bh-layout-role="navLeft-has-title"] > section > .scenes-cb-Container {
  margin-top: 0;
}
[bh-layout-role="navLeft-has-title"] > h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
[bh-layout-role="navLeft-has-title"],
[bh-layout-role="navLeft"],
[bh-layout-role="navLeft-no-title"] {
  display: table;
  width: 100%;
}
[bh-layout-role="navLeft-has-title"] > nav,
[bh-layout-role="navLeft"] > nav,
[bh-layout-role="navLeft-no-title"] > nav {
  display: table-cell;
  position: relative;
  vertical-align: top;
  margin-top: 68px;
}
[bh-layout-role="navLeft-has-title"] > section,
[bh-layout-role="navLeft"] > section,
[bh-layout-role="navLeft-no-title"] > section {
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding: 24px 16px;
  margin-top: 68px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  width: initial;
}
[bh-layout-role="navLeft-has-title"]:not(.sc-navLeft-category) > nav,
[bh-layout-role="navLeft"]:not(.sc-navLeft-category) > nav,
[bh-layout-role="navLeft-no-title"]:not(.sc-navLeft-category) > nav {
  padding: 24px 16px;
}
[bh-layout-role="navLeft-has-title"].sc-navLeft-category > nav,
[bh-layout-role="navLeft"].sc-navLeft-category > nav,
[bh-layout-role="navLeft-no-title"].sc-navLeft-category > nav {
  padding: 24px 0 24px 16px;
}
[bh-layout-role="navLeft-has-title"].sc-navLeft-s > nav,
[bh-layout-role="navLeft"].sc-navLeft-s > nav,
[bh-layout-role="navLeft-no-title"].sc-navLeft-s > nav {
  width: 192px;
}
[bh-layout-role="navLeft-has-title"].sc-navLeft-m > nav,
[bh-layout-role="navLeft"].sc-navLeft-m > nav,
[bh-layout-role="navLeft-no-title"].sc-navLeft-m > nav {
  width: 288px;
}
[bh-layout-role="navLeft-has-title"].sc-navLeft-l > nav,
[bh-layout-role="navLeft"].sc-navLeft-l > nav,
[bh-layout-role="navLeft-no-title"].sc-navLeft-l > nav {
  width: 384px;
}
.bh-advancedQuery-h-28 {
  height: 32px;
}
.bh-advancedQuery {
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  position: relative;
  overflow: hidden;
}
.bh-advancedQuery .bh-checkbox label,
.bh-advancedQuery .bh-radio label {
  display: inline-block;
}
.bh-advancedQuery-inputGroup .bh-advancedQuery-quick-search-wrap {
  float: left;
  max-width: 448px;
  width: 100%;
  position: relative;
}
.bh-advancedQuery-inputGroup .bh-form-control {
  width: 100%;
  padding-left: 24px;
}
.bh-advancedQuery-inputGroup i.icon-search {
  color: #999;
}
.bh-advancedQuery-quick-select {
  position: absolute;
  width: 100%;
  left: 0;
  top: 28px;
  background: #fff;
  z-index: 19000;
  border: 1px solid #EBCCEB;
  border-top: none;
  overflow: hidden;
  height: 0;
  border-width: 0;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -ms-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.bh-advancedQuery-quick-select p {
  padding: 0 8px;
  line-height: 28px;
  cursor: pointer;
}
.bh-advancedQuery-quick-select p:hover {
  background: #DDE2FF;
}
.bh-advancedQuery-groupName {
  color: #BBBBBB;
}
.bh-advancedQuery-groupList-item {
  position: relative;
  color: #536DFE;
  padding: 2px 4px;
  border-radius: 1px;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
  cursor: pointer;
}
.bh-advancedQuery-groupList-item:hover {
  background-color: #DDE2FF;
}
.bh-advancedQuery-groupList-item.bh-active {
  background-color: #536DFE;
  color: #fff;
}
.bh-advancedQuery-groupList-addPlanItem {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.bh-advancedQuery-groupList-addPlanItem:hover {
  background-color: #DDDDDD;
}
.bh-advancedQuery-groupList-addPlanItem:hover:before,
.bh-advancedQuery-groupList-addPlanItem:hover:after {
  background-color: #EEEEEE;
}
.bh-advancedQuery-groupList-addPlanItem:before,
.bh-advancedQuery-groupList-addPlanItem:after {
  content: "";
  position: absolute;
  background-color: #BBBBBB;
}
.bh-advancedQuery-groupList-addPlanItem:before {
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
}
.bh-advancedQuery-groupList-addPlanItem:after {
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
}
.bh-advancedQuery-addBlock {
  position: relative;
  overflow: hidden;
  float: left;
  height: 32px;
}
.bh-advancedQuery-addBlock.bh-active {
  padding-top: 2px;
  margin-top: -2px;
}
.bh-advancedQuery-addTimeGroup {
  display: none;
}
.bh-advancedQuery-addTimeGroup > .bh-btn-small {
  margin-top: -1px;
}
.bh-advancedQuery-addTimeGroup > .bh-advancedQuery-groupList-item {
  margin-left: 4px;
}
.bh-advancedQuery-addTimeInputGroup > .bh-form-control {
  display: inline-block;
  width: calc(50% - 8px);
}
.bh-advancedQuery-dropDown {
  display: table;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 11;
  padding-bottom: 4px;
  -webkit-transform: translate(0, -105%);
  -ms-transform: translate(0, -105%);
  -o-transform: translate(0, -105%);
  transform: translate(0, -105%);
}
.bh-advancedQuery-quick {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.75s;
  -moz-transition: -moz-transform 0.75s;
  -ms-transition: -ms-transform 0.75s;
  -o-transition: -o-transform 0.75s;
  transition: transform 0.75s;
}
.bh-advancedQuery.bh-active .bh-advancedQuery-dropDown {
  z-index: 11;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.75s;
  -moz-transition: -moz-transform 0.75s;
  -ms-transition: -ms-transform 0.75s;
  -o-transition: -o-transform 0.75s;
  transition: transform 0.75s;
}
.bh-advancedQuery.bh-active .bh-advancedQuery-quick {
  position: absolute;
  top: 0;
}
.bh-advancedQuery-form {
  display: table;
}
.bh-advancedQuery-form-row {
  display: -webkit-box;
  padding: 4px 0;
}
.bh-advancedQuery-groupName {
  display: table-cell;
  white-space: nowrap;
  vertical-align: top;
  line-height: 28px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.bh-advancedQuery-groupList {
  display: table-cell;
  position: relative;
  min-width: 300px;
}
.bh-advancedQuery-groupList [xtype=multi-select] {
  max-width: 300px!important;
}
.bh-bh-advancedQuery-group-dismiss {
  color: #BBBBBB;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 8px;
}
.bh-bh-advancedQuery-group-dismiss:hover {
  color: #888888;
}
.bh-advancedQuery-form-btn-row {
  height: 40px;
  vertical-align: bottom;
}
.bh-advancedQuery-form-btn-row .bh-advancedQuery-groupList {
  vertical-align: middle;
  padding-top: 12px;
  display: block;
  width: 300px;
  white-space: nowrap;
  overflow: visible;
}
.bh-advancedQuery-form-btn-row .bh-btn {
  margin-left: 0;
  margin-right: 4px;
}
.bh-advancedQuery-dropDown-program {
  display: table-cell;
  list-style: none;
  border: #DDDDDD solid 1px;
  width: 200px;
}
.bh-advancedQuery-dropDown-program li {
  padding: 0 8px;
  line-height: 32px;
  border-bottom: #DDDDDD solid 1px;
}
.bh-advancedQuery-dropDown-program li.bh-advancedQuery-dropDown-program-head {
  color: #BBBBBB;
}
.bh-advancedQuery-dropDown-program li.bh-advancedQuery-dropDown-program-head span {
  display: inline;
  margin-right: 0;
}
.bh-advancedQuery-dropDown-program li span {
  display: block;
  margin-right: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bh-advancedQuery-dropDown-program li a {
  color: #BBBBBB;
  float: right;
}
.bh-advancedQuery-dropDown-program li a:hover {
  color: #536DFE;
}
.bh-advancedQuery-dropDown-program li i.icon-delete {
  margin-left: 4px;
}
.bh-advancedQuery-dropDown-program li:last-of-type {
  botder-bottom: none;
}
.bh-advancedQuery-dialog-head {
  font-size: 16px;
  color: #888888;
  font-weight: bold;
}
.bh-advancedQuery-dialog-content {
  padding-bottom: 0;
  height: 256px!important;
  margin-bottom: 32px;
}
.bh-advancedQuery-dialog-content ul {
  border-top: 1px solid #EBCCEB;
  border-left: 1px solid #EBCCEB;
  overflow: hidden;
  list-style: none;
}
.bh-advancedQuery-dialog-content ul li {
  border-bottom: 1px solid #EBCCEB;
  border-right: 1px solid #EBCCEB;
  width: 16.66666%;
  float: left;
  padding: 0 8px;
  height: 35px;
  line-height: 32px;
}
.bh-advancedQuery-dialog-content ul li:hover {
  background-color: #F1F4FF;
}
.bh-advancedQuery-dialog-content ul li.bh-advancedQuery-dialog-list-head {
  color: #BBBBBB;
}
.bh-advancedQuery-dialog-content ul li:last-of-type {
  botder-bottom: none;
}
.bh-advancedQuery-dialog-content ul li .bh-checkbox label,
.bh-advancedQuery-dialog-content ul li .bh-radio label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.bh-advancedQuery-dialog-content ul li .bh-checkbox input[type=checkbox],
.bh-advancedQuery-dialog-content ul li .bh-radio input[type=checkbox] {
  top: 8px;
  left: 1px;
}
.bh-advancedQuery-dialog-content ul li .bh-checkbox i.bh-choice-helper:before,
.bh-advancedQuery-dialog-content ul li .bh-radio i.bh-choice-helper:before {
  top: 8px;
  left: 1px;
}
.bh-advancedQuery-dialog-content ul li .bh-checkbox i.bh-choice-helper:after,
.bh-advancedQuery-dialog-content ul li .bh-radio i.bh-choice-helper:after {
  top: 10px;
  left: 1px;
}
.bh-advancedQuery-dialog-content ul li .bh-checkbox {
  padding-top: 0;
}
@-webkit-keyframes bh-entryLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-entryLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bh-entryLeft {
  -webkit-animation-name: bh-entryLeft;
  animation-name: bh-entryLeft;
}
@-webkit-keyframes bh-outLeft {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes bh-outLeft {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.bh-outLeft {
  -webkit-animation-name: bh-outLeft;
  animation-name: bh-outLeft;
}
@-webkit-keyframes bh-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes bh-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.bh-outRight {
  -webkit-animation-name: bh-outRight;
  animation-name: bh-outRight;
}
@-webkit-keyframes bh-entryRight {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-entryRight {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bh-entryRight {
  -webkit-animation-name: bh-entryRight;
  animation-name: bh-entryRight;
}
[bh-advanced-query-role=quickSearchForm] [xtype=date-range] {
  max-width: 297px;
}
.bh-schema-btn-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 4px;
  vertical-align: middle;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -ms-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
.bh-schema-btn-wrap .bh-schema-edit-div {
  position: absolute;
  z-index: 10;
  white-space: nowrap;
  top: 4px;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.bh-schema-btn-wrap .bh-schema-edit-div > div[role="bh-placeholder-wrap"] {
  display: inline-block;
}
.bh-schema-btn-wrap .bh-schema-name-input {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.bh-schema-btn-wrap.active {
  width: 395px;
}
.bh-schema-btn-wrap.active .bh-schema-edit-div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bh-schema-btn-wrap.active [bh-advanced-query-role=saveSchema] {
  opacity: 0;
}
.bh-schema-list {
  margin-bottom: 24px;
}
.bh-schema-list li {
  line-height: 28px;
  padding: 0 4px;
  border-bottom: #DDDDDD solid 1px;
}
.bh-schema-list li:hover {
  background: #DDE2FF;
}
.bh-schema-list li a {
  margin-left: 8px;
}
.bh-schema-list[bh-schema-role=fixedUl] li [bh-schema-role=fixed],
.bh-schema-list[bh-schema-role=unFixedUl] li [bh-schema-role=unfixed] {
  display: none;
}
.bh-advancedQuery-totalNum-wrap {
  display: none;
}
.bh-advancedQuery-totalNum-wrap .bh-advancedQuery-totalNum {
  float: left;
  padding-right: 16px;
  background: #fff;
}
.bh-advancedQuery-totalNum-wrap .bh-advancedQuery-totalNum span {
  color: #FFA000;
}
.bh-advancedQuery-totalNum-wrap .bh-advancedQuery-totalNum-line {
  background: #DDDDDD;
  height: 1px;
  margin-top: 10px;
}
.bh-ers-nice-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
  width: 100%;
  height: 28px;
  background: #fff;
  padding-left: 8px;
  outline: none;
}
.bh-ers-nice-select-arrow {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 20px;
  color: #BBBBBB;
}
.bh-ers-nice-select::-ms-expand {
  display: none;
}
.bh-ers-row {
  position: relative;
  margin-bottom: 8px;
  padding-right: 16px;
}
.bh-ers-close {
  position: absolute;
  top: 4px;
  right: 0px;
}
.bh-ers-col-3 {
  width: -webkit-calc((100% - 16px) / 3);
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
  float: left;
}
.bh-ers-col-2 {
  width: -webkit-calc((100% - 8px) / 2);
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
  float: left;
}
.bh-ers-row .bh-ers-col-3:last-of-type,
.bh-ers-row .bh-ers-col-2:last-of-type {
  margin-right: 0;
}
.bh-ers-select,
.bh-ers-builder,
.bh-ers-option {
  position: relative;
}
.bh-ers-add {
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
}
.bh-ers-add .icon-addcircle {
  color: #536DFE;
  margin-right: 4px;
  font-size: 24px;
  vertical-align: middle;
}
.bh-ers-control {
  background: #fff;
}
.bh-rules-header {
  line-height: 28px;
}
.bh-rules-header i.icon-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.bh-rules-header .bh-rules-line {
  height: 1px;
  background: #bbb;
}
.bh-rules-header h4 {
  line-height: 28px;
  float: left;
  background: #fff;
}
.bh-rules-program {
  float: left;
  background: #fff;
  margin: 0 16px;
}
.bh-rules-program a {
  margin-left: 12px;
  line-height: 28px;
}
.bh-rules-input-wrap {
  float: left;
  margin-right: 4px;
}
.bh-rules-input-wrap.bh-rules-input-wrap3 {
  width: 300px;
}
.bh-rules-input-wrap.bh-rules-input-wrap4 .bh-btn {
  min-width: 0;
  width: 28px;
  border-radius: 50%;
  padding-right: 0;
  padding-left: 0;
}
.bh-rules-input-wrap [rules-role=editorInput1].bh-error,
.bh-rules-input-wrap [rules-role=editorInput2].bh-error {
  border-color: #FF5252;
}
.bh-rules-input-wrap.bh-rules-input-wrap3 [xtype].bh-error {
  border-color: #FF5252;
}
.bh-rules-row {
  margin-bottom: 4px;
  position: relative;
  padding-left: 30px;
}
.bh-rules-row:first-of-type {
  padding-left: 0;
}
.bh-rules-row:first-of-type .bh-rules-row-indent {
  display: none;
}
.bh-rules-row:last-of-type {
  padding-left: 20px;
}
.bh-rules-row:last-of-type .bh-rules-row-indent {
  padding-left: 0;
}
.bh-rules-row:nth-of-type(3n + 1) {
  color: #8396FE;
}
.bh-rules-row:nth-of-type(3n + 1) .bh-tag {
  background: #8396FE;
}
.bh-rules-row:nth-of-type(3n + 2) {
  color: #ABD47C;
}
.bh-rules-row:nth-of-type(3n + 2) .bh-tag {
  background: #ABD47C;
}
.bh-rules-row:nth-of-type(3n + 3) {
  color: #FFBA47;
}
.bh-rules-row:nth-of-type(3n + 3) .bh-tag {
  background: #FFBA47;
}
.bh-rules-row .bh-rules-and-text,
.bh-rules-row .bh-rules-or-text {
  color: #444444 !important;
}
.bh-rules-row [rules-role=addAndBtn],
.bh-rules-row [rules-role=addOrBtn] {
  color: inherit!important;
  display: inline-block;
  vertical-align: middle;
}
.bh-rules-row .bh-tag {
  padding-left: 8px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bh-rules-row .bh-tag:first-of-type {
  margin-left: 0;
}
.bh-rules-row .bh-tag a {
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.bh-rules-row .bh-tag:hover a {
  color: #fff;
}
.bh-rules-row .bh-tag .bh-tag__txt {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 275px;
}
.bh-rules-row .bh-rules-row-indent {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 18px;
  top: 0;
  left: 0;
  height: 20px;
  padding-left: 14px;
  color: #444444 !important;
}
.bh-rules-row .bh-rules-row-indent:before,
.bh-rules-row .bh-rules-row-indent:after {
  content: "";
  position: absolute;
  background: #ddd;
  left: 0;
}
.bh-rules-row .bh-rules-row-indent:before {
  width: 1px;
  height: 12px;
  top: -4px;
}
.bh-rules-row .bh-rules-row-indent:after {
  width: 10px;
  height: 1px;
  top: 8px;
}
.bh-rules-block {
  display: none;
}
.bu-rules-form-type [bh-advanced-query-role=dropDownBtnWrap],
.bu-rules-form-type [bh-advanced-query-role=quickSearchForm],
.bu-rules-form-type [bh-advanced-query-role=easySearchBtn],
.bu-rules-form-type .bh-advancedQuery-quick-search-wrap {
  display: none;
}
.jqx-popover-content .bh-rules-input-wrap3 .bh-data-area-picker-clear {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bh-asideNav-container {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #990099;
  z-index: 51051;
  width: 272px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.24);
}
.bh-asideNav-container h1 {
  color: #fff;
}
.bh-asideNav-top {
  position: relative;
  padding: 10px 20px;
}
.bh-asideNav-top-close {
  position: absolute;
  top: 13px;
  right: 20px;
  cursor: pointer;
}
.bh-asideNav-top-close .iconfont {
  color: rgba(255, 255, 255, 0.48);
  font-size: 20px;
}
.bh-asideNav-list {
  margin-top: 8px;
}
.bh-asideNav-list .iconfont {
  font-size: 18px;
}
.bh-asideNav-list a {
  position: relative;
  display: block;
  color: #fff;
  z-index: 10;
}
.bh-asideNav-list li {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}
.bh-asideNav-list li li {
  font-size: 12px;
}
.bh-asideNav-list li li div {
  margin-left: 24px;
}
.bh-asideNav-list li div {
  padding-left: 24px;
}
.bh-asideNav-list li div i {
  margin-right: 8px;
}
.bh-asideNav-list .bh-asideNav > li a:hover {
  background-color: rgba(83, 109, 254, 0.16);
}
.bh-asideNav-splite {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bh-asideNav-dropdown {
  -webkit-transition: height 0.45s;
  -moz-transition: height 0.45s;
  -ms-transition: height 0.45s;
  -o-transition: height 0.45s;
  transition: height 0.45s;
}
.bh-asideNav-dropdown:after {
  content: "+";
  top: 0;
  right: 20px;
  font-size: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.48);
  display: block;
  position: absolute;
  z-index: 0;
}
.bh-asideNav-dropdown:before {
  content: "";
  top: 18px;
  right: 23px;
  width: 12px;
  height: 2px;
  background: rgba(255, 255, 255, 0.48);
  display: none;
  position: absolute;
}
.bh-asideNav-dropdown.bh-asideNav-open:after {
  display: none;
}
.bh-asideNav-dropdown.bh-asideNav-open:before {
  display: block;
}
.bh-asideNav-container .bh-asideNav-open {
  background-color: rgba(255, 255, 255, 0.08);
}
.bh-asideNav-container .bh-asideNav-open ul {
  display: block;
}
.bh-asideNav > li {
  position: relative;
  list-style: none;
  overflow: hidden;
}
.bh-asideNav-active {
  background-color: #536DFE;
}
@-webkit-keyframes bh-intoLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-intoLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bh-intoLeft {
  -webkit-animation-name: bh-intoLeft;
  animation-name: bh-intoLeft;
}
@-webkit-keyframes bh-asideNav-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes bh-asideNav-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.bh-asideNav-fadeIn {
  -webkit-animation-name: bh-asideNav-fadeIn;
  animation-name: bh-asideNav-fadeIn;
}
@-webkit-keyframes bh-asideNav-fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bh-asideNav-fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.bh-asideNav-fadeOut {
  -webkit-animation-name: bh-asideNav-fadeOut;
  animation-name: bh-asideNav-fadeOut;
}
.bh-collapsible-panel {
  padding: 15px 16px;
  border: 1px solid transparent;
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.bh-collapsible-panel:hover,
.bh-collapsible-panel.has-border {
  cursor: pointer;
  border: 1px solid #EBCCEB;
}
.bh-collapsible-panel:hover .bh-collapsible-panel-toolbar,
.bh-collapsible-panel.has-border .bh-collapsible-panel-toolbar {
  display: block;
}
.bh-collapsible-panel.bh-card,
.bh-collapsible-panel.bh-card:hover {
  border: 1px solid transparent;
}
.bh-collapsible-panel.bh-card .bh-collapsible-panel-toolbar,
.bh-collapsible-panel.bh-card:hover .bh-collapsible-panel-toolbar {
  display: block;
}
.bh-collapsible-panel-title {
  display: inline-block;
  margin-right: 17px;
}
.bh-collapsible-panel-toolbar {
  position: absolute;
  top: 26px;
  right: 16px;
  display: none;
}
.bh-collapsible-panel-content {
  overflow: hidden;
}
.bh-collapsible-panel-content:after {
  content: "";
  clear: both;
  display: table;
}
.bh-collapsible-panel-animate {
  -webkit-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  -moz-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  -ms-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  -o-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
}
.bh-cutStr-popBox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999 !important;
  padding: 8px;
  overflow: auto;
}
.bh-cut-str-more {
  float: right;
  color: #536DFE;
  cursor: pointer;
}
.bh-cut-str-more.bh-cut-str-compact {
  float: none;
}
.bh-collapse {
  width: 100%;
  background-color: #FBF5FB;
  border: 1px solid #F7EBF7;
  border-radius: 2px;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.bh-collapse.bh-collapse-disabled h3 {
  color: #DDDDDD;
}
.bh-collapse.bh-collapse-disabled .bh-collapse-icon {
  color: #EEEEEE;
}
.bh-collapse:last-child {
  margin-bottom: 0;
}
.bh-collapse-header {
  padding: 15px 16px;
  height: 46px;
}
.bh-collapse-title {
  display: inline-block;
}
.bh-collapse-toolbar {
  position: absolute;
  right: 12px;
  top: 15px;
  height: 20px;
  width: 20px;
}
.bh-collapse-icon {
  font-size: 32px;
  width: 20px;
  height: 20px;
  color: #EBCCEB;
  position: absolute;
  top: 0;
  left: -5px;
}
.bh-collapse-block {
  overflow: hidden;
}
.bh-collapse-block > .bh-collapse-content {
  padding: 8px 16px 16px 16px;
}
.bh-collapse-block-item {
  margin-bottom: 24px;
}
.bh-collapse-block-item .sc-title-borderLeft {
  font-size: 14px;
  line-height: 14px;
}
.bh-collapse-block-item:last-child {
  margin-bottom: 0;
}
.bh-collapse-block-item-content {
  font-size: 12px;
  line-height: 20px;
  color: #888888;
}
.bh-collapse[bh-collapse-extend="false"]:hover {
  background-color: #F1F4FF;
  border-color: #DDE2FF;
  cursor: pointer;
}
.bh-collapse[bh-collapse-extend="false"]:hover .bh-collapse-icon {
  color: #8396FE;
}
.bh-collapse.active {
  background-color: #fff;
  border-color: transparent;
}
.bh-collapse.active .bh-collapse-header:hover {
  cursor: pointer;
}
.bh-collapse.active .bh-collapse-header:hover .bh-collapse-icon {
  color: #8396FE;
}
.bh-collapse-disabled[bh-collapse-extend="false"]:hover {
  background-color: #FBF5FB;
  border: 1px solid #F7EBF7;
  cursor: default;
}
.bh-collapse-disabled[bh-collapse-extend="false"]:hover .bh-collapse-icon {
  color: #EEEEEE;
}
.bh-collapse-rotate-0 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bh-collapse-rotate-90 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bh-data-bar {
  padding-top: 8px;
  padding-bottom: 4px;
}
.bh-data-bar .bh-data-bar-tip {
  border-radius: 8px;
  padding: 0px 4px;
}
.bh-data-bar-tip {
  position: absolute;
  z-index: 0;
  left: 47px;
}
.bh-data-bar-tool {
  position: relative;
  z-index: 2;
  background-color: white;
  overflow: hidden;
}
.bh-data-bar-tool .iconfont {
  position: relative;
  top: 2px;
}
.bh-data-bar-container {
  margin: 0 -4px;
  overflow: hidden;
  padding-top: 1px;
}
.bh-data-bar-container .bh-data-bar-tag {
  float: left;
  padding: 0 2px;
  margin-bottom: 4px;
}
.bh-data-bar-container .bh-data-bar-tag .content {
  padding: 4px 8px;
  border: 1px dashed #DDDDDD;
}
.bh-data-bar-container .bh-data-bar-tag .content > .iconfont {
  font-size: 12px;
  cursor: pointer;
}
.bh-data-bar-container .bh-data-bar-tag .content > .iconfont:hover {
  color: #536DFE;
}
/**flowstate  css**/
.bh-flowState-box {
  display: inline-block;
  width: 96px;
  position: relative;
  float: left;
}
.bh-flowState-num-circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  padding-top: 7px;
  background-color: #DDDDDD;
  margin-left: 32px;
}
.bh-flowState-word {
  width: 100%;
  text-align: center;
  height: 44px;
  font-size: 12px;
  margin-top: 8px;
  color: #DDDDDD;
}
.bh-flowState-num-circle.bh-flowState-success,
.bh-flowState-status.bh-flowState-success {
  background-color: #ABD47C;
}
.bh-flowState-prev-success .bh-flowState-num-circle:before {
  background-color: #8BC34A;
}
.bh-flowState-num-circle.bh-flowState-fail,
.bh-flowState-status.bh-flowState-fail {
  background-color: #FE8181;
}
.bh-flowState-num-circle.bh-flowState-operation,
.bh-flowState-status.bh-flowState-operation {
  background-color: #FFBA47;
}
.bh-flowState-status {
  color: #fff;
  padding: 2px 8px 2px 8px;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: #DDDDDD;
}
.bh-flowState-line {
  background-color: #DDDDDD;
  height: 2px;
  position: relative;
  float: left;
  margin-top: 16px;
}
.bh-flowState-line.bh-flowState-success {
  background-color: #8BC34A;
}
.bh-flowState-num-circle:after {
  content: "";
  height: 2px;
  width: 32px;
  background-color: #DDDDDD;
  display: inline-block;
  top: 16px;
  position: absolute;
  left: 64px;
}
.bh-flowState-num-circle:before {
  content: "";
  height: 2px;
  width: 32px;
  background-color: #DDDDDD;
  display: inline-block;
  top: 16px;
  position: absolute;
  left: 0px;
}
.bh-flowState-success:after {
  content: "";
  height: 2px;
  width: 32px;
  background-color: #8BC34A;
  display: inline-block;
  top: 16px;
  position: absolute;
  left: 64px;
}
.bh-flowState-line-succes {
  background-color: #8BC34A;
}
.bh-flowState-hideLeft .bh-flowState-num-circle:before,
.bh-flowState-hideRight .bh-flowState-num-circle:after,
.bh-flowState-hideRight .bh-flowState-status:after {
  display: none;
}
.bh-flowState-detail {
  margin-bottom: 8px;
  color: #BBBBBB;
}
.bh-flowState-box:hover .bh-flowState-success {
  background-color: #8BC34A;
}
.bh-flowState-box:hover .bh-flowState-fail {
  background-color: #FF5252;
}
.bh-flowState-box:hover .bh-flowState-operation {
  background-color: #FFA000;
}
.bh-footer {
  min-width: 1132px;
  max-width: 1632px;
  color: #fff;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
  z-index: 5900;
}
.bh-footer-content {
  background-color: #990099;
  height: 32px;
  text-align: center;
  width: 100%;
  padding: 6px 0;
}
.bh-form-outline {
  position: absolute;
  z-index: 200;
  width: 200px;
  border-left: 2px solid #EEEEEE;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
}
.bh-form-outline-item {
  height: 28px;
  padding: 5px 8px 5px 16px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.bh-form-outline-item > div {
  float: left;
}
.bh-form-outline-item.bh-active:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 4px solid #536DFE;
  left: -2px;
  top: 0;
}
.bh-form-outline-item.bh-active .bh-form-outline-itemText {
  color: #536DFE;
}
.bh-form-outline-item:hover {
  background-color: #F1F4FF;
}
.bh-form-outline-itemIndex {
  color: #BBBBBB;
  padding-right: 4px;
  width: 22px;
}
.bh-form-outline-itemText {
  color: #888888;
  margin-right: 8px;
  max-width: -moz-calc(100% - 26px - 42px);
  max-width: -webkit-calc(100% - 26px - 42px);
  max-width: calc(100% - 26px - 42px);
}
.bh-form-outline-itemCount {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB;
}
.bh-form-outline-itemCount.bh-success {
  color: #8BC34A;
}
.bh-animated-doubleTime {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bh-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bh-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bh-fadeIn {
  -webkit-animation-name: bh-fadeIn;
  animation-name: bh-fadeIn;
}
@-webkit-keyframes bh-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes bh-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.bh-fadeOut {
  -webkit-animation-name: bh-fadeOut;
  animation-name: bh-fadeOut;
}
.bh-form-outline-left-content {
  width: calc((100% - 232px))!important;
}
.bh-gallery {
  position: fixed;
  z-index: 19000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bh-gallery .bh-gallery__backdrop {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
}
.bh-gallery .bh-gallery__main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: auto;
}
.bh-gallery .bh-gallery__main .galleria-theme-wisedu .galleria-stage img {
  cursor: default;
}
.bh-gallery .bh-gallery__gallery {
  margin: 0 auto;
}
.bh-gallery .bh-gallery__close {
  position: fixed;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.bh-gallery .bh-gallery__close:hover {
  background: #EBCCEB;
  border-radius: 3px;
}
.bh-gallery .bh-gallery-toolbar {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
}
.bh-gallery .toolbar-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  cursor: pointer;
  text-align: center;
}
.bh-gallery .toolbar-icon:hover {
  background: #EBCCEB;
  border-radius: 3px;
}
.bh-gallery .toolbar-icon > i {
  font-size: 30px;
  color: #fff;
  user-select: none;
}
.bh-footer-affix {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 16px 0;
  background-color: #fff;
}
.bh-header-bg {
  height: 320px;
  background-color: #990099;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.bh-header,
.bh-header-mini {
  background-color: #990099;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6000;
  overflow: hidden;
  min-width: 1152px;
}
.bh-header {
  position: absolute;
  opacity: 1;
}
.bh-headerBar-asideMenu {
  display: none;
  float: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.16);
  width: 68px;
  height: 44px;
  margin: -8px 12px 0 0;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
}
.bh-headerBar-asideMenu i {
  font-size: 32px;
}
.bh-header-mini {
  position: fixed;
  top: -24px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  visibility: hidden;
}
.bh-header-mini .bh-headerBar {
  height: 24px;
  padding: 0;
}
.bh-header-mini .bh-headerBar-title {
  font-size: 16px;
  padding: 0px 0;
  line-height: 24px;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bh-header-mini .bh-headerBar-iconBlock {
  cursor: pointer;
}
.bh-header-mini .bh-headerBar-iconBlock .iconfont {
  font-size: 16px;
}
.bh-header-mini .bh-headerBar-imgBlock {
  margin-top: 0;
}
.bh-header-mini .bh-headerBar-imgBlock img {
  width: 20px;
  height: 20px;
}
.bh-header-mini .bh-headerBar-logo {
  height: 20px;
  margin-top: 2px;
}
.bh-header-mini .bh-headerBar-logo img {
  height: 20px;
}
.bh-header-mini .bh-headerBar-asideMenu {
  width: 54px;
  height: 24px;
  margin: 0 12px 0 0;
  padding: 2px 0;
}
.bh-header-mini .bh-headerBar-asideMenu i {
  font-size: 24px;
}
.bh-header-mini .bh-headerBar-nav-item {
  padding: 7px 20px 7px 16px;
}
.bh-header-mini .bh-headerBar-nav-item .iconfont {
  top: 7px;
}
.bh-header-mini .bh-headerBar-nav-bar {
  bottom: 4px;
}
.bh-header-mini .bh-headerBar-nav-more {
  height: 28px;
  margin-top: -4px;
  padding: 7px 8px;
}
.bh-header-mini .bh-headerBar-nav-more.bh-active:after {
  border-bottom: 8px solid #FFA000;
  border-left: 8px solid transparent;
}
.bh-headerBar-navBar-cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #990099;
}
.bh-nav-hide .bh-headerBar-navBar-cover {
  display: block;
}
.bh-headerBar {
  height: 44px;
  padding: 8px 0;
  overflow: hidden;
}
.bh-headerBar-content {
  min-width: 1132px;
  max-width: 1632px;
  padding: 0 24px;
  margin: 0 auto 1px auto;
}
.bh-headerBar-logo {
  float: left;
  height: 40px;
  margin: -6px 8px 0 0;
}
.bh-headerBar-logo img {
  height: 40px;
}
.bh-headerBar-menu {
  float: right;
}
.bh-headerBar-menu:after {
  content: "";
  clear: both;
  display: table;
}
.bh-headerBar-iconBlock {
  float: right;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  width: 28px;
  height: 28px;
}
.bh-headerBar-iconBlock a {
  color: #fff;
}
.bh-headerBar-iconBlock .iconfont {
  font-size: 18px;
}
.bh-headerBar-iconBlock:hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.bh-headerBar-navigate {
  float: right;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 14px;
  margin: -6px 0 0 0;
  position: relative;
}
.bh-headerBar-navigate > a {
  float: right;
  position: relative;
  background-color: rgba(0, 0, 0, 0.16);
}
.bh-headerBar-navigate.bh-unActive .bh-headerBar-nav-item.bh-active {
  color: rgba(255, 255, 255, 0.68);
}
.bh-headerBar-navigate.bh-unActive .bh-headerBar-nav-bar {
  display: none;
}
.bh-headerBar-nav-item-tip {
  position: absolute;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  top: 2px;
  right: -7px;
  margin-top: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  color: white;
  Z-INDEX: 1000;
  background-color: #e24034!important;
  display: none;
}
.bh-headerBar-nav-item {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 11px 20px 11px 16px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.68);
}
.bh-headerBar-nav-item:hover,
.bh-headerBar-nav-item.bh-active {
  color: #fff;
}
.bh-headerBar-nav-item:hover,
.bh-headerBar-nav-item.bh-hover {
  color: #fff;
}
.bh-headerBar-nav-item:hover .iconfont,
.bh-headerBar-nav-item.bh-hover .iconfont {
  transform: rotate(180deg);
}
.bh-headerBar-nav-item .iconfont {
  position: absolute;
  top: 11px;
  right: 6px;
  font-size: 14px;
  transition: transform .3s;
}
.bh-headerBar-nav-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #FFA000;
}
.bh-headerBar-imgBlock {
  padding: 0 4px 0 0;
  float: right;
}
.bh-headerBar-imgBlock img {
  width: 28px;
  height: 28px;
}
.bh-headerBar-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: left;
  line-height: 44px;
  margin-top: -8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**角色切换**/
.bh-headerBar-roleSwitch {
  position: relative;
  float: right;
  background-color: rgba(0, 0, 0, 0.16);
  color: #fff;
  height: 28px;
  padding: 4px 28px 4px 8px;
  cursor: pointer;
  margin-left: 4px;
}
.bh-headerBar-roleSwitch:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.bh-headerBar-userIfon {
  position: fixed;
  z-index: 1000;
  width: 200px;
  padding: 24px 16px;
  top: 0;
}
.bh-headerBar-userIfon.bh-card {
  z-index: 9000;
}
.bh-headerBar-userIfon.bh-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bh-headerBar-userIfon .bh-btn {
  width: 100%;
  margin-left: 0;
  margin-top: 8px;
}
.bh-headerBar-userInfo-img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 8px;
}
.bh-headerBar-userInfo-img img {
  width: 60px;
  height: 60px;
}
.bh-headerBar-userInfo-detail {
  color: #BBBBBB;
}
.bh-headerBar-userIfon-name {
  color: #444444;
  font-weight: bold;
  font-size: 14px;
}
.bh-headerBar-roleBox {
  font-size: 14px;
  top: 0;
  position: absolute;
  /* display: none; */
  z-index: 1000;
  background-color: #fff;
  min-width: 176px;
  padding: 4px 0;
}
.bh-headerBar-roleBox.bh-card {
  z-index: 9000;
}
.bh-headerBar-roleBox.bh-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bh-headerBar-roleBox-explain {
  color: #BBBBBB;
}
.bh-headerBar-roleBox-explain.bh-headerBar-roleBox-title {
  padding: 6px 8px;
}
.bh-headerBar-roleBox-explain.bh-headerBar-roleBox-title:hover {
  background-color: transparent;
}
.bh-headerBar-roleBox-title {
  height: 32px;
  padding: 6px 16px;
}
.bh-headerBar-roleBox-title a {
  color: #444444;
}
.bh-headerBar-roleBox-title:hover {
  background-color: #F1F4FF;
}
.bh-headerBar-roleBox-title i {
  float: left;
  margin-right: 8px;
}
.bh-headerBar-nav-more {
  display: none;
  float: right;
  width: 44px;
  height: 42px;
  position: relative;
  padding: 10px 8px;
  margin: -6px 8px 0 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.bh-headerBar-nav-more i {
  font-size: 20px;
}
.bh-headerBar-nav-more:hover {
  color: #fff;
}
.bh-headerBar-nav-more.bh-active {
  color: #fff;
}
.bh-headerBar-nav-more.bh-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 14px solid #FFA000;
  border-left: 14px solid transparent;
}
.bh-header-nav-item-children {
  background-color: #EEF7FE!important;
}
.bh-header-nav-item-children .bh-headerBar-nav-item {
  color: rgba(3, 3, 3, 0.68) !important;
}
.bh-header-nav-item-children .bh-headerBar-nav-item:hover {
  color: #030303 !important;
}
.bh-header-navMoreBox,
.bh-header-nav-item-children {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  background-color: #990099;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: height 0.45s;
  -moz-transition: height 0.45s;
  -ms-transition: height 0.45s;
  -o-transition: height 0.45s;
  transition: height 0.45s;
}
.bh-header-navMoreBox .bh-headerBar-nav-item,
.bh-header-nav-item-children .bh-headerBar-nav-item {
  border-top: 1px solid #fff;
}
.bh-header-navMoreBox > a:hover > .bh-headerBar-nav-item,
.bh-header-nav-item-children > a:hover > .bh-headerBar-nav-item,
.bh-header-navMoreBox > a.bh-active > .bh-headerBar-nav-item,
.bh-header-nav-item-children > a.bh-active > .bh-headerBar-nav-item {
  color: #fff;
}
.bh-header-navMoreBox > a.bh-active .iconfont,
.bh-header-nav-item-children > a.bh-active .iconfont {
  transform: rotate(180deg);
}
.bh-header-navMoreBox > a .bh-headerBar-nav-item-tip,
.bh-header-nav-item-children > a .bh-headerBar-nav-item-tip {
  display: none!important;
}
.bh-header-navMoreBox.bh-header-navMoreBox-mini .bh-headerBar-nav-item,
.bh-header-nav-item-children.bh-header-navMoreBox-mini .bh-headerBar-nav-item {
  height: 24px;
  padding: 2px 20px 2px 16px;
}
.bh-header-navMoreBox.bh-header-navMoreBox-mini .bh-headerBar-nav-item .iconfont,
.bh-header-nav-item-children.bh-header-navMoreBox-mini .bh-headerBar-nav-item .iconfont {
  top: 2px;
}
.bh-header-navMoreBox.bh-header-navMoreBox-mini .bh-header-navMoreBox-bar,
.bh-header-nav-item-children.bh-header-navMoreBox-mini .bh-header-navMoreBox-bar {
  top: -24px;
  height: 0px;
}
.bh-header-navMoreBox.bh-header-navChildrenBox-mini .bh-headerBar-nav-item,
.bh-header-nav-item-children.bh-header-navChildrenBox-mini .bh-headerBar-nav-item {
  height: 24px;
  padding: 2px 16px;
}
.bh-header-navMoreBox.bh-header-navChildrenBox-mini .bh-header-navBarChildrenBox-bar,
.bh-header-nav-item-children.bh-header-navChildrenBox-mini .bh-header-navBarChildrenBox-bar {
  top: -24px;
  height: 0px;
}
.bh-header-navMoreBox > a,
.bh-header-nav-item-children > a {
  position: relative;
  display: block;
}
.bh-header-navMoreBox .bh-headerBar-nav-item-child,
.bh-header-nav-item-children .bh-headerBar-nav-item-child {
  position: absolute;
  top: 0px;
  right: 0px;
}
.bh-header-navMoreBox-bar,
.bh-header-navBarChildrenBox-bar {
  position: absolute;
  top: -43px;
  left: 0;
  width: 4px;
  height: 0px;
  background-color: #FFA000;
}
/** 头部动画 start **/
.bh-header-animate {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.bh-single-animate {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.bh-headerBar-popupBox-animate {
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@-webkit-keyframes bh-headerBg-hide {
  0% {
    height: 320px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes bh-headerBg-hide {
  0% {
    height: 320px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
.bh-headerBg-hide {
  -webkit-animation-name: bh-headerBg-hide;
  animation-name: bh-headerBg-hide;
}
@-webkit-keyframes bh-headerBg-show {
  0% {
    height: 0;
  }
  50% {
    height: 320px;
  }
  100% {
    height: 320px;
  }
}
@keyframes bh-headerBg-show {
  0% {
    height: 0;
  }
  50% {
    height: 320px;
  }
  100% {
    height: 320px;
  }
}
.bh-headerBg-show {
  -webkit-animation-name: bh-headerBg-show;
  animation-name: bh-headerBg-show;
}
@-webkit-keyframes bh-miniHeader-show {
  0% {
    top: -24px;
  }
  50% {
    top: -24px;
  }
  75% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes bh-miniHeader-show {
  0% {
    top: -24px;
  }
  50% {
    top: -24px;
  }
  75% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.bh-miniHeader-show {
  visibility: visible !important;
  -webkit-animation-name: bh-miniHeader-show;
  animation-name: bh-miniHeader-show;
}
@-webkit-keyframes bh-miniHeader-hide {
  0% {
    top: 0;
  }
  50% {
    top: -24px;
  }
  100% {
    top: -24px;
  }
}
@keyframes bh-miniHeader-hide {
  0% {
    top: 0;
  }
  50% {
    top: -24px;
  }
  100% {
    top: -24px;
  }
}
.bh-miniHeader-hide {
  -webkit-animation-name: bh-miniHeader-hide;
  animation-name: bh-miniHeader-hide;
}
@-webkit-keyframes bh-normalHeader-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bh-normalHeader-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bh-normalHeader-hide {
  -webkit-animation-name: bh-normalHeader-hide;
  animation-name: bh-normalHeader-hide;
}
@-webkit-keyframes bh-normalHeader-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bh-normalHeader-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bh-normalHeader-show {
  -webkit-animation-name: bh-normalHeader-show;
  animation-name: bh-normalHeader-show;
}
/** 头部动画 end **/
/** 头部换肤 begin**/
.bh-header-themelist {
  position: absolute;
  top: 0;
  z-index: 9999;
  display: none;
}
.bh-header-themelist ul {
  list-style: none;
}
.bh-header-themelist li {
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: #444444;
}
.bh-header-themelist li.bh-active,
.bh-header-themelist li.bh-selected {
  background: #F1F4FF;
  color: #536DFE;
  font-weight: bold;
}
.bh-header-colorCard-blueTheme,
.bh-header-colorCard-bluePrimary,
.bh-header-colorCard-blueSuccess,
.bh-header-colorCard-blueWarning,
.bh-header-colorCard-blueDanger,
.bh-header-colorCard-purpleTheme,
.bh-header-colorCard-purplePrimary,
.bh-header-colorCard-purpleSuccess,
.bh-header-colorCard-purpleWarning,
.bh-header-colorCard-purpleDanger,
.bh-header-colorCard-lightBlueTheme,
.bh-header-colorCard-lightBluePrimary,
.bh-header-colorCard-lightBlueSuccess,
.bh-header-colorCard-lightBlueWarning,
.bh-header-colorCard-lightBlueDanger,
.bh-header-colorCard-greenTheme,
.bh-header-colorCard-greenPrimary,
.bh-header-colorCard-greenSuccess,
.bh-header-colorCard-greenWarning,
.bh-header-colorCard-greenDanger {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #3E50B4;
  margin-right: 2px;
  float: left;
  margin-top: 10px;
}
.bh-header-colorCard-bluePrimary {
  background-color: #2196F3;
}
.bh-header-colorCard-blueSuccess {
  background-color: #60BE29;
}
.bh-header-colorCard-blueWarning {
  background-color: #EF971C;
}
.bh-header-colorCard-blueDanger {
  background-color: #E24034;
}
.bh-header-colorCard-purpleTheme {
  background-color: #734184;
}
.bh-header-colorCard-purplePrimary {
  background-color: #7986CB;
}
.bh-header-colorCard-purpleSuccess {
  background-color: #51B8AE;
}
.bh-header-colorCard-purpleWarning {
  background-color: #FFC106;
}
.bh-header-colorCard-purpleDanger {
  background-color: #EC407A;
}
.bh-header-colorCard-lightBluePrimary {
  background-color: #00BCD4;
}
.bh-header-colorCard-lightBlueSuccess {
  background-color: #42BD41;
}
.bh-header-colorCard-lightBlueWarning {
  background-color: #FF9800;
}
.bh-header-colorCard-lightBlueDanger {
  background-color: #FF5721;
}
.bh-header-colorCard-greenTheme {
  background-color: #009688;
}
.bh-header-colorCard-greenPrimary {
  background-color: #00BCD4;
}
.bh-header-colorCard-greenSuccess {
  background-color: #8BC34A;
}
.bh-header-colorCard-greenWarning {
  background-color: #FFB300;
}
.bh-header-colorCard-greenDanger {
  background-color: #E84E40;
}
.bh-header-colorCard-text {
  float: left;
  margin-right: 8px;
}
/** 头部换肤 end**/
.bh-menu-link {
  font-size: 14px;
}
.bh-menu-link-item {
  position: relative;
  padding: 8px 0 8px 16px;
}
.bh-menu-link-item:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  color: #990099;
  cursor: pointer;
}
.bh-menu-link-item:hover:after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6px;
  background-color: #fff;
}
.bh-menu-link-item.bh-active {
  color: #990099;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  z-index: 1;
}
.bh-menu-link-item.bh-active:after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6px;
  background-color: #fff;
}
.bh-menu-content {
  display: none;
}
.bh-num-range {
  text-align: center;
  overflow: hidden;
}
.bh-num-range__input {
  /*    width: -webkit-calc((100% - 20px)/2);
    width: -ms-calc((100% - 20px)/2);
    width: calc((100% - 20px)/2);*/
}
.bh-num-range__linkLine {
  display: inline-block;
  height: 1px;
  width: 8px;
  background-color: #999999;
}
/* status */
.jqx-validator-error-container .bh-num-range .jqx-fill-state-focus {
  border: none;
}
.bh-pager-simpleBtn {
  display: block;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  padding-top: 3px;
  color: #444444;
  float: left;
  text-align: center;
}
.bh-pageNum-con,
.bh-pager-simple-numHtml {
  float: left;
}
.bh-pager-simple-left {
  display: none;
  float: left;
}
.bh-pager-gray {
  color: #444444;
}
.bh-pager-simpleBtn:hover {
  border-color: #999;
  background: #e8e8e8;
}
.bh-pager-right-text,
.bh-pager-left-arrow,
.bh-pager-right-arrow {
  line-height: 26px;
}
.bh-pager-simpleBtn.bh-simplePager-active {
  background: none;
  box-shadow: none;
  border-radius: 0px;
}
.bh-pager-simplePrev,
.bh-pager-simpleNext {
  float: left;
  padding-top: 4px;
  color: #444444;
}
.bh-btn-disabled {
  color: #fff;
  background-color: #DDDDDD;
  border: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
/*****  头部动画基础样式 start ******/
/*****  头部动画基础样式 end ******/
.bh-border-none {
  border: none !important;
}
.bh-bg-transparent {
  background-color: transparent !important;
}
.bh-border-transparent {
  border-color: transparent !important;
  box-shadow: none !important;
}
.bh-paper-pile-dialog {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.bh-paper-pile-dialog.navLeft .bh-paper-pile-body {
  margin-top: 0;
  padding-right: 0;
}
.bh-paper-pile-closeIcon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 500;
  cursor: pointer;
}
.bh-paper-pile-dialog-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.bh-paper-pile-dialog-container > [bh-paper-pile-dialog-role="pageFooter"] {
  padding: 0;
}
.bh-paper-pile-body {
  margin-top: 68px;
  background: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
.bh-paper-pile-body.bhFixedFlag {
  margin-bottom: 32px;
}
.bh-paper-pile-body:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  top: -2px;
  left: 0;
  background: #fff;
}
.bh-paper-pile-body > section {
  padding: 0;
}
.bh-paper-pile-body > section:after {
  content: "";
  display: table;
  clear: both;
}
.bh-paper-pile-body > .main-content-container {
  margin-top: 0;
}
.bh-paper-pile-body[bh-layout-role="navLeft-no-title"] {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.bh-paper-pile-dialog-footer {
  display: none;
  position: relative;
  z-index: 1000;
  top: -96px;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background-color: #fff;
  height: 66px;
}
.bh-paper-pile-dialog.bhNoPageFooterFlag .bh-paper-pile-dialog-footer {
  top: -66px;
}
.bh-paper-pile-dialog-headerTitle,
.bh-paper-pile-dialog-parentTitle,
body > main > article > h2,
body > main > article > hgroup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 68px;
  color: #888888;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  padding: 24px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bh-paper-pile-dialog-headerTitle.bh-paper-pile-dialog-parentTitle-change,
.bh-paper-pile-dialog-parentTitle.bh-paper-pile-dialog-parentTitle-change,
body > main > article > h2.bh-paper-pile-dialog-parentTitle-change,
body > main > article > hgroup.bh-paper-pile-dialog-parentTitle-change {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}
.bh-paper-pile-dialog-headerTitle.bh-paper-pile-dialog-parentTitle-change:hover,
.bh-paper-pile-dialog-parentTitle.bh-paper-pile-dialog-parentTitle-change:hover,
body > main > article > h2.bh-paper-pile-dialog-parentTitle-change:hover,
body > main > article > hgroup.bh-paper-pile-dialog-parentTitle-change:hover {
  font-weight: bold;
}
body > main > article > h2,
body > main > article > hgroup > h2 {
  margin-bottom: 0;
}
body > main > article > hgroup > h2 {
  float: left;
}
body > main > article > hgroup > a {
  margin-left: 8px;
  font-size: 12px;
  font-weight: normal;
  float: left;
}
.bh-negative-zIndex {
  z-index: -1000 !important;
}
.bh-cursor-point {
  cursor: pointer;
}
.bh-animated-doubleTime {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bh-paper-pile-dialog-parentTitle-toSmall {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  38% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    padding: 24px 16px;
    background-color: #fff;
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
  100% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
}
@keyframes bh-paper-pile-dialog-parentTitle-toSmall {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  38% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    padding: 24px 16px;
    background-color: #fff;
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
  100% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
}
.bh-paper-pile-dialog-parentTitle-toSmall {
  -webkit-animation-name: bh-paper-pile-dialog-parentTitle-toSmall;
  animation-name: bh-paper-pile-dialog-parentTitle-toSmall;
}
.bh-paper-pile-dialog-parentTitle-toSmall > h2 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.bh-paper-pile-dialog-parentTitle-toSmall > :not(h2) {
  display: none;
}
@-webkit-keyframes bh-paper-pile-dialog-parentTitle-toRestore {
  0% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
  32% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
  58% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    padding: 24px 16px;
    background-color: #fff;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    padding: 24px 16px;
    background-color: #fff;
  }
}
@keyframes bh-paper-pile-dialog-parentTitle-toRestore {
  0% {
    -webkit-transform: scaleX(0.96);
    transform: scaleX(0.96);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
  32% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
  58% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    padding: 24px 16px;
    background-color: #fff;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    padding: 24px 16px;
    background-color: #fff;
  }
}
.bh-paper-pile-dialog-parentTitle-toRestore {
  -webkit-animation-name: bh-paper-pile-dialog-parentTitle-toRestore;
  animation-name: bh-paper-pile-dialog-parentTitle-toRestore;
}
@-webkit-keyframes bh-paper-pile-dialog-outDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  32% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  62% {
    opacity: 1;
    -webkit-transform: translate3d(0, 68px, 0);
    transform: translate3d(0, 68px, 0);
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes bh-paper-pile-dialog-outDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  32% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  62% {
    opacity: 1;
    -webkit-transform: translate3d(0, 68px, 0);
    transform: translate3d(0, 68px, 0);
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.bh-paper-pile-dialog-outDown {
  -webkit-animation-name: bh-paper-pile-dialog-outDown;
  animation-name: bh-paper-pile-dialog-outDown;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
@-webkit-keyframes bh-paper-pile-dialog-intoUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-paper-pile-dialog-intoUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bh-paper-pile-dialog-intoUp {
  -webkit-animation-name: bh-paper-pile-dialog-intoUp;
  animation-name: bh-paper-pile-dialog-intoUp;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bh-paper-pile-dialog-parentTitle-toSmall {
    -ms-transform: scale(0.96, 1);
    transform: scale(0.96, 1);
    height: 32px;
    background-color: #B547B5;
    font-size: 16px;
    font-weight: normal;
    color: #F7EBF7;
    padding: 6px 16px;
    border-color: transparent;
  }
  .bh-paper-pile-dialog-parentTitle-toRestore {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    height: 68px;
    font-size: 20px;
    font-weight: bold;
    color: #888888;
    padding: 24px 16px;
    background-color: #fff;
  }
}
.bh-paper-pile-dialog-footer-on-relative {
  padding-bottom: 0 !important;
}
.bh-progressbar-container .bh-progressbar {
  position: relative;
  width: 100%;
}
.bh-progressbar-container .bh-progressbar .bh-bg-progress {
  height: 8px;
  width: 100%;
  background-color: #e5e5e5;
}
.bh-progressbar-container .bh-progressbar .bh-current-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  overflow: visible !important;
}
.bh-progressbar-container .bh-progressbar .bh-bg-progress,
.bh-progressbar-container .bh-progressbar .bh-current-progress {
  border-radius: 4px;
}
.bh-progressbar-container .bh-progressbar .bh-current-progress {
  background: #1ecc2f;
  background: -ms-linear-gradient(left, #7fe625, #1ecc2f);
  background: -moz-linear-gradient(left, #7fe625, #1ecc2f);
  background: -webkit-linear-gradient(left, #7fe625, #1ecc2f);
  background: -o-linear-gradient(left, #7fe625, #1ecc2f);
}
.bh-progressbar-container .bh-progressbar .bh-progress-head {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: 4px solid #1ecc2f;
  border-radius: 50%;
  background: #fff;
}
.bh-progressbar-container .bh-progress-info {
  display: none;
}
.bh-progressbar-container .bh-progress-info .bh-current-progress-info {
  color: #1ecc2f;
}
.bh-property-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  overflow: hidden;
}
.bh-property-dialog-container {
  position: absolute;
  right: 1px;
  top: 0;
  width: 384px;
  padding: 24px 16px 0 16px;
  background-color: #fff;
  z-index: 5000 !important;
  height: 100%;
}
.bh-property-dialog-footer {
  position: absolute;
  bottom: 0;
  padding: 8px 50px;
  width: 100%;
  left: 0;
  display: none;
}
.bh-property-dialog-footer:after {
  content: "";
  width: 100%;
  border-top: 1px solid #EEEEEE;
  position: absolute;
  top: 0;
  left: 0px;
}
.bh-property-dialog-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 4999;
  opacity: 0.5;
}
.bh-animated {
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bh-property-dialog-cover-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes bh-property-dialog-cover-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.bh-property-dialog-cover-fadeIn {
  -webkit-animation-name: bh-property-dialog-cover-fadeIn;
  animation-name: bh-property-dialog-cover-fadeIn;
}
@-webkit-keyframes bh-property-dialog-cover-fadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bh-property-dialog-cover-fadeOut {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.bh-property-dialog-cover-fadeOut {
  -webkit-animation-name: bh-property-dialog-cover-fadeOut;
  animation-name: bh-property-dialog-cover-fadeOut;
}
@-webkit-keyframes bh-outRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes bh-outRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.bh-outRight {
  -webkit-animation-name: bh-outRight;
  animation-name: bh-outRight;
}
@-webkit-keyframes bh-outDown {
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes bh-outDown {
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.bh-outDown {
  -webkit-animation-name: bh-outDown;
  animation-name: bh-outDown;
}
@-webkit-keyframes bh-intoRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-intoRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bh-intoRight {
  -webkit-animation-name: bh-intoRight;
  animation-name: bh-intoRight;
}
@-webkit-keyframes bh-intoUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-intoUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bh-intoUp {
  -webkit-animation-name: bh-intoUp;
  animation-name: bh-intoUp;
}
[bh-property-dialog-role=body] {
  outline: none;
}
.bh-timePicker-rangeBox {
  position: relative;
  border: 1px solid #EBCCEB;
}
.bh-timePicker-rangeBox-selectIcon {
  position: absolute;
  top: 0;
  height: 26px;
  width: 28px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  z-index: 100;
  background-color: #fff;
}
.bh-timePicker-rangeBox-selectIcon:hover {
  background-color: #F1F4FF;
}
.bh-timePicker-rangeBox-selectIcon.bh-left {
  left: 0;
}
.bh-timePicker-rangeBox-selectIcon.bh-right {
  right: 0;
}
.bh-timePicker-rangeBox-selectIcon.bh-disabled {
  cursor: auto;
  background-color: #DDDDDD;
}
.bh-timePicker-rangeBox-time {
  position: relative;
  float: left;
  padding: 3px 32px;
  height: 26px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.bh-timePicker-rangeBox-time:after {
  content: "";
  position: relative;
  top: 12px;
  margin-left: 8px;
  border-top: 8px solid #444444;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.bh-timePicker-rangeBox-time:hover {
  background-color: #F1F4FF;
}
.bh-timePick-selectBoxCont {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 416px;
  height: 164px;
  overflow: hidden;
  display: none;
}
.bh-timePick-selectBox {
  position: absolute;
  top: -164px;
  left: 8px;
  width: 400px;
  height: 148px;
  background-color: #fff;
  -webkit-transition: top 450ms;
  -o-transition: top 450ms;
  transition: top 450ms;
}
.bh-timePick-selectBox.bh-active {
  top: 4px;
}
.bh-timePick-tab {
  height: 36px;
  border-bottom: 2px solid #F7EBF7;
  font-size: 14px;
  text-align: center;
}
.bh-timePick-tabItem {
  cursor: pointer;
  display: inline-block;
  width: 35%;
  height: 36px;
  padding: 8px 0;
  position: relative;
  margin: 0 7%;
}
.bh-timePick-tabItem.bh-active {
  color: #990099;
}
.bh-timePick-tabItem.bh-active:after {
  height: 4px;
  background-color: #990099;
}
.bh-timePick-tabItem:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background-color: #B547B5;
}
.bh-timePick-tabItem.bh-active:after,
.bh-timePick-tabItem:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bh-timePick-tabContent {
  padding: 16px 24px;
  overflow: hidden;
  position: relative;
}
.bh-timePick-tabContent > div {
  position: relative;
  -webkit-transition: left 450ms;
  -o-transition: left 450ms;
  transition: left 450ms;
}
.bh-timePick-custom {
  left: -400px;
}
.bh-timePick-custom > .bh-btn-block {
  margin-left: 0;
  margin-top: 16px;
}
.bh-timePick-custom.bh-active {
  left: 0;
}
.bh-timePick-customTime > div {
  float: left;
}
.bh-timePick-selectType {
  position: relative;
  margin-right: 8px;
}
.bh-timePick-selectConnect {
  position: relative;
  width: 16px;
  height: 28px;
}
.bh-timePick-selectConnect:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  width: 8px;
  height: 1px;
  background-color: #444444;
}
.bh-timePick-monthItem {
  float: left;
  width: 30px;
  height: 28px;
  border-width: 1px 1px 1px 0;
  border-color: #EBCCEB;
  border-style: solid;
  text-align: center;
  padding-top: 3px;
  background-color: #DDDDDD;
  color: #888888;
}
.bh-timePick-monthItem:first-child {
  border-left-width: 1px;
}
.bh-timePick-monthItem.bh-pre {
  background-color: #fff;
  color: #444444;
  cursor: pointer;
}
.bh-timePick-monthItem.bh-pre:hover {
  background-color: #536DFE;
  color: #fff;
}
.bh-timePick-selectMonthCont {
  left: 400px;
  top: -76px;
}
.bh-timePick-selectMonthCont.bh-active {
  left: 0;
}
.bh-timePick-selectMonth {
  width: 138px;
  margin: 0 auto 16px auto;
}
.bh-timePick-selectMonth .bh-timePicker-rangeBox-time {
  cursor: default;
}
.bh-timePick-selectMonth .bh-timePicker-rangeBox-time:after {
  content: initial;
}
.bh-timePick-selectMonth .bh-timePicker-rangeBox-time:hover {
  background-color: #fff;
}
.bh-timePicker-selectMonthList {
  width: 360px;
  margin: auto;
}
.bh-timePick-disable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #EEEEEE;
  opacity: 0.5;
}
.bh-timeLine {
  position: relative;
}
.bh-timeLine > .bh-timeLine-row:first-child > .bh-timeLine-index:before {
  display: none;
}
.bh-timeLine > .bh-timeLine-row:last-child > .bh-timeLine-index:after {
  display: none;
}
.bh-timeLine-row {
  position: relative;
  display: table;
  width: 100%;
  padding-bottom: 16px;
}
.bh-timeLine-index,
.bh-timeLine-content {
  position: relative;
  display: table-cell;
}
.bh-timeLine-index {
  width: 24px;
  vertical-align: middle;
}
.bh-timeLine-index > div {
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #EBCCEB;
  border-radius: 100%;
  background-color: #fff;
  z-index: 10;
}
.bh-timeLine-index:before,
.bh-timeLine-index:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: calc(50% + 16px);
  background-color: #EBCCEB;
}
.bh-timeLine-index:before {
  top: -16px;
}
.bh-timeLine-index:after {
  bottom: -16px;
}
.bh-timeLine-content {
  width: calc(100% - 24px);
  vertical-align: top;
  padding-left: 16px;
}
.bh-tip {
  top: -40px;
  z-index: 99999;
  min-width: 240px;
  opacity: 0;
}
.bh-tip .bh-card {
  padding: 8px 22px;
  height: 36px;
  text-align: center;
}
.bh-tip-top-bar {
  height: 4px;
  width: 100%;
}
.bh-tip-content {
  height: 20px;
  position: relative;
  margin: 0 auto;
}
.bh-tip-content .iconfont {
  position: relative;
  top: 1px;
  left: 0;
}
.bh-tip-closeIcon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 14px;
  right: 8px;
  text-align: center;
  color: #888888;
  cursor: pointer;
  z-index: 10000;
}
.bh-tip-closeIcon:hover {
  background-color: #F7EBF7;
}
.bh-tip-btn-group {
  display: inline-block;
}
.bh-tip-btn {
  margin-left: 8px;
}
.bh-tip-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.bh-tip-primary .bh-tip-top-bar {
  background-color: #536DFE;
}
.bh-tip-primary .iconfont {
  color: #536DFE;
}
.bh-tip-success .bh-tip-top-bar {
  background-color: #8BC34A;
}
.bh-tip-success .iconfont {
  color: #8BC34A;
}
.bh-tip-warning .bh-tip-top-bar {
  background-color: #FFA000;
}
.bh-tip-warning .iconfont {
  color: #FFA000;
}
.bh-tip-danger .bh-tip-top-bar {
  background-color: #FF5252;
}
.bh-tip-danger .iconfont {
  color: #FF5252;
}
.bh-tip-info .bh-tip-top-bar {
  background-color: #990099;
}
.bh-tip-info .iconfont {
  color: #990099;
}
.bh-tip-loading .bh-tip-top-bar {
  background-color: #888888;
}
.bh-tip-loading .iconfont {
  color: #888888;
}
.bh-tip-loading .iconfont {
  width: 16px;
  height: 16px;
  background: url("data:image/gif;base64,R0lGODlhEAAQAPfgAP////39/erq6uvr6+jo6Pn5+dPT0/v7+/X19efn5/Pz8/j4+Pf39/r6+vz8/MzMzO/v7/b29svLy/7+/unp6e7u7kJCQtnZ2fHx8a+vr4mJid7e3s/PzyYmJrOzs/Dw8NLS0vT09Le3t9ra2tvb25CQkKOjo2tra9DQ0KysrM3Nza2traurq729vezs7M7OzuHh4fLy8rq6und3d6CgoIGBgYCAgGRkZGJiYsPDw8fHx4eHh+Dg4J+fn6KiooiIiG9vb6enp9fX18DAwOXl5d3d3e3t7WBgYJmZmZOTk9/f30VFRebm5jQ0NBUVFQQEBNjY2ISEhOTk5K6urtzc3D8/P2dnZ8LCwpubm8jIyLm5uZqamiEhIcTExC0tLbCwsIyMjNXV1dHR0VxcXOPj40lJSTw8PGxsbExMTCwsLF9fXxAQEMnJyRYWFpSUlCIiIhsbGwgICAsLC11dXVhYWJGRkba2try8vMbGxr+/v7i4uDs7O76+vmFhYYaGho2NjbW1tZeXl4qKiiQkJKmpqYODg0ZGRk9PT3Z2dgkJCTo6OkFBQY+Pjx8fH3l5eRMTEw8PDyoqKrGxsWhoaHNzcwcHB7KysqGhoYKCgkpKSmVlZXFxcaioqE1NTeLi4p2dnaampqSkpJ6ensXFxVNTU7S0tFZWVjExMVlZWaWlpVRUVDAwMCgoKFBQUKqqqg0NDUNDQxkZGT09PUdHR3p6ehISEgICAsHBwURERDU1NZKSkm1tbTk5OWlpaRwcHFJSUtTU1DMzMyAgIH5+fiMjI3JycnR0dA4ODkhISMrKynx8fJiYmAYGBnV1dU5OTgMDA4WFhR4eHgoKCpycnC8vL1paWmNjYzc3N7u7u4uLiycnJ3t7e15eXhoaGjY2NkBAQP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAADgACwAAAAAEAAQAAAIpQDBCRxIsGDBF1FwOQEQwEEAg+B6XJMT5wmAAwwiFCjo480jTVOYAJhQAEMFBgPFLOomyCADAQI2gqvDBQhEcBVgVBA4p4OImyFIeBIoy4uAmwcMhBFoocmAmw0kcBB4Yk+emwJyGBDYw8KPmyhkbBB4wUonTgYNTBnyYaCeMaiQqMCg4EILGimKFLzj6MYZRDY0JGFxAaISD0lqaEil4+jNxwIDAgAh+QQFAADgACwBAAEADgAOAAAImwDBCTRQx1SkDmj8qBDIkIUzbVzgOFkj59QWhhmqrJohggKBLzgqrQEADsocRRcZCqwBIMAEHxaiqFQZoMCBGWWuzGQYAAGDOa0q7BQ44cOHG3QgDAUXQMCAHUckLEVAZoClSTSWJqBSAcYOY3d2EhFThAE4HTVsWBqBIAKTMKNeuGD4AAkYN5+CfNGSjMDMBDokgVqRY0QMhgEBACH5BAUAAOAALAEAAQAOAA4AAAiZAMEJHOEDCDILOJKAEMhQxpkyFvY08dLBkAmGfPqo+nPFxQAtlBp1oAGOhzI1KRgy/NOG1wtAk6apVGnlGDQ3QDjMZJgh0RJMM2LsFJjgSRsNNhQMBQegaaofUJYGOOAATwkZSxdEOECBExYUOxFUUBAAnBBQQSQkKNAAgwAiAxYwJCHDg4wcEgyQYIJgJoQRKrJwKOJCrsCAACH5BAUAAOAALAEAAQAOAA4AAAiZAMEJhOFBg5UjtExAEcgwy48TN8aoQrNETQaGDwrNMKECQoUufsx8YwEuwZYafBgyxHLqkAEdYDyoVDmjQ50MSUbMZChCmCkTWBDsFEghFitCJiIMBUfg0aA8LKQszfAqkxAPKJYeiRPlw6gWPHZOsOXlATgieLLwwOAgQIMCDQIsY0ghDIgLPBIYUbAgwEwEAqSQoYChL8OAACH5BAUAAOAALAEAAQAOAA4AAAiZAMEJFMDGFSMNSPTAEMjwwopAJX7YmAGkxhCGRVJcykNCgQIQlzRZuQPuQ4sUBhgyzIAKCAkqdl6oVFkCTSgOLQjMZJhjySY2XQrsFOjCTBkOEhoMBTegiQUqIDAs1ZKmz4ALOoduGqRrARkYMXYKggMLBLgQCQSEODABwAprtd74YMjgA4YIBwA8SeStx0wHBQrktVBIBcOAACH5BAUAAOAALAEAAQAOAA4AAAibAMEJjEFFR6kVIh5QEMiQwIMWdjIE6RHIBwqGLl7gEUKAQQQl2MCAeQCOAQkURBgyzGGjBBkjF1KqZEiIkggCGxTMZIjixJ8EUhzsFPgBx4kBAgIMBQeBzo0YEBos7XJo24IQBZb6MRQqQIECE3Zu2aMGCrgAAQBwm5KAAKBm1KpkYAggDTNpkJz4ItaJxcwHhWZx6UCqhAGGAQEAIfkEBQAA4AAsAQABAA4ADgAACJkAwQksYAQGMA4GlGAQyBABgQ0XQEjo0uKKEoYLBjBxoeBAgwEGPEgiAc5BDCMIGDIUEuTLgAYhIqhUeQWLhAYMHMxkWCQJCwcHAOwUGEJDCQBIh4JTYEPDoicplIpBhARTHBxKRZ0RoSIYpB87UxwZxgOcqEZtdtkRMGBItl99+DCkUSXaoDRNzCzpJWOmmBJjzFg4QWMEw4AAIfkEBQAA4AAsAQABAA4ADgAACJkAwQmc0AABhAEDICwQyHCCAwYhIAiQsmFDBYZIAAQ44GBCgAgUwhgQAO6Bl2cAGDIkIIGDgiiVjqhUOWLIhjJypsxkSEFLljdrEuwUuOALoA5OCAwFFyHIClJwSi3d8EkEIy7FlupxIwFEpkiBdg7Z0UMpIUW5atwyAuGBCUc7XjBcUa2KoUN0cJwQxGamEBqIxtzY4cETw4AAOw==") no-repeat;
}
.bh-tip-animate-top-opacity {
  transition: top, opacity;
  transition-duration: 0.25s;
  backface-visibility: hidden;
}
.bh-txt-input {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.bh-txt-input__txtarea {
  display: block;
  width: 100%;
  height: 80px;
  overflow: auto;
  resize: none;
  border: none;
}
.bh-txt-input__txtarea:disabled {
  color: #BBBBBB;
  opacity: 1;
  background-color: transparent;
  cursor: not-allowed;
}
.bh-txt-input__txtarea:focus {
  outline: none;
}
.bh-txt-input__foot {
  padding-right: 4px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  background: #fff;
}
/*status*/
.bh-txt-input--focus {
  border-width: 2px;
  border-color: #536DFE;
  box-shadow: inset 0 0 2px #536DFE;
}
.bh-txt-input--focus .bh-txt-input__txtarea {
  height: 78px;
}
.bh-txt-input--outlen .bh-txt-input__cur-len {
  color: red;
}
.bh-txt-input--disabled {
  color: #bbb;
  cursor: not-allowed;
  background: #fff;
}
.jqx-validator-error-control .bh-txt-input {
  border: none;
  box-shadow: none;
}
.jqx-validator-error-control .bh-txt-input__txtarea {
  height: 78px;
}
.bh-wizard-item {
  float: left;
}
.bh-wizard-item-first .left-arrow {
  display: none;
}
.bh-wizard-item-last .right-arrow {
  display: none;
}
.bh-wizard-item .title {
  float: left;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #888888;
  font-size: 14px;
  border: 1px solid #EBCCEB;
  box-sizing: border-box;
  text-align: center;
  padding-left: 12px;
  padding-right: 14px;
}
.bh-wizard-item .title .iconfont {
  margin-right: 8px;
}
.bh-wizard-item .title i.icon-checkcircle {
  color: #8BC34A;
}
.bh-wizard-item.active .title i.icon-checkcircle {
  color: #fff;
}
.bh-wizard-item .left-arrow,
.bh-wizard-item .right-arrow {
  position: relative;
  float: left;
  width: 10px;
  height: 32px;
  box-sizing: border-box;
}
.bh-wizard-item .right-arrow {
  margin-left: -12px;
}
.bh-wizard-item .left-arrow:before,
.bh-wizard-item .left-arrow:after,
.bh-wizard-item .right-arrow:before,
.bh-wizard-item .right-arrow:after {
  background-color: white;
  border: 1px solid #EBCCEB;
  content: '';
  padding: 8px;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
}
.bh-wizard-item .left-arrow:before,
.bh-wizard-item .right-arrow:before {
  transform: skewX(38deg);
}
.bh-wizard-item .left-arrow:after,
.bh-wizard-item .right-arrow:after {
  transform: skewX(142deg);
  top: 15px;
}
.bh-wizard-item .left-arrow:before {
  border-right: none;
  border-bottom: none;
}
.bh-wizard-item .left-arrow:after {
  border-right: none;
  border-top: none;
}
.bh-wizard-item .right-arrow:before {
  border-left: none;
  border-bottom: none;
}
.bh-wizard-item .right-arrow:after {
  border-left: none;
  border-top: none;
}
.bh-wizard-item.finished .left-arrow:before,
.bh-wizard-item.finished .left-arrow:after,
.bh-wizard-item.finished .right-arrow:before,
.bh-wizard-item.finished .right-arrow:after,
.bh-wizard-item.finished .title {
  background-color: #F7EBF7;
  border-color: #EBCCEB;
  color: #888888;
}
.bh-wizard-item.active .left-arrow:before,
.bh-wizard-item.active .left-arrow:after,
.bh-wizard-item.active .right-arrow:before,
.bh-wizard-item.active .right-arrow:after,
.bh-wizard-item.active .title,
.bh-wizard-item.active:hover .left-arrow:before,
.bh-wizard-item.active:hover .left-arrow:after,
.bh-wizard-item.active:hover .right-arrow:before,
.bh-wizard-item.active:hover .right-arrow:after,
.bh-wizard-item.active:hover .title {
  background-color: #990099;
  border-color: #990099;
  color: #fff;
  cursor: default;
}
.bh-wizard-item:hover .left-arrow:before,
.bh-wizard-item:hover .left-arrow:after,
.bh-wizard-item:hover .right-arrow:before,
.bh-wizard-item:hover .right-arrow:after,
.bh-wizard-item:hover .title {
  background-color: #F1F4FF;
  color: #888888;
  font-weight: normal;
  cursor: pointer;
}
.bh-wizard-container {
  height: 32px;
}
.rightgrid-container:before {
  border: 44px solid transparent;
  border-left: 14px solid #EBCCEB;
  width: 0;
  height: 0;
  position: absolute;
  top: 128px;
  left: 0;
  content: ' ';
}
.rightgrid-container {
  border-left: 1px solid #EBCCEB;
}
.leftgrid-container .jqx-grid-pager-detail {
  display: none;
}
.leftgrid-container .jqx-grid-pager-button {
  float: none!important;
  display: inline-block;
}
.leftgrid-container .jqx-grid-pager-number-group {
  float: none!important;
  display: inline-block;
}
.leftgrid-container .jqx-grid-pager {
  text-align: center;
  background: rgba(63, 81, 181, 0.04);
}
.leftgrid-container .select-all-text {
  display: inline-block;
  top: -3px;
  color: #444444;
  vertical-align: text-bottom;
}
.leftgrid-container .select-all-wrap {
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 10000;
}
.transparentGrid .jqx-grid-cell:hover {
  background-color: #DBEEFD;
}
.rightgrid-container:after {
  border: 44px solid transparent;
  border-left: 14px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 128px;
  left: -1px;
  content: ' ';
}
.leftgrid-container td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.bh-display-table {
  display: table;
}
.bh-display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.bh-cursor-pointer {
  cursor: pointer;
}
.bh-caption-tip {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}
.bh-caption-tip .bh-caption-key {
  font-weight: 700;
  color: #888888;
}
.bh-switch-card-view {
  position: absolute;
  right: 10px;
  top: -32px;
  cursor: pointer;
  z-index: 400;
}
.bh-switch-item span {
  vertical-align: top;
}
.bh-switch-item .iconfont {
  font-size: 20px;
}
.bh-switch-item:hover {
  color: #536DFE;
}
.bh-switch-item.bh-active {
  color: #536DFE;
}
.bh-grid-container {
  position: relative;
}
.leftgrid-container .bh-pull-left > * {
  display: none;
}
.leftgrid-container .bh-pull-left > .bh-pager-btn {
  display: inline-block;
}
.leftgrid-container .bh-pull-left > .bh-pager-num {
  display: inline-block;
}
.leftgrid-container .bh-pager .bh-pull-right {
  display: none;
}
.leftgrid-container .gm-member-user {
  padding-left: 0px;
  margin-left: -4px;
  overflow: hidden;
}
.leftgrid-container .jqx-checkbox-default {
  margin-right: 8px;
}
.bh-buttons {
  clear: both;
  margin-left: -4px;
}
.bh-buttons:before {
  content: " ";
  display: table;
  clear: both;
}
.bh-buttons:after {
  content: " ";
  display: table;
  clear: both;
}
.bh-star {
  color: #FFA000;
}
.bh-star-item {
  display: inline-block;
  transition: all 0.2s;
}
.bh-star-item i {
  cursor: pointer;
}
.bh-star-item .icon-star,
.bh-star-item .icon-staroutline,
.bh-star-item .icon-starhalf {
  font-size: inherit;
}
.bh-star-item .icon-staroutline {
  display: inline-block;
}
.bh-star-item .icon-star,
.bh-star-item .icon-starhalf {
  display: none;
}
.bh-star-item.bh-active .icon-star {
  display: inline-block;
}
.bh-star-item.bh-active .icon-staroutline {
  display: none;
}
.bh-star-item.bh-active .icon-starhalf {
  display: none;
}
.bh-star-item.bh-active-half .icon-starhalf {
  display: inline-block;
}
.bh-star-item.bh-active-half .icon-star {
  display: none;
}
.bh-star-item.bh-active-half .icon-staroutline {
  display: none;
}
.bh-star-num {
  display: inline-block;
  font-size: 14px;
}
.bh-star-list {
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
}
.sc-footer {
  min-width: 1132px;
  max-width: 1632px;
  color: #fff;
  padding: 0 24px;
  margin: 0 auto;
}
.sc-footer-content {
  background-color: #990099;
  height: 32px;
  text-align: center;
  width: 100%;
  padding: 6px 0;
}
.sc-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #990099;
  z-index: 51051;
  width: 272px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.24);
}
.sc-nav-container h1 {
  color: #fff;
}
.sc-nav-top {
  position: relative;
  padding: 10px 20px;
}
.sc-nav-top-close {
  position: absolute;
  top: 13px;
  right: 20px;
  cursor: pointer;
}
.sc-nav-top-close .iconfont {
  color: rgba(255, 255, 255, 0.48);
  font-size: 20px;
}
.sc-nav-list {
  margin-top: 8px;
}
.sc-nav-list .iconfont {
  font-size: 18px;
}
.sc-nav-list a {
  position: relative;
  display: block;
  color: #fff;
}
.sc-nav-list li {
  line-height: 40px;
  font-size: 14px;
}
.sc-nav-list li li {
  font-size: 12px;
}
.sc-nav-list li li div {
  margin-left: 24px;
}
.sc-nav-list li div {
  padding-left: 24px;
}
.sc-nav-list li div i {
  margin-right: 8px;
}
.sc-nav-list li ul {
  display: none;
}
.sc-nav-list .sc-nav > li a:hover {
  background-color: rgba(83, 109, 254, 0.16);
}
.sc-nav-splite {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sc-nav-dropdown:after {
  content: "+";
  top: 0px;
  right: 20px;
  font-size: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.48);
  display: block;
  position: absolute;
}
.sc-nav-dropdown:before {
  content: "";
  top: 18px;
  right: 23px;
  width: 12px;
  height: 2px;
  background: rgba(255, 255, 255, 0.48);
  display: none;
  position: absolute;
}
.sc-nav-dropdown.sc-nav-open:after {
  display: none;
}
.sc-nav-dropdown.sc-nav-open:before {
  display: block;
}
.sc-nav-container .sc-nav-open {
  background-color: rgba(255, 255, 255, 0.08);
}
.sc-nav-container .sc-nav-open ul {
  display: block;
}
.sc-nav > li {
  position: relative;
  list-style: none;
}
.sc-nav-active {
  background-color: #536DFE;
}
.sc-leftSide,
.sc-leftSide-bgAtTop {
  width: 272px;
  background-color: rgba(153, 0, 153, 0.03);
  position: fixed;
}
.sc-leftSide {
  padding: 24px 0 24px 16px;
  height: calc(100% - 44px);
  top: 44px;
}
.sc-leftSide-bgAtTop {
  height: 24px;
  top: 0;
}
.scenes-ci-container-leftAside-fixed .sc-leftSide {
  top: 24px;
  height: calc(100% - 24px);
}
.scenes-ci-container-rightAside {
  float: right;
  width: 224px;
  padding-left: 12px;
}
.scenes-ci-container-rightAside-fixed .scenes-ci-container-rightAside {
  position: fixed;
  top: 46px;
}
.bh-advancedQuery-h-28 {
  height: 32px;
}
.bh-advancedQuery {
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.bh-advancedQuery-inputGroup .bh-advancedQuery-quick-search-wrap {
  float: left;
  max-width: 448px;
  width: 100%;
  position: relative;
}
.bh-advancedQuery-inputGroup .bh-advancedQuery-quick-select {
  position: absolute;
  width: 100%;
  left: 0;
  top: 28px;
  background: #fff;
  z-index: 3;
  border: 1px solid #EBCCEB;
  border-top: none;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -ms-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.bh-advancedQuery-inputGroup .bh-advancedQuery-quick-select p {
  padding: 0 8px;
  line-height: 28px;
  cursor: pointer;
}
.bh-advancedQuery-inputGroup .bh-advancedQuery-quick-select p:hover {
  background: #DDE2FF;
}
.bh-advancedQuery-inputGroup .bh-form-control {
  width: 100%;
}
.bh-advancedQuery-groupName {
  color: #BBBBBB;
  min-width: 40px;
}
.bh-advancedQuery-groupList-item {
  position: relative;
  color: #536DFE;
  padding: 2px 4px;
  border-radius: 1px;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
  cursor: pointer;
}
.bh-advancedQuery-groupList-item:hover {
  background-color: #DDE2FF;
}
.bh-advancedQuery-groupList-item.bh-active {
  background-color: #536DFE;
  color: #fff;
}
.bh-advancedQuery-groupList-addPlanItem {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.bh-advancedQuery-groupList-addPlanItem:hover {
  background-color: #DDDDDD;
}
.bh-advancedQuery-groupList-addPlanItem:hover:before,
.bh-advancedQuery-groupList-addPlanItem:hover:after {
  background-color: #EEEEEE;
}
.bh-advancedQuery-groupList-addPlanItem:before,
.bh-advancedQuery-groupList-addPlanItem:after {
  content: "";
  position: absolute;
  background-color: #BBBBBB;
}
.bh-advancedQuery-groupList-addPlanItem:before {
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
}
.bh-advancedQuery-groupList-addPlanItem:after {
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
}
.bh-advancedQuery-addBlock {
  position: relative;
  overflow: hidden;
  float: left;
  height: 32px;
}
.bh-advancedQuery-addBlock.bh-active {
  padding-top: 2px;
  margin-top: -2px;
}
.bh-advancedQuery-addTimeGroup {
  display: none;
}
.bh-advancedQuery-addTimeGroup > .bh-btn-small {
  margin-top: -1px;
}
.bh-advancedQuery-addTimeGroup > .bh-advancedQuery-groupList-item {
  margin-left: 4px;
}
.bh-advancedQuery-addTimeInputGroup > .bh-form-control {
  display: inline-block;
  width: calc(50% - 8px);
}
.bh-advancedQuery-dropDown {
  display: table;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 11;
  -webkit-transform: translate(0, -105%);
  -ms-transform: translate(0, -105%);
  -o-transform: translate(0, -105%);
  transform: translate(0, -105%);
}
.bh-advancedQuery-quick {
  position: relative;
  z-index: 1000;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.bh-advancedQuery.bh-active .bh-advancedQuery-dropDown {
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.bh-advancedQuery.bh-active .bh-advancedQuery-quick {
  position: absolute;
  top: 0;
  display: none;
}
.bh-advancedQuery-form {
  display: table;
}
.bh-advancedQuery-form-row {
  display: table-row;
  padding: 4px 0;
}
.bh-advancedQuery-groupName {
  display: table-cell;
  white-space: nowrap;
  vertical-align: top;
  line-height: 28px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.bh-advancedQuery-groupList {
  display: table-cell;
  position: relative;
}
.bh-bh-advancedQuery-group-dismiss {
  color: #BBBBBB;
  display: table-cell;
  vertical-align: middle;
}
.bh-bh-advancedQuery-group-dismiss:hover {
  color: #888888;
}
.bh-advancedQuery-form-btn-row {
  height: 40px;
  vertical-align: bottom;
}
.bh-advancedQuery-form-btn-row .bh-advancedQuery-groupList {
  vertical-align: bottom;
}
.bh-advancedQuery-form-btn-row .bh-btn {
  margin-left: 0;
  margin-right: 4px;
}
.bh-advancedQuery-dropDown-program {
  display: table-cell;
  list-style: none;
  border: #DDDDDD solid 1px;
  width: 200px;
}
.bh-advancedQuery-dropDown-program li {
  padding: 0 8px;
  line-height: 32px;
  border-bottom: #DDDDDD solid 1px;
}
.bh-advancedQuery-dropDown-program li.bh-advancedQuery-dropDown-program-head {
  color: #BBBBBB;
}
.bh-advancedQuery-dropDown-program li.bh-advancedQuery-dropDown-program-head span {
  display: inline;
  margin-right: 0;
}
.bh-advancedQuery-dropDown-program li span {
  display: block;
  margin-right: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bh-advancedQuery-dropDown-program li a {
  color: #BBBBBB;
  float: right;
}
.bh-advancedQuery-dropDown-program li a:hover {
  color: #536DFE;
}
.bh-advancedQuery-dropDown-program li i.icon-delete {
  margin-left: 4px;
}
.bh-advancedQuery-dropDown-program li:last-of-type {
  botder-bottom: none;
}
.bh-advancedQuery-dialog-head {
  font-size: 16px;
  color: #888888;
}
.bh-advancedQuery-dialog-content ul li {
  padding: 0 8px;
  line-height: 32px;
}
.bh-advancedQuery-dialog-content ul li.bh-advancedQuery-dialog-list-head {
  color: #BBBBBB;
}
.bh-advancedQuery-dialog-content ul li:last-of-type {
  botder-bottom: none;
}
.bh-advancedQuery-dialog-content ul li .bh-checkbox {
  padding-top: 0;
}
.bh-advancedQuery-dialog-content .bh-advancedQuery-dialog-button-wrap {
  padding-top: 80px;
}
.bh-advancedQuery-dialog-content .bh-advancedQuery-dialog-button-wrap button {
  margin: 0 auto;
  margin-bottom: 16px;
  min-width: 0;
  width: 100%;
}
@-webkit-keyframes bh-entryLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-entryLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bh-entryLeft {
  -webkit-animation-name: bh-entryLeft;
  animation-name: bh-entryLeft;
}
@-webkit-keyframes bh-outLeft {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes bh-outLeft {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.bh-outLeft {
  -webkit-animation-name: bh-outLeft;
  animation-name: bh-outLeft;
}
@-webkit-keyframes bh-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes bh-outRight {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.bh-outRight {
  -webkit-animation-name: bh-outRight;
  animation-name: bh-outRight;
}
@-webkit-keyframes bh-entryRight {
  0% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bh-entryRight {
  0% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bh-entryRight {
  -webkit-animation-name: bh-entryRight;
  animation-name: bh-entryRight;
}
.scenes-cbrt-card {
  padding: 24px 16px;
}
.scenes-cbrt-record.bh-row {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 8px;
}
.scenes-cbrt-no {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 100%;
  border: 1px solid #EBCCEB;
  color: #EBCCEB;
  text-align: center;
  background-color: #fff;
  margin-top: 24px;
}
.scenes-cbrt-record-active .scenes-cbrt-no {
  color: #536DFE;
  border-color: #536DFE;
}
.scenes-cbrt-left {
  float: left;
  width: 24px;
  z-index: 100;
  position: relative;
}
.scenes-cbrt-right {
  margin-left: 36px;
  overflow: hidden;
  zoom: 1;
  padding: 2px 5px 8px;
}
.scenes-cbrt-title {
  display: inline-block;
  margin-right: 17px;
}
.scenes-cbrt-card-item {
  padding: 15px 16px;
  border: 1px solid transparent;
  position: relative;
}
.scenes-cbrt-card-view.scenes-cbrt-card-item .scenes-cbrt-toolbar {
  display: none;
}
.scenes-cbrt-card-item:hover {
  border-color: #EBCCEB;
}
.scenes-cbrt-card-item:hover .scenes-cbrt-toolbar {
  display: block;
}
.scenes-cbrt-iconBlock {
  font-size: 12px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 1px;
  color: #444444;
  text-align: center;
  float: left;
}
.scenes-cbrt-iconBlock:hover {
  color: #fff;
  background-color: #536DFE;
}
.scenes-cbrt-toolbar {
  position: absolute;
  top: 26px;
  right: 11px;
  display: none;
}
.scenes-cbrt-toolbar .bh-btn-link {
  padding: 0 4px;
}
.scenes-cbrt-card-item-button .bh-btn {
  margin-left: 0;
}
.scenes-cbrt-record {
  position: relative;
  clear: both;
}
.scenes-cbrt-record:before,
.scenes-cbrt-record:after {
  position: absolute;
  width: 1px;
  left: 12px;
  background-color: #EBCCEB;
  z-index: 1;
  display: block;
}
.scenes-cbrt-record:before {
  top: 0;
  height: 24px;
}
.scenes-cbrt-record:after {
  bottom: 0;
  height: calc(100% - 24px);
}
.scenes-cbrt-record:last-child:after {
  height: 0;
}
.scenes-cbrt-form-button {
  margin-top: 17px;
  margin-left: 139px;
}
.scenes-cbrt-card .jqx-radio-group,
.scenes-cbrt-card .jqx-checkbox-group {
  margin-top: 3px;
}
.scenes-cbrt-record-first:before {
  background-color: transparent;
}
.scenes-cbrt-record-button .scenes-cbrt-right {
  padding: 0;
  margin-left: 40px;
  padding-bottom: 7px;
}
.scenes-cbrt-record-button .scenes-cbrt-no {
  margin-top: 0px;
}
.scenes-cbrt-card-view .scenes-cbrt-toolbar {
  display: block;
}
.scenes-cbrt-card-view .scenes-ci-container-block {
  margin-left: 12px;
  width: 100%;
}
.scenes-cbrt-card-view .scenes-ci-container-block:after {
  border-left: none;
}
.scenes-cbrt-card-view .sc-title-borderLeft {
  font-size: 14px;
  line-height: 14px;
}
.scenes-cbrt-animate {
  -webkit-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  -moz-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  -ms-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  -o-transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
  transition: height 0.45s cubic-bezier(1, 0.32, 0.3, 0.71);
}
.scenes-cbnr-width {
  width: calc(100% - 256px - 16px);
}
.withIcon .jqx-tree-item-selected,
.withIcon i.iconfont {
  position: absolute;
  right: 0;
  margin-top: 6px;
}
.bh-pull-center {
  width: 50%;
  height: 50%;
  margin: auto;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.content-wrapper {
  height: inherit;
  min-height: 100%;
}
.l-sider-left {
  position: relative;
  width: 192px;
  background-color: #F7F8FC;
  float: left;
  clear: both;
}
.l-sider-left h3 {
  font-size: 16px;
  line-height: 20px;
  color: #888888;
}
.l-sider-left h3 a {
  color: #444444;
  font-size: 21px;
  margin-top: 2px;
}
.l-sider-right {
  margin-left: 192px;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 2;
  padding: 24px 16px;
  overflow: hidden;
  background: #fff;
}
.l-sider-right .bh-form-label {
  color: #888888;
}
article.nav > section .bh-form-label {
  color: #888888;
}
.permission-manage-wrapper {
  background-color: #F7F8FC;
}
.gm-add-block h3 {
  margin-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.noBorderGrid {
  border: none;
}
.noBorderGrid.jqx-widget .jqx-grid-cell,
.noBorderGrid.jqx-widget .jqx-grid-column-header,
.noBorderGrid.jqx-widget .jqx-grid-group-cell {
  border-color: transparent;
}
.transparentGrid {
  border: none;
}
.transparentGrid .jqx-grid-cell,
.transparentGrid.jqx-grid,
.transparentGrid table {
  background-color: transparent;
}
.gm-left-search {
  position: relative;
}
.gm-left-search input[type=text] {
  border: #D8DCF0 solid 1px;
  padding-left: 24px;
}
.gm-left-search a {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #999;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
}
.gm-group-tree {
  border: 1px solid #D8DCF0;
  width: 100%;
  height: 499px;
}
.gm-right-head {
  font-size: 20px;
  font-weight: bolder;
  color: #888888;
}
.gm-dynamic {
  background-color: rgba(63, 81, 181, 0.04);
  border-radius: 2px;
  width: -webkit-calc(100% + 16px);
  width: calc(100% + 16px);
  padding: 0 8px;
  margin-left: -8px;
  padding-bottom: 8px;
}
.gm-dynamic-head {
  height: 33px;
  line-height: 33px;
}
.gm-dynamic-head i.iconfont {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: inline-block;
}
.gm-dynamic-switch {
  margin-top: 7px;
  line-height: 24px;
}
.gm-dynamic-frequency > * {
  float: left;
}
.gm-dynamic-frequency > input,
.gm-dynamic-frequency > div {
  width: calc((100% - 32px*3)/3);
  background-color: #fff;
}
.gm-dynamic-frequency > span {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 32px;
  text-align: center;
}
.gm-dynamic-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.25s ease-in;
  -moz-transition: height 0.25s ease-in;
  -ms-transition: height 0.25s ease-in;
  -o-transition: height 0.25s ease-in;
  transition: height 0.25s ease-in;
}
.gm-dynamic.active .gm-dynamic-content {
  height: 384px;
}
.gm-dynamic.active .gm-dynamic-head i.iconfont.collapse {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#GM_dynamicTime .jqx-fill-state-normal:first-of-type {
  left: calc(62%) !important;
}
#GM_dynamicTime .jqx-fill-state-normal:nth-of-type(2) {
  left: calc(81%) !important;
}
.gm-member-update {
  display: none;
  font-weight: normal;
}
.gm-member-add {
  color: #333;
}
.gm-member.dynamic .gm-member-update {
  display: block;
}
.gm-member.dynamic .gm-member-add {
  display: none;
}
.gm-member-block {
  padding: 8px;
  border: rgba(62, 80, 180, 0.2) solid 1px;
  border-width: 1px;
}
.gm-member-search {
  position: relative;
}
.gm-member-search input[type=text] {
  height: 28px;
  width: 100%;
  display: block;
  background-color: rgba(62, 80, 180, 0.04);
  border: none;
  padding: 4px;
  line-height: 18px;
  padding-left: 24px;
}
.gm-member-search a {
  position: absolute;
  color: #999;
  top: 3px;
  left: 1px;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
}
.gm-member-row {
  position: relative;
}
.gm-member-row > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #999;
}
.gm-member-row .gm-member-user {
  color: #333;
}
.gm-member-user span {
  color: #999;
}
#GM_MemberTable {
  border: none!important;
}
.gm-table-noheader .jqx-grid-header {
  display: none!important;
}
.gm-table-nofooter .jqx-grid-pager {
  display: none!important;
}
.gm-member-delete {
  position: absolute;
  right: 4px;
  top: 0;
  color: #2196F3;
  display: none;
}
.gm-member-row:hover .gm-member-delete {
  display: inline-block;
}
.pm-list {
  margin-top: 16px;
}
.pm-list .pm-item {
  height: 24px;
  cursor: pointer;
  padding: 2px 8px;
}
.permission-manage-wrapper {
  background-color: #F7F8FC;
}
.pm-list .pm-item.pm-actived {
  background-color: #1935DD;
  opacity: 0.67;
  color: #fff;
}
a.group-delete {
  position: absolute;
  right: 20px;
  color: #fff;
}
/*add dialog*/
.gm-add-intro {
  background-color: rgba(62, 80, 180, 0.08);
  line-height: 34px;
  padding: 0 8px;
  border-radius: 2px;
}
.gm-add-block {
  background: rgba(63, 81, 181, 0.04);
  border: #D8DCF0 solid 1px;
}
.gm-add-search {
  position: relative;
}
.gm-add-search input[type=text] {
  height: 28px;
  width: 100%;
  display: block;
  background-color: rgba(62, 80, 180, 0.04);
  border: none;
  padding: 4px;
  line-height: 18px;
  padding-left: 24px;
}
.gm-add-search a {
  position: absolute;
  color: #999;
  top: 3px;
  left: 1px;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
}
.gm-member-row {
  position: relative;
}
.gm-member-row > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #999;
}
.gm-member-row .gm-member-user {
  color: #333;
}
.gm-member-user span {
  color: #999;
}
.scenes_abnormalPage {
  display: table;
}
.scenes_abnormalPage_container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.scenes_abnormalPage_text {
  color: #888888;
}
.scenes_abnormalPage_text span {
  display: block;
  font-size: 14px;
}
.scenes_abnormalPage_container > img {
  width: 253px;
  height: 253px;
}
.scenes-cim-table-changeIcons {
  font-size: 20px;
  padding-top: 6px;
  float: right;
  color: #888888;
}
.scenes-ci-container {
  margin-left: 12px;
}
.scenes-ci-containerBlock {
  margin-left: 288px;
  padding: 24px 32px 24px 0;
}
.scenes-ci-header-title {
  margin-bottom: 4px;
}
.scenes-ci-header-titleText {
  margin-right: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.scenes-ci-header-titleCaption {
  color: #BBBBBB;
  margin-bottom: 20px;
}
.scenes-ci-header .bh-form-horizontal.courseInfo-list {
  padding-bottom: 0;
}
.scenes-ci-header .bh-form-horizontal.courseInfo-list label {
  color: #BBBBBB;
  padding-left: 0;
}
.scenes-ci-container-case {
  margin-bottom: 24px;
}
.scenes-ci-catalog-item {
  position: relative;
  padding-left: 12px;
}
.scenes-ci-catalog-item:after {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.scenes-ci-container-block {
  float: left;
  padding-right: 48px;
  position: relative;
  width: calc(100% - 224px);
  width: -moz-calc(100% - 224px);
  width: -webkit-calc(100% - 224px);
}
.scenes-ci-container-block:after {
  content: "";
  border-left: 1px solid #ddd;
  height: 100%;
  position: absolute;
  top: 0;
  right: 24px;
}
.scenes-ci-tag-paleBlue.bh-tag.bh-tag-info {
  background-color: #8396FE;
  cursor: pointer;
}
.scenes-ci-tag-paleBlue.bh-tag.bh-tag-info:hover {
  background-color: #536DFE;
}
.scenes-ed-appImg {
  float: left;
}
.scenes-ed-appImg img {
  width: 40px;
  height: 40px;
}
.scenes-ed-appInfo {
  float: left;
  margin-left: 16px;
}
.scenes-ed-appName h4 {
  line-height: 20px;
}
.scenes-ed-appScore .scenes-ed-number {
  float: left;
}
.scenes-ed-appScore .scenes-ed-appStar {
  float: left;
  margin-left: 8px;
}
.scenes-ed-appScore .scenes-ed-appStar span {
  margin-left: 8px;
}
.scenes-ed-appStar .iconfont {
  font-size: 14px;
  color: #FFBA47;
  float: left;
}
.scenes-ed-commentArea .bh-row {
  margin: 16px 0 0 0;
}
.scenes-ed-userComment {
  float: left;
  border: 1px solid #DDDDDD;
  padding: 0 16px;
  width: 100%;
}
.scenes-ed-commentArea > .bh-row > .bh-col-md-6:nth-child(1) {
  padding-left: 0;
  padding-right: 8px;
}
.scenes-ed-commentArea > .bh-row > .bh-col-md-6:nth-child(2) {
  padding-right: 0;
}
.scenes-ed-userImg {
  float: left;
}
.scenes-ed-userImg img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scenes-ed-userRight,
.scenes-ed-userName,
.scenes-ed-time {
  float: left;
}
.scenes-ed-userRight {
  margin-left: 10px;
}
.scenes-ed-userRight .scenes-ed-time {
  margin-left: 8px;
}
.scenes-ed-userRight .scenes-ed-userStar,
.scenes-ed-userRight .iconfont {
  line-height: 14px;
}
.scenes-er-container {
  width: 1132px;
  margin: 32px auto;
}
.scenes-er-title {
  height: 22px;
  line-height: 22px;
}
.scenes-er-title img {
  width: 24px;
  height: 24px;
}
.scenes-er-title h3 {
  display: inline-block;
  padding-left: 32px;
}
.scenes-er-title > .iconfont.icon-thumbup {
  font-size: 22px;
  color: #FE8181;
}
.scenes-er-title > .iconfont.icon-thumbdown {
  font-size: 22px;
  color: #888888;
}
.scenes-er-singleRanking {
  height: 72px;
  padding-bottom: 8px;
  position: relative;
}
.scenes-er-singleRanking:before,
.scenes-er-singleRanking:after {
  position: absolute;
  width: 1px;
  left: 12px;
  background-color: #EBCCEB;
  z-index: 1;
  display: block;
  content: " ";
}
.scenes-er-singleRanking:before {
  top: 0;
  height: 32px;
}
.scenes-er-singleRanking:after {
  bottom: 0;
  height: -moz-calc(32px);
  height: -webkit-calc(32px);
  height: calc(32px);
}
.scenes-er-list > .scenes-er-singleRanking:nth-child(2):before,
.scenes-er-list > .scenes-er-singleRanking:last-child:after {
  height: 0;
}
.scenes-er-leftScore {
  float: left;
  width: 24px;
  z-index: 100;
  position: relative;
}
.scenes-er-rightApp {
  padding: 16px 0;
  margin: 0 32px;
  float: left;
  width: 366px;
}
.scenes-er-img {
  float: left;
}
.scenes-er-img img {
  width: 40px;
  height: 40px;
}
.scenes-er-aside {
  float: left;
  margin-left: 16px;
  width: 310px;
}
.scenes-er-info {
  overflow: hidden;
}
.scenes-er-info h4 {
  float: left;
  height: 20px;
  line-height: 20px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scenes-er-info h4 a {
  color: #444444;
}
.scenes-er-info .scenes-er-infoStar {
  float: left;
  padding: 0 8px;
  width: 124px;
}
.scenes-er-info .scenes-er-infoStar span {
  padding-left: 8px;
}
.scenes-er-infoStar > .iconfont {
  font-size: 14px;
  color: #FFBA47;
  float: left;
}
.scenes-er-number {
  clear: both;
}
.scenes-er-number a {
  margin: 0 4px;
}
.scenes-er-number a:hover {
  text-decoration: underline;
}
.scenes-er-score-danger {
  border-color: #FE8181;
  color: #FE8181;
}
.scenes-er-score-warning {
  border-color: #FFBA47;
  color: #FFBA47;
}
.scenes-er-score-success {
  border-color: #ABD47C;
  color: #ABD47C;
}
.scenes-cb-topContainer {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  min-height: 68px;
  padding-bottom: 24px;
}
.scenes-cb-Container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 68px;
}
.scenes-cb-Container.scenes-cb-open-adjust {
  width: calc(100% - 384px);
}
.scenes-cb-add-icon {
  padding-left: 24px;
  position: relative;
}
.scenes-cb-add-icon:before {
  content: "";
  width: 10px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 15px;
  left: 8px;
}
.scenes-cb-add-icon:after {
  content: "";
  position: absolute;
  height: 10px;
  border-left: 2px solid #fff;
  top: 11px;
  left: 12px;
}
.sc-panel-user-1,
.sc-panel-thing-1,
.sc-panel-thingNoImg-1 {
  background-color: #fff;
  float: left;
  position: relative;
}
.sc-panel-user-1:hover .sc-panel-user-1-container,
.sc-panel-thing-1:hover .sc-panel-user-1-container,
.sc-panel-thingNoImg-1:hover .sc-panel-user-1-container,
.sc-panel-user-1:hover .sc-panel-thing-1-container,
.sc-panel-thing-1:hover .sc-panel-thing-1-container,
.sc-panel-thingNoImg-1:hover .sc-panel-thing-1-container,
.sc-panel-user-1:hover .sc-panel-thingNoImg-1-container,
.sc-panel-thing-1:hover .sc-panel-thingNoImg-1-container,
.sc-panel-thingNoImg-1:hover .sc-panel-thingNoImg-1-container {
  border: 1px solid #EBCCEB;
}
.sc-panel-user-1:hover .sc-panel-user-1-operate,
.sc-panel-thing-1:hover .sc-panel-user-1-operate,
.sc-panel-thingNoImg-1:hover .sc-panel-user-1-operate,
.sc-panel-user-1:hover .sc-panel-thing-1-operate,
.sc-panel-thing-1:hover .sc-panel-thing-1-operate,
.sc-panel-thingNoImg-1:hover .sc-panel-thing-1-operate,
.sc-panel-user-1:hover .sc-panel-thingNoImg-1-operate,
.sc-panel-thing-1:hover .sc-panel-thingNoImg-1-operate,
.sc-panel-thingNoImg-1:hover .sc-panel-thingNoImg-1-operate {
  bottom: 0;
}
.sc-panel-user-1.sc-active .sc-panel-user-1-container,
.sc-panel-thing-1.sc-active .sc-panel-user-1-container,
.sc-panel-thingNoImg-1.sc-active .sc-panel-user-1-container,
.sc-panel-user-1.sc-active .sc-panel-thing-1-container,
.sc-panel-thing-1.sc-active .sc-panel-thing-1-container,
.sc-panel-thingNoImg-1.sc-active .sc-panel-thing-1-container,
.sc-panel-user-1.sc-active .sc-panel-thingNoImg-1-container,
.sc-panel-thing-1.sc-active .sc-panel-thingNoImg-1-container,
.sc-panel-thingNoImg-1.sc-active .sc-panel-thingNoImg-1-container {
  border: 2px solid #536DFE;
}
.sc-panel-user-1.sc-active .sc-panel-user-1-container:before,
.sc-panel-thing-1.sc-active .sc-panel-user-1-container:before,
.sc-panel-thingNoImg-1.sc-active .sc-panel-user-1-container:before,
.sc-panel-user-1.sc-active .sc-panel-thing-1-container:before,
.sc-panel-thing-1.sc-active .sc-panel-thing-1-container:before,
.sc-panel-thingNoImg-1.sc-active .sc-panel-thing-1-container:before,
.sc-panel-user-1.sc-active .sc-panel-thingNoImg-1-container:before,
.sc-panel-thing-1.sc-active .sc-panel-thingNoImg-1-container:before,
.sc-panel-thingNoImg-1.sc-active .sc-panel-thingNoImg-1-container:before {
  content: "";
  transform: scale(1) rotate(-45deg);
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom-left-radius: 2px;
  top: 1px;
  position: absolute;
  right: 0;
  z-index: 99;
}
.sc-panel-user-1.sc-active .sc-panel-user-1-container:after,
.sc-panel-thing-1.sc-active .sc-panel-user-1-container:after,
.sc-panel-thingNoImg-1.sc-active .sc-panel-user-1-container:after,
.sc-panel-user-1.sc-active .sc-panel-thing-1-container:after,
.sc-panel-thing-1.sc-active .sc-panel-thing-1-container:after,
.sc-panel-thingNoImg-1.sc-active .sc-panel-thing-1-container:after,
.sc-panel-user-1.sc-active .sc-panel-thingNoImg-1-container:after,
.sc-panel-thing-1.sc-active .sc-panel-thingNoImg-1-container:after,
.sc-panel-thingNoImg-1.sc-active .sc-panel-thingNoImg-1-container:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #536DFE;
  border-left: 20px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.sc-panel-user-1.sc-active.sc-default .sc-panel-user-1-container,
.sc-panel-thing-1.sc-active.sc-default .sc-panel-user-1-container,
.sc-panel-thingNoImg-1.sc-active.sc-default .sc-panel-user-1-container,
.sc-panel-user-1.sc-active.sc-default .sc-panel-thing-1-container,
.sc-panel-thing-1.sc-active.sc-default .sc-panel-thing-1-container,
.sc-panel-thingNoImg-1.sc-active.sc-default .sc-panel-thing-1-container,
.sc-panel-user-1.sc-active.sc-default .sc-panel-thingNoImg-1-container,
.sc-panel-thing-1.sc-active.sc-default .sc-panel-thingNoImg-1-container,
.sc-panel-thingNoImg-1.sc-active.sc-default .sc-panel-thingNoImg-1-container {
  border-color: #BBBBBB;
}
.sc-panel-user-1.sc-active.sc-default .sc-panel-user-1-container:after,
.sc-panel-thing-1.sc-active.sc-default .sc-panel-user-1-container:after,
.sc-panel-thingNoImg-1.sc-active.sc-default .sc-panel-user-1-container:after,
.sc-panel-user-1.sc-active.sc-default .sc-panel-thing-1-container:after,
.sc-panel-thing-1.sc-active.sc-default .sc-panel-thing-1-container:after,
.sc-panel-thingNoImg-1.sc-active.sc-default .sc-panel-thing-1-container:after,
.sc-panel-user-1.sc-active.sc-default .sc-panel-thingNoImg-1-container:after,
.sc-panel-thing-1.sc-active.sc-default .sc-panel-thingNoImg-1-container:after,
.sc-panel-thingNoImg-1.sc-active.sc-default .sc-panel-thingNoImg-1-container:after {
  border-top-color: #BBBBBB;
}
.sc-panel-user-1[sc-panel-user-1-role="openDown"] .sc-panel-user-1-operate {
  bottom: 0;
  opacity: 0;
  background-color: #fff;
  color: #888888;
}
.sc-panel-user-1[sc-panel-user-1-role="openDown"] .sc-panel-user-1-operate span {
  color: #536DFE;
}
.sc-panel-user-1[sc-panel-user-1-role="openDown"]:hover .sc-panel-user-1-container {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}
.sc-panel-user-1[sc-panel-user-1-role="openDown"]:hover .sc-panel-user-1-operate {
  opacity: 1;
}
.sc-panel-user-1[sc-panel-user-1-role="openDown"].sc-active:hover .sc-panel-user-1-container {
  box-shadow: none;
  border: 2px solid #536DFE;
}
.sc-panel-user-1-container,
.sc-panel-thing-1-container,
.sc-panel-thingNoImg-1-container {
  padding: 0 16px;
  float: left;
  position: relative;
  overflow: hidden;
}
.sc-panel-user-1-container:after,
.sc-panel-thing-1-container:after,
.sc-panel-thingNoImg-1-container:after {
  content: "";
  display: table;
  clear: both;
}
.sc-panel-user-1-container,
.sc-panel-thing-1-container,
.sc-panel-thingNoImg-1-container {
  border: 1px solid #EBCCEB;
}
.sc-panel-user-1-container {
  width: 352px;
  min-height: 136px;
}
.sc-panel-thing-1-container {
  width: 320px;
  min-height: 110px;
}
.sc-panel-thingNoImg-1-container {
  width: 240px;
  min-height: 116px;
}
.sc-panel-user-1-image,
.sc-panel-thing-1-image {
  position: absolute;
  margin: -8px 16px 0 16px;
  z-index: 100;
}
.sc-panel-user-1-image {
  width: 80px;
  height: 120px;
}
.sc-panel-user-1-image img {
  width: 80px;
  height: 120px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
}
.sc-panel-thing-1-image {
  width: 120px;
  height: 90px;
}
.sc-panel-thing-1-image img {
  width: 120px;
  height: 90px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
}
.sc-panel-user-1-description,
.sc-panel-thing-1-description,
.sc-panel-thingNoImg-1-description {
  color: #888888;
}
.sc-panel-user-1-description {
  margin-left: 96px;
}
.sc-panel-thing-1-description {
  margin-left: 136px;
}
.sc-panel-user-1-header,
.sc-panel-thing-1-header,
.sc-panel-thingNoImg-1-header {
  padding: 16px 0 4px 0;
}
.sc-panel-user-1-title,
.sc-panel-thing-1-title,
.sc-panel-thingNoImg-1-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 8px;
}
.sc-panel-user-1-info {
  display: inline-block;
  color: #BBBBBB;
}
.sc-panel-user-1-operate,
.sc-panel-thing-1-operate,
.sc-panel-thingNoImg-1-operate {
  position: absolute;
  height: 28px;
  width: 100%;
  background-color: rgba(153, 0, 153, 0.68);
  color: #fff;
  text-align: right;
  padding: 3px 12px;
  left: 0;
  bottom: -28px;
  z-index: 200;
}
.sc-panel-user-1-operate span,
.sc-panel-thing-1-operate span,
.sc-panel-thingNoImg-1-operate span {
  cursor: pointer;
}
.sc-panel-thing-1-subjectKey,
.sc-panel-thingNoImg-1-subjectKey {
  display: inline-block;
  color: #BBBBBB;
}
.sc-panel-thing-1-subjectValue,
.sc-panel-thingNoImg-1-subjectValue {
  display: inline-block;
}
.sc-panel-diagonalStrips {
  position: relative;
  min-width: 272px;
  min-height: 70px;
  border-top: 1px solid #BBBBBB;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.sc-panel-diagonalStrips:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  color: #536DFE;
  z-index: 100;
}
.sc-panel-diagonalStrips-bar {
  position: absolute;
  top: 14px;
  left: -20px;
  width: 90px;
  height: 21px;
  background-color: #BBBBBB;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 14px;
  color: #fff;
}
.sc-panel-diagonalStrips-text {
  font-size: 18px;
  padding: 25px 0;
}
.sc-panel-diagonalStrips.sc-panel-success .sc-panel-diagonalStrips-bar {
  background-color: #8BC34A;
}
.sc-panel-diagonalStrips.sc-panel-warning .sc-panel-diagonalStrips-bar {
  background-color: #FFA000;
}
.sc-panel-list {
  position: relative;
  width: 320px;
}
.sc-panel-list-header {
  position: relative;
  height: 36px;
  padding: 9px 16px;
}
.sc-panel-list-header > h3 {
  position: relative;
  float: left;
  max-width: calc(50%);
}
.sc-panel-list-caption {
  position: relative;
  float: right;
  max-width: 50px;
  color: #BBBBBB;
}
.sc-panel-list-section {
  position: relative;
  border-top: 1px solid #EEEEEE;
}
.sc-panel-list-section:after {
  content: "";
  display: table;
  clear: both;
}
.sc-panel-list-section-left {
  position: relative;
  float: left;
  width: calc(100% - 80px);
  padding-right: 8px;
}
.sc-panel-list-section-right {
  position: relative;
  float: right;
  width: 80px;
  height: 80px;
}
.sc-panel-list-prompt {
  display: table;
  width: 100%;
  height: 120px;
  text-align: center;
}
.sc-panel-list-prompt > div {
  display: table-cell;
  vertical-align: middle;
}
.sc-panel-list-prompt > div > img {
  width: 80px;
  height: 80px;
}
.sc-panel-list-navLeft {
  display: table;
  width: 100%;
}
.sc-panel-list-navLeft > nav {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.sc-panel-list-navLeft > nav > img {
  width: 80px;
  height: 80px;
}
.sc-panel-list-navLeft > div {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 120px);
}
.sc-panel-iconimg {
  position: relative;
  width: 320px;
}
.sc-panel-iconimg-icon {
  float: left;
  width: 96px;
  z-index: 2;
  position: relative;
}
.sc-panel-iconimg-icon > img {
  width: 80px;
  height: 80px;
}
.sc-panel-iconimg-icon-cover:after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 112px;
  width: 96px;
  z-index: -1;
  content: " ";
}
.sc-panel-iconimg-rightcontent {
  float: right;
  width: 70%;
}
.sc-panel-picture-list {
  background: #fff;
  border: 1px solid #BBBBBB;
  width: 180px;
  height: 220px;
}
.sc-panel-picture-list > h3 {
  font-size: 23px;
  font-weight: normal;
}
.sc-panel-picture-icon {
  width: 100px;
  border-radius: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
}
.sc-panel-picture-icon > .iconfont {
  font-size: 46px;
  color: #fff;
  position: relative;
  top: 35px;
}
.sc-panel-borderleft-div {
  border-left: 5px solid #536DFE;
  background: #fff;
  width: 200px;
}
.scenes_select_role {
  display: table;
  background-image: url(../../img/selectRoleBgImg.jpg);
}
.scenes-sr-container {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  height: auto;
}
.scenes-sr-content {
  width: 368px;
  margin: 0 auto;
}
.scenes-sr-logo img {
  width: 127px;
  height: 28px;
}
.scenes-sr-line {
  height: 1px;
  background-color: #EEEEEE;
}
.scenes-sr-title {
  line-height: 36px;
}
.scenes-sr-title h1 {
  float: left;
  color: #fff;
  line-height: 36px;
}
.scenes-sr-appImg {
  float: left;
}
.scenes-sr-appImg img {
  width: 36px;
  height: 36px;
}
.scenes-sr-btn {
  margin: auto;
  height: auto;
}
.scenes-sr-btn .bh-btn {
  margin-left: 0;
  margin-top: 8px;
  text-align: left;
  padding: 10px 24px;
}
.scenes-sr-footer {
  margin-top: 48px;
  text-align: center;
}
.scenes-circle-box div {
  float: left;
  margin-right: 16px;
}
.sc-circle {
  width: 24px;
  height: 24px;
  font-size: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  padding-right: 1px;
}
.sc-circle-primary {
  background-color: #536DFE;
}
.sc-circle-success {
  background-color: #8BC34A;
}
.sc-circle-info {
  background-color: #990099;
}
.sc-circle-warning {
  background-color: #FFA000;
}
.sc-circle-danger {
  background-color: #FF5252;
}
.sc-circle-no {
  border: 1px solid #EBCCEB;
  color: #EBCCEB;
  background-color: #fff;
}
.galleria-demo {
  width: 600px;
  height: 400px;
}
article.single,
article.nav {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 101;
  background-color: #ffffff;
}
article.single > h2,
article.nav > h2 {
  position: absolute;
  width: 100%;
  height: 68px;
  color: #333;
  font-size: 24px;
  background-color: #fff;
  padding: 22px 16px;
  box-shadow: none;
}
article.single > h3,
article.nav > h3 {
  font-size: 16px;
  line-height: 20px;
  color: #888888;
}
article.single h3 a,
article.nav h3 a {
  color: #444444;
  font-size: 21px;
  margin-top: 2px;
}
article.single > section {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 68px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}
article.nav > nav {
  position: relative;
  width: 192px;
  background-color: #F7F8FC;
  float: left;
  clear: both;
  padding: 24px 16px;
}
article.nav > section {
  margin-left: 192px;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 2;
  padding: 24px 16px;
  overflow: hidden;
  background: #fff;
}
article.nav > section h2 {
  font-size: 20px;
  font-weight: bolder;
  color: #888888;
  margin-bottom: 16px;
}
article.code {
  padding: 16px;
}
article > h2 {
  margin-bottom: 16px;
}
.bh-bg-info-lv5 {
  background-color: #FBF5FB;
}
.scenes-mc-container {
  position: relative;
}
.scenes-mc-left {
  width: 176px;
  position: fixed;
  z-index: 10;
}
.scenes-mc-right {
  margin-left: 178px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  position: relative;
}
.scenes-mc-tab-link {
  margin-top: 22px;
  margin-left: 14px;
  margin-bottom: 22px;
  font-size: 14px;
}
.scenes-mc-tab-link-item {
  position: relative;
  padding: 10px 16px;
  color: #888888;
  box-sizing: border-box;
  cursor: pointer;
}
.scenes-mc-tab-link-item:hover {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  z-index: 110;
}
.scenes-mc-tab-link-item.active {
  font-weight: bold;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  z-index: 120;
}
.scenes-mc-tab-link-item:hover,
.scenes-mc-tab-link-item.active {
  color: #990099;
  background-color: #fff;
}
.scenes-mc-tab-link-item:hover:after,
.scenes-mc-tab-link-item.active:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.scenes-mc-tab-link-item:hover .scenes-mc-message-account,
.scenes-mc-tab-link-item.active .scenes-mc-message-account {
  color: #FF5252;
}
.scenes-mc-tab-link-item:hover .scenes-mc-message-account.bh-tag,
.scenes-mc-tab-link-item.active .scenes-mc-message-account.bh-tag {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.scenes-mc-tab-link-item:hover:after {
  width: 3px;
  right: -5px;
}
.scenes-mc-tab-link-item.active:after {
  width: 6px;
  right: -6px;
}
.scenes-mc-message-account {
  font-weight: normal;
  color: #FF5252;
}
.scenes-mc-tab-content {
  padding: 24px 20px 62px 20px;
}
.scenes-mc-message-type {
  display: inline-block;
  margin-right: 10px;
}
.scenes-mc-update-time {
  color: #BBBBBB;
}
.scenes-mc-search-group .bh-input-group-addon {
  background-color: #fff;
  border: 1px solid #EBCCEB;
  border-left: none;
  padding: 0 11px;
  position: relative;
}
.scenes-mc-search-group .bh-form-control {
  border-right: none;
  outline: none;
}
.scenes-mc-search-group .bh-form-control:focus {
  border-color: #EBCCEB;
  outline: 0;
  -webkit-box-shadow: inset 0 0 2px transparent;
  box-shadow: inset 0 0 2px transparent;
}
.scenes-mc-search-group i {
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}
.scenes-mc-content-header {
  overflow: hidden;
  margin-bottom: 16px;
}
.scenes-mc-item-message-type,
.scenes-mc-item-message-time {
  color: #BBBBBB;
  display: block;
  text-align: right;
  width: 80px;
}
.scenes-mc-item-left {
  float: left;
  margin-right: 16px;
}
.scenes-mc-item-left .jqx-checkbox {
  margin-top: 6px;
}
.scenes-mc-item-center {
  width: 24px;
  float: left;
}
.scenes-mc-item-right {
  margin-left: 136px;
  position: relative;
  padding-top: 6px;
  padding-bottom: 28px;
}
.scenes-mc-item-right:after {
  position: absolute;
  left: -28px;
  width: 1px;
  background-color: #EBCCEB;
  content: '';
  bottom: 0;
  height: calc(100% - 24px);
}
.scenes-mc-item-circle {
  border-radius: 100%;
  border: 1px solid #FF5252;
  color: #FF5252;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.scenes-mc-item-circle i {
  font-size: 20px;
  opacity: 0;
}
.scenes-mc-item-circle.scenes-mc-read {
  border-color: #EBCCEB;
  color: #EBCCEB;
}
.scenes-mc-item-circle.scenes-mc-read i {
  opacity: 1;
}
.scenes-mc-item-circle.scenes-mc-read:hover {
  background-color: #fff;
  border-color: #B547B5;
}
.scenes-mc-item-circle:hover {
  background-color: #FFF1F1;
}
.scenes-mc-list {
  margin-top: 70px;
}
.scenes-mc-message-title {
  margin-bottom: 12px;
}
.scenes-mc-arrow,
.scenes-mc-more {
  color: #BBBBBB;
  text-align: center;
  width: 217px;
}
.scenes-mc-arrow i,
.scenes-mc-more i {
  color: #EBCCEB;
  font-size: 20px;
  display: block;
}
.scenes-mc-arrow span,
.scenes-mc-more span {
  vertical-align: middle;
  margin-left: 10px;
}
.scenes-mc-more {
  display: none;
}
.scenes-mc-toolbar {
  position: absolute;
  padding-left: 16px;
  left: 0;
}
.scenes-ci-container-leftAside-fixed .scenes-mc-left {
  top: 24px;
}
.scenes-mc-fixed .scenes-mc-toolbar {
  position: fixed;
  bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  height: 52px;
  line-height: 52px;
  display: block;
  box-sizing: border-box;
  z-index: 200;
}
.scenes-mc-onBottom .scenes-mc-toolbar {
  bottom: 32px;
}
@-webkit-keyframes rotateIn {
  0% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    opacity: 0;
    -webkit-opacity: 0;
  }
  5% {
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    opacity: 0.2;
    -webkit-opacity: 0.2;
  }
  12% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }
  25% {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    opacity: 0.75;
    -webkit-opacity: 0.75;
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1;
    -webkit-opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    opacity: 0;
    -webkit-opacity: 0;
  }
  5% {
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    opacity: 0.2;
    -webkit-opacity: 0.2;
  }
  12% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }
  25% {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    opacity: 0.75;
    -webkit-opacity: 0.75;
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1;
    -webkit-opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0;
    -webkit-opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0;
    -webkit-opacity: 0;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes setGray {
  0% {
    color: #444444;
  }
  100% {
    color: #DDDDDD;
  }
}
@keyframes setGray {
  0% {
    color: #444444;
  }
  100% {
    color: #DDDDDD;
  }
}
.setGray {
  -webkit-animation-name: setGray;
  animation-name: setGray;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes resetGray {
  0% {
    color: #DDDDDD;
  }
  100% {
    color: #444444;
  }
}
@keyframes resetGray {
  0% {
    color: #DDDDDD;
  }
  100% {
    color: #444444;
  }
}
.resetGray {
  -webkit-animation-name: resetGray;
  animation-name: resetGray;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.scenes-mc-item-empty {
  margin: 70px auto;
}
.scenes-mc-item-empty img {
  display: block;
  margin: 14px auto;
}
.scenes-mc-item-empty p {
  text-align: center;
  color: #BBBBBB;
  line-height: 24px;
}
.scenes-mc-edit .scenes-mc-item-message-type,
.scenes-mc-edit .scenes-mc-item-message-time,
.scenes-mc-edit .scenes-mc-item-center {
  opacity: 0;
}
.scenes-mc-edit .scenes-mc-item-right:after {
  background-color: transparent;
}
.scenes-mc-edit .scenes-mc-arrow {
  text-align: left;
}
.scenes-mc-edit .scenes-mc-arrow i {
  display: inline-block;
  margin-right: 12px;
  margin-left: 4px;
}
.scenes-mc-edit .jqx-checkbox-group {
  color: #BBBBBB;
}
.scenes-mc-item-searchKey {
  background-color: #FFECCC;
}
.scenes-mc-ml-16 {
  margin-left: 16px;
}
@-webkit-keyframes viewToolbarIn {
  0% {
    margin-top: -28px;
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
  }
}
@keyframes viewToolbarIn {
  0% {
    margin-top: -28px;
    opacity: 0;
    -webkit-opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
  }
}
.viewToolbarIn {
  -webkit-animation-name: viewToolbarIn;
  animation-name: viewToolbarIn;
}
@-webkit-keyframes viewToolbarOut {
  0% {
    margin-top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    margin-top: -28px;
    opacity: 0;
    -webkit-opacity: 0;
  }
}
@keyframes viewToolbarOut {
  0% {
    margin-top: 0px;
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    margin-top: -28px;
    opacity: 0;
    -webkit-opacity: 0;
  }
}
.viewToolbarOut {
  -webkit-animation-name: viewToolbarOut;
  animation-name: viewToolbarOut;
}
@-webkit-keyframes moveToLeft {
  0% {
    margin-left: 136px;
  }
  100% {
    margin-left: 40px;
  }
}
@keyframes moveToLeft {
  0% {
    margin-left: 136px;
  }
  100% {
    margin-left: 40px;
  }
}
.moveToLeft {
  -webkit-animation-name: moveToLeft;
  animation-name: moveToLeft;
}
@-webkit-keyframes moveToRight {
  0% {
    margin-left: 40px;
  }
  100% {
    margin-left: 136px;
  }
}
@keyframes moveToRight {
  0% {
    margin-left: 40px;
  }
  100% {
    margin-left: 136px;
  }
}
.moveToRight {
  -webkit-animation-name: moveToRight;
  animation-name: moveToRight;
}
@-webkit-keyframes slowDisplay {
  0% {
    opacity: 0;
    margin-left: -33px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes slowDisplay {
  0% {
    opacity: 0;
    margin-left: -33px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
.slowDisplay {
  -webkit-animation-name: slowDisplay;
  animation-name: slowDisplay;
}
@-webkit-keyframes slowHide {
  0% {
    opacity: 1;
    margin-left: 0;
  }
  100% {
    opacity: 0;
    margin-left: -33px;
  }
}
@keyframes slowHide {
  0% {
    opacity: 1;
    margin-left: 0;
  }
  100% {
    opacity: 0;
    margin-left: -33px;
  }
}
.slowHide {
  -webkit-animation-name: slowHide;
  animation-name: slowHide;
}
.bh-calculator-container {
  min-height: 442px;
  height: auto;
  width: 100%;
  font-family: '微软雅黑';
  color: #333;
}
.bh-calculator-operations {
  height: auto;
  width: 100%;
  font-size: 14px;
  font-weight: bolder;
  border-left: 1px solid #c5cae1;
  border-right: 1px solid #c5cae1;
  border-top: 1px solid #c5cae1;
  background: -ms-linear-gradient(top, #fff, #f0f1f9 60%);
  /* IE 10 */
  background: -moz-linear-gradient(top, #fff, #f0f1f9 60%);
  /*火狐*/
  /*谷歌*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f1f9, 60%));
  /* Safari 4-5, Chrome 1-9*/
  background: -webkit-linear-gradient(top, #fff, #f0f1f9 60%);
  /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, #fff, #f0f1f9 60%);
  /*Opera 11.10+*/
}
.bh-calculator-itemView {
  height: 160px;
  position: relative;
  border-left: 1px solid #c5cae1;
  border-right: 1px solid #c5cae1;
}
.bh-calculator-items {
  height: 141px;
  width: 100%;
  font-size: 12px;
  overflow-y: auto;
  background: -ms-linear-gradient(top, #fff, #f5f6fa);
  /* IE 10 */
  background: -moz-linear-gradient(top, #fff, #f5f6fa);
  /*火狐*/
  /*谷歌*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f6fa));
  /* Safari 4-5, Chrome 1-9*/
  background: -webkit-linear-gradient(top, #fff, #f5f6fa);
  /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, #fff, #f5f6fa);
  /*Opera 11.10+*/
}
.bh-calculator-itemsController {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 19px;
  background: #fff;
  text-align: center;
}
.bh-calculator-viewController {
  width: 50px;
  border-bottom: 18px solid #f5f6fa;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
  height: 18px;
  position: relative;
}
.bh-calculator-result {
  height: 160px;
  width: 100%;
  border: 1px solid #c5cae1;
  padding: 16px;
  resize: none;
  display: block;
}
span.bh-calculator-operation {
  height: 40px;
  line-height: 40px;
  width: 50px;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #c5cae1;
  border-bottom: 1px solid #c5cae1;
  cursor: pointer;
  background: -ms-linear-gradient(top, #fff, #f0f1f9 60%);
  /* IE 10 */
  background: -moz-linear-gradient(top, #fff, #f0f1f9 60%);
  /*火狐*/
  /*谷歌*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f1f9, 60%));
  /* Safari 4-5, Chrome 1-9*/
  background: -webkit-linear-gradient(top, #fff, #f0f1f9 60%);
  /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, #fff, #f0f1f9 60%);
  /*Opera 11.10+*/
}
span.bh-calculator-operation:hover {
  background: #2196f3;
  color: #fff;
}
span.bh-calculator-item {
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #c5cae1;
  border-bottom: 1px solid #c5cae1;
}
span.bh-calculator-item:hover {
  background: #2196f3;
  color: #fff;
}
.bh-customize-column-search {
  position: relative;
  width: 30%;
}
.bh-customize-column-search input {
  padding: 0 50px 0 24px;
  line-height: 28px;
}
.bh-customize-column-search input::-ms-clear {
  display: none;
}
.bh-customize-column-search > span {
  position: absolute;
  top: 4px;
  right: 7px;
}
.bh-customize-column-search > .bh-customize-column-choose-finder {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 48px;
}
.bh-customize-column-search > .bh-customize-column-choose-finder > div {
  height: 28px;
  line-height: 30px;
  cursor: pointer;
}
.bh-customize-content {
  position: absolute;
  overflow: hidden;
}
.bh-customize-column-grid {
  border-top: 1px solid;
  border-left: 1px solid;
  margin-bottom: 8px;
  position: relative;
}
.bh-customize-column-grid .cell {
  float: left;
  padding: 0 8px;
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  line-height: 32px;
  height: 35px;
}
.bh-customize-column-grid .cell:hover {
  background-color: #F1F4FF;
}
.bh-customize-column-grid .cell .bh-checkbox {
  padding-top: 0;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bh-customize-column-grid .cell .bh-checkbox label {
  padding-right: 0;
}
.bh-customize-column-grid .cell .bh-checkbox i {
  font-style: normal;
}
.bh-customize-column-grid .cell .bh-checkbox .order-handle {
  position: relative;
  top: 3px;
  opacity: 0;
  cursor: move;
}
.bh-customize-column-grid .cell .bh-checkbox:hover .order-handle {
  opacity: 1;
}
.bh-customize-column-grid .filed-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: -webkit-calc(72%);
  width: calc(72%);
}
.block__list {
  padding: 20px 0;
  max-width: 360px;
  margin-top: -8px;
  margin-left: 5px;
  background-color: #fff;
}
.block__list li {
  cursor: move;
}
.block__list_words li {
  background-color: #fff;
  padding: 4px 2px;
  width: 90%;
  border: 1px solid #D8DCEF;
  margin: 10px;
}
.block__list_words div {
  width: 77%;
  float: left;
  padding-left: 10px;
  padding-top: 0px;
}
.block__list_words .sideDelete {
  float: right;
  padding-right: 3px;
  cursor: pointer;
  margin-top: 0px !important;
}
.block__list_words .disabledIcon {
  pointer-events: none;
  color: lightgray;
}
.block__list_words .sortable-ghost {
  opacity: 0.4;
  background-color: #53D1A5;
}
.block__list_words li:first-letter {
  text-transform: uppercase;
}
#fooSide .icon-menu {
  float: left;
}
.bh-data-area-picker-split {
  position: absolute;
  margin-left: -2px;
  margin-top: 3px;
}
.bh-data-area-picker-clear {
  margin-left: -8px;
  margin-right: -8px;
  overflow: auto;
}
.bh-data-area-picker-clear > .bh-col-md-6:first-child {
  padding-left: 0;
}
.bh-data-area-picker-clear > .bh-col-md-6:last-child {
  padding-right: 0;
}
.bh-slider-container {
  height: 64px;
  position: relative;
}
.bh-slider-nomal {
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.bh-slider-base {
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.bh-slider-active-base {
  background-color: #EBCCEB;
}
.bh-slider-disable-base {
  background-color: #EEEEEE;
}
.bh-slider-variety {
  height: 4px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
}
.bh-slider-active-variety {
  background-color: #B547B5;
}
.bh-slider-disable-variety {
  background-color: #BBBBBB;
}
.bh-slider-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  position: absolute;
  top: 23px;
  z-index: 2;
}
.bh-slider-active-dot {
  cursor: pointer;
}
.bh-slider-disable-dot {
  cursor: not-allowed;
}
.bh-slider-rightDot:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
.bh-slider-value {
  z-index: 1;
  position: absolute;
  margin-top: -2px;
  height: 4px;
  top: 50%;
  border-radius: 2px;
}
.bh-slider-tip {
  width: 48px;
  height: 28px;
  background-color: #888888;
  color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 9999;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
}
.bh-slider-tip.bh-animate-opacity:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #888888;
  position: absolute;
  bottom: -8px;
  left: 16px;
}
.bh-slider-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  position: absolute;
  top: -4px;
  z-index: 0;
}
.bh-node-choosed {
  background-color: #B547B5;
  z-index: 1;
}
.bh-node-unChoosed {
  background-color: #EBCCEB;
  z-index: 0;
}
.bh-node-choosed-disabled {
  background-color: #BBBBBB;
}
.bh-node-unChoosed-disabled {
  background-color: #EEEEEE;
}
.bh-slider-nodeCon {
  width: 12px;
  position: absolute;
}
.bh-slider-nodeIndex {
  margin-top: 8px;
  margin-left: 2px;
}
.bh-slider-node-unChoosedIndex {
  color: #BBBBBB;
}
.bh-slider-node-choosedIndex {
  color: #444444;
}
.bh-timePick-customTime .bhtc-input-group {
  width: 124px;
}
/*-------------------------------------
zTree Style

version:    3.5.19
author:     Hunter.z
email:      hunter.z@263.net
website:    http://code.google.com/p/jquerytree/

-------------------------------------*/
.ztree * {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.ztree {
  margin: 0;
  padding: 5px;
  color: #333;
}
.ztree li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  white-space: nowrap;
  outline: 0;
}
.ztree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ztree li ul.line {
  background: url(images/line_conn.gif) 0 0 repeat-y;
}
.ztree li a {
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  color: #333;
  background-color: transparent;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
}
.ztree li .hover-line:hover {
  background-color: #F1F4FF;
}
.ztree li .hover-line.curSelectedNode {
  background-color: #DDE2FF;
}
.ztree li a:hover {
  background-color: #F1F4FF;
}
.ztree li a.curSelectedNode {
  background-color: #DDE2FF;
  color: black;
  height: 18px;
  opacity: 0.8;
}
.ztree li a.curSelectedNode_Edit {
  background-color: #DDE2FF;
  color: black;
  height: 18px;
  opacity: 0.8;
}
.ztree li a.tmpTargetNode_inner {
  padding-top: 0px;
  background-color: #F1F4FF;
  color: white;
  height: 16px;
  border: 1px #F1F4FF solid;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ztree li a input.rename {
  height: 14px;
  width: 80px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px #DDE2FF solid;
  *border: 0px;
}
.ztree li span {
  line-height: 16px;
  margin-right: 2px;
}
.ztree li span.button {
  line-height: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("images/zTreeStandard.png");
  *background-image: url("images/zTreeStandard.gif");
}
.ztree li span.button.chk {
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  cursor: auto;
  background-image: none;
  cursor: pointer;
}
.ztree li span.button.chk.checkbox_false_full {
  border: 1px solid #EBCCEB;
  background-color: #fff;
}
.ztree li span.button.chk.checkbox_false_full_focus {
  border: 1px solid #8BC34A;
  background-color: #fff;
}
.ztree li span.button.chk.checkbox_false_disable {
  border: 0;
  background-color: #DDDDDD;
  cursor: auto;
}
.ztree.only_son li span.button.chk.checkbox_true_part,
.ztree li span.button.chk.checkbox_true_full {
  position: relative;
  border: 1px solid #EBCCEB;
  background-color: #fff;
}
.ztree.only_son li span.button.chk.checkbox_true_part:after,
.ztree li span.button.chk.checkbox_true_full:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 12px;
  height: 5px;
  border-bottom: 2px solid #8BC34A;
  border-left: 2px solid #8BC34A;
  border-bottom-left-radius: 2px;
  left: 1px;
  top: 4px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.ztree.only_son li span.button.chk.checkbox_true_part_focus,
.ztree li span.button.chk.checkbox_true_full_focus {
  position: relative;
  border: 1px solid #8BC34A;
  background-color: #fff;
}
.ztree.only_son li span.button.chk.checkbox_true_part_focus:after,
.ztree li span.button.chk.checkbox_true_full_focus:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 12px;
  height: 5px;
  border-bottom: 2px solid #8BC34A;
  border-left: 2px solid #8BC34A;
  border-bottom-left-radius: 2px;
  left: 1px;
  top: 4px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.ztree.only_son li span.button.chk.checkbox_false_part:after,
.ztree.only_son li span.button.chk.checkbox_false_part_focus:after,
.ztree.only_son li span.button.chk.checkbox_true_part:after,
.ztree.only_son li span.button.chk.checkbox_true_part_focus:after {
  background-color: transparent;
}
.ztree li span.button.chk.checkbox_true_part,
.ztree li span.button.chk.checkbox_false_part {
  position: relative;
  border: 1px solid #EBCCEB;
  background-color: #fff;
}
.ztree li span.button.chk.checkbox_true_part:after,
.ztree li span.button.chk.checkbox_false_part:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  background-color: #8BC34A;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.ztree li span.button.chk.checkbox_true_part_focus,
.ztree li span.button.chk.checkbox_false_part_focus {
  position: relative;
  border: 1px solid #8BC34A;
  background-color: #fff;
}
.ztree li span.button.chk.checkbox_true_part_focus:after,
.ztree li span.button.chk.checkbox_false_part_focus:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  background-color: #8BC34A;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.ztree li span.button.chk.checkbox_true_disable {
  position: relative;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  cursor: auto;
}
.ztree li span.button.chk.checkbox_true_disable:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 12px;
  height: 5px;
  border-bottom: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-bottom-left-radius: 2px;
  left: 1px;
  top: 4px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.ztree li span.button.chk.radio_false_full {
  border: 1px solid #EBCCEB;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_false_full_focus {
  border: 1px solid #8BC34A;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_false_part {
  border: 1px solid #EBCCEB;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_false_part_focus {
  border: 1px solid #8BC34A;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_false_disable {
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  cursor: auto;
}
.ztree li span.button.chk.radio_true_full {
  position: relative;
  border: 1px solid #EBCCEB;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_true_full:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #8BC34A;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
.ztree li span.button.chk.radio_true_full_focus {
  position: relative;
  border: 1px solid #8BC34A;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_true_full_focus:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #8BC34A;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
.ztree li span.button.chk.radio_true_part {
  border: 1px solid #EBCCEB;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_true_part_focus {
  border: 1px solid #8BC34A;
  border-radius: 50%;
}
.ztree li span.button.chk.radio_true_disable {
  position: relative;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
  cursor: auto;
}
.ztree li span.button.chk.radio_true_disable:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #DDDDDD;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
.ztree li span.button.switch {
  width: 18px;
  height: 23px;
}
.ztree li span.button.bottom_open,
.ztree li span.button.center_open,
.ztree li span.button.roots_open,
.ztree li span.button.root_open,
.ztree li span.button.noline_open {
  background: url("images/icon-expand.png") 0 center no-repeat;
}
.ztree li span.button.bottom_close,
.ztree li span.button.center_close,
.ztree li span.button.roots_close,
.ztree li span.button.root_close,
.ztree li span.button.noline_close {
  background: url("images/icon-collapse.png") 0 3px no-repeat;
}
.ztree li span.button.root_docu {
  background: none;
}
.ztree li span.button.roots_docu {
  background-position: -56px 0;
}
.ztree li span.button.center_docu {
  background-position: -56px -18px;
}
.ztree li span.button.bottom_docu {
  background-position: -56px -36px;
}
.ztree li span.button.noline_docu {
  background: none;
}
.ztree li span.button.ico_open {
  margin-right: 2px;
  background: url("images/folderOpen.png") 0 0 no-repeat;
  *vertical-align: middle;
}
.ztree li span.button.ico_close {
  margin-right: 2px;
  background: url("images/folder.png") 0 0 no-repeat;
  *vertical-align: middle;
}
.ztree li span.button.ico_docu {
  margin-right: 2px;
  background: url("images/file.png") 0 0 no-repeat;
  *vertical-align: middle;
}
.ztree li span.button.add {
  margin-left: 2px;
  margin-right: -1px;
  background-position: -144px 0;
  vertical-align: top;
}
.ztree li span.button.edit {
  margin-right: 2px;
  background: url("images/icon-edit.png") 0 0 no-repeat;
  background-size: 100%;
  *vertical-align: middle;
}
.ztree li span.button.remove {
  margin-right: 2px;
  background: url("images/icon-delete.png") 0 0 no-repeat;
  background-size: 100%;
  *vertical-align: middle;
}
.ztree li span.button.ico_loading {
  margin-right: 2px;
  background: url(images/loading.gif) no-repeat scroll 0 0 transparent;
  *vertical-align: middle;
}
ul.tmpTargetzTree {
  background-color: #FFE6B0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 1px;
  border: 0 none;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -110px -80px;
  background-image: url("images/zTreeStandard.png");
  *background-image: url("images/zTreeStandard.gif");
}
ul.ztree.zTreeDragUL {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #BBBBBB;
  border: 1px #B547B5 dotted;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1;
}
.zTreeMask {
  z-index: 10000;
  background-color: #BBBBBB;
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
}
/* level style*/
/*.ztree li span.button.level0 {
    display:none;
}
.ztree li ul.level0 {
    padding:0;
    background:none;
}*/
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bhtc-datetimepicker-widget {
  list-style: none;
}
.bhtc-datetimepicker-widget .bhtc-datepicker {
  padding: 16px 16px 0 16px;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu {
  width: 240px;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu:before,
.bhtc-datetimepicker-widget.bhtc-dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu.bhtc-bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #DDDDDD;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu.bhtc-bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu.bhtc-top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #DDDDDD;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu.bhtc-top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu.bhtc-pull-right:before {
  left: auto;
  right: 6px;
}
.bhtc-datetimepicker-widget.bhtc-dropdown-menu.bhtc-pull-right:after {
  left: auto;
  right: 7px;
}
.bhtc-datetimepicker-widget .bhtc-list-unstyled {
  margin: 0;
}
.bhtc-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  color: #888888;
}
.bhtc-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bhtc-datetimepicker-widget .bhtc-timepicker-hour,
.bhtc-datetimepicker-widget .bhtc-timepicker-minute,
.bhtc-datetimepicker-widget .bhtc-timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bhtc-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bhtc-datetimepicker-widget .bhtc-btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bhtc-datetimepicker-widget .bhtc-picker-switch {
  text-align: center;
}
.bhtc-datetimepicker-widget .bhtc-picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bhtc-datetimepicker-widget .bhtc-picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bhtc-datetimepicker-widget .bhtc-picker-switch td span {
  line-height: 34px;
  height: 34px;
  width: 100%;
}
.bhtc-datetimepicker-widget .bhtc-picker-switch td span.icon-accesstime {
  border-top: 1px solid #EEEEEE;
}
.bhtc-datetimepicker-widget .bhtc-picker-switch td span.icon-daterange {
  border-bottom: 1px solid #EEEEEE;
}
.bhtc-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bhtc-datetimepicker-widget table td,
.bhtc-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  font-weight: normal;
}
.bhtc-datetimepicker-widget table th {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.bhtc-datetimepicker-widget table th.bhtc-picker-switch {
  width: 144px;
}
.bhtc-datetimepicker-widget table th.bhtc-disabled,
.bhtc-datetimepicker-widget table th.bhtc-disabled:hover {
  background: none;
  color: #DDDDDD;
  cursor: not-allowed;
}
.bhtc-datetimepicker-widget table th.bhtc-prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bhtc-datetimepicker-widget table th.bhtc-next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bhtc-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bhtc-datetimepicker-widget table thead tr:first-child th:hover {
  background: #F1F4FF;
}
.bhtc-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
  font-size: 12px;
}
.bhtc-datetimepicker-widget table td.bhtc-cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #BBBBBB;
}
.bhtc-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.bhtc-datetimepicker-widget table td.day:hover,
.bhtc-datetimepicker-widget table td.hour:hover,
.bhtc-datetimepicker-widget table td.minute:hover,
.bhtc-datetimepicker-widget table td.second:hover {
  background: #F1F4FF;
  cursor: pointer;
}
.bhtc-datetimepicker-widget table td.bhtc-old,
.bhtc-datetimepicker-widget table td.bhtc-new {
  color: #BBBBBB;
}
.bhtc-datetimepicker-widget table td.today {
  position: relative;
}
.bhtc-datetimepicker-widget table td.today:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #536DFE;
  border-radius: 4px;
}
.bhtc-datetimepicker-widget table td.bhtc-active,
.bhtc-datetimepicker-widget table td.bhtc-active:hover {
  background-color: #536DFE;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bhtc-datetimepicker-widget table td.bhtc-disabled,
.bhtc-datetimepicker-widget table td.bhtc-disabled:hover {
  background: none;
  color: #DDDDDD;
  cursor: not-allowed;
}
.bhtc-datetimepicker-widget table td span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.bhtc-datetimepicker-widget table td span.year,
.bhtc-datetimepicker-widget table td span.month {
  width: 50px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
}
.bhtc-datetimepicker-widget table td span:hover {
  background: #F1F4FF;
}
.bhtc-datetimepicker-widget table td span.bhtc-active {
  background-color: #536DFE;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bhtc-datetimepicker-widget table td span.bhtc-old {
  color: #BBBBBB;
}
.bhtc-datetimepicker-widget table td span.bhtc-disabled,
.bhtc-datetimepicker-widget table td span.bhtc-disabled:hover {
  background: none;
  color: #DDDDDD;
  cursor: not-allowed;
}
.bhtc-datetimepicker-widget.bhtc-usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bhtc-datetimepicker-widget .bhtc-timepicker-picker .table-condensed {
  margin-top: 24px;
}
.bhtc-input-group {
  position: relative;
  border-collapse: separate;
  background-color: #fff;
}
.bhtc-input-group .bhtc-input-group-addon {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 4px;
}
.bhtc-input-group .bh-form-control {
  position: relative;
  padding-right: 22px;
  background-color: transparent;
  z-index: 100;
}
.bhtc-dropup,
.bhtc-dropdown {
  position: relative;
}
.bhtc-dropdown-toggle:focus {
  outline: 0;
}
.bhtc-dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 20000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.bhtc-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bhtc-collapse {
  display: none;
}
.bhtc-collapse.in {
  display: block;
}
.bhtc-toggle-period {
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
}
.bhtc-toggle-period .bh-btn {
  min-width: 30px;
}
.bh-batch-edit-head {
  position: relative;
  width: 100%;
  height: 31px;
  background-color: #E8F3DB;
  font-size: 14px;
  color: #888888;
  line-height: 31px;
  padding-left: 12px;
}
.bh-batch-edit-head > span {
  font-weight: bold;
  margin: 0 4px;
}
.bh-batch-edit {
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 158px);
  top: 92px;
  left: 16px;
}
.bh-batch-edit > nav,
.bh-batch-edit > section {
  position: absolute;
  height: 100%;
  border: 1px solid #EBCCEB;
}
.bh-batch-edit > nav > #bhBatchEditForm .form-validate-block,
.bh-batch-edit > section > #bhBatchEditForm .form-validate-block {
  display: none;
}
.bh-batch-edit > nav > .bh-batch-edit-form-top,
.bh-batch-edit > section > .bh-batch-edit-form-top {
  margin-top: 22px;
  margin-left: 26px;
}
.bh-batch-edit > nav > .bh-batch-edit-form-top > h4,
.bh-batch-edit > section > .bh-batch-edit-form-top > h4 {
  color: #888888;
}
.bh-batch-edit > nav > #bhBatchEditForm,
.bh-batch-edit > section > #bhBatchEditForm {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 30px;
}
.bh-batch-edit > nav > #bhBatchEditForm .bh-row,
.bh-batch-edit > section > #bhBatchEditForm .bh-row {
  margin-left: 0;
  margin-right: 0;
}
.bh-batch-edit > nav {
  width: 30%;
  overflow: auto;
}
.bh-batch-edit > nav > h4 {
  margin-left: 12px;
  margin-top: 8px;
  color: #888888;
}
.bh-batch-edit > nav > .bh-batch-edit-input {
  position: relative;
  height: 30px;
  width: calc(100% - 24px);
  border-radius: 2px;
  margin: 20px 12px;
}
.bh-batch-edit > nav > .bh-batch-edit-input > input {
  float: left;
  border: none;
}
.bh-batch-edit > nav > .bh-batch-edit-input > .bh-form-control:focus {
  border-color: #2196f3;
  outline: 0;
  -webkit-box-shadow: inset 0 0 2px #2196f3;
  box-shadow: inset 0 0 2px #2196f3;
}
.bh-batch-edit > nav > .bh-batch-edit-input > i {
  position: absolute;
  top: 5px;
  left: 2px;
  z-index: 100;
  color: #BBBBBB;
}
.bh-batch-edit > nav > .bh-batch-edit-input > .bh-form-control {
  position: absolute;
  width: 100%;
  padding-left: 18px;
  border: 1px solid #EBCCEB;
}
.bh-batch-edit > nav > .bh-batch-edit-list {
  width: calc(100% - 24px);
  height: calc(100% - 90px);
  margin: 0 12px;
  clear: both;
}
.bh-batch-edit > nav > .bh-batch-edit-list > ul {
  list-style: none;
  height: 25px;
}
.bh-batch-edit > nav > .bh-batch-edit-list > ul > li span {
  display: block;
  margin-left: 20px;
  margin-bottom: 5px;
}
.bh-batch-edit > nav > .bh-batch-edit-list > ul > li > .bh-checkbox,
.bh-batch-edit > nav > .bh-batch-edit-list > ul .bh-radio {
  padding-top: 0;
}
.bh-batch-edit > section {
  width: 70%;
  left: 30%;
  border-left: none;
  overflow: auto;
}
.jqx-window-content > #buttons > hr {
  display: none;
}
.jqx-popover-content h4 {
  color: #888888;
}
.jqx-popover-content .bh-btn-grouped {
  margin-top: 15px;
  text-align: right;
  margin-bottom: 0;
}
.bh-condition-constructor span {
  margin: 0 4px;
}
.bh-condition-constructor-wrap {
  width: 100%;
}
.bh-condition-constructor-head {
  border: 1px solid #d8dcf0;
  width: 100%;
  background: #f0f1f9;
}
.bh-condition-constructor-condition {
  border: 1px solid #d8dcf0;
  border-top: none;
  width: 100%;
  min-height: 42px;
  padding: 8px;
}
.bh-condition-constructor-head ul {
  list-style: none;
  height: 21px;
}
.bh-condition-constructor-head li {
  margin-right: 8px;
}
.bh-condition-constructor-head li span {
  margin: 0 8px;
}
.bh-condition-constructor-content {
  width: 100%;
  height: 207px;
  border: 1px solid #d8dcf0;
  border-top: none;
  position: relative;
}
.bh-condition-constructor-footer {
  position: absolute;
  width: 100%;
  height: 42px;
  bottom: 0;
  border-top: 1px solid #d8dcf0;
  padding-top: 6px;
  background: #f0f1f9;
}
.bh-condition-constructor-footer button {
  margin-left: 10px;
}
.bh-condition-constructor-content > span {
  position: absolute;
  bottom: 42px;
  right: 8px;
}
.bh-condition-constructor-content > span i {
  color: #999;
}
.bh-condition-constructor-footer span {
  position: absolute;
  bottom: 10px;
  left: 216px;
}
.bh-condition-constructor-footer i {
  position: absolute;
  bottom: 0;
  left: -16px;
  color: #999;
}
.bh-condition-constructor-cover {
  min-width: 444px;
  position: relative;
  transition: height 360ms;
  overflow: hidden;
}
.bh-condition-constructor {
  display: none;
  overflow: hidden;
}
.bh-condition-left {
  width: 100px;
  margin-top: 2px;
}
.bh-condition-middle {
  width: calc(100% - 244px);
}
.bh-condition-middle > div {
  padding-right: 4px;
}
.bh-condition-middle > .insert {
  margin-top: -2px;
}
.bh-condition-right > button {
  margin-top: -2px;
}
.bh-condition-right {
  width: 144px;
}
.bh-condition-constructor a {
  cursor: pointer;
}
.bh-condition-constructor-dropdownlist-wrap {
  width: 40%;
}
.bh-condition-constructor-dropdownlist-wrap1 {
  width: 20%;
}
.bh-bg-info-4 {
  color: #000;
}
.bh-condition-content {
  padding: 10px;
  height: 140px;
  overflow-y: auto;
}
.bh-constructor-content {
  margin: 10px 10px;
  border: 1px dashed #68b8f7;
  padding: 2px 2px;
  position: relative;
}
.bh-condition-content input {
  width: 4px;
  outline: none;
  border: none;
  color: #000;
}
.bh-constructor-content input {
  position: absolute;
  background: transparent;
  right: -4px;
  padding-right: -2px;
}
.bh-condition-constructor-logic {
  margin-left: 10px;
}
.bh-condition-left .bh-tag {
  padding: 0 4px;
  display: inline-block;
  border-radius: 2px;
  min-width: 20px;
  margin: 0 2px;
}
.emap-config-form-wrapper .table-group-wrapper {
  margin: 24px 0;
}
.emap-config-form-wrapper .table-group-wrapper .bh-form-groupname {
  display: inline-block;
  margin-bottom: 8px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form {
  width: 100%;
  border: 1px solid #E2E5F4;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .table-header {
  background-color: #F7F8FC;
  padding: 6px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-container {
  width: 20%;
  border: 1px solid #E2E5F4;
  padding: 6px 8px;
  color: black;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-container .caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 28px;
  line-height: 28px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-container .required {
  position: relative;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-container .required:before {
  content: "*";
  position: absolute;
  color: #e0423a;
  line-height: 28px;
  top: 2px;
  left: -6px;
  font-weight: bold;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container {
  width: 40%;
  border: 1px solid #E2E5F4;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 8px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container .caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 4;
  min-height: 28px;
  line-height: 28px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container .required {
  position: relative;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container .required:before {
  content: "*";
  position: absolute;
  color: #e0423a;
  line-height: 28px;
  top: 2px;
  left: -6px;
  font-weight: bold;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container .input-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 6;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container .input-wrap > div[xtype="textarea"],
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container .input-wrap > div[xtype="uploadfile"],
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .edit-content-container .input-wrap > div[xtype="div"] {
  width: 100%;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .readonly-content-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 8px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .readonly-content-container .caption {
  flex: 4;
  min-height: 28px;
  line-height: 28px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .readonly-content-container .value-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 6;
  min-height: 28px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item .readonly-content-container .value-wrap > p {
  line-height: 28px;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-items-container .form-item > .jqx-validator-error-info {
  width: 100%;
  text-align: end;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-placeholder-container {
  width: 40%;
  border: 1px solid #E2E5F4;
  padding: 6px 8px;
  word-break: break-all;
}
.emap-config-form-wrapper .table-group-wrapper .emap-config-form-animation-wrapper .emap-config-form .group-placeholder-container .placeholder-item {
  margin: 6px 0;
  color: #666666;
}
.bh-rules-group {
  padding: 12px;
  border: solid 1px #BBBBBB;
}
.bh-rules-group h4 {
  font-size: 16px;
  color: #888888;
  margin-bottom: 12px;
}
.bh-rules-group-and {
  color: #990099;
  line-height: 28px;
}
.bh-rules-input-wrap [rules-role=editorInput1].bh-error input {
  border-color: #e24034;
}
.bh-cronstrue {
  overflow: hidden;
  display: flex;
}
.bh-cronstrue .bh-cronstrue-type {
  width: 80px;
  margin-right: 10px;
}
.bh-cronstrue .bh-cronstrue-input {
  display: flex;
  margin-right: 10px;
}
.bh-cronstrue .bh-cronstrue-input .bh-cron-exp-item {
  width: 80px;
  display: flex;
}
.bh-cronstrue .bh-cronstrue-input .bh-cron-exp-item[exp-type="0"] {
  width: 160px;
}
.bh-cronstrue .bh-cronstrue-input .bh-cron-exp-item .bh-cron-tip {
  width: 25px;
  line-height: 28px;
  text-align: center;
}
.bh-cronstrue .bh-cronstrue-btn {
  margin-right: 10px;
}
.bh-cronstrue .bh-cronstrue-result {
  line-height: 28px;
  font-size: 12px;
  color: #BBBBBB;
}
.bh-cronstrue .bh-cronstrue-result .err-tip {
  color: #FF5252;
}
.emap-FQ-container {
  border: #EBCCEB solid 1px;
  margin-bottom: 24px;
}
.emap-FQ-container.emap-expand .emap-FQ-footer-top {
  display: none;
}
.emap-FQ-container.emap-expand .emap-FQ-footer-bottom {
  display: block;
}
.emap-FQ-footer {
  background: #FBF5FB;
  height: 45px;
  line-height: 45px;
}
.emap-FQ-title {
  line-height: 45px;
}
.emap-FQ-text-wrap {
  display: none;
  margin-left: 88px;
  margin-right: 66px;
  position: relative;
}
.emap-FQ-text-wrap .emap-FQ-clear-btn {
  display: inline-block;
  vertical-align: top;
}
.emap-FQ-text-wrap .emap-FQ-text {
  display: inline-block;
  max-width: calc(100% - 64px);
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}
.emap-FQ-footer-bottom {
  display: none;
  position: relative;
}
.emap-FQ-footer-btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.emap-FQ-label {
  float: left;
  width: 108px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  line-height: 28px;
  padding-right: 8px;
}
.emap-FQ-input-warp {
  margin-left: 108px;
}
.emap-FQ-input-warp .bh-timePicker-rangeBox {
  clear: right;
  overflow: hidden;
}
.emap-FQ-filters {
  padding: 24px 12px;
}
.emap-FQ-filter-group {
  width: 270px;
  float: left;
  padding: 0 4px;
}
.emap-FQ-filter-group.double {
  width: 540px;
}
.emap-sk-spinner-fading-circle.emap-sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.emap-sk-spinner-fading-circle .emap-sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.emap-sk-spinner-fading-circle .emap-sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #282928;
  border-radius: 100%;
  -webkit-animation: emap-sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: emap-sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.emap-sk-spinner-fading-circle .emap-sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.emap-sk-spinner-fading-circle .emap-sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.emap-sk-spinner-fading-circle .emap-sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes emap-sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes emap-sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.emap-import-content {
  padding-top: 12px;
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.emap-import-step {
  color: #999;
}
.emap-import-step1-intro {
  font-style: normal;
  font-size: 12px;
  margin-left: 30px;
}
.emap-import-step-title {
  color: #999;
  font-size: 16px;
  line-height: 48px;
  font-weight: normal;
}
.emap-import-step-title span {
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #A1A1A1;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  margin-right: 8px;
  margin-top: -2px;
}
.emap-import-step.active .emap-import-step-title,
.emap-import-step.finish .emap-import-step-title {
  color: #222;
}
.emap-import-step.active .emap-import-step-title span,
.emap-import-step.finish .emap-import-step-title span {
  background: #2C98F0;
}
.emap-import-input-a {
  position: relative;
  overflow: hidden;
}
.emap-import-input-a input[type=file] {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
}
.emap-import-p {
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
}
.emap-import-file-name {
  font-size: 14px;
  color: #222;
  display: inline-block;
  max-width: 230px;
  margin-right: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
}
.emap-import-step1-content a {
  display: inline-block;
  vertical-align: middle;
}
.emap-import-step1-file {
  position: relative;
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
}
.emap-import-step1-file a {
  position: absolute;
  right: 4px;
  top: 0;
}
.emap-import-reload-a {
  line-height: 28px;
  margin-right: 12px;
}
.emap-import-step.active .emap-import-step2-intro {
  display: none;
}
.emap-import-step.active .emap-import-step2-content {
  display: block;
}
.emap-import-step2-content {
  display: none;
}
.emap-import-loading-bar {
  width: 100%;
  height: 8px;
  background: #D4EAFC;
}
.emap-import-loading-bar div {
  height: 100%;
  width: 0;
  background: #2C98F0;
  /*-webkit-animation: importing 8s 1 ease-in-out;
    animation: importing 8s 1 ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-play-state : paused;
    animation-play-state : paused;*/
}
.emap-import-loading-bar div.active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.emap-import-loading-bar div.finish {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.emap-import-step3-content {
  display: none;
}
.emap-import-step.active .emap-import-step3-content {
  display: block;
}
.emap-import-step-content {
  overflow: hidden;
  padding-left: 32px;
}
@-webkit-keyframes emapImporting {
  0% {
    width: 0;
  }
  23% {
    width: 23%;
  }
  40% {
    width: 28%;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@keyframes emapImporting {
  0% {
    width: 0;
  }
  23% {
    width: 23%;
  }
  40% {
    width: 28%;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
.emap-import2-flow-state {
  position: relative;
  height: 80px;
  width: 99%;
  left: 0.5%;
  margin-top: 24px;
}
.emap-import2-flow-state .emap-import2-step-line {
  position: absolute;
  height: 2px;
  background-color: #DDDDDD;
  left: 40px;
  right: 40px;
}
.emap-import2-flow-state .emap-import2-step {
  position: absolute;
  text-align: center;
  width: 80px;
  top: -6px;
}
.emap-import2-flow-state .emap-import2-step .emap-import2-icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  margin-bottom: 4px;
  border-radius: 50%;
  border: 4px solid white;
  background-color: #BBBBBB;
  z-index: 1;
}
.emap-import2-flow-state .emap-import2-step .emap-import2-step-name {
  font-size: 14px;
  margin-top: 10px;
}
.emap-import2-flow-state .emap-import2-step.activing .emap-import2-icon {
  border: 4px solid #E8F3DB;
  background-color: #8BC34A;
  width: 16px;
  height: 16px;
  top: -1px;
  margin-bottom: 6px;
}
.emap-import2-flow-state .emap-import2-step.activing .emap-import2-step-name {
  color: #8BC34A;
  font-weight: bold;
  margin-top: 9px;
}
.emap-import2-flow-state .emap-import2-step.actived .emap-import2-icon {
  background-color: #8BC34A;
}
.emap-import2-flow-state .emap-import2-step.fail .emap-import2-icon {
  border: 4px solid #FFECCC;
  background-color: #FFA000;
  width: 16px;
  height: 16px;
  top: -1px;
  margin-bottom: 6px;
}
.emap-import2-flow-state .emap-import2-step.fail .emap-import2-step-name {
  color: #FFA000;
  font-weight: bold;
  margin-top: 9px;
}
.emap-import2-flow-state .emap-import2-step.step-1 {
  left: 0;
}
.emap-import2-flow-state .emap-import2-step.step-2 {
  left: 42%;
}
.emap-import2-flow-state .emap-import2-step.step-3 {
  right: 0;
}
.emap-import2-content {
  position: relative;
  text-align: center;
  width: 99%;
  left: 0.5%;
}
.emap-import2-content .step-1-content.default .step-default,
.emap-import2-content .step-2-content.default .step-default,
.emap-import2-content .step-3-content.default .step-default {
  display: block;
}
.emap-import2-content .step-1-content.success .step-success,
.emap-import2-content .step-2-content.success .step-success,
.emap-import2-content .step-3-content.success .step-success {
  display: block;
}
.emap-import2-content .step-1-content > div,
.emap-import2-content .step-2-content > div,
.emap-import2-content .step-3-content > div {
  display: none;
}
.emap-import2-content .step-1-content.format-error .step-fail {
  display: block;
}
.emap-import2-content .step-1-content.format-error .step-fail .step-1-fail-img {
  background-image: url('images/format-error.png');
  background-size: 100%;
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-1-content.net-error .step-fail {
  display: block;
}
.emap-import2-content .step-1-content.net-error .step-fail .step-1-fail-img {
  background-image: url('images/net-error.png');
  background-size: 100%;
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-1-content.file-overflow .step-fail {
  display: block;
}
.emap-import2-content .step-1-content.file-overflow .step-fail .step-1-fail-img {
  background-image: url('images/file-overflow.png');
  background-size: 100%;
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-1-content > div.step-default button {
  position: relative;
  overflow: hidden;
}
.emap-import2-content .step-1-content > div.step-default button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 176px;
  height: 36px;
  cursor: pointer;
}
.emap-import2-content .step-1-content .step-1-loading-tip {
  position: absolute;
  margin-top: -24px;
  width: 100%;
}
.emap-import2-content .step-1-content .step-1-loading-tip > p {
  width: 150px;
  text-align: center;
}
.emap-import2-content .step-1-content .step-1-default-img {
  background-image: url('images/no-data.png');
  background-size: 100%;
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-1-content .step-1-loading-img {
  background-image: url('images/uploading.gif');
  background-size: 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-2-content .step-2-default-img,
.emap-import2-content .step-2-content .step-2-success-img {
  background-size: 100% 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-2-content .step-2-success-img {
  background-image: url('images/right-excel.gif');
}
.emap-import2-content .step-2-content .step-2-default-img {
  background-image: url('images/scaning.gif');
}
.emap-import2-content .step-2-content.viruses .step-fail {
  display: block;
}
.emap-import2-content .step-2-content.viruses .step-fail .step-2-fail-img {
  background-image: url('images/viruses.png');
  background-size: 100% 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-2-content.net-error .step-fail {
  display: block;
}
.emap-import2-content .step-2-content.net-error .step-fail .step-2-fail-img {
  background-image: url('images/net-error.png');
  background-size: 100% 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-2-content.format-error .step-fail {
  display: block;
}
.emap-import2-content .step-2-content.format-error .step-fail .step-2-fail-img {
  background-image: url('images/format-error.png');
  width: 148px;
  background-size: 100% 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-2-content.no-data .step-fail {
  display: block;
}
.emap-import2-content .step-2-content.no-data .step-fail .step-2-fail-img {
  background-image: url('images/file-no-data.png');
  width: 148px;
  background-size: 100% 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-2-content.part-error .step-fail {
  display: block;
}
.emap-import2-content .step-2-content.part-error .step-fail .step-2-fail-img {
  background-image: url('images/warning-excel.gif');
  width: 148px;
  background-size: 100% 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-3-content .step-3-fail-img,
.emap-import2-content .step-3-content .step-3-default-img,
.emap-import2-content .step-3-content .step-3-success-img {
  background-size: 100%;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-3-content .step-3-default-img {
  background-image: url('images/importing.gif');
}
.emap-import2-content .step-3-content .step-3-success-img {
  background-image: url('images/success.gif');
}
.emap-import2-content .step-3-content.net-error .step-fail {
  display: block;
}
.emap-import2-content .step-3-content.net-error .step-fail .step-3-fail-img {
  background-image: url('images/net-error.png');
  background-size: 100%;
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-3-content.db-error .step-fail {
  display: block;
}
.emap-import2-content .step-3-content.db-error .step-fail .step-3-fail-img {
  background-image: url('images/db-error.png');
  background-size: 100%;
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.emap-import2-content .step-2-content .all-error {
  display: block;
}
.emap-import2-content .step-2-content .check-error {
  display: none;
}
.emap-import2-content .step-2-content.part-error .all-error {
  display: none;
}
.emap-import2-content .step-2-content.part-error .check-error {
  display: block;
}
.emap-import2-content .emap-import2-fontsize-16 {
  font-size: 16px;
}
.emap-import2-popOver .bh-btn {
  min-width: 0;
  width: 28px;
  border-radius: 50%;
  padding-right: 0;
  padding-left: 0;
}
.emap-import-mapping {
  height: 100%;
}
.emap-import-mapping .emap-import-mapping-title {
  width: 100%;
}
.emap-import-mapping .mapping-container {
  height: calc(100% - 32px);
}
.emap-import-mapping .mapping-container .mapstep1 {
  height: 100%;
  text-align: center;
  position: relative;
}
.emap-import-mapping .mapping-container .mapstep1 .mapstep1-content {
  padding-top: 20%;
  padding-left: 0px;
}
.emap-import-mapping .mapping-container .mapstep1 .mapstep1-content .mapstep1-content-text {
  margin-bottom: 48px;
}
.emap-import-mapping .mapping-container .mapstep1 .mapstep1-content-load {
  display: none;
  padding-top: 20%;
  padding-left: 0px;
}
.emap-import-mapping .mapping-container .mapstep2 {
  height: 100%;
  text-align: center;
  position: relative;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2 {
  padding-left: 0px;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2-error {
  display: none;
  padding-top: 20%;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2-error .icon-highlightremove {
  font-size: 48px;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2-success .step2-success-header {
  text-align: left;
  padding-top: 16px;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2-success .step2-success-header .step2-dropdown {
  display: inline-block;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2-success .step2-success-header .step2-dropdown .step2-dropdown-title {
  display: inline-block;
  padding-right: 4px;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2-success .step2-success-header .step2-dropdown .step2-dropdown-content {
  display: inline-block;
  vertical-align: top;
}
.emap-import-mapping .mapping-container .mapstep2 .emap-map-step2-success .step2-form {
  padding-top: 16px;
}
.emap-import-mapping .mapping-container .mapstep3 {
  height: 100%;
  padding-top: 20%;
  font-size: 14px;
}
.form-tbody-select-yellow {
  border-color: #fda636;
}
.emap-query-input-wrap {
  position: relative;
  width: 352px;
  margin-bottom: 8px;
}
.emap-query-input-wrap .emap-query-input {
  padding-left: 26px;
  padding-right: 50px;
}
.emap-query-input-wrap .emap-query-input-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 18px;
  color: #BBBBBB;
}
.emap-query-form-label {
  display: block;
  position: relative;
  float: left;
  width: 80px;
  line-height: 30px;
  text-align: right;
  padding-right: 4px;
  color: #BBBBBB;
  margin-right: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.emap-query-form-label:after {
  content: ":";
  position: absolute;
  right: 0;
}
.emap-query-form-group {
  margin-bottom: 8px;
  position: relative;
}
.emap-query-form-group.emap-advanced {
  width: 384px;
}
.emap-query-form-group.emap-advanced.emap-double-width {
  width: 768px;
}
.emap-query-form-group:after {
  content: '';
  display: block;
  clear: both;
}
.emap-query-form-group .emap-query-form-btn {
  position: absolute;
  right: 4px;
  top: 0;
}
.emap-query-quick-select {
  position: absolute;
  z-index: 18200;
  background: #fff;
  border: #BBBBBB solid 1px;
  overflow: hidden;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -ms-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.emap-query-quick-select p {
  line-height: 28px;
  padding: 0 8px;
  cursor: pointer;
}
.emap-query-quick-select p:hover {
  background: #DDE2FF;
}
.emap-query-easy-caption {
  margin-right: 4px;
}
.emap-query-quick-form {
  margin-bottom: 12px;
}
.emap-query-advanced-form {
  display: none;
}
.emap-query-quick-form .bh-label-radio,
.emap-query-advanced-form .bh-label-radio {
  margin-top: 3px;
  line-height: 20px;
}
.emap-query-quick-form .emap-query-form-input-container,
.emap-query-advanced-form .emap-query-form-input-container {
  float: left;
  width: -webkit-calc(100% - 88px);
  width: calc(100% - 88px);
}
.emap-query-expand {
  padding-left: 88px;
  padding-bottom: 12px;
  border-bottom: #DDDDDD solid 1px;
}
.emap-query-expand .emap-query-collapse-btn {
  display: none;
}
.emap-query-expand a {
  cursor: pointer;
}
.emap-query-expand.emap-expand .emap-query-collapse-btn {
  display: inline;
}
.emap-query-expand.emap-expand .emap-query-expand-btn {
  display: none;
}
.emap-query-condition-wrap .emap-query-form-group {
  margin-right: 124px;
}
.emap-query-tag {
  border: #DDDDDD solid 1px;
  color: #444444;
  margin-top: 4px;
  padding-right: 24px;
  position: relative;
  margin-right: 8px;
}
.emap-query-tag:hover {
  background: #DDDDDD;
}
.emap-query-tag .icon-close {
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
}
.emap-query-input-decorator {
  position: absolute;
  top: 4px;
  color: #BBBBBB;
  cursor: text;
  display: none;
}
.emap-query-schema-dialog .emap-schema-none {
  display: none;
}
.emap-query-schema-dialog.emap-none .emap-schema-none {
  display: block;
}
.emap-query-schema-dialog.emap-none .emap-query-schema-add,
.emap-query-schema-dialog.emap-none .emap-query-schema-list {
  display: none;
}
.emap-query-schema-add {
  display: none;
}
.emap-query-schema-add h4 {
  color: #888888;
}
.emap-query-schema-name-input {
  width: 205px;
  display: inline-block;
  vertical-align: middle;
}
.emap-query-schema-li {
  line-height: 30px;
  padding: 0 8px;
  cursor: pointer;
}
.emap-query-schema-li:hover {
  background: #DDE2FF;
}
.emap-query-schema-li i.iconfont {
  margin-right: 8px;
}
.emap-query-schema-li .icon-publish {
  display: none;
}
.emap-query-schema-li [emap-role="query-schema-unfixed"] {
  display: none;
}
.emap-query-schema-li.emap-fixed [emap-role="query-schema-unfixed"],
.emap-query-schema-li.emap-fixed .icon-publish {
  display: inline;
}
.emap-query-schema-li.emap-fixed [emap-role="query-schema-fixed"],
.emap-query-schema-li.emap-fixed .icon-turnedinnot {
  display: none;
}
.emap-query-schema-wrap a {
  line-height: 28px;
  margin-right: 8px;
}
@media all {
  .emap-upload-qrcode {
    position: relative;
    cursor: pointer;
  }
  .qrcode-container {
    position: absolute;
    top: 0;
    left: 60px;
    width: 220px;
    height: 300px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.278);
    border-radius: 15px;
    padding: 20px 17px;
    background: #fff;
    z-index: 2;
  }
  .qrcode-title {
    font-weight: 700;
    font-size: 13px;
  }
  .emap-upload-block-wrap {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
  }
  .emap-upload-block-wrap.saved .emap-upload-file-cell,
  .emap-upload-block-wrap.success .emap-upload-file-cell {
    display: table-cell;
  }
  .emap-upload-block-wrap.loading .emap-upload-loading-cell {
    display: table-cell;
  }
  .emap-upload-block-wrap.loading .emap-upload-cell-edit {
    display: none!important;
  }
  .emap-upload-block-wrap.error .emap-upload-error-cell {
    display: table-cell;
  }
  .emap-upload-block-wrap.error .emap-upload-cell-edit {
    display: none!important;
  }
  .emap-upload-btn-wrap.bh-hide input[type="file"] {
    display: none;
  }
  .emap-upload-block {
    display: table;
    text-align: center;
    position: relative;
    border-color: #d8dcf0;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
  }
  .emap-upload-block .emap-upload-cell {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: #f6f7fb;
    display: none;
  }
  .emap-upload-block .emap-upload-cell .emap-upload-img {
    max-width: 100%;
    max-height: 100%;
  }
  .emap-upload-block .emap-upload-sort-icon {
    display: none;
  }
  .emap-upload-block .emap-upload-sort-icon i {
    font-size: 48px;
  }
  .emap-upload-block.emap-upload-btn {
    border-style: dotted;
    cursor: pointer;
    overflow: hidden;
  }
  .emap-upload-block.emap-upload-btn > .emap-upload-cell {
    display: table-cell;
  }
  .emap-upload-block .emap-upload-icon-add {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 4px;
    color: #B547B5;
    margin-top: 8px;
  }
  .emap-upload-block .emap-upload-shuoming {
    position: relative;
    font-size: 12px;
    padding-right: 6px;
  }
  .emap-upload-block .emap-upload-shuoming:before {
    position: absolute;
    right: -12px;
    font-size: 16px;
    color: #EBCCEB;
  }
  .emap-upload-block .emap-upload-info-text {
    display: none;
    position: absolute;
    width: 200px;
    background: #fff;
    border: solid 1px #333;
    line-height: 20px;
    padding: 12px 16px;
  }
  .emap-upload-block:hover .emap-upload-info-text,
  .emap-upload-block:hover .emap-upload-cell-edit {
    display: block;
  }
  .emap-upload-block .emap-upload-mask {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    color: #fff;
  }
  .emap-upload-input {
    position: absolute;
    font-size: 120px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }
  .emap-upload-success-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    color: #fff;
    font-weight: bolder;
    background: #8BC34A;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin-top: 24%;
  }
  .emap-upload-cell-success {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .emap-upload-name {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .emap-upload-cell-edit a {
    float: left;
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: none;
  }
  .emap-upload-cell-edit a:hover {
    background: #536DFE;
  }
  .emap-upload-cell-edit a i {
    display: block;
    font-size: 24px;
  }
  .emap-upload-cell-edit.emap-upload-cell-edit_2 a {
    width: 50%;
    height: 100%;
  }
  .emap-upload-cell-edit.emap-upload-cell-edit_2 a i {
    margin-top: 50%;
  }
  .emap-upload-cell-edit.emap-upload-cell-edit_3 a {
    width: 33.333%;
    height: 100%;
  }
  .emap-upload-cell-edit.emap-upload-cell-edit_3 a i {
    margin-top: 64%;
  }
  .emap-upload-cell-edit.emap-upload-cell-edit_4 a {
    width: 50%;
    height: 50%;
  }
  .emap-upload-cell-edit.emap-upload-cell-edit_4 a i {
    margin-top: 12%;
  }
  .emap-upload-cell-edit input[type=file] {
    position: absolute;
    font-size: 200px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
  }
  .emap-upload-cell-edit.emap-upload__preview [emap-role="upload-preview"] {
    display: block;
  }
  .emap-upload-cell-edit.emap-upload__delete [emap-role="upload-delete"] {
    display: block;
  }
  .emap-upload-cell-edit.emap-upload__download [emap-role="upload-down"] {
    display: block;
  }
  .emap-upload-cell-edit.emap-upload__reupload [emap-role="upload-reupload"] {
    display: block;
  }
  .emap-upload-error-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    color: #fff;
    font-weight: bolder;
    background: #FF5252;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
  }
  .emap-upload-btn-button {
    overflow: hidden;
    position: relative;
    margin-right: 8px;
  }
  .emap-upload-btn-button[disabled] input[type=file] {
    display: none;
  }
  .emap-upload-btn-button input[type=file] {
    position: absolute;
    font-size: 200px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
  }
  .emap-upload-img-file {
    width: 48px;
    height: 48px;
    margin: 0 auto;
  }
  .emap-upload-img-file.ppt {
    background-image: url('../../emap/image/PPT.png');
  }
  .emap-upload-img-file.doc {
    background-image: url('../../emap/image/DOC.png');
  }
  .emap-upload-img-file.xls {
    background-image: url('../../emap/image/XLS.png');
  }
  .emap-upload-img-file.psd {
    background-image: url('../../emap/image/PSD.png');
  }
  .emap-upload-img-file.zip {
    background-image: url('../../emap/image/ZIP.png');
  }
  .emap-upload-img-file.other {
    background-image: url('../../emap/image/other.png');
  }
  .emap-upload-img-file.cpt {
    background-image: url('../../emap/image/CPT.png');
  }
  .emap-upload-loading-popover .bh-btn {
    min-width: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  /* added by zsl 5 2016-8-12 14:22*/
  /*������ʽ�������ļ�ͼ�ꡢ�ļ�����*/
  .emap-upload-file-wrap {
    float: none;
  }
  .emap-upload-file-wrap .bh-icon-file-type {
    color: #FFF;
    padding: 0.2em 0.7em;
    border-radius: 1em;
    background-color: #93D36E;
  }
  .emap-upload-file-wrap .PDF {
    background-color: #F87F77;
  }
  .emap-upload-file-wrap .XLSX {
    background-color: #93D36E;
  }
  .emap-upload-file-wrap .AVI {
    background-color: #F87F77;
  }
  .emap-upload-file-wrap .BMP {
    background-color: #B0D684;
  }
  .emap-upload-file-wrap .CSS {
    background-color: #BC6CC9;
  }
  .emap-upload-file-wrap .PPT {
    background-color: #68B8F7;
  }
  .emap-upload-file-wrap .PNG {
    background-color: #93D36E;
  }
  .emap-upload-file-wrap .SVG {
    background-color: #B0D684;
  }
  .emap-upload-file-wrap .filename {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 640px;
  }
  .emap-upload-file-wrap .filename,
  .emap-upload-file-wrap .state-icon,
  .emap-upload-file-wrap .cancel,
  .emap-upload-file-wrap .cancel,
  .emap-upload-file-wrap .error-reupload,
  .emap-upload-file-wrap .fail-reupload,
  .emap-upload-file-wrap .view,
  .emap-upload-file-wrap .download,
  .emap-upload-file-wrap .del {
    margin-left: 10px;
  }
  .emap-upload-file-wrap .state-icon,
  .emap-upload-file-wrap .result-fail,
  .emap-upload-file-wrap .result-success,
  .emap-upload-file-wrap .cancel,
  .emap-upload-file-wrap .error-reupload,
  .emap-upload-file-wrap .fail-reupload,
  .emap-upload-file-wrap .view,
  .emap-upload-file-wrap .download,
  .emap-upload-file-wrap .del {
    display: none;
  }
  .emap-upload-file-wrap .cancel,
  .emap-upload-file-wrap .error-reupload,
  .emap-upload-file-wrap .fail-reupload,
  .emap-upload-file-wrap .view,
  .emap-upload-file-wrap .download,
  .emap-upload-file-wrap .del {
    cursor: pointer;
  }
  .emap-upload-file-wrap .error-reupload {
    position: relative;
    overflow: hidden;
  }
  .emap-upload-file-wrap .error-reupload input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 200px;
    opacity: 0;
  }
  .emap-upload-file-wrap .state-icon {
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
  }
  .emap-upload-file-wrap .result-fail {
    color: red;
  }
  .emap-upload-file-wrap .result-success {
    color: #93D36E;
  }
  .emap-upload-file-wrap .rate {
    display: none;
    float: right;
    color: #879195;
  }
  .emap-upload-file-wrap .progress {
    display: none;
    margin-top: 2px;
    background-color: #D8DCF0;
    height: 2px;
    border: 0;
  }
  .emap-upload-file-wrap .bar {
    background-color: #7C88CC;
    height: 2px;
    border: 0;
  }
  /*����״̬ */
  .emap-upload-file-wrap.loading .state-icon {
    display: inline-block;
    background-image: url('../../emap/image/loader-small.gif');
  }
  .emap-upload-file-wrap.loading .cancel {
    display: inline;
  }
  .emap-upload-file-wrap.loading.state-support-rate .rate,
  .emap-upload-file-wrap.loading.state-support-rate .progress {
    display: block;
  }
  .emap-upload-file-wrap.loading.state-support-rate .state-icon {
    display: none;
  }
  /*�ɹ�״̬*/
  .emap-upload-file-wrap.success .state-icon {
    display: inline-block;
    background-image: url('../../emap/image/upload-success.png');
  }
  .emap-upload-file-wrap.success .result-success {
    display: inline;
  }
  .emap-upload-file-wrap.success.state-support-rate .progress {
    display: block;
  }
  .emap-upload-file-wrap.success.state-support-rate .bar {
    background-color: #93D36E;
  }
  /*��֧��״̬*/
  .emap-upload-file-wrap.error {
    background-color: #FDF0EF;
  }
  .emap-upload-file-wrap.error .state-icon {
    display: inline-block;
    background-image: url('../../emap/image/upload-fail.png');
  }
  .emap-upload-file-wrap.error .result-fail {
    display: inline-block;
    vertical-align: middle;
  }
  .emap-upload-file-wrap.error.emap-upload__reupload .error-reupload {
    vertical-align: middle;
  }
  .emap-upload-file-wrap.error.emap-upload__reupload .del {
    display: inline-block;
    vertical-align: middle;
  }
  .emap-upload-file-wrap.error.emap-upload__delete .del {
    display: inline-block;
    vertical-align: middle;
  }
  /*�ϴ�ʧ��״̬*/
  .emap-upload-file-wrap.fail {
    background-color: #FDF0EF;
  }
  .emap-upload-file-wrap.fail .state-icon {
    display: inline-block;
    background-image: url('../../emap/image/upload-fail.png');
  }
  .emap-upload-file-wrap.fail.emap-upload__reupload .fail-reupload {
    display: inline-block;
    vertical-align: middle;
  }
  .emap-upload-file-wrap.fail.emap-upload__delete .del {
    display: inline-block;
    vertical-align: middle;
  }
  .emap-upload-file-wrap.fail .result-fail {
    display: inline;
  }
  /*����״̬���������*/
  .emap-upload-file-wrap.normal .state-icon,
  .emap-upload-file-wrap.saved .state-icon,
  .emap-upload-file-wrap.normal .result-success,
  .emap-upload-file-wrap.saved .result-success {
    display: none;
  }
  .emap-upload-file-wrap.emap-upload__reupload.normal:hover .error-reupload,
  .emap-upload-file-wrap.emap-upload__reupload.saved:hover .error-reupload {
    display: inline-block;
    vertical-align: top;
  }
  .emap-upload-file-wrap.emap-upload__preview.normal:hover .view,
  .emap-upload-file-wrap.emap-upload__preview.saved:hover .view {
    display: inline-block;
    vertical-align: top;
  }
  .emap-upload-file-wrap.emap-upload__download.normal:hover .download,
  .emap-upload-file-wrap.emap-upload__download.saved:hover .download {
    display: inline-block;
    vertical-align: top;
  }
  .emap-upload-file-wrap.emap-upload__delete.normal:hover .del,
  .emap-upload-file-wrap.emap-upload__delete.saved:hover .del {
    display: inline-block;
    vertical-align: top;
  }
  /************ readonly ***********/
  .emap-upload-list-container.emap-readonly .emap-upload-block-wrap [emap-role="upload-reupload"],
  .emap-upload-list-container.emap-disable .emap-upload-block-wrap [emap-role="upload-reupload"],
  .emap-upload-list-container.emap-readonly .emap-upload-block-wrap [emap-role="upload-delete"],
  .emap-upload-list-container.emap-disable .emap-upload-block-wrap [emap-role="upload-delete"] {
    display: none;
  }
  .emap-upload-cell-edit_1 a {
    width: 100%;
    height: 100%;
  }
  .emap-upload-cell-edit_1 a i {
    margin-top: 25%;
  }
  .emap-upload-sort-btns {
    display: none;
  }
  .emap-upload-sorting .emap-upload-start-sort {
    display: none;
  }
  .emap-upload-sorting .emap-upload-sort-btns {
    display: block;
  }
  .emap-upload-sorting .emap-upload-cell-edit {
    display: none !important;
  }
  .emap-upload-sorting .emap-upload-btn-wrap {
    display: none;
  }
  .emap-upload-sorting .emap-upload-sort-icon {
    display: block;
  }
  .emap-upload-sorting .emap-upload-block-wrap {
    cursor: move;
  }
  .emap-upload-sorting p > .emap-upload-btn-button {
    display: none;
  }
  .emap-upload-sorting p > span {
    display: none;
  }
}
div[type=multi-tree2-sync][showparentlabel=false] .jqx-dropdownlist-content {
  height: auto !important;
  overflow: visible;
  white-space: initial;
}
div[type=multi-tree2][showparentlabel=false] .jqx-dropdownlist-content {
  height: auto !important;
  overflow: visible;
  white-space: initial;
}
