/* 风险自查介绍 */
.ciPage * {
  box-sizing: border-box;
}
.ciHero {
  background: linear-gradient(180deg, #e9f2ff 0%, rgba(233, 242, 255, 0) 100%);
}
.ciHero__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.ciHero__content {
  width: 610px;
}
.ciHero__tag {
  font-size: 14px;
  font-weight: 500;
  color: #407cfd;
}
.ciHero__title {
  margin: 23px 0 0;
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: #333;
}
.ciHero__desc {
  margin: 23px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.ciHero__btns {
  display: flex;
  gap: 23px;
  margin-top: 23px;
}
.ciHero__btn {
  width: 153px;
  height: 48px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.ciHero__btn--primary {
  background: linear-gradient(90deg, #56acfb 0%, #397ee6 100%);
  box-shadow: 0 10px 32px rgba(49, 141, 238, 0.18);
  color: #fff !important;
}
.ciStats {
  display: flex;
  margin: 25px auto;
  border-radius: 20px;
  background: #eff5ff;
  padding: 30px 0;
}
.ciStats__item {
  flex: 1;
  text-align: center;
}
.ciStats__item + .ciStats__item {
  border-left: 1px solid rgba(7, 83, 189, 0.2);
}
.ciStats__num {
  font-size: 34px;
  line-height: 26px;
  font-weight: 700;
  color: #0055d4;
}
.ciStats__unit {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.ciStats__label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 12px;
  line-height: 20px;
}

/* 版块公共标题 */
.ciTag {
  font-size: 14px;
  font-weight: 500;
  color: #407cfd;
}
.ciTitle {
  margin: 14px 0 0;
  font-size: 46px;
  line-height: 60px;
  font-weight: 500;
  color: #333;
  letter-spacing: -1px;
}

/* 投稿前自查的价值 */
.ciValue {
  padding: 60px 0;
  background: #fff;
}
.ciValue__inner {
  display: flex;
  gap: 80px;
}
.ciValue__head {
  width: 505px;
  flex: none;
}
.ciValue__tag {
  font-size: 14px;
  font-weight: 500;
  color: #407cfd;
}
.ciValue__title {
  margin: 24px 0 0;
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
  color: #333;
  letter-spacing: -1.5px;
}
.ciValue__list {
  flex: 1;
}
.ciValue__item {
  display: flex;
  gap: 22px;
  padding-bottom: 13px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ciValue__item:last-child {
  margin-bottom: 0;
}
.ciValue__no {
  width: 50px;
  flex: none;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #0055d4;
}
.ciValue__name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #333;
}
.ciValue__desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

/* 四类检测项目 */
.ciItems {
  padding: 40px 0 60px;
  scroll-margin-top: 100px;
}
.ciItems__cards {
  display: flex;
  gap: 20px;
  margin-top: 42px;
}
.ciItem {
  position: relative;
  width: 285px;
  padding: 45px 20px 40px;
  border-radius: 14px;
  overflow: hidden;
  background: url('/res/images/checkDuplicate/checkInstruction/tagBg.png') no-repeat center;
  background-size: cover;
  border: 1px solid rgba(227, 241, 255, 1);
}
.ciItem__badge {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  width: 58px;
  height: 30px;
  border-radius: 0 14px 0 10px;
  background: linear-gradient(90deg, #53a7f9 0%, #3c83e8 100%);
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ciItem__name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #333;
  line-height: 26px;
  height: 52px;
}
.ciItem__desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

/* 检测报告 */
.ciReport {
  padding: 40px 0 90px;
  background: #f7f7f7;
}
.ciReport__cards {
  display: flex;
  gap: 14px;
  margin-top: 42px;
}
.ciReport__card {
  flex: 1;
  padding: 24px 24px 34px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ciReport__icon {
  width: 36px;
  height: 36px;
  display: block;
}
.ciReport__name {
  margin-top: 10px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #333;
}
.ciReport__desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

/* 使用流程 */
.ciFlow {
  padding: 40px 0 90px;
}
.ciFlow__steps {
  display: flex;
  margin-top: 48px;
}
.ciFlow__item {
  position: relative;
  flex: 1;
  text-align: center;
  
}
.ciFlow__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 28px;
  right: -29px;
  width: 58px;
  height: 12px;
  background: url('/res/images/checkDuplicate/checkInstruction/flowArrow.svg') no-repeat;
  background-size: 58px 12px;
}
.ciFlow__no {
  width: 69px;
  height: 69px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8e1ff 0%, #e5f1ff 100%);
  font-size: 32px;
  line-height: 69px;
  color: #0055d4;
}
.ciFlow__name {
  margin-top: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #333;
}
.ciFlow__desc {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

/* 底部 CTA */
.ciCta {
  padding: 60px 0;
  background: linear-gradient(180deg, #f3f9ff 0%, rgba(243, 249, 255, 0.1) 100%);
  text-align: center;
}
.ciCta__title {
  margin: 7px 0 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
}
.ciCta__desc {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 24px;
  color: #333;
}
.ciCta__btn {
  display: inline-block;
  width: 180px;
  height: 52px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #53a8f9 0%, #3b82e8 100%);
  box-shadow: 0 10px 32px rgba(49, 139, 238, 0.18);
  font-size: 16px;
  line-height: 52px;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
}
.ciHero__btns .arrow_icon,
.ciCta__btn .arrow_icon {
  margin-left: 8px;
}
