html,
body {
  min-width: 1440px;
  background: #fff;
}
body {
  margin: 0 auto;
  font-size: 14px;
}
header {
  background: #fff;
  height: 100px;
}
header .header-wrap {
  margin: 0 auto;
  height: 100%;
  width: 1200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .logo {
  display: flex;
  align-items: center;
}
header .header-wrap .logo img {
  height: 45px;
  width: auto;
  margin-right: 20px;
}
header .header-wrap .logo span {
  font-size: 13px;
  color: #777777;
}
header .header-wrap .sign {
  display: flex;
  align-items: center;
}
header .header-wrap .sign a {
  height: 36px;
  width: 80px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  display: inline-block;
  border-radius: 20px;
}
header .header-wrap .sign a:first-of-type {
  color: #414BC5;
  border: 1px solid #414BC5;
  margin-right: 10px;
}
header .header-wrap .sign a:last-of-type {
  color: #fff;
  background: linear-gradient(180deg, #FF8B50 0%, #EE2100 100%);
}
header .header-wrap .nav ul {
  display: flex;
}
header .header-wrap .nav ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 36px;
}
header .header-wrap .nav ul li a {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 3px;
}
header .header-wrap .nav ul li span {
  font-size: 12px;
  color: #c1c1c1;
  font-weight: 500;
}
.content .banner {
  height: 500px;
  background-image: url("../img/banner.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.content .banner .banner-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content .banner .banner-wrap .title {
  margin-right: 100px;
  width: 470px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content .banner .banner-wrap .title h1 {
  width: 400px;
  height: 135px;
  color: #fff;
  margin-bottom: 27px;
  font-size: 50px;
  text-align: right;
}
.content .banner .banner-wrap .title h1 strong {
  color: #FFEE00;
}
.content .banner .banner-wrap .title p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.content .banner .banner-wrap .title p strong {
  color: #FFEE00;
}
.content .banner .banner-wrap ul.special {
  display: flex;
  position: absolute;
  width: 1200px;
  box-shadow: 0 10px 20px rgba(127, 111, 172, 0.1);
  background: #fff;
  border-radius: 20px;
  height: 150px;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-around;
}
.content .banner .banner-wrap ul.special li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content .banner .banner-wrap ul.special li img {
  width: 30px;
  height: 30px;
}
.content .banner .banner-wrap ul.special li strong {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin: 10px 0 5px 0;
}
.content .banner .banner-wrap ul.special li span {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}
.content #problem {
  height: 812px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 220px;
}
.content #problem .problem-wrap {
  width: 1200px;
  margin: 0 auto;
}
.content #problem .problem-wrap .title {
  position: relative;
  height: 42px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content #problem .problem-wrap .title h2 {
  font-size: 30px;
  color: #333333;
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 1;
}
.content #problem .problem-wrap .title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #E0E0F9;
  height: 21px;
  width: 180px;
}
.content #problem .problem-wrap ul {
  display: flex;
  justify-content: space-between;
}
.content #problem .problem-wrap ul > li {
  width: 350px;
  height: 350px;
  border: 1px solid #E0E0F9;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.content #problem .problem-wrap ul > li img {
  width: 62px;
  height: 62px;
}
.content #problem .problem-wrap ul > li p {
  font-size: 20px;
  margin: 30px 0;
  font-weight: 500;
  color: #333333;
}
.content #problem .problem-wrap ul > li ol li {
  font-size: 14px;
  line-height: 36px;
  position: relative;
  text-align: left;
  color: #333333;
  font-weight: 300;
}
.content #problem .problem-wrap ul > li ol li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #414BC5;
  position: relative;
  left: 0;
  margin-right: 15px;
}
.content #solution {
  background: #F2F2FB;
  height: 850px;
  box-sizing: border-box;
  padding: 60px 0;
}
.content #solution .solution-wrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.content #solution .solution-wrap .path {
  width: 100%;
  position: relative;
}
.content #solution .solution-wrap .path img {
  width: 100%;
  margin-top: 64px;
}
.content #solution .solution-wrap .path ul {
  position: absolute;
  display: flex;
  bottom: 0;
  height: 24px;
  width: 100%;
}
.content #solution .solution-wrap .path ul li {
  width: 24px;
  height: 24px;
  background-image: url("../img/circle.png");
  background-size: 100% 100%;
  position: absolute;
}
.content #solution .solution-wrap .path ul li:nth-of-type(1) {
  left: 80px;
}
.content #solution .solution-wrap .path ul li:nth-of-type(2) {
  left: 280px;
  bottom: 120px;
}
.content #solution .solution-wrap .path ul li:nth-of-type(3) {
  left: 485px;
}
.content #solution .solution-wrap .path ul li:nth-of-type(4) {
  left: 690px;
  bottom: 120px;
}
.content #solution .solution-wrap .path ul li:nth-of-type(5) {
  left: 890px;
}
.content #solution .solution-wrap .path ul li:nth-of-type(6) {
  left: 1100px;
  bottom: 120px;
}
.content #solution .solution-wrap .title {
  position: relative;
  height: 42px;
  width: 350px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content #solution .solution-wrap .title h2 {
  font-size: 30px;
  color: #333333;
  background-size: contain;
  background-repeat: no-repeat;
  width: 330px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 1;
}
.content #solution .solution-wrap .title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #E0E0F9;
  height: 21px;
  width: 330px;
}
.content #solution .solution-wrap .solution-list {
  height: 280px;
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.content #solution .solution-wrap .solution-list li {
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  width: 182px;
  min-width: 182px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  box-shadow: 0px 10px 15px rgba(3, 0, 91, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all 0.5s linear;
  position: relative;
  bottom: 0;
}
.content #solution .solution-wrap .solution-list li:nth-of-type(odd) {
  bottom: -130px;
}
.content #solution .solution-wrap .solution-list li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -7px;
  transform: rotateZ(45deg);
  background: #fff;
}
.content #solution .solution-wrap .solution-list li img {
  width: 50px;
  height: 50px;
}
.content #solution .solution-wrap .solution-list li strong {
  font-size: 18px;
  margin: 33px auto 7px auto;
}
.content #solution .solution-wrap .solution-list li p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content #solution .solution-wrap .solution-list li p span {
  font-size: 12px;
  color: #777777;
  line-height: 20px;
}
.content #solution .solution-wrap .tag {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.content #solution .solution-wrap .tag li {
  width: 30%;
  height: 47px;
  line-height: 47px;
  color: #fff;
  background-size: 100% 100%;
  text-align: center;
}
.content #solution .solution-wrap .tag li:first-of-type {
  background-image: url("../img/path3.png");
}
.content #solution .solution-wrap .tag li:nth-of-type(2) {
  background-image: url("../img/path4.png");
}
.content #solution .solution-wrap .tag li:last-of-type {
  background-image: url("../img/path5.png");
}
.content #custom .custom-top {
  height: px2rem(600);
  background-image: url("../img/bg1.png");
  background-size: 100% 100%;
}
.content #custom .custom-top .custom-top-wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 70px;
  color: #fff;
  text-align: center;
}
.content #custom .custom-top .custom-top-wrap h5 {
  font-size: 30px;
  margin-bottom: 50px;
}
.content #custom .custom-top .custom-top-wrap ul {
  overflow: hidden;
}
.content #custom .custom-top .custom-top-wrap ul li {
  width: 25%;
  float: left;
  color: #FFF;
  overflow: hidden;
  position: relative;
  height: 90px;
}
.content #custom .custom-top .custom-top-wrap ul li .data {
  position: absolute;
  justify-content: center;
  display: flex;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
}
.content #custom .custom-top .custom-top-wrap ul li .data > div:first-of-type {
  font-size: 48px;
  float: left;
}
.content #custom .custom-top .custom-top-wrap ul li .data > div:nth-of-type(2) {
  font-size: 24px;
  float: left;
  padding-top: 24px;
  margin-left: 2px;
}
.content #custom .custom-top .custom-top-wrap ul li .data > div:last-of-type {
  color: #FFF;
  font-size: 24px;
  float: left;
}
.content #custom .custom-top .custom-top-wrap ul li .desc {
  color: #FFF;
  margin-top: 64px;
  font-size: 16px;
  text-align: center;
}
.content #custom .custom-top .custom-top-wrap ol.category {
  display: flex;
  margin-top: 68px;
  justify-content: space-around;
}
.content #custom .custom-top .custom-top-wrap ol.category li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content #custom .custom-top .custom-top-wrap ol.category li img {
  width: 30px;
  height: 30px;
  margin-bottom: 23px;
}
.content #custom .custom-top .custom-top-wrap ol.category li span {
  font-size: 20px;
}
.content #custom .custom-bottom {
  height: 450px;
  background-image: url("../img/bg2.png");
  background-size: 100% 100%;
}
.content #custom .custom-bottom .custom-list {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  top: -100px;
}
.content #custom .custom-bottom .custom-list li {
  width: 200px;
  height: 200px;
  transition: all 0.3s linear;
}
.content #custom .custom-bottom .custom-list li:hover {
  transform: scale(1.3);
  box-sizing: border-box;
}
.content #custom .custom-bottom .custom-list li img {
  width: 100%;
  height: 100%;
}
.content #operation {
  background: #fff;
}
.content #operation .operation-wrap {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  padding-top: 120px;
}
.content #operation .operation-wrap .title {
  position: relative;
  height: 42px;
  width: 230px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content #operation .operation-wrap .title h2 {
  font-size: 30px;
  color: #333333;
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 1;
}
.content #operation .operation-wrap .title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #E0E0F9;
  height: 21px;
  width: 210px;
}
.content #operation .operation-wrap .app-list {
  display: flex;
  justify-content: space-between;
}
.content #operation .operation-wrap .app-list li {
  display: flex;
  align-items: center;
  width: 150px;
  height: 50px;
  border: 1px solid transparent;
  justify-content: center;
  cursor: pointer;
  border-radius: 50px;
}
.content #operation .operation-wrap .app-list li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.content #operation .operation-wrap .app-list li span {
  color: #777777;
  font-size: 16;
}
.content #operation .operation-wrap .app-list li.active {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0EDF6 100%);
  border-color: #E0E0F9;
}
.content #operation .operation-wrap .desc_list {
  margin: 110px auto;
}
.content #operation .operation-wrap .desc_list > li {
  justify-content: space-around;
  align-items: center;
  display: none;
}
.content #operation .operation-wrap .desc_list > li.active {
  display: flex;
}
.content #operation .operation-wrap .desc_list > li .text-desc {
  width: 400px;
}
.content #operation .operation-wrap .desc_list > li .text-desc .app-name {
  color: #78A9FF;
  font-size: 30px;
  margin: 20px 0;
  font-weight: bolder;
}
.content #operation .operation-wrap .desc_list > li .text-desc .app-desc {
  line-height: 40px;
  font-weight: bolder;
  font-size: 20px;
}
.content #operation .operation-wrap .desc_list > li .text-desc .func {
  margin-top: 40px;
  color: #333333;
}
.content #operation .operation-wrap .desc_list > li .text-desc .func li {
  line-height: 40px;
  color: #8995A8;
  display: flex;
  align-items: baseline;
}
.content #operation .operation-wrap .desc_list > li .text-desc .func li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #8995A8;
  margin-right: 20px;
  display: inline-block;
}
.content #operation .operation-wrap .desc_list > li .text-desc .app-btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
  border: 2px solid #E0E0F9;
  border-radius: 50px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0EDF6 100%);
}
.content #operation .operation-wrap .desc_list > li .text-desc .app-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #414BC5;
}
.content #operation .operation-wrap .desc_list > li:first-of-type .text-desc {
  -webkit-animation: slide 05s linear;
          animation: slide 05s linear;
}
.content #operation .operation-wrap .desc_list > li:first-of-type .pic-desc {
  width: 530px;
  height: 444px;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(2) .pic-desc {
  width: 600px;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(3) .pic-desc {
  width: 605px;
  height: 577px;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(4) .pic-desc {
  width: 450px;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(5) .pic-desc {
  width: 510px;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(6) .pic-desc {
  width: 530px;
  height: 516px;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(odd) .text-desc {
  position: relative;
  -webkit-animation: ltr 0.7s ease-in-out;
          animation: ltr 0.7s ease-in-out;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(odd) .pic-desc {
  position: relative;
  -webkit-animation: rtl 0.7s ease-in-out;
          animation: rtl 0.7s ease-in-out;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(even) .text-desc {
  position: relative;
  -webkit-animation: rtl 0.7s ease-in-out;
          animation: rtl 0.7s ease-in-out;
}
.content #operation .operation-wrap .desc_list > li:nth-of-type(even) .pic-desc {
  position: relative;
  -webkit-animation: ltr 0.7s ease-in-out;
          animation: ltr 0.7s ease-in-out;
}
.content #cash {
  height: 900px;
  background: #f1f2fb;
}
.content #cash .cash-wrap {
  width: 1036px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 80px;
}
.content #cash .cash-wrap .title {
  position: relative;
  height: 42px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content #cash .cash-wrap .title h2 {
  font-size: 30px;
  color: #333333;
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 1;
}
.content #cash .cash-wrap .title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #E0E0F9;
  height: 21px;
  width: 180px;
}
.content #cash .cash-wrap .nav {
  height: 50px;
  display: flex;
  border-radius: 10px;
}
.content #cash .cash-wrap .nav li {
  width: 518px;
  font-size: 22px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0F9;
  background: #eae5f3;
}
.content #cash .cash-wrap .nav li::first-of-type {
  border-radius: 10px 0 0 10px;
}
.content #cash .cash-wrap .nav li::last-of-type {
  border-radius: 0px 10px 10px 0px;
}
.content #cash .cash-wrap .nav li::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #E0E0F9;
  top: 100%;
  left: 50%;
  display: none;
}
.content #cash .cash-wrap .nav li.check {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0EDF6 100%);
}
.content #cash .cash-wrap .nav li.check::after {
  display: block;
}
.content #cash .cash-wrap .nav li.check span {
  color: #414bc5;
}
.content #cash .cash-wrap .nav li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.content #cash .cash-wrap .nav li span {
  color: #777777;
  font-size: 18px;
}
.content #cash .cash-wrap .step-content {
  margin-top: 30px;
}
.content #cash .cash-wrap .step-content li {
  height: 570px;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
}
.content #cash .cash-wrap .step-content li.check {
  display: flex !important;
}
.content #cash .cash-wrap .step-content li::first-of-type {
  display: flex;
}
.content #cash .cash-wrap .step-content li::last-of-type .content-text {
  -webkit-animation: rtl 0.5s linear;
          animation: rtl 0.5s linear;
}
.content #cash .cash-wrap .step-content li::last-of-type .content-pic {
  -webkit-animation: ltr 0.5s linear;
          animation: ltr 0.5s linear;
}
.content #cash .cash-wrap .step-content li .content-text {
  width: 500px;
  display: flex;
  margin: 0 100px;
  flex-direction: column;
  -webkit-animation: ltr 0.5s linear;
          animation: ltr 0.5s linear;
  position: relative;
}
.content #cash .cash-wrap .step-content li .content-text p {
  font-size: 30px;
  color: #414cb5;
  font-weight: 600;
}
.content #cash .cash-wrap .step-content li .content-text span {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 40px;
}
.content #cash .cash-wrap .step-content li .content-text strong {
  font-size: 16px;
  color: #8995A8;
  font-weight: normal;
  line-height: 50px;
}
.content #cash .cash-wrap .step-content li .content-text strong::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #687D9F;
  margin-right: 5px;
}
.content #cash .cash-wrap .step-content li .content-text a {
  width: 200px;
  height: 50px;
  border-radius: 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0EDF6 100%);
  border: 2px solid #E0E0F9;
  margin-top: 35px;
  color: #414cb5;
  line-height: 50px;
  text-align: center;
}
.content #cash .cash-wrap .step-content li .content-pic {
  -webkit-animation: rtl 0.5s linear;
          animation: rtl 0.5s linear;
  position: relative;
}
.content #support {
  height: 1015px;
  background: #fff;
}
.content #support .support-wrap {
  width: 1200px;
  padding-top: 120px;
  margin: 0 auto;
}
.content #support .support-wrap .title {
  position: relative;
  height: 42px;
  width: 530px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content #support .support-wrap .title h2 {
  font-size: 30px;
  color: #333333;
  background-size: contain;
  background-repeat: no-repeat;
  width: 510px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 1;
}
.content #support .support-wrap .title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #E0E0F9;
  height: 21px;
  width: 510px;
}
.content #support .support-wrap .spec {
  display: flex;
  justify-content: space-between;
}
.content #support .support-wrap .spec li {
  text-align: left;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}
.content #support .support-wrap .spec li strong {
  color: #414BC5;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
.content #support .support-wrap .spec li p {
  font-size: 18px;
  color: #777777;
}
.content #support .support-wrap .spec li sub {
  font-size: 20px;
  color: #414BC5;
  font-weight: 600;
  vertical-align: baseline;
}
.content #support .support-wrap .spec li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 30px;
  background: #414BC5;
}
.content #support .support-wrap .desc {
  width: 100%;
}
.content #support .support-wrap .desc li {
  width: 100%;
  margin-top: 60px;
  background: #F2F2FB;
  height: 140px;
  display: flex;
  box-sizing: border-box;
  padding: 30px 80px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.content #support .support-wrap .desc li img {
  width: 60px;
  height: 60px;
}
.content #support .support-wrap .desc li div strong {
  color: #414BC5;
  font-size: 18px;
}
.content #support .support-wrap .desc li div p {
  color: #777777;
  font-size: 16px;
  margin-top: 15px;
}
footer {
  background: #1D1133;
}
footer .footer-wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .concat {
  color: #fff;
}
footer .footer-wrap .concat dt {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
footer .footer-wrap .concat dd {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .footer-wrap .concat dd img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
footer .footer-wrap .concat dd span {
  font-size: 14px;
}
footer .footer-wrap .exp p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}
footer .footer-wrap .exp .exp-btn {
  width: 200px;
  height: 50px;
  background: linear-gradient(180deg, #FF9900 0%, #F25300 100%);
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 25px 15px 0 25px;
}
footer .footer-wrap .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-wrap .qrcode img {
  width: 102px;
  margin-bottom: 10px;
}
footer .footer-wrap .qrcode span {
  color: #fff;
}
footer .copyright-box1 {
  text-align: center;
  color: #6d7388;
}
footer .copyright-box1 p {
  padding: 25px 0;
}
.kf {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/meinv.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.kf .kf-pic > span {
  position: relative;
  top: 70px;
  left: 5px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(306deg, #6060FF 0%, #A523FB 100%);
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.kf .kf-wrap {
  position: absolute;
  left: -300px;
  top: -200px;
  width: 250px;
  height: 400px;
  box-shadow: 0px 10px 20px rgba(127, 111, 172, 0.1);
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  z-index: 99;
  text-align: center;
  display: none;
}
.kf .kf-wrap .kf-top {
  display: flex;
  text-align: left;
}
.kf .kf-wrap .kf-top img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.kf .kf-wrap .kf-top p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kf .kf-wrap .kf-top p strong {
  font-size: 16px;
  color: #777777;
}
.kf .kf-wrap .kf-top p span {
  font-size: 12px;
  color: #c1c1c1;
}
.kf .kf-wrap > img {
  width: 100%;
  margin: 36px 0 27px;
}
.kf .kf-wrap > p {
  color: #333333;
}
@media screen and (max-width: 1920px) {
  .content #solution .solution-wrap .path ul li:nth-of-type(1) {
    left: 80px;
  }
  .content #solution .solution-wrap .path ul li:nth-of-type(2) {
    left: 280px;
    bottom: 120px;
  }
  .content #solution .solution-wrap .path ul li:nth-of-type(3) {
    left: 485px;
  }
  .content #solution .solution-wrap .path ul li:nth-of-type(4) {
    left: 690px;
    bottom: 120px;
  }
  .content #solution .solution-wrap .path ul li:nth-of-type(5) {
    left: 890px;
  }
  .content #solution .solution-wrap .path ul li:nth-of-type(6) {
    left: 1100px;
    bottom: 120px;
  }
}
@-webkit-keyframes rtl {
  0% {
    right: -30%;
  }
  100% {
    right: 0;
  }
}
@keyframes rtl {
  0% {
    right: -30%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes ltr {
  0% {
    left: -30%;
  }
  100% {
    left: 0;
  }
}
@keyframes ltr {
  0% {
    left: -30%;
  }
  100% {
    left: 0;
  }
}
