.textAlign {
  text-align: justify;
  word-break: normal;
}
body {
  font-family: "PingFang SC", arial, "Microsoft Yahei", "微软雅黑", "\5b8b\4f53";
  color: #333;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
/*banner*/
.banner {
  position: relative;
}
.banner img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.94rem;
}
.banner .m-banner {
  display: none;
}
.banner .banner-wrap {
  padding: 3.72rem 1.4rem 0;
}
.banner .bannerInfo {
  position: relative;
  padding: 0.69rem 0.6rem 0.6rem 0.6rem;
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  background-image: -os-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 100%);
  box-shadow: 0px 0.14rem 0.3rem rgba(204, 204, 204, 0.16);
}
.banner .bannerInfo::before {
  content: " ";
  position: absolute;
  width: 0.06rem;
  height: 0.32rem;
  background-color: #c6000b;
  left: 0;
  top: 0.8rem;
}
.banner .bannerInfo .title {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.49rem;
  letter-spacing: -1px;
}
.banner .bannerInfo .text {
  font-size: 0.3rem;
  line-height: 0.52rem;
  margin-top: 0.12rem;
  text-align: justify;
  word-break: normal;
}
/*标题*/
.comm-title {
  position: relative;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.comm-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.13rem;
  width: 0.44rem;
  height: 0.04rem;
  background-color: #c6000b;
}
.comm-title i {
  font-style: normal;
}
/*加载更多*/
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
}
.loading .loading-img {
  width: 0.5rem;
  height: 0.51rem;
  animation: loading 1.5s linear infinite;
}
.loading .loading-tip {
  color: #999999;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular;
}
@keyframes loading {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1020px) {
  /*banner*/
  .banner img {
    height: 9.8rem;
  }
  .banner .pc-banner {
    display: none;
  }
  .banner .m-banner {
    display: block;
  }
  .banner .banner-wrap {
    padding: 7.13rem 0.24rem 0;
  }
  .banner .bannerInfo {
    padding: 0.83rem 0.62rem 0.5rem 0.95rem;
  }
  .banner .bannerInfo::before {
    width: 0.08rem;
    height: 0.48rem;
    top: 1rem;
  }
  .banner .bannerInfo .title {
    font-size: 0.56rem;
    line-height: 0.78rem;
  }
  .banner .bannerInfo .text {
    margin-top: 0.2rem;
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
  /*标题*/
  .comm-title {
    font-size: 0.48rem;
  }
  .comm-title::after {
    bottom: -0.22rem;
    width: 0.88rem;
    height: 0.08rem;
  }
  /*加载更多*/
  .loading {
    height: 2.9rem;
    align-items: center;
  }
  .loading .loading-img {
    width: 0.98rem;
    height: 1.02rem;
  }
  .loading .loading-tip {
    font-size: 0.28rem;
  }
}
