.container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-top: 70px;
}
.container .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  padding: 10px 2.5%;
  display: flex;
  flex-direction: row;
  z-index: 100;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
}
.container .header a img {
  width: 140px;
}
.container .header .r {
  text-align: right;
}
.container .header .r p {
  font-size: 14px;
}
.container .header .r a {
  color: #ED1A24;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 5px;
  display: inline-block;
}
.container .banner {
  width: 100%;
  position: relative;
}
.container .banner .swiper-container {
  width: 100%;
}
.container .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.container .banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.container .banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 100;
}
.container .banner .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
  transition: all 600ms;
}
.container .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 20px;
}
.container .main {
  width: 95%;
  margin: 30px auto;
}
.container .main .pic {
  margin-top: 30px;
}
.container .main img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.container .main a {
  background-color: rgba(26, 112, 236, 0.82);
  display: block;
  width: 85%;
  margin: 30px auto;
  border-radius: 60px;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
}

/*# sourceMappingURL=xm.css.map */
