.i4 .i4-container {
  height: 1.7rem;
  background: #FFBA00;
  padding: 0.3rem 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .i4 .i4-container {
    height: 2.2rem;
  }
}
.i4 .i4-container .swiper-container {
  height: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .i4 .i4-container .swiper-container {
    height: 1.4rem;
  }
}
.i4 .i4-container .swiper-container .swiper-wrapper {
  height: 100%;
}
.i4 .i4-container .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.i4 .i4-container .swiper-container .swiper-wrapper .swiper-slide .slide-content {
  background: #fff;
  margin: 0 0.1rem;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .i4 .i4-container .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    margin: 0 0.2rem;
  }
}
.i4 div.friend-pagination {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  text-align: center;
  width: auto;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 1024px) {
  .i4 div.friend-pagination {
    bottom: 0.1rem;
  }
}
.i4 span.swiper-pagination-switch {
  display: inline-block;
  width: 0.8rem;
  height: 2px;
  background-color: #fff;
  margin-right: 0;
  margin-bottom: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .i4 span.swiper-pagination-switch {
    width: 0.3rem;
    height: 2px;
  }
}
.i4 span.swiper-pagination-switch.swiper-active-switch {
  background-color: #056CB7;
}
.i4 .i4-online-content {
  height: 5rem;
  margin-top: -0.42rem;
}
@media screen and (max-width: 1024px) {
  .i4 .i4-online-content {
    height: 3rem;
  }
}
.i4 .i4-online-content .container h6 {
  font-size: 0.55rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 1.35rem;
  margin-bottom: 0.4rem;
}
.i4 .i4-online-content .container p {
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.4rem;
}
.i4 .i4-online-content .container div {
  width: 5.9rem;
  margin: 0 auto;
  height: 0.66rem;
}
.i4 .i4-online-content .container div span {
  width: 3.88rem;
  float: left;
  height: 0.66rem;
  line-height: 0.66rem;
  text-align: center;
  font-size: 0.3rem;
  color: #333;
  background: #FFBA00;
}
.i4 .i4-online-content .container div a {
  float: left;
  width: 2.02rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background: #fff;
  font-size: 0.3rem;
  color: #FFBA00;
  text-align: center;
}
.i4 .i4-online-content .container div a em {
  display: inline-block;
  padding-left: 0.43rem;
  background: url(../images/zx.png) left center no-repeat;
  background-size: 0.33rem auto;
}
