/* 公用 */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  color: rgba(255, 255, 255, 0.6);
}
.radius {
  margin: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
body{
  overflow: hidden;
}
.container {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.img-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.default-color {
  color: rgba(255, 255, 255, 0.6);
}
.rightTop {
  display: block;
    width: 100%;
}

.f-thide{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.bgImgTitle{
  position: absolute;
  z-index: 1;
  filter: blur(70px);
  width: calc(100% - 40px);
  height: 300px;
  -webkit-filter: blur(70px);
}