html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
}
ol,ul{
  list-style: none;
}
html,body{
  width:100%;
  height: 100%;
  font-size:14px;
}
#app{
  width:100%;
  height:100%;
}
a{
  text-decoration: none;
}
img{
  display: block;
}
.custom-dialog .el-dialog__header{
  font-size:14px;
  border-bottom:1px #e3e3e3 solid;
}
.custom-dialog .el-dialog__footer{
  font-size:14px;
  border-top:1px #e3e3e3 solid;
  padding:14px 20px;
}
.custom-dialog .el-dialog__title{
  font-size:14px;
}
.crm-flex{
  display: flex;
  align-items: center;
  font-size:14px;
  padding:20px 0;
}
.crm-flex-label{
  color:#999;
  position: relative;
  width:100px;
  padding-left:20px;
}
.crm-must-icon{
  position: absolute;
  left:0;
  top:2px;
  font-weight:400;
  margin-right:8px;
  color:#e51c23;
}
.crm-flex .crm-flex-value{
  display: block;
  color:#222;
  margin-left:20px;
  width:180px;
}
.crm-flex-border{
  border-bottom:1px #e2e2e2 solid;
}
.popover-role {
  min-width:60px;
  padding:10px;
}
.table-page{
  margin-top:20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-select{
  width:140px;
}
.custom-select .select-icon{
  display: block;
  width:28px;
  height:28px;
  color:#fff;
  background:#2F88FF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.custom-select .el-input__prefix{
  left:0;
}
.custom-select .el-input__inner{
  border-color:#2F88FF;
}
.custom-select .el-input--prefix .el-input__inner{
  padding-left:40px;
}
.icon{
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
::-webkit-scrollbar{
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb{
  width: 3px;
  border-radius: 3px;
  background-color: rgba(50,50,50,.3);
}
::-webkit-scrollbar-track{
  border-radius: 3px;
  background-color: rgba(50,50,50,.1);
}

.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-leave-active {
  transition: all .8s;
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(300px);
  opacity: 0;
}
.el-tree-node__label {
  margin-left:8px;
}
.no-lock-report{
  height:100%;
  font-size:14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
