.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.swiper-container,.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-container {
  width: 100%;
  /* height: 5rem; */
}
.toggleTabs {
  margin: 0.01rem auto;
  /*width: 7rem;*/
  width: 92%;
  height: 1.2rem;
  text-align: center;
  line-height: 0.74rem;
  font-size: 0.28rem;
}
.wrap {
  display: flex;
  justify-content: center;
  /* width: 4.4rem; */
  margin: 0.42rem auto;
}
.tabs1,.tabs2 {
  width:35%;
  height: 0.74rem;
  border-radius: 0.37rem;
  background-color: #f7f7f7;
  color: #666;
  /* background-color: #0aba80; */
  /* color: white; */
}
.tabs2 {
  margin-left: 0.3rem;
}

.tabs1_container {
  /* 默认显示 */
  display: none;
}
.tabs1_container.on {
  display: block;
}
.tabs1_container > ul {
  margin: 0rem;
  padding: 0rem;
}
.tabs1_container ul > li {
  margin: 0rem 3%;
  position: relative;
  margin-bottom: 0.4rem;
}
.tabs1_container ul > li a{
  width: 100%;
  display: block;
  overflow: hidden;
}
.info_inners {
  width: calc(100% - 3rem);
  height: 1.8rem;
  position: absolute;
  top: 0.15rem;
  right: 0rem;
}
.timers {
  margin-top: 0.26rem;
  font-size: 0.24rem;
	color: #999;
}
.tabs1_container ul li div .timers img {
  width: 0.22rem;
  height: 0.22rem;
  margin-bottom: 0.08rem;
}
.tabs1_container ul li a > div > .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* height: 1.2rem; */
  width: 100%;
  overflow: hidden; /*超出部分隐藏*/
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  font-size: 0.28rem;
  line-height: 0.4rem;
	color: #333;
}
.tabs1_container ul li a > img {
  width: 2.8rem;
  height: 2.1rem;
  border-radius: 0.08rem;
}
#tabs2 {
  display: none;
}
.activeTabs {
  background-color: #0aba80;
  color: white;
  cursor: pointer;
}
.lodeMore {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0.28rem;
}
