@import url('/css/media.css');
@import url('/iconfont/iconfont.css');
.help ul {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.help ul li {
  padding: 0 1.625rem;
  background-color: #e9e9e9;
  height: 2.8625rem;
  width: 47%;
  margin-bottom: 2.3125rem;
}
.help ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help ul li i {
  color: #00216f;
  transform: rotate(90deg);
}
@media only screen and (max-width: 960px) {
  .swiper-content {
    display: none !important;
  }
  .help ul {
    justify-content: center;
  }
  .help ul li {
    width: 80%;
  }
}
