body,
html {
  margin: 0;
  padding: 0;
  font-size: 0.7639vw;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.flex {
  display: flex;
  /** 上下 */
  /** 左右 */
}
.flex[vertical] {
  flex-direction: column;
}
.flex[horizontal] {
  flex-direction: row;
}
.flex[justify="flex-start"] {
  justify-content: flex-start;
}
.flex[justify="center"] {
  justify-content: center;
}
.flex[justify="flex-end"] {
  justify-content: flex-end;
}
.flex[justify="space-between"] {
  justify-content: space-between;
}
.flex[justify="space-around"] {
  justify-content: space-around;
}
.flex[justify="space-evenly"] {
  justify-content: space-evenly;
}
.flex[align="flex-start"] {
  align-items: flex-start;
}
.flex[align="center"] {
  align-items: center;
  text-align: left;
}
.flex[align="baseline"] {
  align-items: baseline;
}
.flex[align="flex-end"] {
  align-items: flex-end;
}
.flex[wrap="wrap"] {
  flex-wrap: wrap;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
/* 滚动条控制 */
.v-deep {
  height: 100%;
}
.v-deep .el-scrollbar__wrap {
  overflow-x: hidden;
}
.el-dialog__wrapper {
  text-align: center;
}
.el-dialog__wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.el-dialog__wrapper .el-dialog {
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  text-align: left;
}
.el-dialog__wrapper .el-dialog__header {
  padding: 1.0417rem 1.3889rem;
  display: flex;
  align-items: center;
}
.news-type {
  width: fit-content;
  width: -moz-fit-content;
}
img {
  max-width: 100%;
}
