/* ======== 切换 start ======== */
.events_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.events_tab li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 0.6rem;
}

.events_tab li:last-child {
  margin-right: 0rem;
}

.events_tab li>span {
  color: #adadad;
  font-size: 0.32rem;
}

.events_tab li>div {
  width: 0.36rem;
  height: 0.04rem;
  background-color: #026ef5;
  margin-top: 0.26rem;
  /* display: none; */
  opacity: 0;
}

.events_tab_active span {
  color: #000 !important;
}

.events_tab_active div {
  opacity: 1 !important;
}
/* ======== 切换 end ======== */


/* ======== 内容列表 start ======== */
.events_list {
  margin-top: 0.5rem;
}

.events_item {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;;
  margin-bottom: 0.4rem;
  display: block;
}

.events_item:last-child {
  border: none;
}

.events_item_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.events_item_img img {
  max-width: 100%;
  height: auto;
}

.events_item_mask {
  position: absolute;
  background-image: url("/mobile/images/events/mask1.png");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.underway,.end {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(51deg,
		#2ed9e8 0%,
		#026ef5 100%),
	linear-gradient(
		#ff001e,
		#ff001e);
    padding: 0.1rem 0.2rem;
  float: left;
  border-radius: 0rem 0rem 0.12rem 0rem;
}

.end {
  background-image: linear-gradient(51deg,
  #cdcdcd 0%,
  #7f8791 100%),
linear-gradient(
  #ff001e,
  #ff001e);
}

.events_item_date {
  margin-right: 0.3rem;
}

.events_item_date>div {
  font-size: 0.36rem;
  font-family: OPPOSans-B;
  color: #fff;
  margin-top: 0.24rem;
  text-align: center;
}

.events_item_date>p {
  font-size: 0.22rem;
  font-family: OPPOSans-B;
  color: #fff;
  margin-top: 0.15rem;
  text-align: center;
}

.events_item_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  margin: 0.25rem 0 0.4rem;
}
/* ======== 内容列表 end ======== */

.form_tilte_text {
  text-align: center;
  width: 100%;
}

.pages_container {
  width: 100%;
}


/* ============== lvhaonan 修改 start ============== */
.events_tab li>span {
  font-size: 0.36rem;
}

.events_item_text {
  font-size: 0.32rem;
}
/* ============== lvhaonan 修改 end ============== */

