.solutionBlock {
  padding-top: 113px;
  padding-bottom: 59px;
}
.solutionBlock .w1400 .solutionTitle p {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.4;
  color: #333;
}
.solutionBlock .w1400 .solutionTitle .tips {
  margin-top: 28px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.solutionBlock .w1400 .content .list {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.solutionBlock .w1400 .content .list .img {
  width: 47.4285714286%;
  font-size: 0;
}
.solutionBlock .w1400 .content .list .text {
  width: 47.4285714286%;
  padding: 37px 54px 0 50px;
}
.solutionBlock .w1400 .content .list .text .tit {
  font-size: 30px;
  color: #333;
}
.solutionBlock .w1400 .content .list .text .tips {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.solutionBlock .w1400 .content .list .text .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin-top: 51px;
  background-color: #167efb;
  font-size: 16px;
  color: #fff;
}
.solutionBlock .w1400 .content .list:nth-child(even) {
  flex-direction: row-reverse;
}
.solutionBlock .w1400 .content .list:nth-child(even) .text {
  padding-left: 54px;
  padding-right: 50px;
}
.solutionBlock .w1400 .content .list:first-child {
  margin-top: 72px;
}

@media (max-width: 1440px) {
  .solutionBlock .w1400 .content .list {
    align-items: center;
  }
  .solutionBlock .w1400 .content .list .text {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .solutionBlock .w1400 .content .list {
    align-items: flex-start;
    margin-top: 50px;
  }
  .solutionBlock .w1400 .content .list .text {
    padding: 0;
  }
  .solutionBlock .w1400 .content .list .text .link {
    margin-top: 25px;
  }
  .solutionBlock .w1400 .content .list:nth-child(even) .text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1080px) {
  .solutionBlock {
    padding: 40px 0;
  }
  .solutionBlock .w1400 .solutionTitle p {
    font-size: 28px;
  }
  .solutionBlock .w1400 .solutionTitle .tips {
    margin-top: 20px;
  }
  .solutionBlock .w1400 .content .list {
    margin-top: 30px;
  }
  .solutionBlock .w1400 .content .list .text .tit {
    font-size: 24px;
  }
  .solutionBlock .w1400 .content .list .text .tips {
    line-height: 26px;
    margin-top: 15px;
  }
  .solutionBlock .w1400 .content .list:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 820px) {
  .solutionBlock .w1400 .content .list {
    flex-direction: column;
    width: 100%;
  }
  .solutionBlock .w1400 .content .list .img {
    width: 100%;
  }
  .solutionBlock .w1400 .content .list .img img {
    width: 100%;
  }
  .solutionBlock .w1400 .content .list .text {
    width: 100%;
    margin-top: 20px;
  }
  .solutionBlock .w1400 .content .list:nth-child(even) {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .solutionBlock .w1400 .solutionTitle p {
    font-size: 22px;
  }
  .solutionBlock .w1400 .solutionTitle .tips {
    margin-top: 10px;
  }
  .solutionBlock .w1400 .content .list .text .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .solutionBlock .w1400 .content .list .text .tips {
    margin-top: 10px;
  }
}/*# sourceMappingURL=solution.css.map */