.index-banner {
  width: 100%;
  height: 680px;
  padding-top:105px;
 
}
.index-banner .index-banner-swiper {
  width: 100%;
  height: 100%;
}
.index-banner .index-banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-explain {
  background-color: #f7f7f7;
}
.index-explain .wd1440 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.index-explain .wd1440 .explain-box {
  text-align: center;
  padding: 43px 0;
}
.index-explain .wd1440 .explain-box img {
  transition: 0.5s;
}
.index-explain .wd1440 .explain-box .title {
  color: #646464;
  font-size: 22px;
  margin-top: 15px;
}
.index-explain .wd1440 .explain-box .intro {
  margin-top: 10px;
  color: #969696;
}
.index-genre {
  background-image: url('/templets/h5070/static/images/index_model_bg.JPG');
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 130px;
}
.index-genre .wd1440 {
  display: flex;
}
.index-genre .wd1440 .left .title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}
.index-genre .wd1440 .left .intro {
  margin-top: 36px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.index-genre .wd1440 .left .big-word {
  margin-top: 15px;
  font-size: 135px;
  color: #fff;
}
.index-genre .wd1440 .left .genre-car {
  margin-top: 10px;
  height: 247px;
}
.index-genre .wd1440 .right {
  flex: 1;
  width: 64%;
  padding-left: 33px;
  padding-bottom: 10px;
}
.index-genre .wd1440 .right .index-genre-swiper {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide {
  max-height: 500px;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide .top {
  width: 100%;
  height: 65px;
  display: flex;
  line-height: 65px;
  border-bottom: 1px solid #ccc;
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide .top .mark {
  padding-left: 20px;
  flex: 1;
  font-size: 30px;
  color:#333;
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide .top .link {
  transition: 0.3s;
  width: 92px;
  display: block;
  text-align: center;
  border-left: 1px solid #ccc;
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle {
  margin-top: 10px;
  padding-left: 19px;
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle .m-title {
  font-size: 28px;
  font-weight: bold;
  color:#333;
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle .m-intro {
  font-size: 24px;
  color: #666;
  margin-top: 20px;
  color:#333;
}
.index-genre .wd1440 .right .index-genre-swiper .swiper-slide .show-car {
  transition: 0.5s;
  margin-top: 123px;
  max-width: 90%;
  display: block;
  margin: 10px auto 0;
}
.index-genre-swiper .swiper-pagination-bullets {
  bottom: 0;
}
.index-car {
  padding: 37px 15px 12px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.index-car .car-item {
  width: 31.3%;
  display: flex;
  padding: 13px;
  margin: 0 1%;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border: solid 1px #cccccc;
  margin-bottom: 53px;
}
.index-car .car-item .show {
  flex: 1;
  height: 255px;
  overflow: hidden;
}
.index-car .car-item .show img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.index-car .car-item .info {
  width: 204px;
  margin-left: 15px;
}
.index-car .car-item .info .title {
  font-size: 24px;
}
.index-car .car-item .info .price {
  margin-top: 19px;
}
.index-car .car-item .info .price p {
  font-size: 16px;
}
.index-car .car-item .info .price p strong {
  font-size: 24px;
  color: #e3a80d;
}
.index-car .car-item .info .seat {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 16px;
}
.index-car .car-item .info .more {
  margin-top: 48px;
  width: 204px;
  height: 41px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  transition: 0.3s;
  background-color: #11334f;
}
.index-about {
  background-image: url("/templets/h5070/static/images/index_about_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 175px 0 163px;
}
.index-about .wd1440 {
  display: flex;
  justify-content: space-between;
}
.index-about .wd1440 .big-show {
  height: 425px;
  margin-left: -150px;
  padding-top: 68px;
}
.index-about .wd1440 .about-contain .a-title {
  font-size: 48px;
  color: #11334f;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}
.index-about .wd1440 .about-contain .e-word {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 38px;
  line-height: 38px;
  margin-bottom: 86px;
}
.index-about .wd1440 .about-contain .e-word .word {
  color: #fff;
  height: 100%;
  padding: 0 10px;
  font-size: 24px;
  background-color: #11334f;
}
.index-about .wd1440 .about-contain .e-word .a-blue {
  width: 12px;
  height: 100%;
  background-color: #33cbcc;
}
.index-about .wd1440 .about-contain .e-word .a-green {
  width: 31px;
  height: 100%;
  background-color: #66f683;
}
.index-about .wd1440 .about-contain .a-intro {
  font-size: 16px;
  max-width: 555px;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 24px;
}
.index-serve {
  background-image: url("/templets/h5070/static/images/index_serve_bg.jpg");
  padding: 102px 0 158px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-serve .wd1440 .serve-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-serve .wd1440 .serve-title .left .Title {
  display: flex;
  align-items: center;
}
.index-serve .wd1440 .serve-title .left .Title span {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.index-serve .wd1440 .serve-title .left .Title div {
  display: flex;
}
.index-serve .wd1440 .serve-title .left .Title div p {
  height: 38px;
}
.index-serve .wd1440 .serve-title .left .Title div .p1 {
  width: 12px;
  background-color: #33cbcc;
}
.index-serve .wd1440 .serve-title .left .Title div .p2 {
  width: 31px;
  background-color: #66f683;
}
.index-serve .wd1440 .serve-title .left .Intro {
  margin-top: 28px;
  font-size: 24px;
  color: #f6f6f6;
}
.index-serve .wd1440 .serve-title .right {
  width: 142px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 18px;
  color: #11334f;
}
.index-serve .wd1440 .serve-box {
  margin-top: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-serve .wd1440 .serve-box .serve-item {
  width: 31%;
  display: flex;
  flex-direction: column;
}
.index-serve .wd1440 .serve-box .serve-item .serve-show {
  width: 100%;
  height: 505px;
}
.index-serve .wd1440 .serve-box .serve-item .serve-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-serve .wd1440 .serve-box .serve-item .serve-bot {
  margin-top: 29px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-serve .wd1440 .serve-box .serve-item .serve-bot .name div {
  font-size: 24px;
  color: #f6f6f6;
}
.index-serve .wd1440 .serve-box .serve-item .serve-bot .name .f-16 {
  font-size: 16px;
}
.index-serve .wd1440 .serve-box .serve-item2 {
  flex-direction: column-reverse;
}
.index-serve .wd1440 .serve-box .serve-item2 .serve-bot {
  margin-bottom: 29px;
}
.index-serve .wd1440 .more {
  display: none;
  width: 142px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 18px;
  color: #11334f;
  margin: 20px auto 0;
}
.index-news {
  background-color: #fff;
  padding: 65px 0 56px;
  position: relative;
}
.index-news .news-title {
  position: absolute;
  z-index: 1;
  top: -50px;
  right: 240px;
  width: 299px;
  height: 196px;
  padding-top: 45px;
  padding-right: 24px;
  box-sizing: border-box;
  background-color: #11334f;
}
.index-news .news-title .big {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.index-news .news-title .small {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.index-news .news-title .small span {
  font-size: 24px;
  color: #f6f6f6;
}
.index-news .news-title .small .color {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.index-news .news-title .small .color p:nth-of-type(1) {
  width: 12px;
  height: 38px;
  background-color: #33cbcc;
}
.index-news .news-title .small .color p:nth-of-type(2) {
  width: 31px;
  height: 38px;
  background-color: #66f683;
}
.index-news .news-box {
  position: relative;
  z-index: 0;
}
.index-news .news-box .index-news-swiper {
  width: 100%;
}
.index-news .news-box .index-news-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-show {
  width: 50%;
  height: 670px;
  margin-right: 100px;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info {
  width: 50%;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .news-nav {
  display: flex;
  align-items: center;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .news-nav a {
  display: block;
  width: 113px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #e6e6e6;
  margin-right: 6px;
  font-size: 16px;
  cursor: pointer;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .news-nav a:hover {
  background-color: #f8b500;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .news-nav .a-active {
  background-color: #f8b500;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab {
  margin-top: 70px;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .intro {
  font-size: 16px;
  margin-top: 41px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  max-width: 560px;
}
.index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .more {
  margin-top: 60px;
  font-size: 16px;
  color: #666;
  width: 159px;
  height: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  border: solid 2px #999999;
}
.index-news-swiper .swiper-pagination-bullet {
  background-color: #666;
  opacity: 1;
  margin-left: 38px !important;
}
.index-news-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #f8b500;
}
.index-news-swiper .swiper-pagination-bullets {
  left: 30%;
}
.index-news-swiper .swiper-button-next {
  top: auto;
  right: 12%;
  bottom: 6px;
  background-image: url("/templets/h5070/static/images/icon_jian_rr.png");
}
.index-news-swiper .swiper-button-prev {
  top: auto;
  left: auto;
  right: 25%;
  bottom: 6px;
  background-image: url("/templets/h5070/static/images/icon_jian_l.png");
}
.index-news-swiper .swiper-button-next,
.index-news-swiper .swiper-button-prev {
  width: 14px;
  height: 24px;
  background-size: auto;
}
.index-new-l {
  display: flex;
  padding: 0 20px 40px;
  justify-content: space-between;
  background-color: #fff;
}
.index-new-l .new-item {
  width: 23%;
  margin: 0 1%;
}
.index-new-l .new-item .new-show {
  width: 100%;
  height: 271px;
}
.index-new-l .new-item .new-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-new-l .new-item .new-info {
  padding-bottom: 20px;
}
.index-new-l .new-item .new-info .title {
  font-size: 24px;
  margin-top: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-new-l .new-item .new-info .intro {
  margin-top: 26px;
  font-size: 15px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-new-l .new-item .new-info .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}
.index-new-l .new-item .new-info .bot .time {
  color: #999;
}
@media screen and (min-width: 1200px) {
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide:hover .show-car {
    margin-top: 70px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide:hover .top .link {
    background-color: #f8b500;
  }
  .index-car .car-item:hover .show img {
    transform: scale(1.1);
  }
  .index-car .car-item:hover .info .more {
    background-color: #e3a80d;
  }
  .index-explain .wd1440 .explain-box:hover img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
  }
}
@media screen and (max-width: 1700px) {
  .index-about .wd1440 .big-show {
    margin-left: 0;
    height: 255px;
  }
}
@media screen and (max-width: 1440px) {
  .index-genre {
    background-size: cover;
    padding: 30px 0;
    overflow: hidden;
  }
  .index-genre .wd1440 .left .big-word {
    font-size: 80px;
  }
  .index-genre .wd1440 .left .genre-car {
    height: 150px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide {
    padding: 0 0 20px;
  }
  .index-car .car-item {
    width: 48%;
  }
  .index-news .news-title {
    position: initial;
    background: none;
    margin: 0 auto;
  }
  .index-news .news-title .big,
  .index-news .news-title .small span {
    color: #333;
  }
}
@media screen and (max-width: 1200px) {
  .index-banner {
    height: auto;
  }
  .index-explain .wd1440 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .index-explain .wd1440 .explain-box {
    padding: 20px 0;
    width: 33%;
  }
  .index-genre .wd1440 {
    display: block;
  }
  .index-genre .wd1440 > div {
    float: none;
  }
  .index-genre .wd1440 .left .big-word,
  .index-genre .wd1440 .left .genre-car {
    display: none;
  }
  .index-genre .wd1440 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .index-genre .wd1440 > div {
    text-align: center;
  }
  .index-genre .wd1440 .left .intro {
    margin-top: 15px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle {
    padding-left: 0;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle .m-title {
    font-size: 24px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle .m-intro {
    font-size: 18px;
  }
  .index-genre .wd1440 .right .index-genre-swiper {
    padding: 0;
  }
  .index-about .wd1440 {
    flex-direction: column-reverse;
  }
  .index-about {
    background: none;
    padding: 30px 0;
    background-color: #f6f6f6;
  }
  .index-about .wd1440 .about-contain .a-title,
  .index-about .wd1440 .about-contain .e-word {
    justify-content: center;
  }
  .index-car .car-item {
    margin-bottom: 20px;
  }
  .index-about .wd1440 .about-contain .a-intro {
    max-width: none;
  }
  .index-about .wd1440 .about-contain .e-word {
    margin-bottom: 30px;
  }
  .index-about .wd1440 .big-show {
    padding-top: 30px;
  }
  .index-serve {
    padding: 40px 0;
    background-size: cover;
  }
  .index-serve .wd1440 .serve-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .index-serve .wd1440 .serve-box .serve-item {
    width: 49%;
    margin-bottom: 15px;
  }
  .index-serve .wd1440 .serve-box .serve-item2 {
    flex-direction: column;
  }
  .index-serve .wd1440 .serve-box .serve-item2 .serve-bot {
    margin-bottom: 0;
  }
  .index-serve .wd1440 .serve-box .serve-item .serve-bot {
    margin-top: 10px;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-show {
    margin-right: 30px;
    height: auto;
  }
  .index-news .news-box .index-news-swiper .swiper-slide {
    align-items: flex-start;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab {
    margin-top: 30px;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .intro {
    margin-top: 20px;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .more {
    margin-top: 20px;
  }
  .index-news-swiper .swiper-button-next,
  .index-news-swiper .swiper-button-prev {
    display: none;
  }
  .index-news {
    padding: 0 15px 20px;
  }
  .index-new-l {
    flex-wrap: wrap;
  }
  .index-new-l .new-item {
    width: 32%;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .index-car .car-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .index-explain .wd1440 .explain-box {
    width: 50%;
  }
  .index-explain .wd1440 .explain-box img {
    height: 40px;
  }
  .index-explain .wd1440 .explain-box .title {
    font-size: 16px;
  }
  .index-explain .wd1440 .explain-box .intro {
    font-size: 12px;
  }
  .index-serve .wd1440 .serve-box .serve-item .serve-show {
    height: auto;
  }
  .index-serve .wd1440 .serve-box .serve-item .serve-bot img {
    display: none;
  }
  .index-serve .wd1440 .serve-box .serve-item .serve-bot .name div {
    font-size: 18px;
  }
  .index-serve .wd1440 .serve-box .serve-item .serve-bot .name .f-16 {
    font-size: 14px;
  }
  .index-serve .wd1440 .serve-title .right {
    display: none;
  }
  .index-serve .wd1440 .serve-title {
    justify-content: center;
  }
  .index-serve .wd1440 .serve-title .left .Title div {
    display: none;
  }
  .index-serve .wd1440 .serve-title .left .Title span {
    margin-right: 0;
  }
  .index-serve .wd1440 .serve-title .left .Intro {
    margin-top: 10px;
    font-size: 18px;
  }
  .index-serve .wd1440 .serve-title .left .Title {
    justify-content: center;
  }
  .index-serve .wd1440 .serve-title .left .Title span {
    font-size: 24px;
  }
  .index-news-swiper .swiper-pagination-bullets {
    display: none;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-show {
    margin-right: 15px;
  }
  .index-new-l .new-item {
    width: 49%;
  }
  .index-news .news-title .big {
    font-size: 24px;
    text-align: center;
  }
  .index-news .news-title {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 0 0;
  }
  .index-news .news-title .small {
    margin-top: 10px;
    justify-content: center;
  }
  .index-news .news-title .small .color {
    display: none;
  }
  .index-news .news-title .small span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .index-banner {
  	    padding-top: 4.3rem;
    height: 200px;
  }
  .index-genre .wd1440 .left .title {
    font-size: 22px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .show-car {
    margin: 40px auto 0;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle {
    margin-top: 30px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .top {
    height: 40px;
    line-height: 40px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .top .mark {
    padding-left: 0;
    font-size: 20px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle .m-title {
    font-size: 18px;
  }
  .index-genre .wd1440 .right .index-genre-swiper .swiper-slide .middle .m-intro {
    font-size: 16px;
  }
  .index-car .car-item {
    width: 48%;
    display: block;
  }
  .index-car .car-item .info {
    width: 100%;
    margin-left: 0;
  }
  .index-car .car-item .info .more {
    display: none;
  }
  .index-car .car-item .info .title {
    margin-top: 15px;
    font-size: 16px;
  }
  .index-car .car-item .info .seat {
    font-size: 14px;
    margin-top: 15px;
  }
  .index-car .car-item .info .price p {
    font-size: 14px;
  }
  .index-car .car-item .info .price {
    margin-top: 15px;
  }
  .index-car .car-item .info .price p strong {
    font-size: 16px;
  }
  .index-car .car-item .show {
    height: auto;
  }
  .index-about .wd1440 .big-show {
    height: auto;
  }
  .index-about .wd1440 .about-contain .e-word .word {
    font-size: 16px;
  }
  .index-about .wd1440 .about-contain .a-title {
    font-size: 22px;
  }
  .index-serve .wd1440 .serve-box .serve-item {
    width: 100%;
  }
  .index-news .news-box .index-news-swiper .swiper-slide {
    display: block;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-show,
  .index-news .news-box .index-news-swiper .swiper-slide .news-info {
    width: 100%;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-info .news-nav {
    margin-top: 20px;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .more {
    display: none;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .title {
    font-size: 18px;
  }
  .index-news .news-box .index-news-swiper .swiper-slide .news-info .box-tab .item-tab .intro {
    margin-top: 10px;
  }
  .index-new-l {
    padding: 0 15px 30px;
  }
  .index-new-l .new-item {
    width: 100%;
  }
  .index-new-l .new-item .new-show {
    height: auto;
  }
  .index-new-l .new-item .new-info .title {
    margin-top: 20px;
    font-size: 20px;
  }
  .index-new-l .new-item .new-info .intro {
    margin-top: 15px;
  }
  .index-new-l .new-item .new-info .bot {
    margin-top: 20px;
  }
  .index-serve .wd1440 .more {
    display: block;
  }
  .index-genre-swiper .swiper-pagination-bullets {
    display: none;
  }
}
