* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: unset;
}

ul,
dl,
ol,
dl,
dt,
dd {
  list-style: none;
  padding: unset;
  margin: unset;
}

input {
  outline: unset;
  border: unset;
  padding: unset;
  background: unset;
}

a {
  color: inherit;
  text-decoration: unset;
}

.container {
  width: 80%;
}

/* 鏂囨湰涓€琛屾樉绀 */
.text-line-1-show {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 鏂囨湰涓よ鏄剧ず */
.text-line-2-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 鏂囨湰涓夎鏄剧ず */
.text-line-3-show {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fl {
  float: left;
  display: inline;
  _display: inline;
}

.fr {
  float: right;
  display: inline;
  _display: inline;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}
