body {
  width: 100%;
}
.overflow-ellispsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellispsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: break-spaces;
}

.overflow-ellispsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: break-spaces;
}

.overflow-ellispsis5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  white-space: break-spaces;
}

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #f9faff !important;
  border-radius: 1px;
  transition: all 0.2s;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
}

.swiper-container4 .swiper-pagination-bullet,
.swiper-container3 .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #f9faff !important;
  border-radius: 1px;
  transition: all 0.2s;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  margin: 0 3px;
}

.swiper-container4 .swiper-pagination-bullet-active.swiper-pagination-bullet,
.swiper-container3 .swiper-pagination-bullet-active.swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  background: #f9faff;
  border-radius: 2px;
}
.subject_case {
  width: 100%;
  height: 93px;
  background: #f0f7f4;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subject_case a {
  padding: 0 20px;
  height: 34px;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #999191;
  margin: 0 10px;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?qradjf");
  src: url("../font/icomoon.eot?qradjf#iefix") format("embedded-opentype"),
    url("../font/icomoon.ttf?qradjf") format("truetype"),
    url("../font/icomoon.woff?qradjf") format("woff"),
    url("../font/icomoon.svg?qradjf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
