.mainBanner {
  background-color: rgb(212.6, 228, 213);
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.mainBanner .banner-tit {
  margin-bottom: 0;
  font-family: var(--fontFamily2);
  font-weight: 600;
}
.mainBanner * + .btn {
  margin-top: 40px;
}
.mainBanner .btn:before {
  background-color: #2B782D !important;
}
.mainBanner picture:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1440px) {
  .mainBanner picture {
    width: calc(50% + 200px);
  }
  .mainBanner .section-cont {
    width: calc(50% - 200px);
    padding: 100px 80px 100px 0;
  }
  .mainBanner .banner-tit {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mainBanner picture {
    width: calc(50% + 71px);
  }
  .mainBanner .section-cont {
    width: calc(50% - 71px);
    padding: 80px 64px 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .mainBanner .banner-tit {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mainBanner picture {
    width: calc(50% + 25px);
  }
  .mainBanner .section-cont {
    width: calc(50% - 25px);
    padding: 60px 48px 60px 0;
  }
}
@media (min-width: 768px) {
  .mainBanner {
    position: relative;
  }
  .mainBanner picture {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mainBanner picture:after {
    background: linear-gradient(90deg, rgb(212.6, 228, 213) 0%, rgba(212.6, 228, 213, 0.96) 7%, rgba(212.6, 228, 213, 0.87) 15.23%, rgba(212.6, 228, 213, 0.74) 22.6%, rgba(212.6, 228, 213, 0) 61.06%);
  }
  .mainBanner picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  .mainBanner {
    flex-direction: column;
  }
  .mainBanner picture {
    width: 100%;
    position: relative;
  }
  .mainBanner picture:after {
    background: linear-gradient(180deg, rgb(212.6, 228, 213) 0%, rgba(212.6, 228, 213, 0.96) 7%, rgba(212.6, 228, 213, 0.87) 15.23%, rgba(212.6, 228, 213, 0.74) 22.6%, rgba(212.6, 228, 213, 0) 61.06%);
  }
  .mainBanner picture img {
    width: 100%;
  }
  .mainBanner .section-cont {
    padding-block: 42px;
  }
  .mainBanner .banner-tit {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.48px;
  }
  .mainBanner .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=mainBanner.css.map */