.category {
  /* margin-top: 24px; */
  position: relative;
}
.category .category-list {
  list-style: none;
  overflow: hidden;
}

.category .category-list li {
  margin: 0 16px 16px 0;
  vertical-align: top;
  position: relative;
  width: 226px;
  height: 191px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  float: left;
  transition: all 0.3s;
}
.category .category-list li:hover {
  transform: translate(0, -10px);
}

.category .category-list li:nth-child(5n) {
  margin: 0 0 16px 0;
}
.category .category-list li .live-item:hover .btn-open {
  opacity: 1;
  transform: scale(1);
}
.category .category-list li .live-item .fm {
  display: block;
  height: 127px;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.category .category-list li .live-item .live-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  opacity: 0;
  background: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: absolute;
}
.category .category-list li .live-item .btn-open {
  opacity: 0;
  top: 36%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -25px 0 0 -25px;
  background: url("~@/assets/img/yy/other/icon-open.png") no-repeat;
  background-size: 44px auto;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
}

.category .category-list li .live-item p {
  position: absolute;
  width: 100%;
  top: 10px;
}
.category .category-list li .live-item p span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 49px;
  border-right: 6px solid transparent;
  border-radius: 0 3px 9px 0;
  color: #fff;
}
.category .category-list li .live-item p span i {
  width: 45px;
  position: relative;
  top: -21px;
  left: 8px;
  font-size: 14px;
}
.category .category-list li .live-item p i {
  font-style: normal;
  text-align: center;
}
.category .category-list li .live-item p .com {
  border-top: 24px solid #218aff;
}
.category .category-list li .live-item p .hots {
  border-top: 24px solid #f53923;
}
.category .category-list li .live-item p .tag {
  border-top: 24px solid #f5a623;
  color: #000;
}
.category .category-list li .live-item p .huz {
  width: 44px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  float: right;
}
.category .category-list li .ellipsis {
  height: 34px;
  padding: 10px 12px;
  line-height: 20px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.category .category-list li h6 {
  padding: 1px 12px;
  color: #777;
  line-height: 25px;
  font-weight: 400;
}
.category .category-list li h6 .name {
  max-width: 70%;
  overflow: hidden;
  font-size: 12px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category .category-list li h6 .name .head {
  width: 20px;
  height: 22px;
  border-radius: 50%;
  float: left;
  padding-top: 2px;
  margin-right: 4px;
}
.category .category-list li h6 .num {
  background: url("../images/hot.png") no-repeat 0;
  padding-left: 15px;
  background-size: 12px auto;
  font-size: 12px;
  float: right;
}
.category .noData {
  text-align: center;
  position: relative;
  padding-top: 230px;
  height: 730px;
  border-radius: 4px;
}
.category .noData .noData-img {
  width: 300px;
  margin: 0 auto;
}
.category .noData .noData-img img {
  width: 100%;
}
.category .noData .noData-text {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #b5b5b5;
  margin-top: 12px;
  user-select: none;
}
