body {
  background-color: #f0f8fe;
}

/* 漏洞扫描服务 */
.leak-service {
  width: 1200px;
  margin: 60px auto;
  background-color: #fff;
  height: 297px;
  padding: 0 50px 50px;
}

.leak-service-left .title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.leak-service-left .detail {
  width: 800px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-indent: 2em;
}

.leak-service-right {
  width: 202px;
  height: 205px;
  margin-top: 60px;
}

.leak-service-right img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 漏洞扫描服务应用场景 */
.leak-scene {
  height: 580px;
  background-color: #fff;
}

.leak-scene ul {
  width: 1200px;
  margin: 50px auto;
}

.leak-scene ul li {
  width: 380px;
  height: 380px;
  text-align: center;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.leak-scene ul li img {
  width: 380px;
  height: 300px;
}

.leak-scene ul li p {
  height: 80px;
  line-height: 72px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}

/* 漏洞扫描服务流程 */
.leak-process {
  text-align: center;
}

.leak-process img {
  margin: 50px 0;
}
@media only screen and (max-width: 1440px) {
  .leak-service {
    width: 900px;
    height: 222px;
    margin: 40px auto;
  }
  .leak-service-left .detail {
    width: 600px;
  }
  .leak-service-right {
    width: 151px;
    height: 154px;
  }
  .leak-service-left .title {
    font-size: 28px;
    padding-top: 30px;
  }
  .leak-scene {
    height: 420px;
  }
  .leak-scene ul {
    width: 900px;
    margin: 30px auto;
  }
  .leak-scene ul li {
    width: 285px;
    height: 285px;
  }
  .leak-scene ul li img {
    width: 285px;
    height: 225px;
  }
  .leak-scene ul li p {
    height: 50px;
    line-height: 50px;
    border-bottom: none;
  }
  .leak-process img {
    width: 900px;
    height: 215px;
  }
}
@media only screen and (max-width: 1280px) {
  .leak-service {
    width: 800px;
    height: 220px;
  }

  .leak-service-left .title {
    font-size: 22px;
  }

  .leak-service-left .detail {
    width: 533px;
    font-size: 16px;
    line-height: 20px;
  }

  .leak-service-right {
    width: 134px;
    height: 136px;
  }

  .leak-scene {
    height: 380px;
  }

  .leak-scene ul {
    width: 800px;
  }

  .leak-scene ul li {
    width: 254px;
    height: 254px;
  }

  .leak-scene ul li img {
    width: 254px;
    height: 200px;
  }

  .leak-scene ul li p {
    height: 50px;
    line-height: 50px;
  }

  .leak-process img {
    width: 800px;
    height: 192px;
  }
}

@media only screen and (max-width: 1024px) {
  .leak-service {
    width: 640px;
    height: 200px;
    padding: 0 40px 30px;
  }

  .leak-service-left .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .leak-service-left .detail {
    width: 424px;
    font-size: 14px;
    line-height: 20px;
  }

  .leak-service-right {
    width: 107px;
    height: 105px;
  }

  .leak-scene {
    height: 310px;
  }

  .leak-scene ul {
    width: 640px;
    margin-top: 20px;
  }

  .leak-scene ul li {
    width: 201px;
    height: 201px;
  }

  .leak-scene ul li img {
    width: 201px;
    height: 160px;
  }

  .leak-scene ul li p {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .leak-process img {
    width: 640px;
    height: 152px;
  }
}
