*{
  margin: 0;
  padding: 0;
}
/* swiper */
.swiper-container{
  width: 100%;
  height: 10rem;
  overflow: hidden;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-pagination {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom:0px;
}
.swiper-container .swiper-pagination .swiper-pagination-switch {
    background-size:100%;
    width: 8px;
    height: 8px;
    margin-right: 10px;
	background-image: url(/app2020/img/dot@3x.png);
}
.swiper-container .swiper-pagination .swiper-active-switch {
   background-image: url(/app2020/img/doton@3x.png);
  width: 16px;
}


.title{
  height: 2.5rem;
  line-height: 2.5rem;
  width: 96%;
  margin-left: 4%;
}
.competition-tabs{
  position: relative;
  padding: 12px 0;
  margin: 0 12px;
  list-style-type:none;
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.competition-tabs li{
  position: relative;
  font-size: 16px;
  color: #999999;
  width: 32%;
}
.active{
  font-weight: 600;
  color: #3275F6 !important;
}
.active::after{
  content: "";
  display: block;
  background: #3275F6;
  position: absolute;
  height: 4px;
  width: 40px;
  left: 32%;
  bottom: -13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs-content{
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabs-content-item{
  position: relative;
  width: 48%;
  margin-bottom: 20px;
}
.tabs-content-item img{
  width: 6rem;
  height:8rem;
}
 .content {
    margin-right: 10px;
    width: 65%;
	height:8rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-status{
  position: absolute;
  top: 5px;
  left: 5px;
}
.item-status img{
  cursor: pointer;
  position: absolute;
  width: 2.5rem;
  height: 1rem;
  z-index: 999;
}
.item2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.singup-btn{
  font-size: 12px;
  padding: 2px 6px;
  color: #145DD7;
  border-radius: 5px;
  background: rgba(20, 93, 215, 0.1);
}
.hide{
  display: none;
}
.item4 img{
	width:100%;
	height:100%;
	max-width:100%;
}
.text-ellipsis a{
	text-decoration: none;
    color: #000;
}
.item3 p img{
	    border: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.ds-swiper-container{
	overflow:hidden;
	height:12rem;
}
.ds-swiper-container .ds-swiper-pagination{
	position: relative;
    z-index: 999;
    top: -25px;
    text-align: center;
}
.ds-swiper-button-next{
	background: url('/img2020/right1.png') no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 65px;
	z-index: 999;
	right: 0px;
}
.ds-swiper-button-prev{
	background: url('/img2020/left2.png') no-repeat;
    background-size: 100% 100%;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 65px;
	z-index: 999;
}
.ds-swiper-pagination .swiper-pagination-bullet{
	width:8px;
	height:8px;
	opacity:0.7;
	background:#fff;
}
.ds-swiper-pagination .swiper-pagination-bullet-active{
	background:#007aff;
}




