@charset "utf-8";

.ivu-table-cell,
.pl10 {
  padding-left: 10px;
}

.ivu-table-cell,
.pr10 {
  padding-right: 10px;
}

.pct100,
.treecl,
body,
html {
  width: 100%;
}

.ovh,
body,
html {
  overflow: hidden;
}

body,
html {
  height: 100%;
  background: #f0f0f0;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib,
.icspan,
.treecl {
  display: inline-block;
}

.mauto {
  margin: 0 auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb24 {
  margin-bottom: 24px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.vm {
  vertical-align: middle;
}

.vtb {
  vertical-align: text-bottom;
}

.vb {
  vertical-align: bottom;
}

.vt {
  vertical-align: top;
}

.vn {
  vertical-align: -2px;
}

.l {
  float: left;
}

.r {
  float: right;
}

.cl {
  clear: both;
}

.rel {
  position: relative;
  overflow: inherit !important;
}

.abs {
  position: absolute;
}

.poi {
  cursor: pointer;
}

.def,
.ivu-table-cell .ivu-tag {
  cursor: default;
}

.ova {
  overflow: auto;
}

.ced3 .ivu-form-item-label {
  color: #00a4ff;
}

.ivu-btn-text:focus {
  box-shadow: none;
}

.treecl {
  /* height: 15px; */
  position: relative;
}

.h100,
.splits {
  height: 100%;
}

.icspan {
  position: absolute;
  right: 5px;
  top: 0;
}

.rel .ivu-input-wrapper {
  /* width: 200px */
}

.ivu-table-cell .ivu-btn-small {
  padding: 1px 1px 2px;
  /* margin: 0!important */
}

.small-button {
  padding: 0 7px !important;
}

.ivu-card-extra .ivu-btn,
.ivu-modal-body .ivu-btn {
  margin-right: 5px !important;
}

.no-shadow {
  box-shadow: none !important;
}

.splits {
  width: 100%;
  background: #fff;
}

.demo-tree-render .ivu-tree-title {
  width: 100%;
  vertical-align: middle;
}

.mw300 {
  min-width: 300px;
}

.ivu-card-head p,
.ivu-card-head-inner {
  overflow: visible !important;
}

.br0 {
  border-radius: 0 !important;
}

.zindex4 {
  z-index: 4;
}

.concss {
  padding: 0 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
}

.treeov {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-scrollbar-width: none !important;
  -webkit-scrollbar-width: none !important;
  -moz-scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.treeov::-webkit-scrollbar {
  width: 0 !important;
}

.ivu-input-number-disabled .ivu-input-number-input,
.ivu-input[disabled],
.ivu-select-disabled .ivu-select-selection,
.ivu-select-input[disabled],
fieldset[disabled] .ivu-input {
  color: #515a6e;
  -webkit-text-fill-color: #515a6e;
}

.ivu-page-item-jump-next::after,
.ivu-page-item-jump-prev::after {
  content: "\2022 \2022 \2022";
}

.treetxt {
  width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.ivu-page-item-active a,
.ivu-page-item-active:hover a {
  color: #fff !important;
}

.ivu-page-item-active {
  border-color: #00a4ff;
  background: #00a4ff !important;
}

.ivu-table th {
  background-color: #f1f1f1 !important;
}

.ivu-card-head {
  background: #f8f8f8 !important;
}

.ivu-layout {
  background: #e7e9ed !important;
}

.cancelbtn {
  border: 1px solid #999;
  color: #666;
}

.cancelbtn:hover {
  background: #aaa !important;
  border-color: #aaa !important;
  color: white;
}

.hcow-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 文字居中，左右显示 */

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/* 文字省略号显示 -webkit-line-clamp: 2;写在响应容器控制显示的行数*/

.text-overflow-num {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
}

/* 定位问题 */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* *flex布局* */

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-auto {
  flex: auto;
}

.flex-1 {
  flex: 1;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.align-baseline {
  align-items: baseline;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: flex-center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

/* flex组合 */

.flex-start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-end-start {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-start-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-end-around {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-column-center-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-column-center-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.d-inline-block {
  display: inline-block;
}

.errmsg {
  float: left;
  color: red;
}

.full_height {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow-y: auto;
}

.none-ivu-poptip-arrow .ivu-poptip-arrow {
  display: none;
}

.ivu-drawer-wrap{
  z-index: 9999 !important;
}

/* 滚动条宽度 */
/* ::-webkit-scrollbar {
  width: 7px;
  height: 10px;
} */

/* 滚动条的滑块 */
/* ::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 3px;
} */
.ivu-drawer-wrap{
  z-index: 9999 !important;
}
