.features-page video {
    border: 1px solid #e0e4e9;
    border-radius: 6px;
    -webkit-box-shadow: 3px 6px 36px #e9eef1;
            box-shadow: 3px 6px 36px #e9eef1;
  }
  .features-page .banner {
    position: relative;
    background-color: #08f;
    background-image: url(../image/bg-banner-a096e86850.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0.83%;
  }
  .features-page .banner h1 {
      font-size: 45px;
      color: #fff;
    }
  .features-page .banner p {
      font-size: 20px;
      color: #fff;
      width: 84%;
    }
  .features-page .banner img {
      position: absolute;
      top: 51%;
      left: 13%;
      width: 29%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  .features-page .banner .container {
      padding: 9% 0
    }
  .features-page .banner .container::before, .features-page .banner .container::after {
    content: " ";
    display: table;
}
  .features-page .banner .container::after {
    clear: both;
}
  .features-page .banner .content {
      float: right;
      width: 55%;
    }
  .features-page .section h2 {
      font-size: 40px;
      font-weight: 300;
      color: #08f;
    }
  .features-page .section h3 {
      margin: 10px 0 35px;
      font-size: 28px;
      font-weight: 300;
      color: #333;
    }
  .features-page .section p {
      margin: 40px 0;
      line-height: 1.8;
      font-size: 16px;
      color: #515151;
    }
  .features-page .section-center {
    padding-top: 3.13%;
    text-align: center;
  }
  .features-page .section-left .container, .features-page .section-right .container {
      position: relative
    }
  .features-page .section-left .container::before, .features-page .section-left .container::after, .features-page .section-right .container::before, .features-page .section-right .container::after {
    content: " ";
    display: table;
}
  .features-page .section-left .container::after, .features-page .section-right .container::after {
    clear: both;
}
  .features-page .section-left img, .features-page .section-right img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  .features-page .section-left img {
      right: 0;
    }
  .features-page .section-right img {
      left: 0;
    }
  .features-page .section-right .content {
      float: right;
    }
  .features-page .section-01 {
    padding-bottom: 4%;
  }
  .features-page .section-01 p {
      margin-bottom: 30px;
    }
  .features-page .section-01 a {
      display: block;
      margin-top: 12px;
      font-size: 18px;
      color: #08f;
    }
  .features-page .section-02 {
    padding: 6.5% 0;
  }
  .features-page .section-02 img {
      width: 54.25%;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  .features-page .section-02 .content {
      width: 39.16%;
    }
  .features-page .section-03 {
    padding: 6.5% 0;
  }
  .features-page .section-03 img {
      width: 700px;
    }
  .features-page .section-03 .content {
      width: 36%;
    }
  .features-page .section-04 {
    padding: 6.5% 0 7%;
  }
  .features-page .section-04 img {
      width: 700px;
    }
  .features-page .section-04 .content {
      width: 38%;
    }
  .features-page .section-05 {
    padding: 6.5% 0 7.5%;
  }
  .features-page .section-05 img {
      width: 55.92%;
    }
  .features-page .section-05 .content {
      width: 36%;
    }
  .features-page .section-06 {
    padding: 6.5% 0 7.5%;
  }
  .features-page .section-06 img {
      width: 700px;
    }
  .features-page .section-06 .content {
      width: 39.16%;
    }
  .features-page .section-07 {
    background: #f2faff;
  }
  .features-page .section-08 {
    padding-bottom: 3.13%;
  }
