.icons .icon-list .blue-sign {
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #00a2e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icons .icon-list .blue-sign .sign-text {
  font-size: 54px;
}
.pro-img-text {
  padding: 90px 0;
}
.pro-img-text .p-i-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pro-img-text .p-i-inner .left-img {
  width: 59%;
}
.pro-img-text .p-i-inner .left-img img {
  width: 100%;
}
.pro-img-text .p-i-inner .add-icon {
  font-size: 42px;
  color: #00a2e9;
}
.pro-img-text .p-i-inner .right-text {
  width: 24.3%;
}
.pro-img-text .p-i-inner .right-text .title {
  font-size: 36px;
}
.pro-img-text .p-i-inner .right-text .desc {
  font-size: 16px;
  margin: 30px 0;
}
.pro-img-text .p-i-inner .right-text .desc:last-child {
  margin: 30px 0 0;
}
.smart-phone {
  padding: 80px 0 70px;
  overflow: hidden;
}
.smart-phone .smart-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smart-phone .smart-inner .pad {
  width: 670px;
}
.smart-phone .smart-inner .phone {
  width: 206px;
}
.smart-phone .smart-inner .add-icon {
  font-size: 42px;
  color: #00a2e9;
}
.smart-phone .smart-inner .smart-text {
  font-size: 22px;
}
.smart-phone .smart-inner .smart-text p {
  margin-bottom: 18px;
  text-align: center;
}
.smart-phone .smart-inner .smart-text p:nth-child(2n) {
  color: #00a2e9;
}
.smart-phone .smart-inner .smart-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .icons .icon-list .blue-sign .sign-text {
    font-size: 42px;
  }
  .pro-img-text {
    padding: 60px 0;
  }
  .pro-img-text .p-i-inner .right-text .title {
    font-size: 22px;
  }
  .pro-img-text .p-i-inner .right-text .desc {
    margin: 20px 0;
  }
  .pro-img-text .p-i-inner .right-text .desc:last-child {
    margin-top: 20px;
  }
  .smart-phone {
    padding: 60px 0;
  }
  .smart-phone .smart-inner .pad {
    width: 500px;
  }
  .smart-phone .smart-inner .phone {
    width: 160px;
  }
  .smart-phone .smart-inner .add-icon {
    font-size: 42px;
  }
  .smart-phone .smart-inner .smart-text {
    font-size: 18px;
  }
  .smart-phone .smart-inner .smart-text p {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .icons .icon-list .blue-sign .sign-text {
    font-size: 36px;
  }
  .smart-phone {
    padding: 40px 0;
  }
  .smart-phone .smart-inner .pad {
    width: 360px;
  }
  .smart-phone .smart-inner .phone {
    width: 120px;
  }
  .smart-phone .smart-inner .smart-text {
    font-size: 16px;
  }
  .smart-phone .smart-inner .smart-text p {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .pro-img-text {
    padding: 40px 0;
  }
  .pro-img-text .p-i-inner .left-img {
    display: none;
  }
  .pro-img-text .p-i-inner .right-text {
    width: 100%;
  }
  .pro-img-text .p-i-inner .right-text .desc {
    margin-bottom: 20px;
  }
  .pro-img-text .p-i-inner .add-icon {
    display: none;
  }
  .icons .icon-list .blue-sign {
    display: none;
  }
  .icons .icon-list li:nth-child(5n) {
    margin-right: 0;
  }
  .icons .icon-list li:nth-child(4n) {
    margin-right: 1%;
  }
  .smart-phone .smart-inner .phone {
    display: none;
  }
  .smart-phone .smart-inner .smart-text {
    font-size: 16px;
  }
  .smart-phone .smart-inner .smart-text p {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 414px) {
  .pro-img-text {
    padding: 20px 0;
  }
  .pro-img-text .p-i-inner .right-text {
    width: 100%;
  }
  .pro-img-text .p-i-inner .right-text .title {
    font-size: 22px;
  }
  .pro-img-text .p-i-inner .right-text .desc {
    margin-top: 10px;
  }
  .pro-img-text .p-i-inner .right-text .desc:last-child {
    margin-top: 10px;
  }
  .pro-img-text .p-i-inner .left-img {
    display: none;
  }
  .pro-img-text.the-second {
    padding-top: 20px;
  }
  .pro-img-text.the-second .p-i-inner .right-text .desc:last-child {
    margin-top: 10px;
  }
  .smart-phone .smart-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .smart-phone .smart-inner .pad,
  .smart-phone .smart-inner .add-icon {
    display: none;
  }
}
