@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea {
  padding: 0px;
  margin: 0px;
  border: none;
}
a,
a:visited {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
a:focus,
input:hover,
button:hover,
input[type='button']:hover {
  outline: none;
}
:focus {
  outline: 0;
}
i,
cite {
  font-style: normal;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  vertical-align: bottom;
  list-style-type: none;
}
input[type='checkbox'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='radio'],
input[type='search'],
input[type='tel'],
input[type='text'] {
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  -webkit-user-select: text;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
select,
textarea {
  outline: 0;
  -webkit-appearance: none;
}
textarea {
  -webkit-user-select: text;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 禁止webkit横屏改变字体大小*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 设置HTML5元素为块*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  padding: 0px;
  margin: 0px;
  border: none;
}
/* 超出隐藏*/
.overflow {
  overflow: hidden;
}
/* 点击去除阴影*/
a,
button,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
/* float*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 图片自适应调整 并解决图片缩放的失真问题*/
img {
  max-width: 100%;
  height: auto;
  border: none;
  interpolation-mode: bicubic;
}
/* 文字居中*/
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
/* 灰色字体*/
.txt-color-gray {
  color: #989ca4;
}
/* 自动换行*/
.word-auto {
  word-wrap: break-word;
  word-break: normal;
}
/* 自动居中*/
.word-hidden {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mg-auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* clearfix*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.middle {
  vertical-align: middle;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  font-size: 14px;
}
/* 弹性布局 */
.flex-btw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.flex-star {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.flex-up-btw {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
}
/**
 * 超过文字限制省略号
 */
.text-over {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*按钮自定义icon样式修改*/
.el-button [class*='icon-'] + span {
  margin-left: 5px;
}
.el-button .iconfont {
  font-size: 12px;
}
/*页头颜色修改*/
.el-page-header,
.el-page-header__content {
  color: #606266;
}
/*滚动条统一样式*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
/*输入框禁用时去除输入引入禁用标志*/
#app .is-disabled .el-input__inner,
#app .is-disabled .el-textarea__inner {
  cursor: auto;
}
/*表格默认样式调整*/
#app .el-table th.el-table__cell {
  background-color: #f5f7fa;
  border-top: 1px solid #ebeef5;
}
#app .el-table--border th.el-table__cell {
  border-top: none;
}
#app .el-table::before {
  height: 0px;
}
#app .el-table .el-table__fixed-right::before {
  height: 0px;
}
#app .el-table--border.el-table::before {
  height: 1px;
}
/*代码编辑器竖线去除*/
.ace-sqlserver .ace_print-margin {
  width: 0 !important;
}
/*类型模板的删除按键颜色*/
.del_text_btn {
  color: #f56c6c;
}
/*高度百分百*/
.full-height {
  height: 100%;
}
.el-dialog {
  border-radius: 4px;
}
/*表格展开icon偏移*/
.el-table tbody .el-table__row .cell .el-table__expand-icon{
  margin-left: -14px;
  margin-right: 0px;
  width: 14px;
  line-height: 14px;
  height: 14px;
}
.el-table tbody .el-table__row .cell .el-table__placeholder{
  width: 0 !important;
}
.pointerEventAuto{
  pointer-events: auto;
}
