/*  Banner 样式 */
.banner {
  background-image: url("/static/4.0/images/xagent/P1-banner.png");
}

/* 测试流程 部分 */
.Testing-process-bg {
  background-image: url("/static/4.0/images/xagent/Testing-process-bg.png");
  background-size: 100% 100%;
  border-radius: 14px;
}

.Testing-card-item {
  padding: 40px 20px;
  background-color: #fff;
  flex: 1;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  min-height: 400px;
}

@media (min-width: 768px) {
  html[lang="en"] .Testing-card-item h3 {
    min-height: 58px;
  }
}

.Testing-card-item:hover {
  box-shadow: 0px 2px 10px 0px rgba(150, 183, 248, 0.34);
}
@media (max-width: 768px) {
  .Testing-card-item {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    min-height: auto;
  }
  .Testing-card-item > p {
    width: 100%;
  }
}

/* 联系我们 部分 */
.linkus {
  background: url("/static/4.0/images/index/BG01.png") no-repeat #eff6fe;
  background-position: center bottom;
  background-size: 100% 100%;
  width: 100%;
  padding: 30px 0 100px;
  text-align: center;
}

.ltit {
  height: 45px;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 45px;
}

.lcon {
  font-weight: 500;
  font-size: 26px;
  color: #0080ff;
  margin: 5px 0 10px;
}

.linkcon {
  text-align: center;
  margin-top: 20px;
}

.linkcon a {
  border: 1px solid #0080ff;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  color: #0080ff;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  margin: 0 6px;
}

.linkcon a.active {
  background: #0080ff;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .linkus {
    background-size: 100%;
    width: 100%;
    padding: 30px 0 50px;
  }

  .ltit {
    padding-top: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
  }

  .lcon {
    font-weight: 600;
    font-size: 16px;
  }

  .linkcon a {
    font-weight: 400;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    padding: 0 12px;
    margin: 0 4px;
  }
}
