.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix::after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.text-hidden {
  text-indent: -9999px;
  overflow: hidden;
}

/* 背景设置为白色，不要透明 */
body {
  background-color: #fff;
}

/* 隐藏滚动条，但依然有滚动效果 */
body::-webkit-scrollbar {
  width: 0;
}

.hide-scollbar::-webkit-scrollbar {
  width: 0;
}
