.scan-banner {
  background: url(/img/v2025/security/scan/scan-banner500.jpg) no-repeat center #ebeef5;
  height: 500px;
}
.scan-banner .banner-txt {
  max-width: 600px;
  height: 500px;
}
.scan-banner .banner-txt h1 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}
.scan-banner .banner-txt p {
  font-size: 18px;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .scan-banner {
    height: 400px;
  }
  .scan-banner .banner-txt {
    height: 400px;
  }
  .scan-banner .banner-txt h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .scan-banner .banner-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.scan-adv {
  padding: 30px 0 50px;
}
.scan-adv .adv-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scan-adv .adv-box li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 31%;
  line-height: 1.5;
  padding: 15px;
}
.scan-adv .adv-box img {
  display: block;
  margin: auto;
}
.scan-adv .adv-box .title {
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}
.scan-worth {
  padding: 30px 0 80px;
  background: #f7faff;
}
.scan-worth .point-img {
  margin: 20px auto 0;
  height: 105px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(180, 186, 198, 0.3);
}
.scan-worth .point-img-fixed {
  margin-top: -70px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.scan-worth h5 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0;
}
.scan-worth p {
  text-align: center;
  color: #666;
  line-height: 26px;
}
.scan-worth li {
  position: relative;
  line-height: 28px;
  color: #666;
  padding: 0 10px;
}
.scan-worth li::before {
  position: absolute;
  content: "·";
  font-size: 30px;
  margin-right: 5px;
  left: 0;
  line-height: 28px;
}
.scan-worth .point-row {
  margin: 60px -15px 0;
}
.scan-worth .point-item {
  padding: 15px;
  width: 25%;
}
.scan-worth .point-item-content {
  position: relative;
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #c6d3e9;
  transition: all 0.5s;
}
.scan-worth .point-item-content.video {
  padding: 20px 30px 10px;
}
.scan-worth .point-item-content:hover {
  cursor: pointer;
  background: #e2ecff;
  transition: all 0.5s;
}
.scan-worth .chatgpt-link {
  display: inline-block;
  color: #ef2a3a;
  font-size: 16px;
  margin: 50px 0 0;
}
@media screen and (max-width: 1200px) {
  .scan-worth .point-item {
    width: 50%;
  }
}
@media screen and (max-width: 672px) {
  .scan-worth {
    padding: 20px 0 40px;
  }
  .scan-worth .point-item {
    width: 100%;
  }
  .scan-worth .point-img {
    margin-top: 0;
    height: 75px;
    width: 75px;
    padding: 20px;
  }
  .scan-worth .point-img-fixed {
    margin-top: -40px;
  }
  .scan-worth h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .scan-worth li {
    line-height: 24px;
  }
  .scan-worth .point-row {
    margin: 20px -10px 0;
  }
}
.scan-scene {
  padding: 89px 0 122px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.scan-scene h2 {
  font-size: 36px;
  margin: 0 0 56px 0;
  line-height: 1;
  text-align: center;
}
.scan-scene .section-5-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #92b1e2;
}
.scan-scene .section-5-tab {
  font-size: 22px;
  position: relative;
  transition: 0.2s all linear;
  cursor: default;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
}
.scan-scene .section-5-tab:not(:last-child) {
  margin-right: 70px;
}
.scan-scene .section-5-tab.active {
  font-size: 22px;
  line-height: 48px;
  color: #1664ff;
  font-weight: bold;
}
.scan-scene .section-5-tab.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #fff;
}
.scan-scene .section-5-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 4px;
  border-bottom: 4px solid #fff;
  transition: 0.2s all linear;
}
.scan-scene .section-5-tab:hover::before {
  width: 100%;
  left: 0;
}
.scan-scene .section-5-tab:hover ~ .section-5-tab::before {
  left: 0;
}
.scan-scene .section-5-con {
  display: none;
  align-items: center;
}
.scan-scene .section-5-con.active {
  display: flex;
  height: 450px;
  justify-content: space-evenly;
}
.scan-scene .section-5-con-1 {
  margin-right: 27px;
}
.scan-scene .section-5-con-des {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 45px;
}
.scan-scene .section-5-con-2 {
  display: flex;
  align-items: flex-start;
}
.scan-scene .section-5-con-2:not(:last-child) {
  margin-bottom: 30px;
}
.scan-scene .section-5-con-2 img {
  margin-right: 12px;
}
.scan-scene .section-5-con-2 h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 30px 0;
}
.scan-scene .section-5-con-2 p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
  max-width: 330px;
}
.scan-scene .contact-btn-box {
  text-align: center;
}
.scan-scene .contact-btn-box .contact-btn {
  background-color: #fff;
  color: #1d2129;
  border-color: #fff;
  margin-top: 50px;
}
.scan-scene .contact-btn-box .contact-btn:hover {
  transition: all 0.5s;
  color: #fff;
  background: #ef2a3a;
  border-color: #ef2a3a;
}
@media (max-width: 768px) {
  .scan-scene h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .scan-scene .section-5-con.active {
    flex-direction: column;
    height: auto;
  }
  .scan-scene .section-5-con-2 h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .scan-scene .section-5-con-2 p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .scan-scene .section-5-tabs {
    display: block;
    overflow: scroll;
    white-space: nowrap;
  }
  .scan-scene .section-5-tabs .section-5-tab {
    margin-right: 10px !important;
    font-size: 12px;
    height: 34px;
    line-height: 24px;
    display: inline-block;
    white-space: nowrap;
    padding: 5px ;
    width: auto;
  }
  .scan-scene .section-5-tabs .section-5-tab.active {
    font-size: 12px;
    line-height: 24px;
  }
  .scan-adv .adv-box li {
    width: 100%;
    margin-bottom: 20px;
  }
}
