@font-face {
  font-family: "Blue Ocean Sans";
  src: url("assets/fonts/blue-ocean-sans-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --red: #d6222b;
  --red-deep: #960009;
  --text: #242424;
  --paper: #fbfafb;
}
body,
body * {
  font-family: "Blue Ocean Sans", "Source Han Sans TW", sans-serif !important;
  font-weight: 700 !important;
  font-synthesis: none;
}
.glyph-pian {
  display: inline-block;
  font-family:
    "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif !important;
  font-weight: 900 !important;
  line-height: 1;
  transform: translateY(0.02em);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.wrap-1600 {
  width: min(1600px, calc(100% - 50px));
  margin: 0 auto;
}
.head-pc {
  display: block;
}
.head,
.head-space {
  height: 95px;
}
.head {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.logo,
.footer-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 330px;
  height: 60px;
}
.logo img,
.footer-logo img {
  width: 55px;
  height: 60px;
  object-fit: contain;
}
.logo b,
.footer-logo b {
  display: block;
  color: #242424;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}
.logo em,
.footer-logo em {
  display: block;
  margin-top: 5px;
  color: #888;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.logo b {
  color: #0a3d9b;
  font-size: 27px;
  letter-spacing: 0.05em;
}
.logo em {
  margin-top: 2px;
  color: #0a3d9b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.main-nav {
  display: flex;
  flex: 1;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 36px;
}
.main-nav > a,
.nav-item > a {
  position: relative;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.main-nav > a:hover,
.main-nav > a.active,
.nav-item > a:hover {
  color: var(--red);
}
.main-nav > a.active:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--red);
  content: "";
}
.nav-item {
  position: relative;
  height: 50px;
}
.nav-item i {
  margin-left: 7px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
}
.nav-menu {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50%;
  width: 160px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -10px);
  transition: 0.25s;
}
.nav-menu a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #666;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.nav-menu a:hover {
  color: var(--red);
  background: #fafafa;
}
.nav-item:hover .nav-menu,
.nav-item:focus-within .nav-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.hotline {
  min-width: 128px;
  margin-left: 44px;
  color: #383838;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}
.hotline span,
.hotline a {
  display: block;
}
.head-mobile {
  display: none;
}
.video-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 3840/1776;
  min-height: 380px;
  max-height: 720px;
  overflow: hidden;
  background: #111;
}
.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.credential-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 40px;
  padding: 6px 20px;
  background: #a10008;
  color: #ddd;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.credential-bar span {
  padding: 0 24px;
  line-height: 1.25;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}
.credential-bar span:last-child {
  border-right: 0;
}
.section-space {
  padding: 78px 0;
}
.works-section {
  background: var(--paper);
}
.section-title {
  text-align: center;
}
.section-title p {
  margin: 0;
  color: rgba(0, 0, 0, 0.12);
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}
.section-title h1 {
  margin: -24px 0 0;
  color: #222;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
}
.section-title i {
  display: block;
  width: 40px;
  height: 4px;
  margin: 12px auto 0;
  background: var(--red);
}
.work-tabs {
  display: flex;
  max-width: 1400px;
  margin: 60px auto 50px;
  background: #fff;
}
.work-tabs button {
  position: relative;
  flex: 1;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 0;
  border-right: 1px solid #ddd;
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  cursor: pointer;
}
.work-tabs button:last-child {
  border: 0;
}
.work-tabs button.active {
  color: #fff;
  background: var(--red);
}
.work-tabs button.active:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--red);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;
}
.work-grid[hidden] {
  display: none;
}
.work-grid a {
  display: block;
  overflow: hidden;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
.work-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.work-grid a:hover img {
  transform: scale(1.06);
}
.work-grid p {
  overflow: hidden;
  min-height: 24px;
  margin: 11px 0 0;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.more-row {
  margin: 42px 0 0;
  text-align: center;
}
.more-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 18px;
  border: 1px solid var(--red);
  color: var(--red);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 28px;
  transition: 0.25s;
}
.more-row a:hover {
  background: #fff1f1;
  transform: scale(1.04);
}
.more-row img {
  width: 13px;
  height: 13px;
  filter: invert(17%) sepia(92%) saturate(3717%) hue-rotate(345deg)
    brightness(99%) contrast(91%);
}
.clients-section {
  background: #fff;
}
.client-stage {
  position: relative;
  max-width: 1600px;
  margin: 52px auto 0;
  padding: 0 76px;
  overflow: visible;
}
.client-slides {
  position: relative;
  min-height: 0;
}
.client-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin: 0;
  gap: 20px;
  padding: 24px 42px;
  border: 0;
  background: #fff;
  list-style: none;
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition:
    opacity 0.35s,
    transform 0.35s;
}
.client-slide.active {
  position: relative;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.client-slide li {
  display: grid;
  min-width: 0;
  place-items: center;
}
.client-slide img {
  display: block;
  width: 100%;
  max-width: 255px;
  aspect-ratio: 255 / 155;
  height: auto;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #e7e4df;
  background: #fff;
  object-fit: contain;
}
.slider-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 56px;
  height: 72px;
  place-items: center;
  border: 0;
  background: #fff;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.slider-arrow:hover {
  color: var(--red);
}
.slider-arrow.prev {
  left: 8px;
}
.slider-arrow.next {
  right: 8px;
}
.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}
.dots button.active {
  background: var(--red);
}
.poster-section {
  background: #fafafa;
}
.poster-feature {
  margin: 60px auto 40px;
  text-align: center;
}
.poster-feature img {
  display: block;
  width: min(600px, 85%);
  aspect-ratio: 9/14;
  object-fit: cover;
  margin: 0 auto;
}
.poster-feature h2 {
  margin: 34px 0 0;
  font-size: 21px;
  font-weight: 400;
}
.poster-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding-top: 38px;
  border-top: 1px solid #e6e6e6;
}
.poster-thumbs button {
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.poster-thumbs button.active {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
}
.poster-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.site-footer {
  background: #f8f7f5;
}
.footer-main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}
.footer-logo {
  justify-content: center;
  min-width: 0;
  margin: auto;
}
.footer-logo img {
  width: 72px;
  height: 78px;
}
.footer-logo b {
  font-size: 21px;
}
.footer-logo em {
  font-size: 10px;
}
.footer-contact {
  margin-top: 25px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 18px;
  line-height: 1.9;
}
.footer-contact p {
  margin: 0;
}
.footer-bottom {
  padding: 20px;
  background: var(--red-deep);
  color: #ebebeb;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  text-align: center;
}
.back-top {
  position: fixed;
  z-index: 35;
  right: 30px;
  bottom: 35px;
  width: 42px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateY(8px);
  transition: 0.25s;
}
.back-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.back-top:hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo {
    min-width: 295px;
  }
  .logo b {
    font-size: 14px;
  }
  .main-nav {
    gap: 24px;
  }
  .hotline {
    margin-left: 28px;
  }
  .client-stage {
    padding: 0 40px;
  }
  .client-slide {
    gap: 16px;
    padding: 20px 30px;
  }
}
@media (min-width: 951px) and (max-width: 1199px) {
  .client-slide {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 950px) {
  .head-pc {
    display: none;
  }
  .head-mobile {
    position: relative;
    z-index: 50;
    display: block;
  }
  .mobile-bar {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  }
  .mobile-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  .mobile-logo span {
    color: #0a3d9b;
  }
  .mobile-logo img {
    width: 42px;
    height: 45px;
    object-fit: contain;
  }
  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid var(--red);
    background: #fff;
    gap: 4px;
    cursor: pointer;
  }
  .menu-toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--red);
  }
  .mobile-nav {
    display: none;
    padding: 0 20px 18px;
    background: #fff;
    box-shadow: 0 9px 14px rgba(0, 0, 0, 0.1);
  }
  .mobile-nav.open {
    display: block;
  }
  .mobile-nav > a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
  }
  .mobile-nav > a.active {
    color: var(--red);
  }
  .mobile-nav p {
    margin: 18px 0 0;
    color: var(--red);
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 13px;
  }
  .head-space {
    display: none;
  }
  .video-banner {
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .credential-bar {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .credential-bar span {
    padding: 0 8px;
  }
  .section-space {
    padding: 52px 0;
  }
  .wrap-1600 {
    width: min(100% - 30px, 1600px);
  }
  .section-title p {
    font-size: 27px;
  }
  .section-title h1 {
    margin-top: -19px;
    font-size: 23px;
  }
  .section-title i {
    width: 28px;
    height: 3px;
  }
  .work-tabs {
    margin: 35px 0 28px;
    flex-wrap: wrap;
  }
  .work-tabs button {
    flex: 0 0 33.333%;
    min-height: 40px;
    font-size: 14px;
    line-height: 1.4;
  }
  .work-tabs button:nth-child(3) {
    border-right: 0;
  }
  .work-tabs button:nth-child(-n + 3) {
    border-bottom: 1px solid #ddd;
  }
  .work-tabs button.active:after {
    width: 8px;
    height: 8px;
    bottom: -4px;
  }
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
  .work-grid p {
    margin-top: 7px;
    font-size: 13px;
  }
  .more-row {
    margin-top: 30px;
  }
  .client-stage {
    margin-top: 32px;
    padding: 0 32px;
  }
  .client-slide {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px 6px;
  }
  .slider-arrow {
    width: 30px;
    height: 48px;
    font-size: 38px;
  }
  .slider-arrow.prev {
    left: 0;
  }
  .slider-arrow.next {
    right: 0;
  }
  .dots {
    margin-top: 20px;
  }
  .poster-feature {
    margin: 35px auto 25px;
  }
  .poster-feature img {
    width: min(360px, 90%);
  }
  .poster-feature h2 {
    margin-top: 20px;
    font-size: 16px;
  }
  .poster-thumbs {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px;
  }
  .footer-main {
    padding: 46px 0;
  }
  .footer-logo img {
    width: 54px;
    height: 59px;
  }
  .footer-logo b {
    font-size: 15px;
  }
  .footer-logo em {
    font-size: 7px;
    letter-spacing: 0.3px;
  }
  .footer-contact {
    font-size: 13px;
  }
  .footer-bottom {
    font-size: 11px;
  }
  .back-top {
    right: 18px;
    bottom: 22px;
  }
}

/* 当前首页：参考站的客户图版式与蓝海洋荣誉展示 */
.video-banner:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.42),
    rgba(0, 0, 0, 0.06) 62%,
    rgba(0, 0, 0, 0.12)
  );
  content: "";
}
.hero-copy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(84vw, 1320px);
  transform: translate(-50%, -50%);
}
.hero-copy img {
  display: block;
  width: 100%;
  height: auto;
}
.honors-section {
  background: linear-gradient(180deg, #fafafa 0, #f5f0e8 100%);
}
.honor-intro {
  margin: 22px 0 46px;
  color: #777;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  text-align: center;
}
.honor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.honor-card {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  padding: 35px 25px 30px;
  border: 1px solid #d7c6a5;
  background: linear-gradient(135deg, #fffdf7 0, #f8efd9 100%);
  box-shadow: 0 16px 28px rgba(79, 53, 16, 0.11);
  text-align: center;
}
.honor-card:before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(167, 120, 39, 0.32);
  content: "";
  pointer-events: none;
}
.honor-logo {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 54px;
  object-fit: contain;
}
.honor-kicker {
  position: relative;
  z-index: 1;
  margin: 10px 0 7px;
  color: #a5792c;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.honor-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #8d161d;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.16em;
}
.honor-card strong {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 48px;
  margin: 25px 8px 0;
  color: #3c3020;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
.honor-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 15px;
  color: #9d7c44;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.honor-card:after {
  position: absolute;
  right: 25px;
  bottom: 23px;
  width: 41px;
  height: 41px;
  border: 2px solid rgba(145, 20, 27, 0.55);
  border-radius: 50%;
  content: "";
}
@media (max-width: 1399px) {
  .main-nav {
    gap: 17px;
  }
  .main-nav > a,
  .nav-item > a {
    font-size: 15px;
  }
  .hotline {
    margin-left: 18px;
  }
  .honor-grid {
    gap: 16px;
  }
  .honor-card {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 950px) {
  .hero-copy {
    top: 52%;
    left: 50%;
    width: min(90vw, 620px);
    transform: translate(-50%, -50%);
  }
  .honor-intro {
    margin: 18px 0 28px;
    font-size: 13px;
  }
  .honor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .honor-card {
    min-height: 235px;
    padding: 22px 10px 18px;
  }
  .honor-logo {
    width: 40px;
    height: 42px;
  }
  .honor-card h2 {
    font-size: 20px;
  }
  .honor-card strong {
    min-height: 43px;
    margin: 17px 3px 0;
    font-size: 12px;
  }
  .honor-card span {
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }
  .honor-card:after {
    right: 17px;
    bottom: 15px;
    width: 29px;
    height: 29px;
  }
}

/* 品牌区、真实作品与荣誉图片 */
@media (min-width: 1400px) {
  .logo {
    min-width: 410px;
    height: 74px;
    gap: 14px;
  }
  .logo img {
    width: 68px;
    height: 74px;
  }
  .logo b {
    font-size: 28px;
  }
  .logo em {
    margin-top: 3px;
    font-size: 13px;
    letter-spacing: 0.07em;
  }
}
@media (min-width: 951px) and (max-width: 1399px) {
  .logo {
    min-width: 342px;
    height: 66px;
    gap: 12px;
  }
  .logo img {
    width: 60px;
    height: 66px;
  }
  .logo b {
    font-size: 22px;
  }
  .logo em {
    margin-top: 2px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .main-nav {
    gap: 13px;
  }
  .main-nav > a,
  .nav-item > a {
    font-size: 14px;
  }
  .hotline {
    min-width: 117px;
    margin-left: 14px;
    font-size: 12px;
  }
}
.honors-section {
  background: #f8f7f4;
}
.honor-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.honor-card {
  --honor-pad: 16px;
  display: block;
  aspect-ratio: 1;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e4dfd4;
  background: #fff;
  box-shadow: 0 10px 23px rgba(66, 49, 22, 0.07);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.honor-card:before,
.honor-card:after {
  display: none;
}
.honor-card img {
  position: absolute;
  inset: var(--honor-pad);
  display: block;
  width: calc(100% - (var(--honor-pad) * 2));
  height: calc(100% - (var(--honor-pad) * 2));
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}
.honor-card:hover {
  box-shadow: 0 18px 30px rgba(66, 49, 22, 0.16);
  transform: translateY(-5px);
}
.honor-more {
  margin: 38px 0 0;
  text-align: center;
}
.honor-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 18px;
  border: 1px solid var(--red);
  color: var(--red);
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 28px;
  transition: 0.25s;
}
.honor-more a:hover {
  background: #fff1f1;
  transform: scale(1.04);
}
.honor-more img {
  width: 13px;
  height: 13px;
  filter: invert(17%) sepia(92%) saturate(3717%) hue-rotate(345deg)
    brightness(99%) contrast(91%);
}
@media (max-width: 950px) {
  .honor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .honor-card {
    min-height: 0;
    --honor-pad: 10px;
  }
  .honor-more {
    margin-top: 28px;
  }
}

.honor-card {
  width: 100%;
  text-align: inherit;
  cursor: zoom-in;
}
.honor-lightbox {
  width: min(680px, calc(100vw - 40px), calc(100vh - 80px));
  height: min(680px, calc(100vw - 40px), calc(100vh - 80px));
  padding: 28px;
  border: 0;
  background: #fff;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}
.honor-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.72);
}
.honor-lightbox img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
.honor-lightbox button {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  color: #555;
  font-size: 23px;
  cursor: pointer;
}
