@font-face {
  font-family: "bold";
  src: url('../fonts/Aileron-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sbbold";
  src: url('../fonts/Aileron-SemiBold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/Aileron-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/Aileron-Light.otf');
  font-weight: normal;
  font-style: normal;
}
.solutionInfo-wrapper .caption {
  font-size: 0.4rem;
  font-family: "bold";
  color: #333;
  line-height: 0.48rem;
  text-align: center;
  padding-top: 1.16rem;
  margin-bottom: 0.3rem;
}
.solutionInfo-wrapper .box-1 .caption {
  padding-top: 0.8rem;
}
.solutionInfo-wrapper .box-1 .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.solutionInfo-wrapper .box-1 .info,
.solutionInfo-wrapper .box-1 .pic {
  width: 50%;
}
.solutionInfo-wrapper .box-1 .pic {
  padding-right: 0.3rem;
}
.solutionInfo-wrapper .box-1 .info ul li {
  position: relative;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  font-family: light;
  padding-left: 20px;
  background: url(../image/right.png) no-repeat left top 0.1rem;
  margin-bottom: 0.32rem;
}
.solutionInfo-wrapper .box-1 .info ul li:last-child {
  margin-bottom: 0;
}
.solutionInfo-wrapper .box-2 {
  margin-top: 1rem;
  padding-bottom: 0.64rem;
  background: url(../image/info_bg.jpg) no-repeat center center;
  background-size: cover;
}
.solutionInfo-wrapper .box-2 .caption {
  color: #fff;
}
.solutionInfo-wrapper .box-2 .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-top: 0.5rem;
}
.solutionInfo-wrapper .box-2 .box img {
  width: 3.3rem;
  margin-left: 0.42rem;
}
.solutionInfo-wrapper .box-2 ul {
  text-align: right;
  width: 444px;
}
.solutionInfo-wrapper .box-2 ul:nth-child(3) {
  text-align: left;
  width: 3.74rem;
}
.solutionInfo-wrapper .box-2 ul:nth-child(3) li:before {
  right: auto;
  left: -13px;
  border-left-color: transparent;
  border-right-color: #52caf8;
}
.solutionInfo-wrapper .box-2 ul li {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(0deg, #33b9ed 0%, #67d5ff 100%), linear-gradient(#94e01b, #94e01b);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 35px 0px rgba(32, 143, 215, 0.35);
  font-size: 0.2rem;
  font-family: light;
  line-height: 0.55rem;
  color: #fff;
  padding: 0 46px 0 30px;
  border-radius: 30px;
  margin-bottom: 50px;
}
.solutionInfo-wrapper .box-2 ul li:last-child {
  margin-bottom: 0;
}
.solutionInfo-wrapper .box-2 ul li:before {
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -7px;
  z-index: 10;
  border-left-color: #52caf8;
}
.solutionInfo-wrapper .box-3 .tab-box {
  font-size: 0;
  text-align: center;
  margin-bottom: 0.7rem;
}
.solutionInfo-wrapper .box-3 .tab-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #666;
  font-family: bold;
  margin-right: 0.62rem;
  line-height: 0.36rem;
  padding-bottom: 4px;
}
.solutionInfo-wrapper .box-3 .tab-box a:last-child {
  margin-right: 0;
}
.solutionInfo-wrapper .box-3 .tab-box a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #176ec0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.solutionInfo-wrapper .box-3 .tab-box a.on,
.solutionInfo-wrapper .box-3 .tab-box a:hover {
  color: #176ec0;
}
.solutionInfo-wrapper .box-3 .tab-box a.on:before,
.solutionInfo-wrapper .box-3 .tab-box a:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.solutionInfo-wrapper .box-3 .detail-box .item {
  display: none;
}
.solutionInfo-wrapper .box-3 .detail-box .item img {
  display: block;
  margin: 0 auto;
}
.solutionInfo-wrapper .box-4 {
  padding: 1.2rem 0;
  margin-top: 1.2rem;
  background: url(../image/info_bg2.jpg) repeat-y left top;
}
.solutionInfo-wrapper .box-4 li {
  background: #fff;
  padding: 0 50px;
  margin-bottom: 15px;
}
.solutionInfo-wrapper .box-4 li:last-child {
  margin-bottom: 0;
}
.solutionInfo-wrapper .box-4 li.on .title:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.solutionInfo-wrapper .box-4 .title {
  position: relative;
  cursor: pointer;
  font-size: 0.36rem;
  color: #272d39;
  font-family: bold;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}
.solutionInfo-wrapper .box-4 .title:before,
.solutionInfo-wrapper .box-4 .title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #9099a2;
}
.solutionInfo-wrapper .box-4 .title:before {
  width: 22px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.solutionInfo-wrapper .box-4 .title:after {
  width: 2px;
  height: 22px;
  right: 10px;
  margin-top: -11px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.solutionInfo-wrapper .box-4 .detail {
  display: none;
  padding-bottom: 55px;
}
.solutionInfo-wrapper .box-4 table {
  width: 100%;
  border-collapse: collapse;
}
.solutionInfo-wrapper .box-4 table tr:nth-child(odd) {
  background: #e3edf7;
}
.solutionInfo-wrapper .box-4 table tr td {
  line-height: 38px;
  padding-left: 38px;
  font-family: "regular";
  font-size: 0.18rem;
  color: #666;
}
.solutionInfo-wrapper .box-4 table tr td:first-child {
  font-family: "sbbold";
  color: #333;
}
.solutionInfo-wrapper .box-5 {
  position: relative;
  padding-bottom: 120px;
}
.solutionInfo-wrapper .box-5 .swiper-box {
  background: #fff;
  position: relative;
}
.solutionInfo-wrapper .box-5 .canvas {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 3rem;
}
.solutionInfo-wrapper .box-5 .pic {
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}
.solutionInfo-wrapper .box-5 .swiper-slide {
  width: 9.7rem;
  text-align: center;
  background: rgba(23, 110, 192, 0.1);
  padding: 0.76rem 1.1rem 0.44rem;
  opacity: 0;
  visibility: hidden;
}
.solutionInfo-wrapper .box-5 .swiper-slide.swiper-slide-prev,
.solutionInfo-wrapper .box-5 .swiper-slide.swiper-slide-next {
  opacity: 1;
  visibility: visible;
}
.solutionInfo-wrapper .box-5 .swiper-slide.swiper-slide-active {
  background: #176ec0;
  opacity: 1;
  visibility: visible;
}
.solutionInfo-wrapper .box-5 .swiper-slide.swiper-slide-active .pic,
.solutionInfo-wrapper .box-5 .swiper-slide.swiper-slide-active .desc,
.solutionInfo-wrapper .box-5 .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
}
.solutionInfo-wrapper .box-5 .pic,
.solutionInfo-wrapper .box-5 .desc,
.solutionInfo-wrapper .box-5 .content {
  opacity: 0;
  visibility: hidden;
}
.solutionInfo-wrapper .box-5 .desc {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #fff;
  font-family: regular;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.3rem;
}
.solutionInfo-wrapper .box-5 .content {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: regular;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.22rem;
}
.solutionInfo-wrapper .box-5 .swiper-btn {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 10;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  box-sizing: border-box;
}
.solutionInfo-wrapper .box-5 .prev {
  background: url(../image/prev.png) no-repeat center center;
  background-size: contain;
  left: -1.76rem;
}
.solutionInfo-wrapper .box-5 .prev:hover {
  background: url(../image/prev2.png) no-repeat center center;
  background-size: contain;
}
.solutionInfo-wrapper .box-5 .next {
  background: url(../image/next.png) no-repeat center center;
  background-size: contain;
  right: -1.76rem;
}
.solutionInfo-wrapper .box-5 .next:hover {
  background: url(../image/next2.png) no-repeat center center;
  background-size: contain;
}
.solutionInfo-wrapper .box-5 .swiper-pagination {
  display: none;
}
.solutionInfo-wrapper .box-6 {
  background: #f2f4f6;
  padding-bottom: 120px;
  /* input placeholder  */
}
.solutionInfo-wrapper .box-6 .brief {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.45rem;
}
.solutionInfo-wrapper .box-6 .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solutionInfo-wrapper .box-6 .item {
  position: relative;
  width: 3.8rem;
  margin-bottom: 0.3rem;
}
.solutionInfo-wrapper .box-6 .item.max {
  width: 100%;
}
.solutionInfo-wrapper .box-6 .item.max span {
  top: 0.22rem;
}
.solutionInfo-wrapper .box-6 .item span {
  display: inline-block;
  font-size: 14px;
  color: #f00;
  position: absolute;
  left: 0.2rem;
  top: 0.24rem;
  z-index: 10;
}
.solutionInfo-wrapper .box-6 .text,
.solutionInfo-wrapper .box-6 .msg {
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 0 0.3rem;
  border-radius: 5px;
  background: #fff;
}
.solutionInfo-wrapper .box-6 .text {
  height: 0.6rem;
  line-height: 0.6rem;
  font-family: "regular";
}
.solutionInfo-wrapper .box-6 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-size: 14px;
}
.solutionInfo-wrapper .box-6 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  font-size: 14px;
}
.solutionInfo-wrapper .box-6 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-size: 14px;
}
.solutionInfo-wrapper .box-6 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  font-size: 14px;
}
.solutionInfo-wrapper .box-6 .msg {
  height: 1.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  resize: none;
}
.solutionInfo-wrapper .box-6 .submit {
  display: block;
  width: 3.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.24rem;
  font-family: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  background: #176ec0;
}
.solutionInfo-wrapper .box-6 .submit:hover {
  box-shadow: 0 2px 30px rgba(23, 110, 192, 0.5);
}
.solutionInfo-wrapper .box-7 {
  padding: 1.2rem 0;
}
.solutionInfo-wrapper .box-7 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solutionInfo-wrapper .box-7 ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 50%;
  align-items: center;
  margin-top: 40px;
}
.solutionInfo-wrapper .box-7 ul li:nth-child(-n+2) {
  margin-top: 0;
}
.solutionInfo-wrapper .box-7 ul li:nth-child(odd) {
  padding-right: 60px;
}
.solutionInfo-wrapper .box-7 .icon {
  width: 1.26rem;
  margin-right: 20px;
}
.solutionInfo-wrapper .box-7 .name {
  font-size: 0.24rem;
  font-family: "sbbold";
  color: #176ec0;
  line-height: 30px;
  margin-bottom: 0.14rem;
}
.solutionInfo-wrapper .box-7 p {
  font-size: 0.18rem;
  color: #333;
  font-family: light;
  line-height: 24px;
}
@media screen and (max-width: 1600px) {
  .solutionInfo-wrapper .box-5 .prev {
    left: -1.3rem;
  }
  .solutionInfo-wrapper .box-5 .next {
    right: -1.3rem;
  }
  .solutionInfo-wrapper .box-5 .swiper-btn {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .solutionInfo-wrapper .box-7 .icon {
    width: 1.1rem;
  }
}
@media screen and (max-width: 1440px) {
  .solutionInfo-wrapper .box-5 .prev {
    left: -0.8rem;
  }
  .solutionInfo-wrapper .box-5 .next {
    right: -0.8rem;
  }
  .solutionInfo-wrapper .box-4 .title {
    font-size: 0.34rem;
  }
  .solutionInfo-wrapper .box-2 ul li {
    font-size: 0.18rem;
  }
  .solutionInfo-wrapper .box-4 {
    padding: 1rem 0;
    margin-top: 1rem;
  }
  .solutionInfo-wrapper .caption {
    padding-top: 1rem;
  }
  .solutionInfo-wrapper .box-5 .swiper-btn {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  .solutionInfo-wrapper .box-7 .icon {
    width: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .solutionInfo-wrapper .box-4 .title {
    font-size: 0.32rem;
  }
  .solutionInfo-wrapper .box-5 .prev {
    left: -0.7rem;
  }
  .solutionInfo-wrapper .box-5 .next {
    right: -0.7rem;
  }
  .solutionInfo-wrapper .box-5 .swiper-btn {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .solutionInfo-wrapper .box-5 .desc {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .solutionInfo-wrapper .caption {
    font-size: 24px;
    line-height: 28px;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .solutionInfo-wrapper .box-1 .box {
    display: block;
  }
  .solutionInfo-wrapper .box-1 .info,
  .solutionInfo-wrapper .box-1 .pic {
    width: 100%;
  }
  .solutionInfo-wrapper .box-1 .pic {
    padding-right: 0;
  }
  .solutionInfo-wrapper .box-1 .info {
    margin-top: 30px;
  }
  .solutionInfo-wrapper .box-1 .info ul li {
    font-size: 14px;
    line-height: 26px;
    background-position: left top 8px;
    margin-bottom: 15px;
  }
  .solutionInfo-wrapper .box-2 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .solutionInfo-wrapper .box-2 .box {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .solutionInfo-wrapper .box-2 .box img {
    display: block;
    width: 50%;
    margin: 20px auto;
  }
  .solutionInfo-wrapper .box-2 ul {
    text-align: center;
    width: 100%;
  }
  .solutionInfo-wrapper .box-2 ul:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .solutionInfo-wrapper .box-2 ul:nth-child(3) li:before {
    right: -13px;
  }
  .solutionInfo-wrapper .box-2 ul li {
    font-size: 16px;
    line-height: 38px;
    padding: 0 30px 0 20px;
    margin-bottom: 15px;
  }
  .solutionInfo-wrapper .box-2 ul li:before {
    display: none;
  }
  .solutionInfo-wrapper .box-3 .tab-box {
    margin-bottom: 30px;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solutionInfo-wrapper .box-3 .tab-box a {
    width: 48%;
    font-size: 15px;
    margin-right: 0;
    line-height: 22px;
    padding-bottom: 8px;
  }
  .solutionInfo-wrapper .box-4 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .solutionInfo-wrapper .box-4 li {
    padding: 0 15px;
  }
  .solutionInfo-wrapper .box-4 li:first-child table {
    width: 100%;
  }
  .solutionInfo-wrapper .box-4 .title {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding-right: 20px;
  }
  .solutionInfo-wrapper .box-4 .title:before {
    width: 18px;
  }
  .solutionInfo-wrapper .box-4 .title:after {
    height: 18px;
    right: 8px;
    margin-top: -9px;
  }
  .solutionInfo-wrapper .box-4 .detail {
    padding-bottom: 20px;
    background: #fff;
    overflow-x: auto!important;
  }
  .solutionInfo-wrapper .box-4 .detail::-webkit-scrollbar {
    height: 3px;
    background-color: #f7f8f9;
  }
  .solutionInfo-wrapper .box-4 .detail::-webkit-scrollbar-thumb {
    background-color: #176ec0;
  }
  .solutionInfo-wrapper .box-4 table {
    width: 800px;
  }
  .solutionInfo-wrapper .box-4 table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 15px;
    font-size: 14px;
  }
  .solutionInfo-wrapper .box-5 {
    padding-bottom: 40px;
  }
  .solutionInfo-wrapper .box-5 .swiper-container {
    padding-bottom: 30px;
  }
  .solutionInfo-wrapper .box-5 .canvas {
    height: 120px;
  }
  .solutionInfo-wrapper .box-5 .pic {
    width: 60px;
  }
  .solutionInfo-wrapper .box-5 .swiper-slide {
    width: 300px;
    padding: 20px 16px;
  }
  .solutionInfo-wrapper .box-5 .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    display: block;
  }
  .solutionInfo-wrapper .box-5 .content {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-top: 15px;
  }
  .solutionInfo-wrapper .box-5 .swiper-btn {
    display: none;
  }
  .solutionInfo-wrapper .box-5 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  .solutionInfo-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #e6e6e6;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
  }
  .solutionInfo-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #176ec0;
  }
  .solutionInfo-wrapper .box-6 {
    padding-bottom: 40px;
  }
  .solutionInfo-wrapper .box-6 .brief {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .solutionInfo-wrapper .box-6 .form {
    display: block;
  }
  .solutionInfo-wrapper .box-6 .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .solutionInfo-wrapper .box-6 .item.max span {
    top: 15px;
  }
  .solutionInfo-wrapper .box-6 .item span {
    left: 10px;
    top: 15px;
  }
  .solutionInfo-wrapper .box-6 .text,
  .solutionInfo-wrapper .box-6 .msg {
    padding: 0 20px;
  }
  .solutionInfo-wrapper .box-6 .text {
    height: 40px;
    line-height: 40px;
  }
  .solutionInfo-wrapper .box-6 .msg {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .solutionInfo-wrapper .box-6 .submit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .solutionInfo-wrapper .box-7 {
    padding: 40px 0;
  }
  .solutionInfo-wrapper .box-7 ul {
    display: block;
  }
  .solutionInfo-wrapper .box-7 ul li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .solutionInfo-wrapper .box-7 ul li:nth-child(odd) {
    padding-right: 0;
  }
  .solutionInfo-wrapper .box-7 .icon {
    width: 60px;
    margin-right: 20px;
  }
  .solutionInfo-wrapper .box-7 .name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .solutionInfo-wrapper .box-7 p {
    font-size: 14px;
    line-height: 20px;
  }
}
