.main-container {
  margin: 0 auto;
  max-width: 120rem;
  overflow: hidden;
  position: relative;
}

/* Content Item Visibility 内容切换 */
.main-container .content-item:not(.active) {
  display: none;
}

.main-container .content-item.active {
  display: block;
  position: relative;
}

/* Content Section 内容主体 */
.content {
  max-width: var(--max-content-width);
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.9375rem;
}

.title {
  font-size: 1.875rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}

.title h2 {
  color: var(--text-color-primary);
  display: inline-block;
  margin: 0;
  max-width: 80%;
  padding: 0 0 0.5rem;
  position: relative;
}

.title h2::after {
  background-color: var(--main-color);
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
}

.information,
.vision {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
  align-items: center;
  padding: 0 0.9375rem;
}

.information .left,
.information .right,
.vision .left,
.vision .right {
  width: 45%;
  overflow: hidden;
}

.information .left {
  font-size: 0.875rem;
}

.vision .right img,
.information .right img {
  width: 100%;
  display: block;
}

.vision {
  font-size: 0.9375rem;
}

.value-and-culture {
  margin-top: 2.35rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.divider {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  overflow: hidden;
  position: relative;
}

.divider .content-box {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.divider .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divider .content-box .title {
  width: 100%;
}

.divider .content-box .title h2 {
  display: inline;
  color: #fff;
}

.divider .content-box .row {
  display: flex;
  color: #fff;
  margin: 4.375rem auto 0;
  max-width: 89.375rem;
  text-align: center;
  width: 85.652%;
}

.divider .content-box .row .row-item .iconfont {
  font-size: 3.75rem;
  color: #fff;
}

.executives {
  margin-top: 2.35rem;
  display: flex;
  flex-wrap: wrap;
}

.executives .item {
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 0.9375rem 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.executives .item:hover .img-box img {
  transform: scale(1.08);
}

.executives .item .img-box {
  overflow: hidden;
  width: 100%;
  max-height: 15.3125rem;
}

.executives .item .img-box img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1.01);
}

.executives .item .copy-box {
  background: #f8f8f8;
  overflow: hidden;
  color: #666;
  padding: 1.25rem;
}

.executives .item .copy-box .name {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.2rem;
}

.executives .item .copy-box .text {
  min-height: 2.625rem;
  font-size: 0.8125rem;
  margin-top: 0.4375rem;
  color: #828181;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hidden-xs {
  display: inline-block;
}

.visible-xs {
  display: none;
}

/* --- Media Queries 媒体查询 (PC - min-width: 1025px) --- */
@media screen and (min-width: 1025px) {
  /* 隐藏移动端图片 */
  .image-banner .hidden-sm,
  .divider .hidden-sm {
    display: none;
  }

  .image-banner .content-box .vertical-middle-sm {
    margin: 0 auto;
    max-width: 85.375rem;
    /* 保持原有的最大宽度 */
    width: 80%;
  }

  .divider .bg {
    height: auto;
    width: 100%;
  }

  .divider .content-box .title h2::after {
    content: "";
    width: 30%;
    height: 2px;
    background-color: var(--main-color);
    bottom: 0;
    left: 50%;
    min-width: 2.1875rem;
    transform: translateX(-50%);
  }

  .divider .content-box .row {
    width: 85.652%;
    font-size: 1.1125rem;
    font-weight: 600;
  }

  .divider .content-box .row .row-item {
    width: 19.5%;
    text-align: center;
    padding: 0 0.9375rem;
  }

  .divider .content-box .row .row-item .iconfont {
    font-weight: normal;
  }
}

/* --- Media Queries 媒体查询 (Mobile/Tablet - max-width: 1024px) --- */
@media screen and (max-width: 1024px) {
  /* 隐藏PC端图片 */
  .image-banner .hidden-lg,
  .divider .hidden-lg {
    display: none;
  }

  .image-banner .hidden-sm {
    width: 100%;
  }

  .image-banner .content-box .vertical-middle-sm,
  .divider .bg {
    width: 100%;
    height: 100%;
  }

  .content {
    padding: 0 0.9375rem;
  }

  /* 堆叠布局 */
  .information,
  .vision {
    display: block;
    margin-top: 2rem;
  }

  .information .left,
  .information .right,
  .vision .left,
  .vision .right {
    width: 100%;
  }

  .information .right,
  .vision .right {
    margin-top: 1.5rem;
  }

  .divider .content-box .row {
    flex-wrap: wrap;
  }

  .divider .content-box .title {
    text-align: center;
  }

  .divider .content-box .row {
    width: 90%;
    max-width: none;
    justify-content: center;
    gap: 1rem;
  }

  .divider .content-box .row .row-item {
    width: 46%;
  }

  .divider .hidden-sm {
    width: 195%;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }
}
