.swiper {
  width: 100%;
}
@media screen and (min-width: 1230px) {
  .swiper {
    height: 31.35vw;
  }
}
@media screen and (max-width: 1230px) {
  .swiper {
    height: 50vw;
  }
}
.swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide .normal-background {
  background-image: url('https://yun.lntusoft.com/lunbotu1.png');
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide .normal-background-content {
  padding-left: 19.2vw;
  padding-top: 5.2vw;
  display: flex;
  flex-direction: column;
  width: calc(549.2vw);
}
.swiper .swiper-slide .normal-background-content > div:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #6486a2;
}
@media screen and (max-width: 750px) {
  .swiper .swiper-slide .normal-background-content > div:nth-child(1) {
    font-size: 2.4vw !important;
  }
}
.swiper .swiper-slide .normal-background-content > div:nth-child(2) {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 48px;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .swiper .swiper-slide .normal-background-content > div:nth-child(2) {
    padding-top: 2.67vw !important;
    padding-bottom: 4.67vw !important;
    font-size: 6.4vw !important;
  }
}
.swiper .swiper-slide .normal-background-content > div:nth-child(3) {
  font-size: 28px;
  color: #000000;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .swiper .swiper-slide .normal-background-content > div:nth-child(3) {
    font-size: 3.73vw !important;
    padding-bottom: 4.67vw !important;
  }
}
.swiper .swiper-slide .normal-background-content > div:nth-child(4) .swiper-button {
  width: 195px;
  height: 60px;
  border-radius: 30px;
  font-size: 26px;
  color: #ffffff;
  background: #4e54f6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .swiper .swiper-slide .normal-background-content > div:nth-child(4) .swiper-button {
    width: 26vw !important;
    height: 8vw !important;
    border-radius: 4vw !important;
    font-size: 3.467vw !important;
  }
}
.swiper .swiper-slide .normal-background-content > div:nth-child(4) .swiper-button:hover {
  background: #5F65F7;
}
@media screen and (min-width: 1230px) {
  hr {
    border: 0;
    border-top: 1px solid #eee;
    width: calc(100% - 162px);
    height: 0;
    box-sizing: content-box;
    margin: 80px auto;
  }
  .tip-row {
    color: #5a5a5a;
    width: calc(100% - 162px);
    min-height: 320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .tip-row .tip-row-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tip-row .tip-row-text .tip-row-text-header {
    font-size: 50px;
  }
  .tip-row .tip-row-text .tip-row-text-content {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
  }
  .tip-row .tip-row-text-right {
    align-items: flex-end;
  }
  .tip-row .tip-row-image-wrapper {
    width: 320px;
  }
  .tip-row .tip-row-image-wrapper .tip-row-image {
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 1230px) {
  hr {
    border: 0;
    border-top: 1px solid #eee;
    width: calc(100% - 162px);
    height: 0;
    box-sizing: content-box;
    margin: calc(80vw / 7.5) auto;
  }
}
/*# sourceMappingURL=index.css.map */