div,
p,
span,
a {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  color: #ffffff;
  font-size: 0.32rem;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
ul {
  margin: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

button {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.df {
  display: flex;
}

.df-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.df-start {
  display: flex;
  justify-content: start;
}

/* .clear { */
.clear:after,
.clear:before {
  content: '';
  display: block;
  clear: both;
  /* } */
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-overflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-overflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
li a {
  color: #2b2b2b;
  text-decoration: none !important;
}
.fx1 {
  flex: 1;
}
.form-control {
  box-shadow: none !important;
}
.clear {
  clear: both;
}
