/*重置样式*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

.el-scrollbar__view {
  height: 100%;
}

body {
  /* font-family: "Microsoft YaHei", sans-serif; */
  font-family: "Microsoft Yahei",tahoma, arial,"Hiragino Sans GB", \5b8b\4f53, sans-serif;
  font-size: 12px;
  background-color: #FFF;
  overflow-y: auto;
}

ol, ul, dl {
  list-style: none;
}

/*重置a链接默认样式*/
a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

i {
  font-style: normal;
}

input[type="text"], input[type="search"], input[type="tel"], select, textarea, button {
  outline: none;
  resize: none;
  font-family: "Microsoft YaHei", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

/*左浮*/
.f-left {
  float: left;
}

/*右浮*/
.f-right {
  float: right;
}

/*清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

/*相对定位*/
.p-relative {
  position: relative;
}

/*绝对定位*/
.p-absolute {
  position: absolute;
}

/*省略*/
.ellipsis {
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*将a设置为块级元素*/
.setBlock a {
  display: block;
}

.el-table tbody tr.hover-row>td { background-color: #FFF }

/* 去除所有圆角样式 */
