html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
cite,
img,
sub,
sup,
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 {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
  vertical-align: baseline;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img{
  pointer-events: none;
}
html,
body {
  height: 100%;
  font-family: 'MicrosoftYaHei';
  font-size: 100px;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-size: 14px;
}

button {
  outline: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

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

i,
em {
  font-style: normal;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

a {
  outline: none;
  text-decoration: none;
  text-decoration: none;
  text-decoration: none;
  transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
  -webkit-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
  -moz-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
  -ms-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
  -o-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
}

select,
option {
  font-family: inherit;
}

.noselect {
  -webkit-user-select: none;
  user-select: none;
}

.clear {
  clear: both;
}

/*textarea,input,a{*/

/*-webkit-appearance: none;*/

/*}*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.flex-item {
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
}

.el-tag .el-icon-close {
  color: rgba(255, 255, 255, 0.5) !important;
}

.el-switch__label.is-active {
  color: #fff !important;
}

.el-table {
  color: #909399 !important;
  font-size: 14px !important;
}

.el-tag .el-icon-close {
  color: rgba(255, 255, 255, 0.5) !important;
}


 .el-tooltip__popper.is-light {
  border: none !important;
}

 .el-tooltip__popper.is-light {
  color: #2A87CD !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 2px 2px 0 rgba(63, 82, 96, .14), 0 3px 1px -2px rgba(63, 82, 96, .12), 0 1px 5px 0 rgba(63, 82, 96, .20) !important;
}

 .el-tooltip__popper.is-light .popper__arrow {
  box-shadow: 0 2px 2px 0 rgba(63, 82, 96, .14), 0 3px 1px -2px rgba(63, 82, 96, .12), 0 1px 5px 0 rgba(63, 82, 96, .20) !important;
  border-width: 0 !important;
}

.alert-box{
  width: 416px;
  height:114px;
  position:fixed;
  left:50%;
  top:200px;
  transform: translateX(-50%);
  background: rgba(54,54,54,.9);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}
.alert-icon{
  width: 30px;
  height: 30px;
  display: block;
  background: url("../image/notice.svg");
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.alert-txt{
  font-family: PingFangSC-Regular;
  color: #fff;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}

/*webkit下自定义滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
/*鼠标悬浮情况下整体样式*/
:hover::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/*正常情况下滑块的样式*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .7);
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
:hover::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
::-webkit-scrollbar-thumb:hover {
  width: 8px;
  height: 8px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}
/*正常时候的主干部分*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
/*鼠标悬浮在滚动条上的主干部分*/
::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
  background-color: rgba(255, 255, 255, .75);
}