.company-page {
  --company-red: #d82f2f;
  --company-ink: #111;
  --company-muted: #666;
  --company-soft: #f6f6f6;
  background: #fff;
  color: var(--company-ink);
}

.company-hero {
  height: 776px;
  background: url("../assets/images/company-registration/hero-bg@2x.png") center / cover no-repeat;
}

.company-hero__inner {
  position: relative;
  height: 100%;
  padding-top: 108px;
}

.company-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  color: #999;
  font-size: 12px;
  line-height: 22px;
}

.company-breadcrumb a {
  transition: color var(--transition);
}

.company-breadcrumb a:hover,
.company-breadcrumb span:last-child {
  color: #000;
}

.company-hero__heading {
  margin-top: 58px;
}

.company-hero__heading h1,
.company-section__head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  color: #000;
}

.company-hero__heading p,
.company-section__head p {
  position: relative;
  margin: -2px 0 0;
  width: max-content;
  min-width: 67px;
  font-size: 16px;
  line-height: 46px;
  color: #000;
  text-transform: uppercase;
}

.company-hero__heading p::after,
.company-section__head p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 67px;
  height: 3px;
  background: var(--company-red);
}

.company-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 455px) minmax(0, 1fr);
  align-items: center;
  box-sizing: border-box;
  width: min(1306px, 100%);
  max-width: 1306px;
  min-height: 370px;
  height: auto;
  margin: 64px auto 0;
  padding: 49px clamp(24px, 5vw, 109px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.company-summary-card__flag {
  width: 375px;
  margin: 0;
}

.company-summary-card__flag img {
  width: 375px;
  height: 270px;
  object-fit: cover;
}

.company-summary-card__content {
  width: 100%;
  max-width: 548px;
  justify-self: end;
}

.company-facts {
  margin: 0;
}

.company-facts div {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  column-gap: 10px;
}

.company-facts div + div {
  margin-top: 18px;
}

.company-facts dt {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
}

.company-facts dt img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.company-facts dd {
  margin: 0;
  color: var(--company-muted);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 34px;
  
}

.company-facts__label {
  position: relative;
  font-size: 16px;
  color: #000000;
}

.company-facts__label::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #666666;
}

.company-quote {
  margin-top: 31px;
}

.company-quote label {
  display: block;
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 22px;
}

.company-quote__row {
  display: flex;
  width: 100%;
  max-width: 468px;
  height: 46px;
}

.company-quote input {
  width: 338px;
  height: 46px;
  border: 0;
  background: #f4f4f4;
  padding: 0 18px;
  color: #333;
  outline: none;
}

.company-quote button {
  width: 130px;
  height: 46px;
  background: var(--company-red);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  transition: background var(--transition), transform var(--transition);
}

.company-quote button:hover {
  background: #bd2424;
  transform: translateY(-1px);
}

.company-section {
  background: #fff;
}

.company-section__head {
  margin: 48px 0 0;
}

.company-advantages .company-section__head {
  margin-top: 48px;
}

.company-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 460px);
  gap: 24px 30px;
  margin-top: 61px;
}

.company-advantage-card {
  display: flex;
  align-items: center;
  min-height: 125px;
  padding: 22px 26px 22px 23px;
  background: var(--company-soft);
  border-radius: 10px;
}

.company-advantage-card__icon {
  display: grid;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  place-items: center;
  margin-right: 24px;
  background: var(--company-red);
  border-radius: 10px;
}

.company-advantage-card__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.company-advantage-card h3 {
  margin: 0 0 8px;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.company-advantage-card p {
  margin: 0;
  color: var(--company-muted);
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}

.company-types {
  padding-top: 101px;
}

.company-types .company-section__head {
  margin-top: 0;
}

.company-types__stage {
  position: relative;
  height: 336px;
  margin-top: 152px;
  background-color: rgba(216, 47, 47, 0.1);
  background-image: url("../assets/images/company-registration/types-stage-strip@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: min(2087px, 100%) auto;
}



.company-types__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 300px);
  gap: 20px;
  width: 1580px;
  max-width: none;
  margin-left: max(0px, calc((100vw - var(--container-max)) / 2));
  margin-right: 0;
  transform: translateY(-109px);
}

.company-type-card {
  min-height: 388px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.company-type-card__image {
  width: 300px;
  height: 181px;
  object-fit: cover;
}

.company-type-card h3 {
  position: relative;
  margin: 15px 22px 0;
  padding-left: 20px;
  min-height: 46px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.company-type-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 7px;
  height: 43px;
  background: var(--company-red);
}

.company-type-card h3 span {
  font: inherit;
  text-transform: uppercase;
  font-size: 16px;
}

.company-type-card p {
  margin: 10px 22px 0;
  color: var(--company-muted);
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}



.company-tax {
  padding-top: 90px;
}

.company-tax .company-section__head {
  margin-top: 0;
}

.company-tax__content {
  display: grid;
  grid-template-columns: 67px repeat(2, 648px);
  align-items: end;
  gap: 22px;
  margin-top: 43px;
}

.company-tax__mark {
  display: block;
  width: 67px;
  height: 138px;
  margin-bottom: 64px;
  background: var(--company-red);
}

.company-tax figure {
  margin: 0;
  text-align: center;
}

.company-tax img {
  display: block;
  width: 648px;
  height: 307px;
  object-fit: contain;
}

.company-tax figcaption {
  margin-top: 13px;
  color: #000;
  font-size: 18px;
  line-height: 46px;
}

.company-process {
  margin-top: 68px;
  height: 538px;
  padding-top: 79px;
  background:
    linear-gradient(to right, #E9EDF3 0%, #F2F1F4 50%, #F9F7F3 100%);
}

.company-process .company-section__head {
  margin-top: 0;
}

.company-process__grid {
  display: grid;
  grid-template-columns: repeat(2, 709px);
  gap: 22px;
  margin-top: 45px;
}

.company-process-panel {
  height: 242px;
  background: #fff;
}

.company-process-panel h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin: 0;
  background: var(--company-red);
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}

.company-process-panel ul {
  display: grid;
  gap: 0;
  margin: 18px 38px 0;
  padding: 0;
}

.company-process-panel li {
  position: relative;
  min-height: 30px;
  padding-left: 21px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.company-process-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: var(--company-red);
}

.company-after {
  margin-top: 97px;
}

.company-after__inner {
  display: grid;
  grid-template-columns: 444px 1fr;
  align-items: stretch;
  min-height: 386px;
  border-top: none;
  background: #fff;
}

.company-after__cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 386px;
  height: 100%;
  border-top: 1px solid #e1e1e1;
  color: #fff;
  background: url("../assets/images/company-registration/after-cover@2x.png") center / cover no-repeat;
}

.company-after__cover h2 {
  margin: 0;
  font-size: 26px;
  line-height: 45px;
  font-weight: 500;
}

.company-after__cover span {
  width: 55px;
  height: 2px;
  margin-top: 11px;
  background: #fff;
}

.company-after__cover p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}

.company-after__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  align-items: start;
  align-content: start;
  min-width: 0;
  border-top: 1px solid #e1e1e1;
}

.company-after__content > article:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.company-after__content > article:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.company-after__content > article:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.company-after__content > article:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}

.company-after__content > article:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.company-after__content > article {
  position: relative;
  margin: 0;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 32px 42px 32px 51px;
}

.company-after__content > article:nth-child(-n + 3) {
  padding-right: 36px;
}

.company-after__content > article:nth-child(n + 4) {
  padding-left: 67px;
  padding-right: 42px;
}


.company-after__content > article::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 37px;
  width: 9px;
  height: 8px;
  background: var(--company-red);
}

.company-after__content > article:nth-child(n + 4)::before {
  left: 46px;
  top: 37px;
}

.company-after__content > article:nth-child(1)::before {
  top: 40px;
}

.company-after__content > article:hover {
  background: #ffeaea;
}



.company-after__content h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.company-after__content p {
  margin: 11px 0 0;
  color: var(--company-muted);
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}

@media (min-width: 769px) {
  .company-after__cover {
    border-right: 1px solid #e1e1e1;
  }

}

.company-service-strip {
  position: relative;
  margin-top: 74px;
  padding-top: 79px;
  padding-bottom: 86px;
  background: var(--company-soft);
}

.company-service-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
}

.company-service-item {
  display: flex;
  align-items: center;
  min-width: 0;
}

.company-service-item__icon {
  display: grid;
  flex: 0 0 91px;
  width: 91px;
  height: 91px;
  place-items: center;
  margin-right: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}

.company-service-item__icon::before {
  content: "";
  width: 48px;
  height: 48px;
  border: 8px solid var(--company-red);
  border-radius: 12px;
}

.company-service-item__icon img {
  width: auto;
  height: auto;
  max-width: 51px;
  max-height: 51px;
  object-fit: contain;
}

.company-service-item__icon:has(img)::before {
  display: none;
}

.company-service-item h3 {
  margin: 0;
  color: var(--company-red);
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.company-service-item p {
  margin: 18px 0 0;
  color: var(--company-muted);
  font-size: 14px;
  line-height: 23px;
}

.company-service-strip__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 50px;
  margin: 62px auto 0;
  background: var(--company-red);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  transition: background var(--transition), transform var(--transition);
}

.company-service-strip__cta:hover {
  background: #bd2424;
  transform: translateY(-1px);
}

.company-page .partners {
  padding-top: 0;
}



/* 只有PC端需要设置的样式：
-------------------------------- */
@media (min-width: 769px) {
  .site-header__logo {
    display: none;
  }
  .site-header__logo-black {
    height: 69px;
    width: auto;
    max-width: 173px;
    display: block;
  }
  .site-header__inner::before {
    background: rgba(255,255,255,0.2);
    box-shadow: 0px 8px 9px 0px rgba(0,0,0,0.2);
  }
  .site-nav__link, .site-nav__toggle {
    color: #000;
  }
  .site-nav__link.is-active {
    color: #000;
  }
  .site-search__input {
    color: #000;
  }
  .site-search__input::placeholder {
    color: #8B8B8B;
  }
  .site-lang__toggle {
    color: #000;
  }
  .site-lang__label {
        color: #000;
    }
  }
