@charset "UTF-8";
/*动画*/
@keyframes move {
  from {
    bottom: -30px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }
body, h2, ul, li, img, p {
  padding: 0;
  margin: 0;
  list-style: none; }

.animated {
  position: relative;
  animation: move 5s;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: linear; }

.fixed {
  z-index: 150;
  position: fixed;
  bottom: 0px;
  height: 120px;
  background: rgba(40, 47, 59, 0.85);
  width: 100%;
  padding-top: 38px;
  box-sizing: border-box; }
  .fixed ul li:first-child {
    font-size: 22px;
    color: white;
    margin-right: 26px; }
  .fixed ul li:nth-child(2) input {
    box-sizing: border-box;
    width: 290px;
    height: 44px;
    border: 1px solid white;
    border-radius: 4px;
    padding: 12px;
    color: #3b426b;
    font-size: 14px;
    margin-right: 10px; }
  .fixed ul li:nth-child(3) input {
    width: 164px;
    height: 44px;
    color: #3b426b;
    font-size: 14px;
    font-size: 14px;
    padding: 12px;
    border: 1px solid white;
    border-radius: 4px;
    box-sizing: border-box; }
  .fixed ul li:nth-child(4) button {
    cursor: pointer;
    margin-left: 10px;
    width: 122px;
    background: #4a9aff;
    font-size: 16px;
    height: 44px;
    font-weight: bold;
    color: white;
    border: 1px solid #4a9aff;
    border-radius: 4px; }

.solution-app .backcap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 1200px;
  z-index: 160;
  top: 0px; }
.solution-app .diolag {
  height: 330px;
  position: relative;
  text-align: center;
  float: left; }
.solution-app .diolag-div {
  position: fixed;
  z-index: 200;
  width: 580px;
  height: 330px;
  padding: 16px 134px;
  box-sizing: border-box;
  border-radius: 10px;
  background: white; }
.solution-app .img {
  position: absolute;
  text-align: center;
  margin: 18px auto;
  margin-bottom: 16px;
  left: 245px;
  /*top:34px;*/
  /*transform:translate(-50%,-50%);*/ }
.solution-app .diolag .diolag-icon {
  position: absolute;
  right: 18px;
  width: 30px;
  height: 30px;
  top: 18px;
  color: #d0d0d0; }
.solution-app .diolag .diolag-close {
  height: 40px;
  width: 100px;
  color: #fff;
  font-size: 14px;
  margin-top: 24px;
  background: #599bff;
  border-radius: 4px;
  cursor: pointer; }
.solution-app .diolag-title {
  position: absolute;
  margin: 0 auto;
  left: 250px;
  top: 140px; }
.solution-app .diolag .diolag-content {
  /*position: absolute;*/
  /*top:150px;*/ }
.solution-app .top-banner {
  height: 500px;
  background: url("../img/solution/app/bg_banner.png") no-repeat center center;
  background-size: cover; }
.solution-app .marginauto {
  height: 100%;
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.solution-app .flex {
  display: flex;
  justify-content: center;
  align-items: center; }
.solution-app .flex-cont {
  display: flex;
  justify-content: space-around;
  align-items: center; }
.solution-app .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }
.solution-app .swiper-slide {
  height: 100%;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); }
.solution-app .ani {
  color: white;
  font-size: 16px; }
  .solution-app .ani img {
    margin-left: 100px; }
.solution-app .ani1 {
  width: 532px;
  height: 500px;
  padding-top: 185px;
  box-sizing: border-box; }
.solution-app .bold {
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 28px;
  margin-left: 0; }
.solution-app .relation {
  text-align: center; }
  .solution-app .relation .titlele {
    padding-top: 71px;
    margin-bottom: 72px;
    text-align: center; }
  .solution-app .relation .relation-content {
    position: relative; }
  .solution-app .relation .re-cont-img {
    display: block;
    margin: 0 auto; }
  .solution-app .relation .re-cont-info {
    position: absolute;
    width: 211px;
    color: #5D6494;
    font-size: 16px;
    line-height: 28px;
    text-align: left; }
    .solution-app .relation .re-cont-info.info1, .solution-app .relation .re-cont-info.info3 {
      left: 0; }
    .solution-app .relation .re-cont-info.info2, .solution-app .relation .re-cont-info.info4 {
      right: 0; }
    .solution-app .relation .re-cont-info.info1, .solution-app .relation .re-cont-info.info2 {
      top: 86px; }
    .solution-app .relation .re-cont-info.info3, .solution-app .relation .re-cont-info.info4 {
      bottom: 148px; }
.solution-app .download-channel {
  margin-top: 37px;
  display: flex; }
  .solution-app .download-channel .store {
    min-height: 60px;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: #028F97;
    border-radius: 10px;
    margin-right: 24px;
    height: 60px;
    cursor: pointer;
    color: #fff; }
    .solution-app .download-channel .store.store-qrcode {
      padding: 10px 9px 10px;
      display: block;
      height: auto; }
      .solution-app .download-channel .store.store-qrcode .store-icon {
        margin-right: 0;
        display: block; }
    .solution-app .download-channel .store .store-icon {
      display: block;
      margin-right: 16px;
      margin-left: 0; }
    .solution-app .download-channel .store .qr-code {
      width: 120px;
      height: 120px;
      display: none;
      margin: 0; }
    .solution-app .download-channel .store .store-name {
      white-space: nowrap;
      color: #fff; }
      .solution-app .download-channel .store .store-name .store-title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 7px; }
      .solution-app .download-channel .store .store-name .store-sub-title {
        font-size: 12px;
        line-height: 1; }
.solution-app .bigsize {
  font-size: 18px;
  line-height: 1;
  white-space: pre-wrap; }
.solution-app .title-top {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 1;
  color: #3b426b;
  font-weight: bold; }
.solution-app .titlele .title-contention {
  font-size: 18px;
  color: #5d6494; }
.solution-app .relation-content {
  height: 530px;
  width: 100%;
  margin-top: 60px; }

.title-content {
  color: #5d6494; }

.solution-app .relation-content-left {
  float: left;
  height: 100%; }
.solution-app .relation-content-right {
  /*float:left;*/
  position: relative;
  right: 48px;
  margin-right: 20px;
  margin-top: 10px;
  height: 100%; }
.solution-app .right-list {
  margin-bottom: 20px;
  text-align: left; }
  .solution-app .right-list div {
    position: relative;
    bottom: 58px;
    left: 80px;
    margin-left: 90px;
    font-size: 16px;
    color: #5d6494;
    margin-bottom: 14px;
    display: block; }

.service {
  background: #f5f8ff;
  padding-top: 10px; }

.module {
  padding: 113px 0 72px; }
  .module .module-title {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    color: #3B426B;
    margin-bottom: 71px; }
  .module .module-wrapper {
    display: flex;
    justify-content: space-between; }
    .module .module-wrapper .module-list {
      flex: 0 0 375.8px;
      background-color: #f1fcff;
      height: 400px;
      box-sizing: border-box;
      padding: 60px 44px 0;
      border-radius: 10px; }
      .module .module-wrapper .module-list .module-img {
        display: block;
        margin-bottom: 39px; }
      .module .module-wrapper .module-list .module-title {
        font-size: 20px;
        font-weight: bold;
        color: #3B426B;
        line-height: 1;
        margin-bottom: 30px;
        text-align: left; }
      .module .module-wrapper .module-list .module-wrapper {
        display: flex;
        justify-content: space-between; }
      .module .module-wrapper .module-list .module {
        flex: 0 0 auto;
        font-size: 16px;
        color: #5D6494;
        line-height: 1;
        text-align: left;
        padding: 0; }
        .module .module-wrapper .module-list .module:nth-of-type(1n) {
          text-align: left; }
        .module .module-wrapper .module-list .module:nth-of-type(2n) {
          text-align: center; }
        .module .module-wrapper .module-list .module:nth-of-type(3n) {
          text-align: left; }
        .module .module-wrapper .module-list .module > span {
          display: block;
          margin-bottom: 23px; }

.pages {
  padding: 79px 0 43px;
  background-color: #f5f8ff; }
  .pages .pages-title {
    margin-bottom: 42px;
    text-align: center; }
  .pages .pages-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .pages .pages-wrapper .pages-item {
      flex: 0 0 400px;
      position: relative; }
      .pages .pages-wrapper .pages-item:nth-of-type(4), .pages .pages-wrapper .pages-item:nth-of-type(5), .pages .pages-wrapper .pages-item:nth-of-type(6) {
        margin-top: -6px; }
      .pages .pages-wrapper .pages-item .page-image {
        display: flex; }
      .pages .pages-wrapper .pages-item .page-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        color: #5D6494;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 22px;
        width: 100%; }

.solution-app .service-line {
  flex: 1; }
.solution-app .line-content-img-tow {
  padding-top: 12px; }
.solution-app .line-content .line-img {
  margin-left: 113px; }
  .solution-app .line-content .line-img .line-img-three {
    margin-left: 100px; }
.solution-app .line-content-img-one {
  margin-top: 32px;
  margin-bottom: 10px; }
.solution-app .line-content-img {
  margin-top: 40px; }
.solution-app .line-content {
  font-size: 20px;
  color: #3b426b;
  padding: 14px 50px;
  text-align: center;
  /*margin-bottom: 26px;*/ }
.solution-app .serviceone {
  margin-bottom: 0px; }
.solution-app .line-content img {
  margin-bottom: 18px; }
.solution-app .line-content h2 {
  font-size: 20px;
  color: #3b426b;
  margin-bottom: 20px; }
.solution-app .line-content span {
  font-size: 16px;
  color: #5d6494;
  text-align: center; }
.solution-app .service-title {
  text-align: center;
  font-weight: 700;
  font-size: 26px; }
.solution-app .titlele img {
  margin-top: 28px; }
.solution-app .plan {
  text-align: center; }
.solution-app .span-title {
  margin-bottom: 40px; }
.solution-app .diy {
  padding-top: 48px;
  text-align: center;
  background: url("../img/solution/app/bg_costum.png") no-repeat center;
  background-size: cover; }
  .solution-app .diy .diy-title {
    color: #3B426B;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 22px; }
  .solution-app .diy .diy-intro {
    font-size: 18px;
    line-height: 1;
    /*margin-top:24px;*/
    /*margin-bottom:60px;*/
    color: #3B426B; }
  .solution-app .diy .diy-box {
    margin: 60px auto 0;
    padding-bottom: 80px; }
    .solution-app .diy .diy-box .box-content:nth-child(3) {
      float: right;
      margin-right: 0;
      width: 292px;
      height: 344px; }
.solution-app .box-content {
  float: left;
  margin-right: 89px;
  width: 292px;
  height: 344px;
  border-radius: 10px;
  overflow: hidden;
  background-color: white; }
.solution-app .box-title {
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  background: #f4f8ff;
  color: #5d6494;
  font-weight: bold;
  text-align: center; }
.solution-app .box-intro {
  background: white;
  padding: 25px 27px 55px 41px;
  text-align: left; }
  .solution-app .box-intro img {
    margin: 0 auto;
    margin-bottom: 11px;
    width: 200px;
    display: block; }
  .solution-app .box-intro p {
    color: #5d6494;
    font-size: 14px;
    line-height: 24px; }
.solution-app .process-title {
  margin-top: 60px;
  text-align: center; }
.solution-app .process-icon li {
  color: #5d6494;
  font-size: 14px;
  margin-top: 16px;
  margin-right: 100px;
  position: relative;
  left: -22px; }
.solution-app li:last-child {
  margin-right: 0px; }
.solution-app .process-icon {
  margin-bottom: 30px; }
.solution-app .virtue {
  background: #f5f8ff;
  padding: 52px 0 39px; }
  .solution-app .virtue .virtue-title {
    text-align: center;
    margin-bottom: 42px; }
    .solution-app .virtue .virtue-title .title-top {
      margin-bottom: 22px; }
  .solution-app .virtue .title-content {
    font-size: 18px;
    line-height: 1;
    color: #5D6494; }
  .solution-app .virtue .virtue-img {
    width: 107px;
    height: 107px;
    margin-right: 17px;
    display: block;
    flex: 0 0 107px; }
  .solution-app .virtue .virtue-box {
    margin-right: 29px;
    height: 183px;
    width: 588px;
    background: white;
    padding: 43px 20px 33px 24px;
    box-sizing: border-box;
    align-items: flex-start;
    flex: 1 1; }
  .solution-app .virtue .virtue-line:last-child {
    margin-top: 25px; }
  .solution-app .virtue .virtue-intr h2 {
    font-size: 18px;
    line-height: 1;
    color: #3b426b;
    margin-bottom: 11px; }
  .solution-app .virtue .virtue-intr div {
    line-height: 26px;
    color: #5D6494;
    font-size: 14px; }

/*.solution-app .service-line:first-child img {*/
/*    margin-bottom: 35px;*/
/*}*/
/*.solution-app .line-content .line-img-one .line-content-img-one{*/
/*    margin-top:45px;*/
/*}*/
/*.solution-app .process-title img {*/
/*    margin-left:30px;*/
/*}*/

/*# sourceMappingURL=solution-app.css.map */
