.head-seat {
  height: 140px !important;
}

.tc.public-file {
  background: #dbe5f4;
}

.event-detail-heade {
  padding: 36px 0 92px !important;
  background: #029d92;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.event-detail-heade .top-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
}
.event-detail-heade .top-box img {
  width: 10px;
  height: 12px;
}
.event-detail-heade .top-box span {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.event-detail-heade .title {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 58px;
  margin-top: 10px;
}

.event-detail-heade .label {
  font-size: 18px;
  color: #8cf3f3;
  line-height: 29px;
  margin-top: 8px;
}

.news-conent {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 70px;
}

.fraud-card {
  margin-top: -56px;
  background: #fff;
  border: 1px solid #cad7ea;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(26, 54, 93, 0.16);
  padding: 30px 42px 26px;
}

.intro-text {
  margin-top: 0 !important;
  margin-bottom: 24px;
  color: #4e6079 !important;
  text-align: center;
}

.timeline-step {
  display: flex;
  gap: 20px;
  padding-bottom: 26px;
  position: relative;
}

.timeline-step + .timeline-step {
  margin-top: 2px;
}

.timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px;
  bottom: 0;
  width: 1px;
  background: #b7c8df;
}

.step-no {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background: #08a9ad;
  position: relative;
  z-index: 1;
}

.step-body {
  flex: 1;
}

.news-content-item-title {
  font-size: 32px;
  line-height: 42px;
  color: #2d486d;
  font-weight: 600;
}

.news-content-item-text {
  font-size: 18px;
  line-height: 30px;
  color: #62748d;
  font-weight: 400;
  margin-top: 8px;
}

.news-content-item-text a {
  color: #049f99;
  text-decoration: underline;
}

.news-content-item img,
.step-body img {
  width: 100%;
  margin-top: 16px;
  border-radius: 4px;
  border: 1px solid #c4d1e5;
}

.verify-box-wrap {
  margin-top: 16px;
  display: flex;
  gap: 18px;
}

.verify-box {
  flex: 1;
  border: 1px solid;
  border-radius: 6px;
  padding: 18px 16px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.verify-box .verify-icon {
  width: 24px;
  height: 24px;
  border: none;
}

.verify-ok {
  border-color: #8dc9e7;
}

.verify-risk {
  border-color: #e9bec4;
}

.verify-title {
  font-size: 18px;
  line-height: 28px;
  color: #3d4f66;
  font-weight: 600;
}

.verify-text {
  margin-top: 6px;
  font-size: 16px;
  color: #6a798e;
}

.warning-card {
  margin-top: 26px;
  background: #FFF8E1;
  border-left: 4px solid #f3b318;
  padding: 18px 22px 20px;
}



.warning-title {
  font-size: 34px;
  line-height: 42px;
  color: #36495f;
  font-weight: 700;
}

.warning-list {
  margin-top: 10px;
  display: flex;
  gap: 34px;
  padding-left: 18px;
}

.warning-list li {
  flex: 1;
  color: #5f6d81;
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
}

.warning-list li::marker {
  color: #BA1A1A;
}

@media (max-width: 1280px) {
  .news-conent {
    width: calc(100% - 80px);
  }

  .public-file-heade-inner .title {
    font-size: 44px !important;
  }

  .news-content-item-title {
    font-size: 28px;
    line-height: 38px;
  }
}
