.play-intro-content {
  font-size: 30px;
  color: #333;
  line-height: 54px;
  padding: 35px 20px 55px 20px;
}

.hot-ticket .swiper-container-2 {
  padding: 33px 20px 26px 20px;
}

.ticket-item {
  display: block;
  width: 400px;
}

.ticket-item__cover {
  width: 400px;
  height: 517px;
}

.ticket-item__cover img {
  width: 100%;
  height: 100%;
}

.ticket-item__info {
  height: 130px;
  background-color: #efefef;
}

.ticket-item__info-name {
  font-size: 30px;
  color: #333;
  line-height: 80px;
  text-align: center;
}

.ticket-item__info-money {
  display: flex;
  justify-content: space-between;
  height: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}

.ticket-item__info-money__high {
  width: 200px;
  background-color: #d90107;
  text-align: center;
}

.ticket-item__info-money__price {
  width: 150px;
  background-color: #f9bd01;
  text-align: center;
}