@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, div {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
[v-cloak] {
    display:none;
    }
html, body{
  width: 100%;
  height: 100%;
}
div{
  box-sizing: border-box!important;
}
/*各浏览器显示不同，去掉蓝色边框*/
fieldset, img, input, button, pre {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

pre{
  background-color: #fff;
}
ul, ol,li {
  list-style: none;
}


input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei", "SimSun";
}
button{
  font-family: "Microsoft YaHei", "SimSun";
}

/*去掉行内替换元素空白间隙*/
select, input {
  vertical-align: middle;
}

select, input, textarea {
  font-size: 12px;
  margin: 0;
}

/*防止拖动，影响布局*/
textarea {
  resize: none;
}

/*图片与文字对齐*/
img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}


s, i, em {
  font-style: normal;
  text-decoration: none;
}

select{

}


/*公共部分*/
body {
    font: 12px/150% "Microsoft YaHei","iconfont",Verdana, "\5b8b\4f53"; /*宋体 unicode */
    color: #000;
    background: #fff;
  }
  
  /*清除浮动*/
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .clearfix {
    *zoom: 1; /*IE/7/6*/
  }
  
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  
  .hide {
    display: none!important;
  }
  
  .fc-placeholder{
    color: #b2b2b2;
  }
  
  
  /*首行缩进*/
  .t-indent {
    text-indent: 40px;
  }
  
  /*文字排版*/
  .t-align-c {
    text-align: center;
  }
  
  .t-align-r {
    text-align: right;
  }
  
  .t-align-l {
    text-align: left;
  }
  
  /*加粗*/
  .t-strong {
    font-weight: 700;
  }
  
.pageB{
    padding: 30px 20px;
    min-width: 1000px;
}

.el-tree-node__content {
  height: auto !important;
  line-height: 40px !important;
}