@charset "UTF-8";
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

body {
  color: #151515;
  font-family: Didact Gothic;
}

.mt-300 {
  margin-top: 15.625vw;
}

.mt-200 {
  margin-top: 10.4166666667vw;
}

.mt-160 {
  margin-top: 8.3333333333vw;
}

.mt-120 {
  margin-top: 6.25vw;
}

.mt-80 {
  margin-top: 4.1666666667vw;
}

.mt-60 {
  margin-top: 3.125vw;
}

.mt-40 {
  margin-top: 2.0833333333vw;
}

.mb-120 {
  margin-bottom: 6.25vw;
}

.mb-40 {
  margin-bottom: 2.0833333333vw;
}

.mb-20 {
  margin-bottom: 1.0416666667vw;
}

.mt-20 {
  margin-top: 1.0416666667vw;
}

@media (max-width: 750px) {
  .mt-300 {
    margin-top: 40vw;
  }

  .mt-200 {
    margin-top: 26.6666666667vw;
  }

  .mt-160 {
    margin-top: 21.3333333333vw;
  }

  .mt-120 {
    margin-top: 16vw;
  }

  .mt-80 {
    margin-top: 10.6666666667vw;
  }

  .mt-60 {
    margin-top: 8vw;
  }

  .mt-40 {
    margin-top: 5.3333333333vw;
  }

  .mb-120 {
    margin-bottom: 16vw;
  }

  .mb-40 {
    margin-bottom: 5.3333333333vw;
  }

  .mb-20 {
    margin-bottom: 2.6666666667vw;
  }

  .mt-20 {
    margin-top: 2.6666666667vw;
  }
}
.bajie-article-title {
  font-size: 3.6458333333vw;
  line-height: 5.2083333333vw;
  font-weight: bold;
  font-family: Merriweather;
}

@media (max-width: 1200px) {
  .bajie-article-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 750px) {
  .bajie-article-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
}
.bajie-article-text {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #444444;
}

@media (max-width: 750px) {
  .bajie-article-text {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
  }
}
.bajie-article-note {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 750px) {
  .bajie-article-note {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.divide-dashed-line {
  border-bottom: 1px dashed #707070;
}

* {
  scroll-behavior: smooth;
}

.theme-color {
  color: #444444 !important;
}

.theme-color-bg {
  background-color: #21b97c;
}

.theme-color-bg-32 {
  background-color: rgba(33, 185, 124, 0.32);
}

.theme-color-bg-20 {
  background-color: rgba(33, 185, 124, 0.2);
}

.theme-color-bg-10, .qas .qa:nth-of-type(2n + 1) {
  background-color: rgba(33, 185, 124, 0.1);
}

.font-white {
  color: #fff;
}

.navbar-bajie {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .navbar-bajie {
    width: 100vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.navbar-bajie-white {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.navbar-collapse-bajie {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.logo {
  width: 66px;
  height: 66px;
  margin-right: 7px;
}

@media (max-width: 1400px) {
  .logo {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .logo {
    width: 8.8vw;
    height: 8.8vw;
    margin-right: 1.3333333333vw;
  }
}
.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #21b97c;
}

@media (max-width: 1400px) {
  .name {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .name {
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #21b97c;
  }
}
.navbar-toggle-icon {
  width: 44px;
  height: 44px;
}

@media (max-width: 750px) {
  .navbar-toggle-icon {
    width: 8.8vw;
    height: 8.8vw;
  }
}
.navbar-nav-bajie {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-nav-bajie .nav-link-bajie {
  font-size: 22px;
  font-weight: bold;
  font-family: Merriweather;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #151515;
}

.navbar-nav-bajie .nav-link-bajie:hover {
  color: #21b97c;
}

@media (max-width: 1400px) {
  .navbar-nav-bajie .nav-item {
    padding: 24px 0;
  }

  .navbar-nav-bajie .nav-link-bajie {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .navbar-nav-bajie .nav-item {
    padding: 3.2vw 0;
  }

  .navbar-nav-bajie .nav-link-bajie {
    font-size: 4vw;
    padding: 0 1.3333333333vw;
  }
}
.banner {
  position: relative;
  margin-top: 120px;
}

.banner .banner-img {
  width: 100%;
}

.banner .banner-img-phone {
  display: none;
}

.banner .banner-text {
  position: absolute;
  left: 51.09375vw;
  top: 21.1458333333vw;
  margin: 0;
  font-size: 3.6458333333vw;
  line-height: 4.5833333333vw;
  font-weight: bold;
  font-family: Merriweather;
}

.banner .banner-text-min {
  position: absolute;
  left: 44.4270833333vw;
  width: 52.0833333333vw;
  top: 26.9791666667vw;
  text-align: center;
  font-size: 1.875vw;
  line-height: 2.5vw;
  color: #000;
}

@media (max-width: 750px) {
  .banner {
    margin-top: 21.3333333333vw;
  }

  .banner .banner-img {
    display: none;
  }

  .banner .banner-img-phone {
    display: block;
    width: 100%;
  }

  .banner .banner-text {
    top: 62.4vw;
    left: 4.2666666667vw;
    font-size: 5.6vw;
    line-height: 2.7604166667vw;
  }

  .banner .banner-text-min {
    top: 73.6vw;
    left: 4.2666666667vw;
    width: 64vw;
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.customer-case {
  padding: 6.25vw 0;
}

.customer-case .customer-case-img {
  width: 100%;
}

@media (max-width: 750px) {
  .customer-case {
    padding: 16vw 0;
  }
}
.customize-software {
  width: 45vw;
  margin: 2.0833333333vw auto;
}

.customize-softwareimg {
  width: 45vw;
}

.customize-software .customize-software-video {
  width: 100%;
}

@media (max-width: 750px) {
  .customize-software {
    width: 91.4666666667vw;
  }
  .customize-softwareimg {
    width: 91.4666666667vw;
  }
}
.qas .qa {
  padding: 1.25vw 0;
}

.qas .qa .qa-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5vw;
}

.qas .qa .qa-text:nth-of-type(2n + 1) {
  margin-right: 3.125vw;
}

.qas .qa .qa-text .qa-text-type {
  font-size: 1.875vw;
  margin-right: 2.0833333333vw;
}

.qas .qa .qa-text .qa-text-content {
  font-size: 1.3541666667vw;
}

.qas .qa .qa-text .qa-text-content .qa-text-content-imgs {
  margin-top: 2.0833333333vw;
}

.qas .qa .qa-text .qa-text-content .qa-text-content-imgs .qa-text-content-imgs-google,
.qas .qa .qa-text .qa-text-content .qa-text-content-imgs .qa-text-content-imgs-apple {
  width: 10.9375vw;
}

.qas .qa .qa-text .qa-text-content .qa-text-content-imgs .qa-text-content-imgs-google {
  margin-right: 2.0833333333vw;
}

.qas .qa .qa-text .qa-text-content-bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .qas .qa {
    padding: 4.4vw 0;
  }

  .qas .qa .qa-text {
    margin-bottom: 4.2666666667vw;
    line-height: 6.4vw;
  }

  .qas .qa .qa-text:nth-of-type(2n + 1) {
    margin-right: 0;
  }

  .qas .qa .qa-text .qa-text-type {
    margin-right: 4.2666666667vw;
    font-size: 4.8vw;
  }

  .qas .qa .qa-text .qa-text-content {
    font-size: 4vw;
  }

  .qas .qa .qa-text .qa-text-content .qa-text-content-imgs {
    margin-top: 5.3333333333vw;
  }

  .qas .qa .qa-text .qa-text-content .qa-text-content-imgs .qa-text-content-imgs-google,
.qas .qa .qa-text .qa-text-content .qa-text-content-imgs .qa-text-content-imgs-apple {
    width: 34.6666666667vw;
  }

  .qas .qa .qa-text .qa-text-content .qa-text-content-imgs .qa-text-content-imgs-google {
    margin-right: 4vw;
  }
}
.customer-visitwrap {
  padding: 6.25vw 0 3.125vw;
  background-image: url("/sitefiles/library/images/2021/12/c51fb14e8c19492a.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 750px) {
  .customer-visitwrap {
    padding: 16vw 0 8vw;
  }
}
.customer-visit {
  position: relative;
}

.customer-visit .swiper-container {
  position: static;
  overflow: auto;
}

.customer-visit .swiper-container::-webkit-scrollbar {
  display: none;
}

.customer-visit .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.customer-visit .swiper-slide-active,
.customer-visit .swiper-slide-duplicate-active {
  z-index: 2;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.customer-visit .swiper-slide img {
  display: block;
  width: 18.0833333333vw;
}

.customer-visit .swiper-pagination {
  color: #21b97c;
  font-weight: bold;
  bottom: -2.6041666667vw;
}

@media (max-width: 750px) {
  .customer-visit .swiper-container {
    width: 100%;
  }

  .customer-visit .swiper-slide {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .customer-visit .swiper-slide-active,
.customer-visit .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .customer-visit .swiper-slide img {
    width: 59.0666666667vw;
  }

  .customer-visit .swiper-pagination {
    bottom: -8vw;
  }
}
.contact {
  padding: 3.125vw;
}

.contact .contact-title {
  line-height: 4.1666666667vw;
  font-size: 3.125vw;
  font-weight: bold;
  font-family: Merriweather;
  color: #151515;
}

.contact .contact-info {
  margin-bottom: 3.2vw;
}

.contact .contact-info .contact-info-img {
  width: 4.1666666667vw;
}

.contact .contact-info .contact-info-name {
  margin-top: 1.1458333333vw;
  font-size: 1.0416666667vw;
  color: #444444;
}

.contact .contact-info .contact-info-text {
  font-size: 1.4583333333vw;
  line-height: 1.875vw;
  font-weight: 400;
  color: #151515;
  word-wrap: break-word;
  word-break: break-all;
}

.contact .contact-form {
  width: 100%;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-radius: 1.3020833333vw;
  background: #21b97c;
  font-size: 1.5625vw;
}

.contact .contact-form .text-input {
  width: 100%;
  margin-bottom: 1.25vw;
  padding: 0.5em 0;
  outline-style: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
}

.contact .contact-form .text-input::-webkit-input-placeholder {
  color: #fff;
}

.contact .contact-form .text-input-border {
  border: 2px solid #fff;
  border-radius: 0.5208333333vw;
  padding: 0.5em 1em;
}

.contact .contact-form .form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0;
  margin-bottom: 2.0833333333vw;
}

.contact .contact-form .checkbox-input {
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background-color: #fff;
  border-radius: 50%;
}

.contact .contact-form input[type=checkbox] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 1.25vw;
  line-height: 1.875vw;
  text-align: center;
  position: relative;
}

.contact .contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #21b97c;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.contact .contact-form input[type=checkbox]:checked::before {
  content: "✓";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  color: #21b97c;
  font-size: 1.875vw;
  font-weight: bold;
}

.contact .contact-form .checkbox-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #fff;
}

.contact .contact-form .btn {
  background: none;
  border: 2px solid #fff;
  font-size: 1.5625vw;
  color: #fff;
}

.contact .contact-easy {
  position: fixed;
  z-index: 999;
  right: 2.0833333333vw;
  bottom: 2.0833333333vw;
  border-radius: 1.8229166667vw;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .contact-easy .contact-easy-img {
  width: 4.5833333333vw;
}

.contact .contact-easy .whatsapp {
  display: none;
}

@media (max-width: 750px) {
  .contact {
    padding: 3.2vw 0;
  }

  .contact .contact-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    text-align: center;
  }

  .contact .contact-form-wrap {
    padding: 0;
  }

  .contact .contact-form {
    font-size: 4vw;
    border-radius: 0;
  }

  .contact .contact-form .text-input {
    border-bottom: 1px solid #fff;
  }

  .contact .contact-form .text-input-border {
    border: 1px solid #fff;
    border-radius: 1.3333333333vw;
  }

  .contact .contact-form .form-check {
    margin-bottom: 5.3333333333vw;
  }

  .contact .contact-form .checkbox-input {
    width: 4.8vw;
    height: 4.8vw;
  }

  .contact .contact-form input[type=checkbox] {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 3.2vw;
    line-height: 4.8vw;
  }

  .contact .contact-form input[type=checkbox]::before {
    border: 1px solid #fff;
  }

  .contact .contact-form input[type=checkbox]:checked::before {
    font-size: 4.8vw;
  }

  .contact .contact-form .checkbox-text {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }

  .contact .contact-form .btn {
    font-size: 4vw;
    border-width: 1px;
  }

  .contact .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 3.2vw;
  }

  .contact .contact-info .contact-info-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10.6666666667vw;
    margin-right: 3.2vw;
  }

  .contact .contact-info .contact-info-img img {
    width: 100%;
  }

  .contact .contact-info .contact-info-name {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }

  .contact .contact-info .contact-info-text {
    width: 100%;
    font-size: 4vw;
    line-height: 6.6666666667vw;
    word-wrap: break-word;
    word-break: break-all;
  }

  .contact .contact-easy {
    right: 10.6666666667vw;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 8vw;
    border-radius: 10vw;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  }

  .contact .contact-easy .contact-easy-img {
    width: 16vw;
  }

  .contact .contact-easy .whatsapp {
    display: inline;
  }
}
.footer {
  padding: 1.25vw 0;
}

.footer .footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-info .footer-info-logo {
  width: 5.3645833333vw;
  margin-right: 3.3333333333vw;
}

.footer .footer-info .footer-info-logo img {
  width: 100%;
}

.footer .footer-info .footer-info-text {
  width: 18.8541666667vw;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.5625vw;
  color: #ffffff;
}

.footer .footer-link {
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.5625vw;
  font-family: Merriweather;
  margin-bottom: 1.0416666667vw;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

.footer .copyright {
  margin-top: 4.6875vw;
  font-size: 0.7291666667vw;
  line-height: 0.9895833333vw;
  text-align: center;
  color: #fff;
}

@media (max-width: 750px) {
  .footer {
    padding: 5.3333333333vw 0;
  }

  .footer .footer-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-info .footer-info-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13.7333333333vw;
  }

  .footer .footer-info .footer-info-logo img {
    width: 100%;
  }

  .footer .footer-info .footer-info-text {
    width: 69.2vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }

  .footer .footer-links {
    margin-top: 5.3333333333vw;
  }

  .footer .footer-link {
    font-size: 3.7333333333vw;
    line-height: 4.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }

  .footer .copyright {
    margin-top: 10.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
}