/**
 * 关于 / 帮助 / 协议等「公司简介」类页面
 * 仅保留页面所需样式，避免加载约 8k 行的 Tailwind 整包 about.css
 */

.company {
  background-color: #fff;
}

.section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-top {
  margin-top: 32px;
}

.section-title {
  margin: 0 0 28px;
  font-size: clamp(22px, 3.5vw, 32px);
  line-height: 1.35;
  font-weight: 600;
  color: var(--color-text, #333);
  text-align: center;
}

.company-intro__text {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text, #333);
  text-indent: 2em;
}

.company-intro__title {
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-text, #333);
}

.company-intro__title .number {
  margin: 0 4px;
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary, #284e9d);
  line-height: 1.2;
}

.company-intro__desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text, #333);
}

.company-intro--border {
  border-right: 1px solid var(--color-border-light, #ebebeb);
}

.company-mission {
  position: relative;
  padding: 32px 28px;
  background-color: #f5f8fa;
  border-radius: 12px;
}

.company-mission__desc {
  margin: 0 0 12px;
  font-size: 15px;
  color: var(--color-text-secondary, #666);
  line-height: 1.75;
}

.company-mission__desc:last-child {
  margin-bottom: 0;
}

.company-mission__desc span {
  color: var(--color-primary, #284e9d);
  font-weight: 600;
}

.company-mission .marks-left {
  position: absolute;
  left: 24px;
  top: -24px;
}

.company-mission .marks-right {
  position: absolute;
  right: 32px;
  bottom: -24px;
}

.company-values {
  padding: 8px 12px 24px;
}

.company-values__img {
  width: 88px;
  height: auto;
}

.company-values__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text, #333);
  line-height: 1.4;
}

.company-values__desc {
  margin: 0 auto;
  max-width: 280px;
  font-size: 14px;
  color: var(--color-text-secondary, #666);
  line-height: 1.65;
}

.img-full {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.mh28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mh48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt24 {
  margin-top: 24px;
}

.mb16 {
  margin-bottom: 16px;
}

.text-center {
  text-align: center;
}

.dn {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .section {
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .section-title {
    margin-bottom: 16px;
  }

  .company-intro--border {
    border-right: none;
  }

  .hidden-xl {
    display: none;
  }

  .company-mission {
    padding: 24px 18px;
  }
}

@media screen and (max-width: 768px) {
  .company-values {
    width: 100% !important;
    float: none;
  }

  .pull-left[style*="width:33%"] {
    width: 100% !important;
    float: none;
  }
}
