.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-swiper {
  min-width: 1440px;
  overflow: hidden;
  position: relative;
}
.head-swiper .adv-item {
  width: 100%;
  height: 100px;
  text-align: center;
}
.head-swiper .adv-item.adv1 {
  background: #000203;
}
.head-swiper .adv-item.adv2 {
  background: #000203;
}
.head-swiper .adv-item.adv3 {
  background: #040501;
}
.head-swiper .adv-item.adv4 {
  background: #001a13;
}
.head-swiper .swiper-pagination {
  left: unset;
  right: 0;
  display: flex;
  padding-right: 100px;
  gap: 0 20px;
  justify-content: right;
}
.head-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
.head-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c3181f;
}
.head-swiper .close-btn {
  background: url("../../images/index-v2/head-close.svg") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.head-swiper .close-btn:hover {
  transform: rotate(90deg);
}
/*# sourceMappingURL=the-head-swiper.css.map */