.banner-container {
  height: 520px;
  background-image: url("../images/banner_bg.png");
  background-size: auto 100%;
}
.banner-container .banner-content {
  width: 50%;
}
.banner-container .banner-content .banner-title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.banner-container .banner-content .banner-desc {
  font-size: 20px;
  color: #fff;
}
.banner-container .banner-content .banner-btn .btn {
  padding: 10px 30px;
  min-width: 160px;
  background: #fff;
  box-shadow: 0px 6px 16px 0px rgba(26, 99, 255, 0.2);
  border-radius: 100px;
  font-size: 18px;
  color: #165BFE;
  border: 1px solid #fff;
}
.banner-container .img-content {
  width: 40%;
  height: 100%;
}
.ability-list .ability-item {
  padding: 30px 25px;
  width: 24%;
  text-align: center;
  border: 1px solid #dfe2e6;
  background: #fff;
}
.ability-list .ability-item .icon {
  margin: 0 auto;
  width: 100px;
}
.ability-list .ability-item .p {
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
}
.sec-container .left {
  width: 49%;
}
.sec-container .left .title {
  font-size: 40px;
  font-weight: bold;
}
.sec-container .left .content-tabs .item {
  cursor: pointer;
}
.sec-container .left .content-tabs .item .iconfont {
  font-size: 48px;
  color: #999;
}
.sec-container .left .content-tabs .item .desc-title {
  font-size: 24px;
}
.sec-container .left .content-tabs .item.active {
  background: #f7fbff;
  color: #408fff;
  border-left: 4px solid #408fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sec-container .left .content-tabs .item.active .iconfont {
  color: #408fff;
}
.sec-container .right {
  width: 49%;
  height: 560px;
}
.sec-container .right .desc-img {
  position: absolute;
  left: 0;
  top: 0;
}
.sec-3 .sec-content {
  flex-direction: row-reverse;
}
.sec-5 .tag {
  display: table;
  margin: 40px auto;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 15px 0 15px 0;
  background-image: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
}
.sec-5 .left,
.sec-5 .mid,
.sec-5 .right {
  width: 33%;
}
.sec-5 .left .contents .name {
  font-size: 18px;
  color: #2A2A2A;
  font-weight: bold;
}
.sec-5 .left .contents .p {
  font-size: 16px;
  color: #555;
}
.sec-5 .app-swiper {
  box-shadow: 0 0 15px 0 rgba(24, 94, 255, 0.12);
}
@media screen and (max-width: 768px) {
  .banner-container {
    height: 6rem /* 225/37.5 */;
  }
  .banner-container .banner-inner {
    align-items: end;
  }
  .banner-container .banner-content {
    margin-bottom: 0.533rem /* 20/37.5 */;
  }
  .banner-container .banner-content .banner-title {
    font-size: 0.64rem /* 24/37.5 */;
  }
  .banner-container .banner-content .banner-desc {
    margin-top: 0.267rem /* 10/37.5 */;
    font-size: 0.373rem /* 14/37.5 */;
  }
  .banner-container .banner-content .banner-btn {
    display: none;
  }
  .banner-container .img-content {
    width: 50%;
  }
  .sec-container .left,
  .sec-container .right {
    width: 100%;
  }
  .sec-container .left .title {
    font-size: 0.64rem /* 24/37.5 */;
    text-align: center;
  }
  .sec-container .left .content-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec-container .left .content-tabs .item {
    border-bottom: 4px solid transparent;
  }
  .sec-container .left .content-tabs .item.active {
    border-left: none;
    border-bottom: 4px solid #408fff;
  }
  .sec-container .left .content-tabs .item .iconfont {
    display: none;
  }
  .sec-container .left .content-tabs .item .desc-title {
    font-size: 0.48rem /* 18/37.5 */;
  }
  .sec-container .right {
    height: 9.333rem /* 350/37.5 */;
  }
  .ability-list .ability-item {
    padding: 0.4rem /* 15/37.5 */;
    margin-bottom: 0.267rem /* 10/37.5 */;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .ability-list .ability-item .icon {
    margin: 0 0.267rem /* 10/37.5 */ 0 0;
    width: 1.6rem /* 60/37.5 */;
  }
  .ability-list .ability-item .p {
    margin-top: 0;
    font-size: 0.427rem /* 16/37.5 */;
  }
  .sec-5 .left,
  .sec-5 .mid,
  .sec-5 .right {
    width: 100%;
  }
  .sec-5 .tag {
    display: block;
    padding: 0.267rem /* 10/37.5 */ 0.533rem /* 20/37.5 */;
    margin: 0.533rem /* 20/37.5 */ auto;
    font-size: 0.427rem /* 16/37.5 */;
  }
  .sec-5 .left .contents .name {
    font-size: 0.427rem /* 16/37.5 */;
  }
  .sec-5 .left .contents .p {
    font-size: 0.373rem /* 14/37.5 */;
  }
}
/*# sourceMappingURL=product.css.map */