* {
  margin: 0;
  padding: 0;
}
html {
  font-family: "Helvetica Neue", Helvetica, sans-serif !important;
}
.live-top {
  height: 200px;
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 777;
}

.liveList .top {
  width: 90%;
  /* margin: 0 auto; */
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}

.liveList .live {
  width: 130px;
  margin: 0 5px;
}

.live img {
  width: 100%;
  height: 70px;
}

li {
  list-style: none;
}

.liveList ul {
  display: flex;
  width: 100vw;
  overflow: scroll;
}

::-webkit-scrollbar {
  display: none;
}

.live .active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #409eff;
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-radius: 5px;
  width: 60%;
}

.liveList1 .top {
  padding: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e4e4e4;
  font-weight: 700;
  font-size: 20px;
}

.liveList1 li {
  margin-top: 5px;
  margin-bottom: 20px;
}

.liveList1 .live {
  display: flex;
  padding-left: 10px;
}

.liveList1 {
  background-color: #fff;
  min-height: calc(100vh - 360px);
}

.liveList2 li {
  margin-top: 5px;
}

.liveList2 .live {
  display: flex;
  padding-left: 10px;
}

.audio {
  width: 100%;
  height: 100%;
  background-image: url("./img/音频.gif");
  background-size: 100% 100%;
  position: relative;
}

.audio img {
  position: absolute;
  bottom: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  width: 20px;
  height: 20px;
}

.audioDiv {
  position: absolute;
  bottom: 10px;
  width: 90%;
  padding: 0 20px;
}

.audioDiv .el-slider__runway {
  margin: 2px 0 !important;
}

.audioDiv .el-slider__button {
  width: 10px !important;
  height: 10px !important;
  border: 0px solid #41b883 !important;
  background-color: white !important;
}

.aplayer-time-inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.el-tooltip__popper {
  display: none;
}

.Gags {
  padding-top: 20px;
}

.Gags .top {
  width: 90%;
  /* margin: 0 auto; */
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}

.ProgramContentName {
  width: calc(100% - 140px);
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 60px;
}

.more {
  color: #bababa;
  font-weight: normal;
  margin-right: -22px;
  font-size: 14px;
}

.Zindex {
  position: relative;
  z-index: 666;
}
