*{
  font-size: 13px;
  word-break: break-word;
  box-sizing: border-box;
  font-family: 'AlibabaPuHuiTi_2_55_Regular;';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
}
ul li,li{
  list-style: none;
}
.wrapper{
  width: 100%;
  height: 100%;
}
.clearfix::after{
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.showText_1{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.showText_2{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.showText_3{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}