@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap);
:root {
  --header-height: 3rem;
  --hue: 209;
  --first-color: rgba(79, 174, 90, 1);
  --first-color-Why: hsl(var(--hue), 82%, 56%);
  --first-color-alt: hsl(var(--hue), 82%, 52%);
  --title-color-top: rgb(238, 138, 56);
  --title-color-black: black;
  --title-color: hsl(var(--hue), 73%, 15%);
  --text-color: hsl(var(--hue), 24%, 62%);
  --text-color-light: hsla(0, 0%, 60%, 1);
  --body-color: #fff;
  --container-color: #fff;
  --body-font: Montserrat-Light, Montserrat;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.2rem;
  --h3-font-size: 1.05rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;
  --font-medium: 500;
  --font-semi-bold: 600;
  --mb-1: 0.5rem;
  --mb-2: 1rem;
  --mb-3: 1.5rem;
  --mb-4: 2rem;
  --mb-5: 2.5rem;
  --mb-6: 3rem;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 768px) {
  :root {
    --h1-font-size: 2.625rem;
    --h2-font-size: 1.8rem;
    --h3-font-size: 1.4rem;
    --normal-font-size: 1.25rem;
    --small-font-size: 1.05rem;
    --smaller-font-size: 0.975rem;
    --mb-1: 0.75rem;
    --mb-2: 1.5rem;
    --mb-3: 2.25rem;
    --mb-4: 3rem;
    --mb-5: 3.75rem;
    --mb-6: 4.5rem;
  }
}
@media screen and (min-width: 1580px) {
  :root {
    --h1-font-size: 3rem;
    --h2-font-size: 2rem;
    --h3-font-size: 1.5rem;
    --normal-font-size: 1.55rem;
    --small-font-size: 1.2rem;
    --smaller-font-size: 1rem;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: var(--header-height) 0 0 0;
  font-size: var(--normal-font-size);
  font-family: var(--body-font);
  background-color: var(--body-color);
  color: var(--text-color);
  min-height: 100vh;
  line-height: 1.4;
  overflow: scroll-y;
}
h1,
h2,
h3 {
  font-weight: var(--font-medium);
  color: var(--title-color);
}
a {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.section {
  padding: 2rem 0;
}
.section-title {
  font-size: var(--h2-font-size);
  text-align: left;
  margin-bottom: var(--mb-4);
  color: #ff8500;
}
.copyright {
  margin: .4em 0;
}
.main {
  flex-grow: 1;
}
.anchor {
  display: block;
  position: relative;
  top: calc(-1 * var(--header-height));
  visibility: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--body-color);
  width: 100%;
  z-index: var(--z-fixed);
}
.nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__list {
  list-style: none;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  font-weight: var(--font-medium);
  color: #5a2f00;
}
.nav__logo:hover {
  color: var(--title-color-top);
}
.nav__logo img {
  height: 1.4rem;
  margin-right: 0.5rem;
}
.nav__toggle {
  font-size: 1.25rem;
  cursor: pointer;
}
.nav__menu {
  font-size: var(--smaller-font-size);
  z-index: -1;
  margin-left: 3em;
}
.nav__item {
  margin-bottom: var(--mb-2);
}
.nav__link,
.nav__toggle {
  color: #0a2640;
  font-weight: var(--font-medium);
}
.nav__link {
  transition: color 0.3s;
}
.nav__link.active-link,
.nav__link:hover {
  color: #4ab455;
  transition: color 0.3s;
  border-bottom-color: #4ab455;
}
.scroll-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.scrolltop {
  position: fixed;
  right: 1rem;
  bottom: -100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.3rem;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  visibility: hidden;
}
.show-scrolltop {
  bottom: 1.5rem;
  visibility: visible;
}
.download-a1 img {
  transform-origin: center center;
  transition: 0.3s;
}
.download-a2 img {
  transform-origin: center center;
  transition: 0.3s;
}
.download-a1:hover img {
  transform: scale(1.1, 1.1);
}
.download-a2:hover img {
  transform: scale(1.1, 1.1);
}
.footer {
  padding-top: 60px;
  padding-bottom: 30px;
}
.footers {
  background-color: #fff;
  padding-top: var(--mb-4);
  padding-bottom: 0;
}
.footer-img-1,
.footer-img-2,
.footer-img-3 {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
}
.footer-img-1 {
  margin-bottom: 0;
}
.footer__content {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.footer__link {
  text-decoration: underline;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 500;
  color: #0a2640;
  line-height: 16px;
}
.footer__li {
  margin-bottom: var(--mb-2);
  font-size: 0.7rem;
  transition: 0.3s;
}
.footer-10 {
  display: flex;
  flex-direction: column;
}
.footer-100 {
  width: 100%;
  margin-bottom: 30px;
}
.foo-li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 15px;
}
.foo-p {
  font-size: 12px;
  font-weight: 500;
  color: #859eb5;
  line-height: 18px;
  margin-bottom: 15px;
}
.foo-p.App-subject {
  color: var(--first-color);
  font-weight: bolder;
}
.footer-200 {
  width: 100%;
  background: #f2f9ff;
  padding: 20px;
  margin-bottom: 30px;
  background-image: url(../images/KF.png);
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: right 20px bottom 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer-200 .f200-1 {
  font-size: 12px;
  font-weight: 500;
  color: #0a2640;
  line-height: 16px;
}
.footer-200 .f200-2 {
  margin-bottom: 15px;
}
.footer-200 .f200-2 p {
  font-size: 14px;
  margin-bottom: 6px;
}
.footer-200 .f200-2 span {
  color: #859eb5;
}
.footer-50-3 {
  border-top: 1px solid #e6f2fe;
  padding: 10px 0 0 0;
  font-size: 10px;
  font-weight: 500;
  color: #859eb5;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-50-3 img {
  padding-right: 10px;
  height: 34px;
}
.footer__lis:hover {
  transition: color 0.3s;
  color: #4db659;
}
.footer__privacy,
.footer__terms {
  color: #724e1c;
}
@media screen and (max-width: 768px) {
  .nav__menu {
    position: fixed;
    background-color: var(--body-color);
    top: -100%;
    left: -2.3rem;
    width: 100%;
    padding: 1.5rem 0 1rem;
    text-align: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1rem 1rem;
    transition: 0.3s;
  }
  .show-menu {
    top: var(--header-height);
  }
}
.home .container {
  flex-direction: row;
}
.home .container {
  align-items: center;
}
.home {
  position: relative;
}
.containers {
  padding-left: 2.8%;
  padding-right: 2.8%;
}
.home-bj {
  display: none;
  width: 30%;
  height: 100%;
  position: relative;
}
.home-bj img {
  width: 100%;
}
.home-bj-a {
  font-weight: 500;
  color: #fff;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 16px;
}
.home-bj-a text {
  color: #000;
}
.home-bj-a:hover {
  color: #4db659 !important;
}
.home-bj-a:hover text {
  color: #4db659 !important;
}
.home-h2 p {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 30px;
}
.home-h2-p {
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
}
.home-h2-p .p {
  display: flex;
}
.home-h2-p .p {
  margin-bottom: 15px;
}
.home-h2-p .p img {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  margin-right: 15px;
}
.dow-di {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.buro-title {
  color: #060945;
  margin-bottom: 1.35rem;
  font-size: 1.4rem;
}
.home__data {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home__data h1 {
  font-size: var(--h1-font-size);
  color: var(--title-color);
  margin-top: var(--mb-2);
  margin-bottom: var(--mb-2);
}
.home__data p {
  margin-bottom: var(--mb-2);
}
.home__download-googleplay {
  display: block;
  width: 185px;
  margin-top: var(--mb-3);
}
.home__download-googleplay img {
  width: 100%;
}
.home__img {
  flex: 0 0 300px;
  align-self: center;
  width: 40%;
}
.download {
  display: block;
}
.download-a1 {
  margin-right: 20px;
}
.showcase {
  background-image: url(../assets/images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ProductFigure-mobile-1 {
  width: 100%;
  margin-bottom: 40px;
}
.ProductFigure-mobile-2 {
  width: 100%;
  margin-bottom: 40px;
}
.ProductFigure-mobile-lift {
  padding-left: 0;
  box-sizing: border-box;
}
.ProductFigure-mobile-title {
  font-weight: 800;
  color: #000;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
.ProductFigure-mobile-img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  background: #0a2640;
  border-radius: 50%;
}
.ProductFigure-mobile-list {
  float: right;
  width: calc(100% - 40px);
  font-size: 1.1rem;
  color: #6f728a;
  position: relative;
}
.ProductFigure-mobile-list-00 {
  font-size: 80px;
  font-weight: 700;
  color: rgba(133, 158, 181, 0.09);
  line-height: 80px;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.ProductFigure-mobile-list .tit {
  font-size: 20px;
  font-weight: 500;
  color: #0a2640;
  line-height: 30px;
}
.ProductFigure-mobile-list .p {
  font-size: 14px;
  font-weight: 500;
  color: #859eb5;
  line-height: 24px;
}
.ProductFigure-mobile-right {
  padding-right: 0;
  box-sizing: border-box;
}
.ProductFigure-mobile0 {
  width: 100%;
  overflow: hidden;
}
.ProductFigure-mobile0-2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #f2f9ff;
  padding: 20px;
  padding-right: 10px;
}
.ProductFigure-mobile0-1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ProductFigure-mobile-lift-img {
  background: #0a2640;
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
  background-image: url(../assets/images/como.png), url(../assets/images/como-1.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 90%;
  background-position: center bottom, left top;
}
.ProductFigure-mobile-lift-img .div {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
}
.ProductFigure-mobile-lift-img ul {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  margin-top: 15px;
  padding-left: 20px;
}
.ProductFigure-mobile-lift-img ul li {
  margin-bottom: 10px;
}
.Why9-bj {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../assets/images/quien.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.w-bj-buro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.Why9-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
}
.Why9-title p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin-top: 4px;
}
.Why9-title div {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.Why9-titles {
  margin-top: 3rem;
}
.why {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.why9 {
  width: 100%;
  overflow: hidden;
}
.why9 .div {
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  padding: 20px;
  margin-bottom: 30px;
}
.why9-tit img {
  width: 42px;
  height: 42px;
  vertical-align: middle;
}
.why9-tit span {
  font-size: 14px;
  font-weight: 700;
  color: #0a2640;
}
.why9-xing img {
  width: 24px;
  height: 24px;
  margin: 14px 6px 14px 0;
}
.why9-list {
  font-size: 16px;
  font-weight: 500;
  color: #0a2640;
  line-height: 24px;
}
.ddc-title {
  width: 100%;
  margin-bottom: 2rem;
}
.ddc-title-2 {
  font-size: 1.05rem;
  font-weight: 400;
  color: #f3a93f;
  margin-bottom: 2rem;
}
.ddc-title-3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #5d71c6;
  margin-bottom: 2rem;
}
.ddc-title-fgx {
  width: 40%;
  margin-bottom: 4rem;
}
.ddc-title-bz {
  width: 30%;
  margin-bottom: 2rem;
}
.ddc-title-4-1 {
  font-size: 1.05rem;
  font-weight: 400;
  color: #6f728a;
  margin-bottom: 0.75rem;
}
.ddc-title-4-1 span {
  color: #5d71c6;
}
.ddc-title-4-2 {
  font-size: 1.05rem;
  font-weight: 400;
  color: #6f728a;
}
.ddc-title-4-2 span {
  color: #5d71c6;
}
.ddc-title-4 {
  background-image: url(../assets/images/JT.png);
  background-repeat: no-repeat;
  background-size: auto 10%;
  background-position: right bottom;
}
.ddc-title-fgx-une {
  margin-bottom: 2rem;
}
.ddc-title-2-une {
  color: #6f728a;
  margin-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .container {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .footer .container {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding-top: calc(var(--header-height) + 2rem);
  }
  .nav__menu {
    z-index: 0;
  }
  .nav,
  .nav__link {
    height: calc(var(--header-height) + 2rem);
  }
  .nav__logo img {
    height: 2rem;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    display: flex;
  }
  .nav__item {
    margin-bottom: 0;
  }
  .nav__link {
    height: 60px !important;
    margin: 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid transparent;
  }
  .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home .container {
    flex-direction: row;
  }
  .home__img {
    flex: 0 0 48%;
    margin-bottom: 0;
  }
  .home__download-googleplay {
    width: 215px;
  }
  .home__data {
    width: 67%;
    padding-right: 30px;
  }
  .home-h2 p {
    font-weight: 700;
    font-size: 2.5rem;
  }
  .home-h2-p {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  .home-h2-p .p {
    margin-bottom: 20px;
  }
  .home-h2-p .p img {
    width: 30px;
    height: 30px;
    margin-top: -3px;
    margin-right: 20px;
  }
  .dow-di {
    color: #fff;
    font-size: 0.9rem;
  }
  .download {
    display: flex;
  }
  .download-a1 {
    margin-right: 30px;
  }
  .buro-title {
    color: #060945;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .home-bj {
    margin-top: 6%;
    width: 33%;
    height: 100%;
    display: inline-block;
    align-self: flex-end;
  }
  .showcase {
    background-image: url(../assets/images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ProductFigure-mobile-1 {
    width: 38%;
    margin-bottom: 60px;
  }
  .ProductFigure-mobile-2 {
    width: 62%;
    margin-bottom: 60px;
  }
  .ProductFigure-mobile-lift {
    padding-left: 7%;
    box-sizing: border-box;
  }
  .ProductFigure-mobile-title {
    font-weight: 800;
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .ProductFigure-mobile-img {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
  }
  .ProductFigure-mobile-list {
    float: right;
    width: calc(100% - 45px);
    font-size: 1.2rem;
    color: #6f728a;
  }
  .ProductFigure-mobile-list-00 {
    font-size: 90px;
    line-height: 90px;
    right: 0;
    bottom: -10px;
  }
  .ProductFigure-mobile-list .tit {
    font-size: 24px;
    line-height: 35px;
  }
  .ProductFigure-mobile-list .p {
    font-size: 17px;
    font-weight: 500;
    color: #859eb5;
    line-height: 28px;
  }
  .ProductFigure-mobile-right {
    padding-right: 7%;
    box-sizing: border-box;
  }
  .ProductFigure-mobile0 {
    width: 100%;
    overflow: hidden;
  }
  .ProductFigure-mobile0-2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.3rem;
  }
  .ProductFigure-mobile0-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }
  .ProductFigure-mobile-lift-img {
    padding: 50px 30px 30px 30px;
  }
  .ProductFigure-mobile-lift-img .div {
    text-align: center;
    font-size: 1.5rem;
  }
  .ProductFigure-mobile-lift-img ul {
    font-size: 1rem;
    line-height: 32px;
    margin-top: 15px;
    padding-left: 20px;
  }
  .ProductFigure-mobile-lift-img ul li {
    margin-bottom: 20px;
  }
  .Why9-bj {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .Why9-title {
    font-size: 40px;
  }
  .Why9-title p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 6px;
  }
  .Why9-title div {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .Why9-titles {
    margin-top: 4rem;
  }
  .why {
    margin-top: 2rem;
    flex-direction: row;
  }
  .why9 {
    width: 28%;
    overflow: hidden;
  }
  .why9 .div {
    padding: 30px;
  }
  .why9-tit img {
    width: 50px;
    height: 50px;
  }
  .why9-tit span {
    font-size: 17px;
  }
  .why9-xing img {
    width: 30px;
    height: 30px;
    margin: 17px 8px 17px 0;
  }
  .why9-list {
    font-size: 20px;
    line-height: 30px;
  }
  .ddc-title {
    width: 75%;
    margin-bottom: 4rem;
  }
  .ddc-title-2 {
    font-size: 1.35rem;
    margin-bottom: 2.5rem;
  }
  .ddc-title-3 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .ddc-title-fgx {
    width: 15%;
    margin-bottom: 5rem;
  }
  .ddc-title-bz {
    width: 12%;
    margin-bottom: 5rem;
  }
  .ddc-title-4-1 {
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
  }
  .ddc-title-4-2 {
    font-size: 1.35rem;
  }
  .ddc-title-4 {
    background-size: auto 20%;
  }
  .ddc-title-fgx-une {
    margin-bottom: 2.5rem;
  }
  .ddc-title-2-une {
    margin-bottom: 5rem;
  }
  .footer__link {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-10 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-100 {
    width: 65%;
  }
  .foo-li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .foo-p {
    margin-bottom: 16px;
  }
  .footer-200 {
    width: 30%;
  }
  .footer-200 .f200-1 {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-200 .f200-2 {
    margin-bottom: 20px;
  }
  .footer-200 .f200-2 p {
    font-size: 16px;
  }
  .footer-50-3 {
    border-top: 1px solid #e6f2fe;
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: 20px;
    flex-direction: row;
    align-items: center;
  }
  .footer-50-3 img {
    padding-right: 20px;
    height: 40px;
  }
  .section-title {
    margin-bottom: 5rem;
  }
  .product .card__group::after {
    width: 190px;
    height: 130px;
  }
  .contact .card__group::after {
    width: 190px;
    height: 150px;
  }
  .contact .card__group {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav__logo img {
    height: 2.3rem;
  }
  .container {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-bj-a {
    line-height: 14px;
    font-size: 12px;
    right: 0;
    bottom: 16px;
  }
  .home-h2 p {
    font-weight: 700;
    font-size: 3rem;
  }
  .home-h2-p {
    font-size: 1.25rem;
  }
  .home-h2-p .p img {
    width: 36px;
    height: 36px;
    margin-top: -4px;
    margin-right: 25px;
  }
  .dow-di {
    color: #fff;
    font-size: 1rem;
  }
  .home__download-googleplay {
    width: 235px;
  }
  .ddc-title-2 {
    font-size: 1.55rem;
  }
  .ddc-title-3 {
    font-size: 2.5rem;
  }
  .ddc-title-fgx {
    width: 13%;
  }
  .ddc-title-bz {
    width: 10%;
  }
  .ddc-title-4-1 {
    font-size: 1.55rem;
  }
  .ddc-title-4-2 {
    font-size: 1.55rem;
  }
  .ddc-title-4 {
    background-size: auto 35%;
  }
  .ProductFigure-mobile-1 {
    width: 38%;
    margin-bottom: 80px;
  }
  .ProductFigure-mobile-2 {
    width: 62%;
    margin-bottom: 80px;
  }
  .ProductFigure-mobile-lift {
    padding-left: 7%;
    box-sizing: border-box;
  }
  .ProductFigure-mobile-title {
    font-weight: 800;
    color: #000;
    font-size: 3rem;
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .ProductFigure-mobile-img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
  }
  .ProductFigure-mobile-list {
    float: right;
    width: calc(100% - 50px);
    font-size: 1.3rem;
    color: #6f728a;
  }
  .ProductFigure-mobile-list-00 {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    right: 0;
    bottom: -10px;
  }
  .ProductFigure-mobile-list .tit {
    font-size: 28px;
    line-height: 40px;
  }
  .ProductFigure-mobile-list .p {
    font-size: 20px;
    font-weight: 500;
    color: #859eb5;
    line-height: 32px;
  }
  .ProductFigure-mobile-right {
    padding-right: 7%;
    box-sizing: border-box;
  }
  .ProductFigure-mobile0 {
    width: 100%;
    overflow: hidden;
  }
  .ProductFigure-mobile0-2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.3rem;
  }
  .ProductFigure-mobile0-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }
  .ProductFigure-mobile-lift-img {
    padding: 40px 40px 40px 40px;
  }
  .ProductFigure-mobile-lift-img .div {
    text-align: center;
    font-size: 1.75rem;
  }
  .ProductFigure-mobile-lift-img ul {
    font-size: 1.25rem;
    line-height: 32px;
    margin-top: 20px;
    padding-left: 24px;
  }
  .ProductFigure-mobile-lift-img ul li {
    margin-bottom: 15px;
  }
  .Why9-bj {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .why {
    margin-top: 2rem;
    flex-direction: row;
  }
  .why9 {
    width: 28%;
    overflow: hidden;
  }
  .why9 .div {
    padding: 40px;
  }
  .why9-tit img {
    width: 58px;
    height: 58px;
  }
  .why9-tit span {
    font-size: 20px;
  }
  .why9-xing img {
    width: 36px;
    height: 36px;
    max-width: 20%;
    margin: 20px 10px 20px 0;
  }
  .Why9-title {
    font-size: 48px;
  }
  .Why9-title p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 8px;
  }
  .Why9-title div {
    font-size: 28px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .why9-list {
    font-size: 24px;
    line-height: 36px;
  }
  .Why9-titles {
    margin-top: 5rem;
  }
  .footer__link {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-10 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-100 {
    width: 65%;
  }
  .foo-li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .foo-p {
    margin-bottom: 16px;
  }
  .footer-200 {
    width: 30%;
  }
  .footer-200 .f200-2 {
    margin-bottom: 25px;
  }
  .footer-200 .f200-2 p {
    font-size: 16px;
  }
  .footer-200 .f200-1 {
    font-size: 12px;
    line-height: 24px;
  }
  .footer-50-3 {
    border-top: 1px solid #e6f2fe;
    padding: 30px 0 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-50-3 img {
    float: left;
    padding-right: 30px;
    height: 46px;
  }
}
@media screen and (max-width: 1439px) {
  .section-title {
    max-width: 50rem;
  }
}
@media screen and (min-width: 1580px) {
  body {
    padding-top: calc(var(--header-height) + 3rem);
  }
  .section-title:not(.--center) {
    text-align: left;
  }
  .nav,
  .nav__link {
    height: calc(var(--header-height) + 3rem);
  }
  .nav__logo {
    font-size: var(--normal-font-size);
  }
  .nav__menu {
    font-size: var(--small-font-size);
  }
  .container {
    width: 1550px;
  }
  .home-bg,
  .product-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home__img {
    position: relative;
    top: 3rem;
  }
  .home__data h1,
  .home__data p {
    margin-bottom: var(--mb-3);
  }
  .home__download-googleplay {
    width: 255px;
  }
  .contact {
    justify-content: space-between;
  }
  .footer-50-3 img {
    float: left;
    padding-right: 60px;
    height: 46px;
    margin-top: 8px;
  }
}
