/*banner*/
.special {
  width: 100%;
  height: 1.66666667rem;
  box-shadow: 0.02604167rem 0.05208333rem 0.078125rem #E7E7E7;
  overflow: hidden;
  position: relative;
}
.special img {
  width: 100%;
  height: 100%;
}
.special a {
  width: 100%;
  height: 1.66666667rem;
  position: absolute;
  top: 0;
  left: 0;
}
.special .abgne-controls {
  list-style: none;
  position: absolute;
  margin: auto;
  padding: 0;
  bottom: 0.078125rem;
  width: 100%;
  height: 0.078125rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
.special .abgne-controls li {
  width: 0.10416667rem;
  height: 0.10416667rem;
  line-height: 0.10416667rem;
  font-size: 0.07291667rem;
  text-align: center;
  cursor: pointer;
  margin-right: 0.02604167rem;
  color: #e75f02;
  background-color: #fff;
  border-radius: 0.26041667rem;
}
.special .abgne-controls li.current {
  color: #fff;
  background-color: var(--main-color);
}
/*# sourceMappingURL=special.css.map */