.wrapper {
  padding: 0 0.2rem;
}
.topbanner img {
  width: 100%;
  height: 1.9rem;
  display: block;
}
.topbanner p {
  font-size: .14rem;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  padding-top: .09rem;
}
.line {
  width: 100%;
  height: .08rem;
  background: #F8F8F8;
  margin-top: .13rem;
}
.activities {
  width: 100%;
  height: 0.44rem;
  background: #FFFFFF;
}
.activities .activities_sub {
  float: left;
  height: 0.44rem;
  width: 50%;
  text-align: center;
}
.activities .activities_sub a {
  height: 0.44rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  line-height: 0.44rem;
  display: block;
}
.activities .activities_sub .a_active {
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.activities .activities_sub .a_active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 0.6rem;
  height: 0.03rem;
  background: #3B70FF;
  transform: translateX(-50%);
}
.contents .activities_con {
  display: none;
}
.contents .Book_con {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  padding-bottom: 0.1rem;
}
.contents .Book_con .Live_content_left {
  width: 1.36rem;
  height: .74rem;
  border-radius: 0.04rem;
  position: relative;
}
.contents .Book_con .Live_content_left img {
  width: 100%;
  height: 100%;
  border-radius: 0.04rem;
  position: relative;
  display: block;
}
.contents .Book_con .Live_content_right {
  display: flex;
  flex: 1;
  margin-left: 0.16rem;
  flex-direction: column;
}
.Live_content_right .Live_content_title {
  font-size: .16rem;
  font-weight: 400;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.Live_content_right p {
  width: 1.6rem;
  font-size: .14rem;
  font-weight: 400;
  color: rgba(153, 153, 153, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
