html,
body {
  width: 100%;
  overflow-x: hidden;
}
ul,
li {
  list-style: none;
}
input {
  height: 30px;
  width: 100%;
  line-height: 30px;
  border-width: 0 0 1px 0;
  border-color: #c7c7c4;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.column {
  flex-direction: column;
}
.flex_end {
  align-items: flex-end;
}
.justify_center {
  justify-content: center;
}
.justify_between {
  justify-content: space-between;
}
.gray {
  color: #c7c7c4;
  font-weight: 400;
}
.white {
  color: #fff !important;
}
.mt20 {
  margin-top: 20px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.w100 {
  width: 100%;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
@font-face {
  font-family: TITLE;
  src: url(./js/PowerGrotesk-Regular.ttf);
}

@font-face {
  font-family: TEXT;
  src: url(./js/ZabalDEMO-Thin.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: PINGFANG; */
}
img {
  vertical-align: middle;
}
.el-icon-arrow-right:before {
  content: ">" !important;
}

.el-icon-arrow-left:before {
  content: "<" !important;
}
