@font-face {
  font-family: "universnextformorn";
  src: url("../fonts/universnextformorn-cnth-webfont.woff2") format("woff2"), url("../fonts/universnextformorn-cnth-webfont.woff") format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "universnextformorn";
  src: url("../fonts/universnextformorn-cnlt-webfont.woff2") format("woff2"), url("../fonts/universnextformorn-cnlt-webfont.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "universnextformorn";
  src: url("../fonts/universnextformorn-cn-webfont.woff2") format("woff2"), url("../fonts/universnextformorn-cn-webfont.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "universnextformorn";
  src: url("../fonts/universnextformorn-cnmd-webfont.woff2") format("woff2"), url("../fonts/universnextformorn-cnmd-webfont.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "universnextformorn";
  src: url("../fonts/universnextformorn-cnbd-webfont.woff2") format("woff2"), url("../fonts/universnextformorn-cnbd-webfont.woff") format("woff");
  font-weight: 700;
}

.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-center {
  justify-items: center;
}
.flex-middle {
  align-items: center;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.el-input .el-input__inner {
  height: 30px;
  background-color: #e5e5e5;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #808080;
}
.el-button {
  border-radius: 24px;
  background: #0077cf;

  font-family: UniversNext for MORN;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
html body {
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
