.container {
  color: #333333;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #3383FE;
}

@media (max-width: 991px) {
  .header .mobile-menu-btn .toggler-icon {
    background-color: #333333;
  }
}

.header .home-logo {
  width: 6.875rem;
  height: auto;
}

.nav-view {
  width: 13.25rem;
  display: flex;
  align-items: center;
  margin-right: 0 !important;
}

.drop-down-menu .nav-item:hover {
  background-color: rgba(246, 247, 250, 0.8);
}

.nav-view-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1.25rem;
}

.nav-view-message {}

.nav-view-title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
  color: #333333;
}

.nav-view-desc {
  white-space: nowrap;
  margin-top: .375rem;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #8D8D8D;
}

.hero-background {
  background: none;
  position: relative;
}

.hero-background .container-view {
  position: relative;
}

.hero-background .container-view .main-image {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .hero-area .hero-image {
    display: block;
  }
}


/* 二维码 */
.container-view-image {
  position: relative;
}

.download-view {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 420px;
  display: flex;
  align-items: center;
}

.bottom-view-download-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-button {
  width: 160px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.download-icon {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  margin-left: 14px;
}

.download-link {
  color: #333333;
  height: 40px;
}

.download-link-title {
  height: 14px;
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 6px;
}

.download-link-desc {
  height: 10px;
  font-size: 10px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
}

.qr-code-view {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.qr-code-icon {
  width: 2.25rem;
  height: 2.25rem;
}


.popup-view {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* bottom: -3.125rem; */
  /* bottom: 0; */
  top: 5.5rem;
  width: 10.75rem;
  height: 10.75rem;
  background: #FFFFFF;
  border-radius: 1rem;
}

.triangle-icon {
  width: 1.5rem;
  height: .75rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.75rem;
}

.app-qr-code {
  width: 100%;
  height: 100%;
  padding: 5px;
}


.swiper-view {
  /* width: 1200px; */
  /* margin: 0 auto; */
  /* padding: 0 50px; */
  position: relative;
}

.swiper-container {
  /* padding: 0 3.125rem; */

}

.swiper-wrapper {
  /* padding: 0 50px; */
  /* overflow: hidden; */
}

.swiper-button-prev {
  left: -2.8rem;
}

.swiper-button-next {
  right: -2.8rem;
}

.system-content .swiper-slide {
  width: 16.25rem;
  height: 22.5rem;
  min-width: 168px;
  min-height: 232px;
}

.slide-item {
  /* width: 16.25rem;
  height: 22.5rem;
  min-width: 168px;
  min-height: 232px; */
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .625rem;
}

.slide-item-icon {
  width: 3.25rem;
  height: 3.25rem;
  min-width: 32px;
  min-height: 32px;
}

.slide-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.25rem 0;
}

.slide-item-desc {
  color: #8D8D8D;
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.slide-item .button-style {
  padding: .875rem 1.875rem;
  border-radius: 1.875rem;
  font-size: .9375rem;
}

.slide-item-1 {
  background: linear-gradient(180deg, #F6FFFD 0%, #E1FFF7 100%);
}

.slide-item .button .button-color-1 {
  background-color: #3383fe;
}

.slide-item-2 {
  background: linear-gradient(180deg, #F9FBFF 0%, #DBE9FF 100%);
}

.slide-item .button .button-color-2 {
  background-color: #02a074;
}

.slide-item-3 {
  background: linear-gradient(180deg, #FFF8F2 0%, #FFE4CD 100%);
}

.slide-item .button .button-color-3 {
  background-color: #DF7922;
}

.slide-item-4 {
  background: linear-gradient(180deg, #FFF7F5 0%, #FFE6E1 100%);
}

.slide-item .button .button-color-4 {
  background-color: #db5135;
}

.slide-item-5 {
  background: linear-gradient(180deg, #F4F6FF 0%, #DDE4FF 100%);
}

.slide-item .button .button-color-5 {
  background-color: #4e6ef2;
}

.slide-item-6 {
  background: linear-gradient(180deg, #FFFEF4 0%, #FFFAD6 100%);
}

.slide-item .button .button-color-6 {
  background-color: #FFDE00;
}

.slide-item-7 {
  background: linear-gradient(180deg, #F9FBFF 0%, #DBE9FF 100%);
}

.slide-item .button .button-color-7 {
  background-color: #3383FE;
}

.jianjie {
  padding: 0;
}

.bottom-pic {
  position: relative;
}

.read-more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18%;
  z-index: 2;
}

.bottom-pic .button-color-1 {
  background-color: #3383fe;
  padding: .5rem 1.775rem;
}


.desc-view {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /* padding: 12.5rem 16.25rem 17.5rem 16.25rem; */
}

.desc-left {
  width: 320px;
  padding-top: 10px;
}

.desc-left-text {}

.desc-left-text p {
  font-size: 18px;
  margin-bottom: 24px;
}

.desc-left-logo {
  width: 52px;
  height: 52px;
}

.desc-left-title {
  margin: 24px 0 64px 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
}

.desc-left-subhead {
  font-size: 44px;
  line-height: 58px;
  color: #333333;
  font-weight: 600;
  white-space: nowrap;
  word-break: break-all;
}

@media (min-width:1600px) {
  /* .desc-left-title {
    margin: 1.5rem 0 7.5rem 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 800;
  }

  .desc-left-subhead {
    font-size: 52px;
    line-height: 72px;
    color: #333333;
    font-weight: 800;
  } */
}

.desc-left-describe {
  margin-top: 14px;
  font-size: 20px;
  color: #8D8D8D;
}

.desc-image {
  width: 470px;
  height: auto;
}

.desc-ul {
  margin-top: 50px;
}

.li-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 20px;
  line-height: 28px;
}

.desc-li-text {
  line-height: 28px;
  font-size: 16px;
  color: #8D8D8D;
}

.bottom-view {
  width: 100%;
  height: 480px;
  padding-top: 80px;
}

.bottom-view-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
}

.bottom-view-title-logo {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.bottom-view-subtitle {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  margin: 24px 0;
}

.container-box {
  height: 820px;
  color: #333333;
}

.container-box .mission-image {
  width: 600px;
  height: auto;
  margin-right: 60px;
  background: #D8D8D8;
}

.mission {
  margin-top: 100px;
  padding-top: 25px;
  height: 132px;
  position: relative;
  text-align: center;
}

.mission-view {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #333333;
}

.mission-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
}

.mission-background {
  width: 1220px;
  height: 132px;
  font-size: 132px;
  font-weight: 900;
  text-align: center;
  color: rgba(51, 131, 254, 0.1);
  line-height: 132px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.contact-right {
  width: 100%;
  /* height: 420px; */
  background: #FFFFFF;
  box-shadow: 10px 20px 60px 0px rgba(51, 131, 254, 0.2);
  border-radius: 20px;
  border: 2px solid #3383FE;
  padding: 30px 40px;
  color: #333333;
}

.fw-blod {
  font-weight: bold;
  font-size: 18px;
}

.dotted-line {
  border-bottom: 1px dashed #cccccc;
  margin: 15px 0;
}

.kefu-image {
  width: 100%;
  height: auto;
}

.scroll-top-image {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .header .mobile-menu-btn .toggler-icon {
    background-color: #ffffff;
  }
}

.main-image-md {
  display: block;
}

.main-image-sm {
  display: none;
}



@media (max-width: 768px) {
  body {
    overflow-y: auto;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  body::-webkit-scrollbar {
    width: 0 !important
  }

  /*IE 10+*/
  body {
    -ms-overflow-style: none;
  }

  /*Firefox*/
  body {
    overflow: -moz-scrollbar-none;
  }

  .container-box .row {
    margin: 0;
    padding: 0;
  }

  .company .row {
    margin: 0;
    padding: 0;
  }

  .main-image-md {
    display: none;
  }

  .main-image-sm {
    display: block;
  }

  .swiper-button-prev {
    left: -6rem;
  }

  .swiper-button-next {
    right: -6rem;
  }

  .slide-item-title {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0;
  }

  .slide-item-desc {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 24px;
  }

  .see-more-color {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .swiper-button-prev {
    left: -10rem;
  }

  .swiper-button-next {
    right: -10rem;
  }
}

.header .navbar .navbar-nav .nav-item a.active {
  text-decoration: underline;
}

@media (max-width: 992px) {
  body .header .navbar .navbar-nav .nav-item a.active {
    color: #3383FE !important;
  }
}