*,
*::before,
*::after {
  box-sizing: border-box;
}

.company-body {
  margin: 0;
  background: #ffffff;
  color: #111827;
  font-family: "AlibabaPuHuiTi-Regular", "Microsoft YaHei", sans-serif;
}

.company-page {
  min-height: 100vh;
  background: #f5f5f5;
  overflow-x: hidden;
}

.company-page :where(a) {
  color: inherit;
  text-decoration: none;
}

.company-page :where(h1, h2, p, dl, dt, dd) {
  margin: 0;
}

.company-pointer-link {
  cursor: pointer;
}

.company-breadcrumb-bar {
  min-height: 48px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-breadcrumb-shell {
  width: min(calc(100% - 48px), 1200px);
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999999;
  font-family: "AlibabaPuHuiTi-Regular", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 16px;
  flex-wrap: wrap;
}

.company-breadcrumb-link,
.company-breadcrumb-separator {
  color: #999999;
  text-decoration: none;
}

.company-breadcrumb-current {
  color: #5f5f5f;
  text-decoration: none;
}

.company-breadcrumb-link:hover,
.company-breadcrumb-link:focus,
.company-breadcrumb-current:hover,
.company-breadcrumb-current:focus,
.company-breadcrumb-current:visited {
  text-decoration: none;
}

.company-hero {
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    center / cover no-repeat url(https://img.js.design/assets/element/js_VBm_fvtXwMA/image/3aa996cbbf45b6e0dc1f1109503b76cdd64a7286.png);
}

.company-hero-content {
  width: min(980px, 100%);
  text-align: center;
  color: #ffffff;
}

.company-hero-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.company-hero-subtitle {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.company-tab-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  background: #ffffff;
}

.company-tab-shell {
  width: min(1200px, calc(100vw - 48px));
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 11px 0;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.company-tab {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e7332a;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 32px;
  flex: 0 1 auto;
}

.company-tab-active {
  border-top: 1px solid #e7332a;
  border-right: 1px solid #e7332a;
  border-left: 1px solid #e7332a;
  border-bottom: 0;
  color: #e7332a;
}

.company-tab-fill {
  min-width: 0;
  flex: 1 1 auto;
  height: 34px;
  border-bottom: 1px solid #e7332a;
  background: #ffffff;
}

.company-main {
  width: 100%;
  background: #ffffff;
}

.company-profile {
  padding: 72px 0 28px;
}

.company-profile-shell,
.company-intro-shell {
  width: min(1160px, calc(100vw - 48px));
  margin: 0 auto;
}

.company-profile-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 566px;
  gap: 68px;
  align-items: start;
}

.company-profile-meta {
  padding-top: 12px;
}

.company-profile-title {
  color: #1f2937;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
}

.company-profile-list {
  margin-top: 44px;
  display: grid;
  gap: 26px;
}

.company-profile-row {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  column-gap: 24px;
  align-items: start;
}

.company-profile-row-office {
  align-items: start;
}

.company-profile-item {
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
}

.company-profile-item-label {
  font-weight: 400;
}

.company-profile-item-value {
  font-family: "SourceHanSansCN-Bold", "AlibabaPuHuiTi-Bold", "Microsoft YaHei", sans-serif;
  font-weight: 700;
}

.company-profile-video {
  margin-top: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2962ff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.company-profile-video-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.company-profile-media {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
}

.company-profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-intro {
  padding: 52px 0 18px;
}

.company-intro-title {
  color: #1f2937;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}

.company-intro-copy {
  margin-top: 24px;
  color: #111111;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .company-profile-shell {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
    gap: 40px;
  }
}

@media (max-width: 960px) {
  .company-breadcrumb-shell {
    width: calc(100vw - 48px);
  }

  .company-hero {
    min-height: 200px;
  }

  .company-hero-title {
    font-size: 34px;
  }

  .company-hero-subtitle {
    font-size: 18px;
  }

  .company-tab-shell,
  .company-profile-shell,
  .company-intro-shell {
    width: calc(100vw - 32px);
  }

  .company-profile {
    padding-top: 48px;
  }

  .company-profile-shell {
    grid-template-columns: 1fr;
  }

  .company-profile-meta {
    padding-top: 0;
  }

  .company-profile-media {
    max-width: 640px;
  }
}

@media (max-width: 640px) {
  .company-breadcrumb-shell {
    width: calc(100vw - 48px);
  }

  .company-hero {
    min-height: 180px;
    padding: 20px 16px;
  }

  .company-hero-title {
    font-size: 28px;
  }

  .company-hero-subtitle {
    font-size: 16px;
  }

  .company-tab-shell {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .company-profile-row {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .company-profile-list {
    margin-top: 28px;
    gap: 18px;
  }

  .company-profile-video {
    margin-top: 28px;
    font-size: 16px;
  }

  .company-intro {
    padding-top: 40px;
  }

  .company-profile-title {
    font-size: 24px;
  }

  .company-profile-media {
    height: 240px;
  }

  .company-intro-title {
    font-size: 22px;
  }

  .company-profile-item,
  .company-intro-copy {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .company-tab-fill {
    display: none;
  }
}

@media (max-width: 920px) {
  .company-tab-shell {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .company-tab {
    flex: 1 1 180px;
  }
}
