@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button {
  padding: 0;
  margin: 0;
}
fieldset,
img,
button {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th,
li,
dt,
dd,
p {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-align: left;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
a {
  color: #303133;
  text-decoration: none;
  outline: none;
  transition: all 0.25s ease-out;
}
/* a:hover{text-decoration:none;} */
/*a:hover{text-decoration:none;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);}*/
/*a,a:hover{transition:all 0.3s ease 0s}*/
button {
  cursor: pointer;
}
em {
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
}
*:not(input) {
  -webkit-touch-callout: none;
  /* -webkit-user-select:none; */
  -khtml-user-select: none;
  /* -moz-user-select:none; */
  -ms-user-select: none;
  /* user-select:none; */
}
body {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #303133;
  font-family: PingFangSC-Regular, PingFang SC, "Open Sans", Roboto, Arial,
    sans-serif;
  line-height: 1.5;
  min-width: 320px;
  /* background-color: #f4f5f7; */
}
.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.center {
  margin: 0 auto;
  display: block;
}
/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* End hide from IE-mac */
img {
  max-width: 100%;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.dis_ibk {
  display: inline-block;
}
.dis_none {
  display: none;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.pos_relative {
  position: relative;
}

.flex_cen_cen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_sb_cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el-popover p {
  margin: inherit;
}
