body {
  font-family: "Microsoft Yahei";
  background: #e0e5eb;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel.window {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  padding: 0;
}
.select2-container .select2-dropdown {
  z-index: 999999;
}
/* .zk-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
} */
.query {
  /*display: table-cell;*/
  height: 48px;
  vertical-align: middle;
  width: 100%;
}
.hidden {
  display: none !important;
}
.mark {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10000000;
}
.mark-img {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: auto;
}
.mark-img img {
  width: 100%;
  height: 100%;
}
.readOnlyElem {
  position: relative;
}
.readOnly input:not(.approve-tag),
.readOnlyElem input:not(.approve-tag),
.readOnly textarea:not(.approve-tag),
.readOnlyElem textarea:not(.approve-tag),
.readOnly select:not(.approve-tag),
.readOnlyElem select:not(.approve-tag),
.readOnly .select2 .select2-selection,
.readOnlyElem .select2 .select2-selection,
.readOnly .combo.textbox,
.readOnlyElem .combo.textbox {
  outline: none;
  border: 1px solid #c1c1c1 !important;
  color: #888 !important;
  background-color: #e4e4e4 !important;
}
.readOnly .controller-btn,
.readOnlyElem .controller-btn {
  visibility: hidden;
}
.readOnly .delBtn,
.readOnlyElem .delBtn,
.readOnly .uploadbtn,
.readOnlyElem .uploadbtn {
  display: none;
}
.readOnly div.sod_select,
.readOnlyElem div.sod_select {
  background-color: #e4e4e4 !important;
  border: 1px solid #c1c1c1 !important;
}
.readOnly div.sod_select .sod_label,
.readOnlyElem div.sod_select .sod_label {
  color: #888 !important;
}
.readOnly:after,
.readOnlyElem:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 66;
  cursor: no-drop;
}
.mask--transparent {
  position: relative;
}
.mask--transparent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 66;
  cursor: no-drop;
}
.position--relative {
  position: relative;
}
.position--absolute {
  position: absolute;
}
.overflow--hidden {
  overflow: hidden;
}
.section > div > div {
  background: #cfe3f3 !important;
}
.shadowMask,
.shadowCascad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(55, 55, 55, 0.3);
  z-index: 999999;
}
.shadowMask ~ div,
.shadowCascad ~ div {
  filter: blur(8px);
}
.sk-rotating-plane {
  width: 72px;
  height: 72px;
  margin: auto;
  background: url("../../image/loading_no_logo.gif") no-repeat;
  background-position: center center;
  background-size: contain;
}
@keyframes sk-rotating-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.mask-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  background: #ffffff;
  padding: 24px 48px;
  border-radius: 16px;
  box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.25);
}
.mask-center .loadingMsg {
  margin-top: 20px;
  margin-bottom: 4px;
}
.jstree {
  width: 75%;
  overflow: auto;
  padding-left: 20px;
}
.jstree:not(.jstree-checkbox-selection) .jstree-clicked {
  background-color: #6b8cb5 !important;
  color: #fff !important;
  padding: 1px 9px;
}
.jstree.jstree-checkbox-selection .jstree-anchor {
  color: #6c6b6b !important;
  margin-bottom: 5px;
}
.jstree.jstree-checkbox-selection .jstree-anchor .jstree-icon {
  width: 18px !important;
  height: 18px !important;
  line-height: 24px;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 5px;
  position: relative;
  top: 7px;
}
.jstree.jstree-checkbox-selection .jstree-anchor .jstree-undetermined::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6b8cb5;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.jstree.jstree-checkbox-selection .jstree-clicked .jstree-checkbox {
  background-color: #6b8cb5 !important;
  border: none;
  background-image: url(../../image/icon_gouxuan.png) !important;
  background-repeat: no-repeat !important;
  background-size: 81% 71% !important;
  background-position: 1.2px !important;
}
.small-font {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
.text--blue {
  color: #6b8cb5;
}
.clear-fix {
  clear: both;
}
/*** 高级搜索样式 ****/
.flowModal .flow-wrapper li {
  margin-bottom: 5px;
}
.flowModal .flow-group {
  padding: 0;
  overflow: hidden;
}
.flowModal .date-split-line {
  margin: 5px;
  float: left;
}
.flowModal .flow-date-picker {
  width: 150px;
  margin: 5px 0;
  float: left;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.flowModal .flow-date-picker .iconfont {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #848484;
}
.flowModal .flow-option {
  float: left;
  width: 33%;
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.flowModal .select-group {
  overflow: visible;
}
.flowModal .select-group .flow-option {
  float: none;
  min-height: 30px;
  width: 200px;
  margin-left: 80px;
}
.flowModal .select-group .flow-option select {
  width: 95%;
}
.flowModal .flow-option label {
  cursor: pointer;
  width: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}
.flowModal .flow-option input + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  margin-left: 5px;
  background: url("../../image/unselect.png") no-repeat;
}
.flowModal .flow-option input:checked + span {
  /*display: inline-block;*/
  /*width: 16px;*/
  /*height: 16px;*/
  /*margin-bottom: -3px;*/
  background: url("../../image/selected.png") no-repeat;
}
.flowModal .flow-wrapper .flow-wrapper__search-bar,
.flowModal .flow-date-picker .flow-date-picker__input {
  width: 150px;
  padding-left: 30px;
  border-radius: 5px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  outline: none;
}
.flowModal .flow-checkbox input + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #3fa3e2;
  background: #fff;
  line-height: 18px;
  font-size: 16px;
  color: #3fa3e2;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.flowModal .flow-checkbox input + span::before {
  content: "\2714";
  color: #fff;
}
.flowModal .flow-checkbox .flow-checkbox input + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #3fa3e2;
  background: #fff;
  line-height: 18px;
  font-size: 16px;
  color: #3fa3e2;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.flowModal .flow-checkbox .flow-checkbox input + span::before {
  content: "\2714";
  color: #fff;
}
.flowModal .flow-checkbox .flow-checkbox input:checked + span::before {
  color: #3fa3e2;
}
/*** 报装流程列表筛选样式 ***/
.query.install-query-form {
  transition: 0.3s all ease;
  min-height: 65px;
  height: auto;
  padding-bottom: 10px;
}
.query.install-query-form .more-filter-panle__item {
  float: none;
  margin: 10px 20px 0;
}
.more-filter-panle__item__title {
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
  min-width: 70px;
  text-align: right;
}
.more-filter-panle__item__input {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 10px 0;
  outline: none;
  height: 32px;
  width: 200px;
  box-sizing: border-box;
}
.more-filter-panle__item__input::-webkit-input-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.25);
}
/***  已上传工单信息页签样式  ***/
.order-operator-tab {
  margin: 0;
  padding: 0;
  width: 96%;
  max-width: 1200px;
  height: 32px;
  margin: 0 auto;
}
.order-operator-tab__item {
  padding: 0 10px;
  list-style: none;
  float: left;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  position: relative;
  cursor: pointer;
  background: #eee;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: -1px;
}
.order-operator-tab__item i {
  font-style: normal;
}
.order-operator-tab__item + li {
  border-left: 1px solid #dfdfdf;
}
.order-operator-tab__item.active {
  background: #fff;
  border-left: 1px solid #dfdfdf;
}
.order-operator-tab__item.active.active {
  background: #fff;
  border-left: 1px solid #ccc;
}
.order-operator-tab__item.active.active:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.order-detail-wrapper {
  border: 1px solid #dfdfdf;
  height: 75%;
  width: 96%;
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: -1px;
  padding-top: 20px;
}
.order-detail-wrapper i {
  font-style: normal;
  font-size: 14px;
}
.order-detail__title {
  font-size: 14px;
  text-align: left;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 98%;
  margin: 20px auto;
  cursor: pointer;
  background: #f2f2f2 url("../../image/icon_you.png") no-repeat;
  background-position: 99% center;
  background-size: 2%;
  border-radius: 8px;
}
.order-detail__title.active {
  background: #eee url("../../image/icon_xia.png") no-repeat;
  background-position: 99% center;
  background-size: 2%;
}
.order-detail__title.active.active {
  background: #eee url("../../image/icon_xia.png") no-repeat;
  background-position: 99% center;
  background-size: 2%;
}
.order-detail__title.active.active + .order-detail__content {
  display: block;
}
.order-detail__title.active i {
  font-style: normal;
  margin-right: 50px;
}
.order-detail__content {
  display: none;
  width: 98%;
  margin: 20px auto;
}
.order-detail__content__deal-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.order-detail__content__deal-info textarea {
  background: #eee !important;
  width: 620px;
  height: 150px;
  border-radius: 10px;
  border: 0;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #dfdfdf;
}
.order-detail__content__deal-info input {
  background: #eee;
  width: 250px;
  border-radius: 10px;
  border: 0;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
}
.order-detail__content__deal-info i {
  margin-right: 20px;
}
.order-process-info {
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  list-style: none;
}
.order-process-info::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6b8cb5;
  left: 10px;
  top: 10px;
}
.order-process-info::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 32px);
  background: #6b8cb5;
  top: 12px;
  left: 16px;
}
.order-process-info.last::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 32px);
  background: #00adfe;
  top: 12px;
  left: 16px;
}
.order-process-info.last.last::after {
  content: "";
  display: none;
}
.order-content-no-data {
  width: 100%;
  height: auto;
  /* margin: 60px auto; */
  text-align: center;
  box-sizing: border-box;
  padding-top: 40px;
}
/***  行内块元素切换类 ***/
.zkhy-inline {
  display: inline;
}
.zkhy-inline-block {
  display: inline-block;
}
.zkhy-block {
  display: block;
}
.zkhy-display-table {
  display: table;
}
.zkhy-display-table-cell {
  display: table-cell;
}
.zkhy-padding-left-10px {
  padding-left: 10px;
}
.zkhy-padding-left-20px {
  padding-left: 20px;
}
.zkhy-padding-right-10px {
  padding-right: 10px;
}
.zkhy-overflow--hidden {
  overflow: hidden;
}
/* 报表 */
.report-nav {
  width: 100%;
  border-bottom: 1px solid #dcdfe6;
}
.report-nav span {
  display: inline-block;
  padding: 11px 0;
  color: #333;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  margin-right: 35px;
  font-weight: 500;
}
.report-nav input:checked + span {
  border-bottom: 4px solid #6b8cb5;
}
.report-controller {
  height: 32px;
  display: flex;
  justify-content: flex-end;
  margin: 15px 0;
  font-size: 16px;
}
.report-controller .report-filter-btn {
  color: #6b8cb5;
  font-size: 14px;
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
}
.report-controller .report-filter-btn::before {
  font-family: iconfont_two_stage;
  content: "\66f4\591a\7b5b\9009 \e7ec";
}
.report-controller .report-filter-btn.spread {
  border-color: #6b8cb5;
}
.report-controller .report-filter-btn.spread::before {
  font-family: iconfont_two_stage;
  content: "\6536\8d77\7b5b\9009 \e7ec";
}
.report-controller.flex-between {
  justify-content: space-between;
}
.query-date {
  display: inline-block;
  height: 40px;
}
.query-date label {
  font-size: 16px;
}
.report-filter__params__status-group {
  display: inline-block;
}
.radio-box {
  padding: 0;
}
.radio-box input:checked + span {
  color: #fff;
  background: #6b8cb5;
  border-color: transparent;
  transition: 0.3s all ease;
}
.query-input {
  display: inline-block;
  position: relative;
  width: auto;
}
.query-input input {
  border: 1px solid #dfdfdf;
  padding: 0 10px;
  box-sizing: border-box;
  width: 180px;
  height: 32px;
  outline: none;
  font-size: 14px;
  background-color: #fff;
}
.staff-list {
  width: 220px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.staff-list > span {
  font-size: 14px;
  color: #333;
}
.staff-list .staff-list__btn {
  width: 18px;
  height: 10px;
  position: relative;
  display: inline-block;
}
.staff-list .staff-list__btn > span {
  font-size: 14px;
  color: #333;
}
.staff-list .staff-list__btn .staff-list__btn {
  width: 18px;
  height: 10px;
  position: relative;
  right: -18px;
  display: inline-block;
  background: url("../../image/down-icon.png") no-repeat;
  transition: 0.3s all ease-in;
}
.staff-list .staff-list__btn:hover .staff-list__btn {
  transform: rotate(180deg);
}
.staff-list .staff-list__btn:hover .staff-list__tree {
  display: block;
  position: absolute;
  z-index: 1;
}
.report-filter__params {
  padding: 10px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background: #f8f9fd;
}
.report-filter__params .m-left-10 {
  margin-left: 10px;
}
.report-filter__params .m-right-10 {
  margin-right: 10px;
}
.report-filter__params label {
  font-size: 16px;
}
.report-filter__params .staff-box {
  line-height: 30px;
  display: inline-block;
}
.report-filter__params .report-filter__params-flex__item {
  display: flex;
  align-items: center;
  height: 40px;
}
.report-filter__params .report-filter__params__item {
  height: 40px;
  line-height: 40px;
}
.new-tab-wrapper {
  min-height: 200px;
  height: calc(100% - 48px);
  position: relative;
}
.new-tab-wrapper .tabs {
  border-bottom: 1px solid #e8e8e8;
  width: inherit;
}
.new-tab-wrapper .table_height_mark {
  height: calc(100% - 42px) !important;
}
.new-tab-wrapper .tabs-item {
  float: left;
  position: static;
}
.tabs-item__title {
  display: inline-block;
  padding: 8px 0;
  color: #595959;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  margin-right: 35px;
  font-weight: 500;
}
.tabs-item__radio-hide {
  display: none !important;
}
.tabs-item__radio-hide:checked + label {
  border-bottom: 2px solid #6b8cb5;
  color: #6b8cb5;
}
.tabs-item__radio-hide:checked ~ .new-tab-panel {
  display: block;
}
.new-tab-panel {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  background-color: transparent;
  width: 100%;
  padding-right: 6px;
  height: calc(100% - 50px);
}
.width--100 {
  width: 100px !important;
}
.width--200 {
  width: 200px;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visibility--hidden {
  visibility: hidden;
}
.border--none {
  border: none;
}
.border-1px-grey {
  border: 1px solid #dfdfdf;
}
.border-radius5px {
  border-radius: 5px;
}
.border-radius8px {
  border-radius: 8px;
}
.border-left5px--blue {
  border-left: 5px solid #6b8cb5;
}
.text--red {
  color: #ff7965;
}
.text--lime {
  color: limegreen;
}
.circle {
  border-radius: 50%;
}
.border--red {
  border-color: #ff7965;
}
.border--lime {
  border-color: limegreen;
}
.approve-icon {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  display: inline-block;
  border: 1px solid #ff7965;
  margin-right: -15px;
  color: #ff7965;
  border-radius: 50%;
}
.unseal-icon {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  display: inline-block;
  border: 1px solid limegreen;
  margin-right: -15px;
  color: limegreen;
  border-radius: 50%;
}
.zkhy-text-indent {
  text-indent: 1em;
}
.datagrid-wrap .datagrid-empty {
  font-weight: normal;
  color: #595959;
  margin: 0;
  text-align: center;
  border: 1px solid #dcdfe7;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  width: 99.8%;
  margin-top: 6px;
  border-radius: 6px;
  letter-spacing: 2px;
}
.border-collapse {
  border-collapse: collapse;
}
.table-theme--lightgrey {
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
}
.table-theme--lightgrey td {
  font-size: 14px;
  text-align: center;
  height: 32px;
  border: 1px solid #e9e9e9;
  word-wrap: break-word;
  word-break: break-all;
}
.table-theme--lightgrey .title_L {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}
.error {
  border: 1px solid #ec2732;
  box-shadow: 0.5px 0.5px 10px 1.5px #ec2732;
}
.pointer {
  cursor: pointer;
}
.not-allow {
  cursor: not-allowed;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font24 {
  font-size: 16px;
}
.height40px {
  height: 40px;
}
.height36px {
  height: 36px;
}
.height34px {
  height: 34px;
}
.height32px {
  height: 32px;
}
.height30px {
  height: 30px;
}
.height26px {
  height: 26px;
}
.border-box {
  box-sizing: border-box;
}
.font--bold {
  font-weight: bolder;
}
.color--red {
  color: #ff7965;
}
.color--blue {
  color: #4c9ee5;
}
.color--grey {
  color: #ccc;
}
.color--lightgrey {
  color: #999;
}
.color--darkGrey {
  color: #666;
}
.bg-color--grey {
  background-color: #ccc;
}
.bg-color--deepGrey {
  background-color: #f2f2f2;
}
.bg-color--lightgrey {
  background-color: #fafafa;
}
.bg-color--littlegrey {
  background-color: #eee;
}
.word-break {
  word-break: break-all;
}
.word-wrap {
  word-wrap: break-word;
}
.margin--auto {
  margin: 0 auto;
}
.margin-left-10px {
  margin-left: -10px;
}
.margin-left-20px {
  margin-left: -20px;
}
.margin-left5px {
  margin-left: 5px;
}
.margin-left10px {
  margin-left: 10px;
}
.ic_rechargeCard_btn {
  line-height: 46px;
  height: 46px;
  vertical-align: middle;
}
.margin-left20px {
  margin-left: 20px;
}
.margin-right5px {
  margin-right: 5px;
}
.margin-right10px {
  margin-right: 10px;
}
.margin-right20px {
  margin-right: 20px;
}
.margin-top10px {
  margin-top: 10px;
}
.margin-top20px {
  margin-top: 20px;
}
.margin-bottom10px {
  margin-bottom: 10px;
}
.margin-bottom20px {
  margin-bottom: 20px;
}
.margin-bottom-10px {
  margin-bottom: -10px;
}
.padding-left5px {
  padding-left: 5px;
}
.padding-left10px {
  padding-left: 10px;
}
.padding-right5px {
  padding-right: 5px;
}
.padding-right10px {
  padding-right: 10px;
}
.heightAuto {
  height: auto !important;
}
.height100 {
  height: 100%;
}
.height50 {
  height: 50%;
}
.width100 {
  width: 100% !important;
}
.width50 {
  width: 50%;
}
.widthAuto {
  width: auto;
}
.zIndex100 {
  z-index: 100;
}
.pre-star::before {
  content: "★";
}
.title-line {
  position: relative;
  text-align: center;
}
.title-line * {
  z-index: 2;
}
.title-line::before {
  left: 0;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  top: 49%;
  background: #c5d2de;
  width: 96%;
  height: 1px;
}
.empty-hidden:empty {
  display: none !important;
}
.menu-underline {
  position: relative;
}
.menu-underline:before {
  content: "";
  width: 80%;
  position: absolute;
  bottom: 0;
  border: 0.5px solid #545e6b;
  box-sizing: border-box;
  margin: 0 20px;
}
.page-table-total {
  padding: 0 20px 0 10px;
  margin-top: 5px;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
}
.com_tips {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  line-height: 24px;
}
.radio-dot {
  display: none;
}
.radio-dot + span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #6b8cb5;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: -3px;
  margin-right: 3px;
}
.radio-dot:checked + span {
  background-color: #6b8cb5;
  padding: 2px;
  background-clip: content-box;
}
#sub-app {
  height: 100%;
  overflow: auto;
}
.rotate-img {
  animation: rotateImg 2s linear infinite;
  vertical-align: middle;
}
@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-icon-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 32px !important;
}
.custom-icon-box {
  position: absolute;
  top: 4px;
  right: 110px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.custom-icon-box > div {
  margin-right: 10px;
}
.custom-icon-box > div img {
  cursor: pointer;
}
.custom-icon-box > div img.disabled {
  cursor: not-allowed;
}
.custom-icon-search-wrapper .custom-search-check {
  display: none;
}
.custom-icon-search-wrapper .SearchHeadListSortable li {
  cursor: pointer;
}
.custom-icon-search-wrapper input[type="checkbox"] {
  position: relative;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  border-width: 0 \0;
}
.custom-icon-search-wrapper input[type="checkbox"]:focus {
  outline: 0;
  border-color: #6B8CB5;
}
.custom-icon-search-wrapper input[type="checkbox"]:checked {
  background: #6B8CB5;
}
.custom-icon-search-wrapper input[type="checkbox"]:checked::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA5klEQVQ4T83SoUvdARTF8c+Zacm8YFlbmbgFy2BhIAOr/8KSxaZhrAwF+zDtf9CqQQSboNhkyWAyDpY98sA3nk8cvyGM3Xrv/XLOuTeeWHnivn8PaLuGLbxNcvFXCtq+wxFWkuyN7A8GtJ3DOb4nWR9nNwjQ9jlOcI2lJDf3AG1fYQdfkxxOX6btLl7jTZKfk/3fCtpu4xPmk1yNh9pu4AsWkvyYhk8CnuEAL7CY5FfbD9ifDO1RwKjRdvbO6yVWcYpvST4/9nAPQmz7EmeYwTGWk3Qw4E7JR2zi/cjKn9590Bn/b8At0DhFEZbZ1QoAAAAASUVORK5CYII=");
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  cursor: pointer;
}
.operate-select-box {
  position: relative;
}
.operate-select-box .operate-btn {
  margin-bottom: 6px;
}
.operate-select-box .operateList {
  position: absolute;
  z-index: 2;
  padding: 4px 7px 0;
  left: -6px;
  background: #fff;
  border: none;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 16px 0px #d2d2d2;
}
.operate-select-box .operateList::before,
.operate-select-box .operateList::after {
  content: '';
  position: absolute;
  left: 65px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
}
.operate-select-box .operateList::before {
  top: -7px;
  border-bottom: 7px solid #d1d4d6;
}
.operate-select-box .operateList::after {
  top: -6px;
  border-bottom: 7px solid #fff;
}
.operate-select-box .operateList .operate-item {
  display: block;
  font-size: 15px;
  color: #262626;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
