/*通用*/

.swiper-container {
  background-position: center center;
  background-size: cover;
}

.swiper-slide {
  background-position: center center;
  background-size: cover;
}

.swiper-pagination {
  position: relative;
  height: 8px;
  margin-top: 5px;
}

.swiper-pagination-bullet {
  width: 3px;
  height: 3px;
}

.swiper-pagination-bullet-active {
  background-color: #5A5A5A;
}

/*视频背景*/

.videoBackground {
  position: absolute;
  width: 100%;
}

.videoBackground::before {
  float: left;
  padding-top: 56%;
  content: '';
}

.videoBackground::after {
  display: block;
  clear: both;
  content: '';
}

.videoBackground video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: fill;
}

.videoBackground video::before {
  float: left;
  padding-top: 56%;
  content: '';
}

.videoBackground video::after {
  display: block;
  clear: both;
  content: '';
}

/*通用END*/

.swiper-id1 .swiper-slide a {
  display: block;
  text-align: center;
  max-width: 100% !important;
}

.swiper-id1 .swiper-slide a::before {
  float: left;
  padding-top: 56%;
  content: '';
}

.swiper-id1 .swiper-slide a::after {
  display: block;
  clear: both;
  content: '';
}

.swiper-id1 .topic {
  z-index: 3;
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 20%;
}

.swiper-id1 .subtopic {
  z-index: 3;
  font-size: 10px;
  color: #FFFFFF;
}

.swiper-id1 .swiper-slide-topic {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #1e1e1e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  bottom: 10px;
  margin-top: -20px;
  padding-right: 10px;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-id1 .swiper-slide-topic {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
  background: rgba(0, 0, 0, 0.5);
}

.swiper-id2 .swiper-slide {
  overflow: hidden;
  width: 100%;
  background-color: #EEEEEE;
  border-radius: 5px;
}

.swiper-id2 .swiper-slide a {
  display: block;
  text-align: center;
  max-width: 100% !important;
}

.swiper-id2 .swiper-slide a::before {
  float: left;
  padding-top: 56%;
  content: '';
}

.swiper-id2 .swiper-slide a::after {
  display: block;
  clear: both;
  content: '';
}

.swiper-id2 .swiper-slide-topic {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #1e1e1e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  bottom: 10px;
  margin-top: -20px;
  padding-right: 10px;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-id2 .swiper-slide-topic {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
  background: rgba(0, 0, 0, 0.5);
}

.swiper-id3 .swiper-slide::before {
  float: left;
  padding-top: 100%;
  content: '';
}

.swiper-id3 .swiper-slide::after {
  display: block;
  clear: both;
  content: '';
}

.swiper-id3 .swiper-pagination3 {
  position: absolute;
  width: 50px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #212121;
  bottom: 10px;
  left: 10px;
  border-radius: 10px;
}

.swiper-id3 .swiper-pagination3 {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
  background: rgba(0, 0, 0, 0.5);
}

.swiper-id4 .swiper-slide a {
  padding: 10px;
  color: #FFFFFF;
}

.swiper-id4 .icon {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #FFFFFF;
  margin-right: 10px;
  border-radius: 50%;
}

.swiper-id4 .icon span {
  font-size: 26px;
  line-height: 40px;
}

.swiper-id4 .topic {
  font-size: 14px;
  line-height: 20px;
}

.swiper-id4 .subtopic {
  font-size: 10px;
  line-height: 20px;
}

.swiper-id4 .more {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  top: 20px;
  right: 10px;
}

.swiper-id4 .more:after {
  font-family: "iconfont" !important;
  content: "\e683";
}