/* 直播活动 */
.whdzb-main-box {}

.whdzb-btns-box {
  margin-bottom: 0.2rem;
}

.whdzb-btn {
  font-size: 0.16rem;
  display: inline-block;
  background-color: #1f1fb5;
  padding: 0rem 0.3rem;
  border-radius: 0.2rem;
  color: rgba(227, 238, 255, 0.8);
  line-height: 0.34rem;
  margin-right: 0.1rem;
}

.whdzb-active-btn {
  color: #fff;
  box-shadow: 0 0 0.1rem #8eaad6;
}

.whdzb-lists-box {}

.whdzb-item-box {
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0px 10px 5px #e7e7ff;
  margin-bottom: 0.2rem;
}

.whdzb-item-box:last-child {
  margin-bottom: 0;
}

.whdzb-item-img {
  display: block;
  overflow: hidden;
  width: 3.6rem;
  height: 2.1rem;
  cursor: pointer;
}

.whdzb-item-img img {
  width: 100%;
  height: 100%;
}

.whdzb-item-img img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s;
}

.whdzb-item-text-box {
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  width: calc(100% - 3.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whdzb-item-title {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  line-height: 0.28rem;
}

.whdzb-item-title:hover,
.whdzb-item-subinfo a:hover {
  color: #444;
}

.whdzb-item-text-box,
.whdzb-item-subinfo a {
  font-size: 0.16rem;
  color: #999;
}

.whdzb-item-subinfo div {
  line-height: 0.26rem;
}

@media screen and (max-width:420px) {
  .whdzb-item-img {
    width: 2.2rem;
    height: 1.1rem;
  }

  .whdzb-item-text-box {
    width: calc(100% - 2.2rem);
  }

  .whdzb-item-title {
    line-height: 0.3rem;
    max-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
    margin-bottom: 0.24rem;
  }

  .whdzb-item-subinfo div {
    line-height: 0.3rem;
  }
}