/* reset */
html {
  text-size-adjust: 100%;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
p,
article,
aside,
canvas,
header,
footer,
section,
video,
audio {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
/* function */
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f-cb,
.f-cbli li {
  zoom: 1;
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-dn {
  display: none;
}
.f-db {
  display: block;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-prz {
  position: relative;
  zoom: 1;
}
.f-oh {
  overflow: hidden;
}
.f-fwn {
  font-weight: normal;
}
.f-fwb {
  font-weight: bold;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}
.f-vam,
.f-vama * {
  vertical-align: middle;
}
.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}
.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}
.f-ti2 {
  text-indent: 2em;
}
.f-lhn {
  line-height: normal;
}
.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}
.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}
.f-toe1 {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-toe2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.f-toe3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.f-csp {
  cursor: pointer;
}
.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*滚动条整体样式*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #fff;
}
/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(144, 147, 153, 0.5);
  background-color: #dfe2ea;
}
html,
body,
#app {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.basic-list.basic-list--editable .el-table th,
.basic-list.basic-list--editable .el-table td,
.basic-list.basic-list--editable .el-table .cell,
.basic-list.basic-list--editable .el-table .edit-cell {
  padding: 0 !important;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.basic-list .basic-list__col--action .action-btn {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  color: #606266;
}
.basic-list .basic-list__col--action .action-btn:last-child {
  margin-right: 0;
}
.basic-list .basic-list__col--action .action-btn[class*="el-icon-"] {
  color: #7B8AA4;
  font-size: 18px;
}
.basic-list .basic-list__col--action .action-btn[class*="el-icon-"]:hover {
  color: #409eff;
}
.basic-list .basic-list__col--action .link-btn {
  color: #409eff;
}
.basic-list .basic-list__col--action .el-dropdown-link {
  color: #409eff;
  cursor: pointer;
}
.field-set-dlg .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 12px;
}
.field-set-dlg .el-transfer-panel__item {
  display: block;
}
