.container {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
}

.swiperbox {
  position: relative;
}

.swiper-container-1 {
  /*margin-top: 1.31rem;*/
  margin-top: 0.5rem;
  /*width: 5.86rem;*/
  /*height: 6.35rem;*/
  width: 3rem;
  height: 4.94rem;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-img {
  max-width: 100%;
  max-height: 100%;
}

.swiper-button-next {
  box-sizing: border-box;
  right: 1.5rem;
  width: 0.14rem;
  height: 0.29rem;
  background-image: none;
  background-size: cover;
  z-index: 10;
}

.swiper-button-prev {
  box-sizing: border-box;
  left: 1.5rem;
  width: 0.14rem;
  height: 0.29rem;
  background-image: none;
  background-size: cover;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
}

.swiper-tip {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  text-align: center;
  color: #bcbcbc;
}

.title {
  margin: 0.3rem auto 0;
  width: 81.4%;
}
@media screen and (min-height: 668px) {
  .title {
    margin: 0.7rem auto 0;
  }
}

.desc {
  margin-top: 0.38rem;
}
@media screen and (min-height: 668px) {
  .desc {
    margin: 0.7rem auto 0;
  }
}

.desc1 {
  font-size: 0.29rem;
  text-align: right;
  color: #008ed6;
}

.desc2 {
  font-size: 0.29rem;
  text-align: right;
  color: #008ed6;
}

.content {
  margin: 0.3rem auto 0;
  width: 81.4%;
  /*height: 3.94rem;*/
  height: 2.1rem;
  font-size: 0.23rem;
  overflow-y: scroll;
}
@media screen and (min-height: 668px) {
  .content {
    margin: 0.6rem auto 0;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #bd011f;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #d9f5fc;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
}

.logo {
  display: block;
  margin: 0.36rem auto;
  width: 1.97rem;
}
@media screen and (min-height: 668px) {
  .logo {
    margin: 0.5rem auto;
  }
}

.fadeIn {
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  transform: translateY(0.2rem);
}

.animated .fadeIn {
  animation-name: fadeIn;
}

.animated .fadeUp {
  animation-name: fadeUp;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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