.i4 {
  width: 12rem;
  margin: 0.6rem auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .i4 {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.i4 .main-wrap {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  position: relative;
}
.i4 .main-wrap .swiper-container {
  width: 100%;
  height: 6rem;
}
@media screen and (max-width: 1024px) {
  .i4 .main-wrap .swiper-container {
    height: 6rem;
  }
}
.i4 .main-wrap .swiper-container .swiper-slide {
  position: relative;
}
.i4 .main-wrap .swiper-container .swiper-slide img {
  width: 9.5rem;
  height: 6rem;
}
@media screen and (max-width: 1024px) {
  .i4 .main-wrap .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.i4 .main-wrap .swiper-container .swiper-slide .main-text {
  width: 4.1rem;
  height: 2.6rem;
  background: #002664;
  position: absolute;
  top: 2.16rem;
  right: 0;
  padding: 0.4rem 0.45rem 0.4rem 0.45rem;
}
@media screen and (max-width: 1024px) {
  .i4 .main-wrap .swiper-container .swiper-slide .main-text {
    width: 100%;
    top: auto;
    bottom: 0rem;
  }
}
.i4 .main-wrap .swiper-container .swiper-slide .main-text h3 {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .i4 .main-wrap .swiper-container .swiper-slide .main-text h3 {
    font-size: 0.32rem;
  }
}
.i4 .main-wrap .swiper-container .swiper-slide .main-text div {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .i4 .main-wrap .swiper-container .swiper-slide .main-text div {
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
}
.i4 .main-wrap .arrow-left {
  position: absolute;
  top: 2.8rem;
  left: -1rem;
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  line-height: 0.58rem;
  font-family: cursive;
  font-weight: bold;
  text-align: center;
  font-size: 0.2rem;
  background: #002664;
  border-radius: 0.29rem;
}
@media screen and (max-width: 1024px) {
  .i4 .main-wrap .arrow-left {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    left: 0rem;
    top: 2rem;
    z-index: 99;
  }
}
.i4 .main-wrap .arrow-right {
  position: absolute;
  top: 2.8rem;
  right: -1rem;
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  font-size: 0.2rem;
  line-height: 0.58rem;
  font-family: cursive;
  font-weight: bold;
  text-align: center;
  background: #002664;
  border-radius: 0.29rem;
}
@media screen and (max-width: 1024px) {
  .i4 .main-wrap .arrow-right {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    right: 0rem;
    top: 2rem;
    z-index: 99;
  }
}
