
.honors-section[data-v-92e04512] {
  padding-top: calc(60px * var(--page-scale));
}
.honor-bg[data-v-92e04512] {
  position: absolute;
  top: 0;
  right: calc(-87px * var(--page-scale));
  z-index: 0;
  width: calc(928px * var(--page-scale));
  height: auto;
  /* aspect-ratio 回退：928/482 ≈ 1.9253 */
  max-height: calc(482px * var(--page-scale));
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@supports (aspect-ratio: 1 / 1) {
.honor-bg[data-v-92e04512] {
    max-height: none;
    aspect-ratio: 928 / 482;
}
}
.honor-header[data-v-92e04512] {
  position: relative;
  z-index: 1;
  max-width: calc(884px * var(--page-scale));
}
.honor-title[data-v-92e04512] {
  font-size: calc(36px * var(--page-scale));
  font-weight: 800;
  line-height: 1;
  color: #111827;
}
.honor-desc[data-v-92e04512] {
  margin-top: calc(20px * var(--page-scale));
  font-size: calc(16px * var(--page-scale));
  line-height: calc(30px * var(--page-scale));
  color: #4b5563;
}
.honor-content[data-v-92e04512] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  margin-top: calc(40px * var(--page-scale));
}
.honor-panel[data-v-92e04512] {
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  transition: flex 0.45s ease;
}
.honor-panel--left[data-v-92e04512] {
  flex: 1930 1 0;
  cursor: pointer;
  /* gap 回退：180/4680 ≈ 3.846% */
  margin-right: 3.846154%; /* 180/4680，避免旧内核不支持 calc 除法 */
}
.honor-panel--right[data-v-92e04512] {
  flex: 2570 1 0;
  cursor: pointer;
}
.honor-content--right-expanded .honor-panel--left[data-v-92e04512] {
  flex: 1100 1 0;
}
.honor-content--right-expanded .honor-panel--right[data-v-92e04512] {
  flex: 3400 1 0;
}
.honor-content--left-expanded .honor-panel--left[data-v-92e04512] {
  flex: 3100 1 0;
}
.honor-content--left-expanded .honor-panel--right[data-v-92e04512] {
  flex: 1400 1 0;
}
.honor-image[data-v-92e04512] {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
.honor-content[data-v-92e04512] {
    flex-direction: column;
}
.honor-panel--left[data-v-92e04512] {
    margin-right: 0;
    margin-bottom: calc(24px * var(--page-scale));
}
.honor-panel--left[data-v-92e04512],
  .honor-panel--right[data-v-92e04512],
  .honor-content--right-expanded .honor-panel--left[data-v-92e04512],
  .honor-content--right-expanded .honor-panel--right[data-v-92e04512],
  .honor-content--left-expanded .honor-panel--left[data-v-92e04512],
  .honor-content--left-expanded .honor-panel--right[data-v-92e04512] {
    flex: none;
    width: 100%;
}
}

