html,
body.museum-page {
  min-height: 100%;
  background: #fbf6ef;
  color: #4b3324;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

body.museum-page {
  padding-top: 80px;
  display: block !important;
  flex-direction: initial !important;
}
img {
  max-width: 100% !important;
}
.museum-page a:focus,
.museum-page button:focus,
.museum-page select:focus,
.museum-page input:focus,
.museum-page textarea:focus,
.museum-page [tabindex]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.museum-page a {
  color: inherit;
  text-decoration: none;
}

.museum-page a:hover,
.museum-page a:focus {
  color: #9a6336;
  text-decoration: none;
}
@media (min-width: 1680.5px) {
  .museum-page .container {
    width: 1550px;
  }
}
@media (max-width: 1680px) and (min-width: 1440px) {
  .museum-page .container {
    width: 1200px;
  }
}
@media (max-width: 500px) {
  .museum-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.museum-header {
  position: relative;
  z-index: 1000;
}

.museum-navbar {
  min-height: 80px;
  margin: 0;
  background: #fbf6ef;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.museum-nav-container {
  display: flex;
  align-items: center;
  height: 80px;
}

.museum-navbar .navbar-header {
  flex: 0 0 auto;
}

.museum-brand {
  display: flex;
  align-items: center;
  width: 218px;
  height: 80px;
  padding: 0;
}

.museum-brand img {
  display: block;
  width: 218px;
  height: auto;
}

.museum-navbar .navbar-collapse {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  padding: 0;
}

.museum-nav {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  margin-left: 48px;
}

.museum-nav > li {
  float: none;
}

.museum-nav > li > a {
  position: relative;
  height: 80px;
  padding: 31px 17px 0;
  color: #4b3324;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.museum-nav > li.active > a,
.museum-nav > li > a:hover,
.museum-nav > li > a:focus {
  color: #9a6336;
  background: transparent;
}

.museum-nav > li.active > a {
  background: transparent;
}

.museum-navbar.navbar-default .navbar-nav > .active > a,
.museum-navbar.navbar-default .navbar-nav > .active > a:hover,
.museum-navbar.navbar-default .navbar-nav > .active > a:focus,
.museum-navbar.navbar-default .navbar-nav > li > a:hover,
.museum-navbar.navbar-default .navbar-nav > li > a:focus {
  color: #9a6336 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.museum-navbar.navbar-default .navbar-nav > .active {
  background: transparent !important;
}

.museum-nav > li.active > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 24px;
  height: 2px;
  margin-left: -12px;
  background: #9a6336;
}

.museum-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.museum-coop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 34px;
  color: #fff;
  background: #9a6336;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}

.museum-page .museum-coop-link,
.museum-page .museum-coop-link:visited,
.museum-page .museum-coop-link:hover,
.museum-page .museum-coop-link:focus {
  color: #fff !important;
}

.museum-coop-link:hover {
  background: #7c4d29;
}

.museum-lang {
  width: 100px;
  height: 34px;
  color: #9a6336;
  background: #fbf6ef;
  border: 1px solid #c6a889;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.museum-lang-dropdown {
  position: relative;
}

.museum-lang-dropdown.open .museum-lang,
.museum-lang:hover,
.museum-lang:focus {
  color: #9a6336;
  background: #fbf6ef;
  border-color: #c6a889;
  outline: none;
}

.museum-lang-dropdown .dropdown-menu {
  display: none;
  min-width: 100px;
  margin-top: 6px;
  padding: 6px 0;
  border: 1px solid #c6a889;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(70, 42, 22, 0.12);
}

.museum-lang-dropdown.open .dropdown-menu {
  display: block;
}

.museum-lang-dropdown .dropdown-menu > li > a {
  padding: 7px 16px;
  color: #7b4c2b;
  font-size: 13px;
  text-align: center;
}

.museum-lang-dropdown .dropdown-menu > li > a:hover,
.museum-lang-dropdown .dropdown-menu > li > a:focus {
  color: #9a6336;
  background: #f4eadf;
}

.museum-main {
  display: block !important;
  position: relative !important;
  z-index: 1;
  flex: none !important;
  order: 1 !important;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-height: 600px;
  background: #fbf6ef;
}

.museum-hero {
  position: relative;
  height: calc(100vw * 700 / 1920);
  min-height: 430px;
  max-height: 700px;
  overflow: hidden;
  background: #1c1c1c;
}

.museum-page-banner {
  position: relative;
  height: 310px;
  overflow: hidden;
  background-color: #1d1a18;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.museum-hero-carousel,
.museum-hero-carousel .carousel-inner,
.museum-hero-carousel .item,
.museum-hero-slide {
  width: 100%;
  height: 100%;
}

.museum-hero-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.museum-hero-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 1;
  text-shadow: none;
}

.museum-hero-carousel .carousel-control.left,
.museum-hero-carousel .carousel-control.right {
  background-image: none !important;
  filter: none !important;
}

.museum-hero-prev {
  left: 30px;
  background: url("../img/museum/hero-prev.png") center / contain no-repeat !important;
}

.museum-hero-next {
  right: 30px;
  background: url("../img/museum/hero-next.png") center / contain no-repeat !important;
}

.museum-about-section {
  padding: 62px 0 0;
  background: #f6eddf;
}

.museum-about {
  display: grid;
  grid-template-areas: "image copy";
  grid-template-columns: 570px 1fr;
  gap: 72px;
  align-items: center;
}

.museum-about-image {
  grid-area: image;
  grid-column: 1 !important;
  width: 570px;
  height: 475px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(98, 60, 31, 0.3);
}

.museum-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.museum-about-copy {
  grid-area: copy;
  grid-column: 2 !important;
  max-width: 520px;
  padding-top: 14px;
}

.museum-kicker {
  display: inline-flex;
  align-items: center;
  height: 26px;
  margin-bottom: 26px;
  padding: 0 13px;
  color: #9a6336;
  background: #efe2d2;
  border-left: 4px solid #9a6336;
  font-size: 13px;
  font-weight: 700;
}

.museum-about-copy h2 {
  margin: 0 0 24px;
  color: #8a552f;
  font-size: 26px;
  font-weight: 800;
}

.museum-about-copy p {
  margin: 0 0 12px;
  color: #5b4a3d;
  font-size: 13px;
  line-height: 1.9;
  text-indent: 2em;
}

.museum-about-copy .museum-brown-btn,
.museum-about-copy .museum-brown-btn:visited,
.museum-about-copy .museum-brown-btn:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 36px;
  margin-top: 20px;
  color: #fff !important;
  background: #936039;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
}

.museum-about-copy .museum-brown-btn:hover,
.museum-about-copy .museum-brown-btn:active {
  color: #fff !important;
  background: #7b4c2b;
  text-decoration: none;
}

.museum-about-page {
  background: #f8f3ea;
}

.museum-about-page-intro {
  padding: 62px 0 72px;
  background: #f8f3ea;
}

.museum-about-page-about {
  align-items: center;
}

.museum-about-copy-page {
  max-width: none;
}

.museum-about-content {
  color: #5b4a3d;
  font-size: 13px;
  line-height: 1.9;
}

.museum-about-content p {
  margin: 0 0 12px;
  text-indent: 2em;
}

.museum-about-values {
  margin-top: 28px;
  padding: 15px 26px;
  background: #f3e9dc;
  border: 1px solid #e6d8c9;
  color: #5b4a3d;
  font-size: 18px;
  line-height: 1.7;
  border-left: 6px solid #865326;
}

.museum-about-page-honor {
  padding: 58px 0 68px;
}

.museum-about-page-history {
  padding: 58px 0 68px;
}

.museum-about-page-history .museum-about-section-head h2 {
  color: #222;
}

.museum-about-page-history .museum-about-section-head h2:after {
  height: 2px;
  background: #865326;
}

.museum-about-page-team {
  padding: 58px 0 78px;
}

.museum-about-page-team .museum-about-section-head h2 {
  color: #222;
}

.museum-about-section-head {
  margin-bottom: 42px;
  text-align: center;
}

.museum-about-section-head h2 {
  margin: 0;
  color: #865326;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.museum-about-section-head h2:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 16px auto 0;
  background: #865326;
}

/* ── 横向自定义滚动容器 ── */
.museum-about-carousel {
  position: relative;
}

/* 箭头占位：始终保留左右空间，不依赖 JS 类 */
.museum-about-honor-carousel,
.museum-about-history-carousel,
.museum-about-team-carousel {
  padding: 0 56px;
}

/* 可滚动轨道：隐藏原生滚动条，保留功能 */
.museum-hscroll-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.museum-hscroll-track.mah-dragging,
.museum-hscroll-track.mcv-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.museum-about-carousel .museum-hscroll-track .mah-item,
.museum-about-carousel .museum-hscroll-track .mah-item a,
.museum-about-carousel .museum-hscroll-track .mah-item img,
.museum-about-carousel .museum-hscroll-track .mah-item article {
  cursor: grab;
}
.museum-about-carousel .museum-hscroll-track.mah-dragging .mah-item,
.museum-about-carousel .museum-hscroll-track.mah-dragging .mah-item a,
.museum-about-carousel .museum-hscroll-track.mah-dragging .mah-item img,
.museum-about-carousel .museum-hscroll-track.mah-dragging .mah-item article {
  cursor: grabbing;
}

.museum-about-carousel .museum-hscroll-track img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}

.museum-hscroll-track::-webkit-scrollbar {
  display: none;
}

/* 每条 item：固定宽度，不压缩 */
.museum-hscroll-track .mah-item {
  flex-shrink: 0;
  box-sizing: border-box;
}

.museum-honor-track {
  gap: 16px;
}
.museum-history-track {
  gap: 30px;
}
.museum-team-track {
  gap: 22px;
}

.museum-honor-track .mah-item {
  width: 220px;
}
.museum-history-track .mah-item {
  width: 260px;
}
.museum-team-track .mah-item {
  width: 260px;
}

.museum-about-carousel-prev,
.museum-about-carousel-next {
  position: absolute;
  top: 50%;
  z-index: 20;
  pointer-events: auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  outline: none;
  cursor: pointer;
}

.museum-about-carousel .museum-hscroll-track,
.museum-about-carousel .museum-about-history-outer {
  position: relative;
  z-index: 1;
}

.museum-about-carousel-prev {
  left: 0;
  background-image: url("../img/museum/about-arrow-prev.png");
}

.museum-about-carousel-next {
  right: 0;
  background-image: url("../img/museum/about-arrow-next.png");
}

.museum-about-carousel-prev:hover {
  background-image: url("../img/museum/about-arrow-prev-hover.png");
}

.museum-about-carousel-next:hover {
  background-image: url("../img/museum/about-arrow-next-hover.png");
}

/* 历程箭头：垂直对齐到 dot 中心（dot 高 14px，中心 = 7px） */
.museum-about-history-carousel .museum-about-carousel-prev,
.museum-about-history-carousel .museum-about-carousel-next {
  top: 7px;
  transform: translateY(-50%);
  margin-top: 0;
}

.museum-about-carousel-prev.mah-btn-disabled,
.museum-about-carousel-next.mah-btn-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.museum-about-carousel-next.mah-btn-loading {
  opacity: 0.5;
  cursor: wait;
}

.museum-about-honor-item {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.museum-about-honor-item:hover,
.museum-about-honor-item:focus {
  text-decoration: none;
}
.museum-about-honor-frame {
  display: block;
  height: 284px;
  padding: 0;
  overflow: hidden;
}

.museum-about-honor-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/* 历程时间轴外层：静态横线 + 可滚动内容 */
.museum-about-history-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.museum-about-history-line {
  /* position: absolute; */
  /* dot 高 14px，底部 = 14px；横线紧贴 dot 下方 */
  /* top: 14px; */
  /* left: 0;
  right: 0;
  z-index: 0; */
  height: 1px;
  margin-bottom: 30px;
  background: #c8b59f;
  pointer-events: none;
}

.museum-about-history-outer > .museum-hscroll-track {
  position: relative;
  z-index: 1;
}

.museum-about-history-node {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: left;
}

.museum-about-history-dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 0 4px; /* 左对齐；底部留出间距到横线 */
  background: #f8f3ea;
  border: 2px solid #865326;
  border-radius: 50%;
}

.museum-about-history-dot.is-active {
  background: #865326;
}

.museum-about-history-year {
  margin: 20px 0 10px;
  color: #865326;
  /* font-family: Georgia, "Times New Roman", serif; */
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.museum-about-history-node h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.museum-about-history-node p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.85;
  text-align: left;
}

.museum-about-history-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 8px;
  margin-top: 34px;
}

.museum-about-history-bar .swiper-pagination-bullet {
  width: 42px;
  height: 4px;
  margin: 0 !important;
  background: #d8cdbf;
  border-radius: 2px;
  opacity: 1;
}

.museum-about-history-bar .swiper-pagination-bullet-active {
  background: #865326;
}

.museum-about-team-card {
  height: 100%;
  text-align: center;
}

.museum-about-team-photo {
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 5;
  margin: 0 0 18px;
  background-color: #865326;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.museum-about-team-card h3 {
  margin: 0 0 8px;
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

.museum-about-team-role {
  margin: 0 0 12px;
  color: #865326;
  font-size: 13px;
}

.museum-about-team-bio {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.85;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.museum-contact-page {
  padding-bottom: 72px;
  background: #f8f3ea;
}

.museum-contact-head {
  padding-top: 42px;
  text-align: center;
}

.museum-contact-head h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  color: #865326;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.museum-contact-head h1:before,
.museum-contact-head h1:after {
  content: "";
  width: 58px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.museum-contact-head h1:before {
  background-image: url("../img/museum/title-mark-1.png");
}

.museum-contact-head h1:after {
  background-image: url("../img/museum/title-mark-2.png");
}

.museum-contact-head p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #9a7354;
  font-size: 14px;
  line-height: 1.8;
}

.museum-contact-body {
  padding-top: 34px;
}

.museum-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
}

.museum-contact-info-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  margin-bottom: 24px;
}

.museum-contact-info-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #865326;
  font-size: 22px;
  line-height: 34px;
}

.museum-contact-info-copy h3 {
  margin: 0 0 8px;
  color: #333;
  font-size: 16px;
  /* font-weight: 800; */
  line-height: 1.4;
}

.museum-contact-info-text {
  color: #666;
  font-size: 13px;
  line-height: 1.9;
}

.museum-contact-map {
  margin: 8px 0 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6d8c9;
}

.museum-contact-map img {
  display: block;
  width: 100%;
  height: 429px;
  object-fit: cover;
}

.museum-contact-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  /* min-height: 54px; */
  padding: 20px 18px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.museum-contact-service-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #865326;
  font-size: 13px;
}

.museum-contact-service-copy-img-wrap {
  width: 46px;
  height: 46px;
  background: #b33a3a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.museum-contact-service-copy-img {
  width: 26px;
  height: 26px;
}

.museum-contact-service-copy-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #333;
}

.museum-contact-service-copy-text-desc {
  color: #9a7354;
  font-size: 12px;
  line-height: 1.5;
}

.museum-contact-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 34px;
  padding: 0 16px;
  color: #b33a3a;
  /* background: #fff; */
  border: 1px solid #b33a3a;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.museum-contact-service-btn:hover,
.museum-contact-service-btn:focus {
  color: #fff !important;
  background: #b33a3a;
  border-color: #b33a3a;
}

.museum-contact-form-panel {
  padding: 28px 30px 32px;
  background: #fff;
  border: 1px solid #eadfd4;
  box-shadow: 0 8px 24px rgba(98, 60, 31, 0.08);
}

.museum-contact-form-head {
  margin-bottom: 22px;
}

.museum-contact-form-head h2 {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.museum-contact-form-head h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 12px;
  background: #865326;
}

.museum-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}

.museum-contact-field {
  display: block;
  margin: 0;
}

.museum-contact-field-full {
  grid-column: 1 / -1;
}

.museum-contact-label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.museum-contact-label i {
  color: #b33a3a;
  font-style: normal;
}

.museum-contact-field input,
.museum-contact-field select,
.museum-contact-field textarea {
  display: block;
  width: 100%;
  padding: 10px 12px;
  color: #333;
  background: #fbf6ef;
  border: 1px solid #ddd4cb;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.5;
  outline: none;
  box-shadow: none;
}

.museum-contact-field textarea {
  min-height: 148px;
  resize: vertical;
}

.museum-contact-field input:focus,
.museum-contact-field select:focus,
.museum-contact-field textarea:focus {
  border-color: #865326;
}

.museum-contact-form-note {
  margin: 16px 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.7;
}

.museum-contact-form-note a {
  color: #865326;
  text-decoration: underline;
}

.museum-contact-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 30px;
}

.museum-contact-btn {
  min-width: 108px;
  height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

.museum-contact-btn-reset {
  color: #666;
  background: #f5f0ea;
  border: 1px solid #ddd4cb;
}

.museum-contact-btn-submit {
  color: #fff;
  background: #b33a3a;
}

.museum-contact-btn-submit:hover,
.museum-contact-btn-submit:focus {
  background: #6f4320;
}

.museum-contact-btn-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.museum-coop-page {
  padding-bottom: 72px;
  background: #f8f3ea;
}

.museum-coop-head {
  padding: 42px 0 10px;
  text-align: center;
}

.museum-coop-head h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  color: #865326;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.museum-coop-head h1:before,
.museum-coop-head h1:after {
  content: "";
  width: 58px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.museum-coop-head h1:before {
  background-image: url("../img/museum/title-mark-1.png");
}

.museum-coop-head h1:after {
  background-image: url("../img/museum/title-mark-2.png");
}

.museum-coop-head p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #9a7354;
  font-size: 14px;
  line-height: 1.8;
}

.museum-coop-block {
  padding: 64px 0;
  background: #f8f3ea;
}

.museum-coop-block.is-reverse {
  background: #fff;
}

.museum-coop-block-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 28px 56px;
  align-items: start;
}

/* 分销合作：左图，右上标题，右下内容 */
.museum-coop-block-media {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

.museum-coop-block-title {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}

.museum-coop-block-content {
  grid-column: 2;
  grid-row: 2;
}

/* 代理合作：左标题+内容，右图 */
.museum-coop-block.is-reverse .museum-coop-block-media {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.museum-coop-block.is-reverse .museum-coop-block-title {
  grid-column: 1;
  grid-row: 1;
}

.museum-coop-block.is-reverse .museum-coop-block-content {
  grid-column: 1;
  grid-row: 2;
}

.museum-coop-block-media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  padding: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(98, 60, 31, 0.1);
}

.museum-coop-block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.museum-coop-block-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.museum-coop-block-title h2 {
  margin: 0;
  color: #865326;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.museum-coop-block-content {
  color: #666;
  font-size: 14px;
  line-height: 1.9;
}

.museum-coop-content-section + .museum-coop-content-section {
  margin-top: 26px;
}

.museum-coop-block-content h4 {
  margin: 0 0 12px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.museum-coop-block-content p {
  margin: 0;
  color: #666;
}

.museum-coop-block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.museum-coop-block-content li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: #666;
  line-height: 1.8;
}

.museum-coop-block-content li:before {
  content: "\2713";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #865326;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.museum-coop-apply {
  padding: 64px 0 80px;
  background: #f8f3ea;
}

.museum-coop-apply-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 12px 32px rgba(98, 60, 31, 0.08);
}

.museum-coop-apply-shell:before,
.museum-coop-apply-shell:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #c98a8a;
  pointer-events: none;
  z-index: 1;
}

.museum-coop-apply-shell:before {
  top: 16px;
  left: 16px;
  border-right: 0;
  border-bottom: 0;
}

.museum-coop-apply-shell:after {
  right: 16px;
  bottom: 16px;
  border-top: 0;
  border-left: 0;
}

.museum-coop-apply-info {
  padding: 48px 80px;
  /* background: #fbf6ef; */
}

.museum-coop-apply-info h2 {
  margin: 0 0 8px;
  color: #5b0101;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.museum-coop-apply-subtitle {
  margin: 0 0 18px;
  color: #5b0101;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
}

.museum-coop-apply-lead {
  margin: 0 0 32px;
  color: #666;
  font-size: 14px;
  line-height: 1.9;
}

.museum-coop-apply-lead p {
  margin: 0;
}

.museum-coop-apply-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.museum-coop-apply-contacts li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.museum-coop-apply-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  margin-top: 2px;
  color: #5b0101;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.museum-coop-apply-form-wrap {
  padding: 48px 44px 40px;
  background: #fff;
}

.museum-coop-apply-field {
  display: block;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8ddd2;
}

.museum-coop-apply-label {
  display: block;
  margin-bottom: 12px;
  color: #5b0101;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.museum-coop-apply-label em {
  display: block;
  margin-top: 4px;
  color: #999;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.museum-coop-apply-field input,
.museum-coop-apply-field textarea {
  display: block;
  width: 100%;
  padding: 0;
  color: #333;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  box-shadow: none;
}

.museum-coop-apply-field input::placeholder,
.museum-coop-apply-field textarea::placeholder {
  color: #c9b8ad;
}

.museum-coop-apply-field textarea {
  min-height: 110px;
  resize: vertical;
}

.museum-coop-apply-actions {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.museum-coop-apply-submit {
  min-width: 156px;
  height: 44px;
  padding: 0 24px;
  color: #fff;
  background: #5b0101;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}

.museum-coop-apply-submit span {
  margin-left: 4px;
}

.museum-coop-apply-submit:hover,
.museum-coop-apply-submit:focus {
  background: #4a0101;
}

.museum-coop-apply-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.museum-section {
  padding: 62px 0 70px;
  background: #fff;
}

.museum-section-head {
  margin-bottom: 55px;
  text-align: center;
}

.museum-section-head h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  color: #9a6336;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.museum-section-head h2:before,
.museum-section-head h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 34px;
  margin-top: -17px;
  background: url("../img/museum/title-mark-1.png") center / contain no-repeat;
}

.museum-section-head h2:before {
  right: 100%;
  margin-right: 23px;
}

.museum-section-head h2:after {
  left: 100%;
  margin-left: 23px;
  transform: scaleX(-1);
}

.museum-section-head p {
  margin: 0;
  color: #9b8069;
  font-size: 13px;
}

.museum-relic-grid,
.museum-creative-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.museum-relic-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfd4ca;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(90, 63, 40, 0.08);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.museum-relic-media {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #eee;
}

.museum-relic-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  height: 24px;
  padding: 0 11px;
  color: #3b1800;
  background: #d0a642;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.museum-relic-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.museum-relic-body {
  padding: 20px 22px 24px;
}

.museum-relic-body h3 {
  margin: 0 0 18px;
  color: #333333;
  font-size: 16px;
  font-weight: 800;
}

.museum-relic-body h3 a,
.museum-relic-body h3 a:hover,
.museum-relic-body h3 a:focus {
  color: inherit;
  text-decoration: none;
}

.museum-creative-body h3 {
  margin: 0 0 18px;
  color: #333333;
  font-size: 16px;
  font-weight: 800;
}

.museum-creative-body h3 a,
.museum-creative-body h3 a:hover,
.museum-creative-body h3 a:focus {
  color: inherit;
  text-decoration: none;
}

.museum-relic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.museum-relic-tags em {
  padding: 4px 8px;
  color: #865326;
  background: #f8f3ea;
  font-style: normal;
  font-size: 12px;
}

.museum-relic-body p {
  margin: 0;
  overflow: hidden;
  color: #333333;
  font-size: 12px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.museum-center-action {
  margin-top: 60px;
  text-align: center;
}

.museum-center-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  padding: 0 18px;
  color: #9a6336;
  background: #fff;
  border: 1px solid #d6bea4;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
}

.museum-center-action span {
  margin-left: 8px;
}

.museum-creative-section {
  background: #fbf3e5 url("../img/museum/creative-bg.png") center top / cover
    repeat-y;
}

.museum-creative-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8c4ac;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(87, 55, 33, 0.13);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.museum-creative-media {
  position: relative;
  display: block;
  height: 292px;
  overflow: hidden;
  background: #efe4d6;
}

.museum-creative-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.museum-creative-media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82));
}

.museum-creative-media strong {
  position: absolute;
  left: 22px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.museum-creative-media strong.museum-creative-sold {
  color: #e53935;
}

.museum-creative-body {
  padding: 21px 22px 24px;
}

.museum-creative-body p {
  margin: 0 0 24px;
  font-size: 14px;
}

.museum-creative-size {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  color: #865326;
  background: #f8f3ea;
  border-radius: 3px;
  line-height: 1.2;
}

.museum-creative-size span {
  color: inherit;
}

.museum-creative-size em {
  color: inherit;
  font-style: normal;
}

.museum-creative-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  font-size: 13px;
}

.museum-creative-link:hover,
.museum-creative-link:focus {
  color: #865326;
  text-decoration: none;
}

.museum-culture-section {
  position: relative;
  background: #fbf6ef;
}

.museum-culture-section:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(132, 91, 54, 0.12) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  opacity: 0.35;
}

.museum-culture-section .container {
  position: relative;
}

.museum-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.museum-article-card img {
  display: block;
  width: 100%;
  height: 196px;
  object-fit: cover;
  margin-bottom: 25px;
}

.museum-article-card time {
  display: block;
  margin-bottom: 12px;
  color: #9b8069;
  font-size: 13px;
}

.museum-article-card h3 {
  margin: 0 0 14px;
  color: #5b3a25;
  font-size: 18px;
  font-weight: 800;
}

.museum-article-card h3 a,
.museum-article-card h3 a:hover,
.museum-article-card h3 a:focus {
  color: inherit;
  text-decoration: none;
}

.museum-article-card:hover h3 a {
  color: #865326;
}

.museum-article-card p {
  height: 48px;
  margin: 0;
  overflow: hidden;
  color: #7d6b5b;
  font-size: 14px;
  line-height: 1.75;
}

.museum-cooperation-section {
  padding: 74px 0 82px;
  background: #60432e;
}

.museum-section-head-dark h2,
.museum-section-head-dark p {
  color: #f7e7cf;
}

.museum-section-head-dark h2:before,
.museum-section-head-dark h2:after {
  filter: brightness(1.35);
}

.museum-coop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  max-width: 940px;
  margin: 0 auto;
}

.museum-coop-card {
  min-height: 236px;
  padding: 34px 32px 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.museum-coop-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 23px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
}

.museum-coop-icon img {
  display: block;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.museum-coop-card h3 {
  margin: 0 0 17px;
  color: #fff5e5;
  font-size: 21px;
  font-weight: 800;
}

.museum-coop-card p {
  height: 48px;
  margin: 0 auto 28px;
  overflow: hidden;
  color: #e2cbb3;
  font-size: 14px;
  line-height: 1.7;
}

.museum-coop-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 38px;
  color: #fff5e5;
  border: 1px solid rgba(255, 245, 229, 0.45);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
}

.museum-coop-card a span {
  margin-left: 9px;
}

.museum-footer {
  display: block !important;
  position: relative !important;
  z-index: 1;
  clear: both;
  flex: none !important;
  order: 2 !important;
  width: 100%;
  margin: 0 !important;
  background: #151515;
  color: #8f8f8f;
}

.museum-detail-page {
  padding: 34px 0 58px;
  background: #fbf6ef;
}

.museum-detail-card,
.museum-detail-content-card {
  background: #fff;
  border-radius: 6px;
}

.museum-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 48px;
  min-height: 540px;
  padding: 40px 56px;
}

.museum-detail-card:before,
.museum-detail-card:after,
.museum-detail-content-card:before,
.museum-detail-content-card:after {
  display: none;
}

.museum-detail-gallery {
  display: grid;
  grid-template-columns: 48px minmax(0, 470px);
  gap: 14px;
  min-width: 0;
}

.museum-detail-gallery .swiper-container {
  width: 100%;
  margin: 0;
}

.museum-detail-gallery .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.museum-detail-thumbs {
  height: 450px;
}

.museum-detail-thumbs .swiper-slide {
  width: 48px !important;
  height: 48px !important;
  background-color: #fff;
  border: 1px solid #eee6de;
  opacity: 0.62;
  cursor: pointer;
}

.museum-detail-thumbs .swiper-slide-thumb-active {
  border-color: #b58a68;
  opacity: 1;
}

.museum-detail-main-image {
  height: 450px;
  background: #f3f0ec;
}

.museum-detail-main-image .swiper-slide {
  cursor: zoom-in;
}

.museum-detail-main-image .swiper-button-next,
.museum-detail-main-image .swiper-button-prev {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  opacity: 0.75;
}

.museum-detail-summary {
  position: relative;
  padding-top: 8px;
}

.museum-detail-back {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 28px;
  color: #777;
  border: 1px solid #ebe1d7;
  font-size: 13px;
}

.museum-detail-summary h2 {
  margin: 8px 70px 20px 0;
  color: #1f1f1f;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
}

.museum-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.museum-detail-tags span {
  padding: 5px 10px;
  color: #865326;
  background: #f8f3ea;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
}

.museum-detail-meta {
  padding-bottom: 22px;
  border-bottom: 1px solid #eadfd4;
}

.museum-detail-meta p {
  margin: 0 0 14px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.museum-detail-meta p:last-child {
  margin-bottom: 0;
}

.museum-detail-meta strong {
  color: inherit;
  font-weight: 400;
}

.museum-detail-price {
  margin-top: 22px;
  color: #865326;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.museum-detail-price strong {
  color: inherit;
  font-weight: 800;
}

.museum-detail-price span {
  color: inherit;
}

.museum-detail-price-sold .museum-creative-sold,
.museum-creative-sold {
  color: #e53935;
  font-weight: 800;
}

.museum-detail-price-sold {
  color: #e53935;
}

.museum-detail-actions {
  display: flex;
  gap: 24px;
  margin-top: 36px;
}

.museum-detail-primary,
.museum-detail-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 34px;
  font-size: 14px;
  font-weight: 700;
}

.museum-detail-primary,
.museum-detail-primary:hover,
.museum-detail-primary:focus {
  color: #fff !important;
  background: #865326;
}

.museum-detail-secondary,
.museum-detail-secondary:hover,
.museum-detail-secondary:focus {
  color: #865326 !important;
  background: #fff;
  border: 1px solid #865326;
}

.museum-detail-primary span,
.museum-detail-secondary span {
  margin-left: 8px;
}

.museum-detail-primary span {
  color: #fff !important;
}

.museum-detail-secondary span {
  color: #865326 !important;
}

.museum-detail-content-card {
  margin-top: 16px;
  padding: 0 26px 48px;
}

.museum-detail-content-card h3 {
  margin: 0 -26px 34px;
  padding: 16px 26px;
  color: #8a552f;
  border-bottom: 1px solid #eadfd4;
  font-size: 22px;
  font-weight: 800;
}

.museum-detail-content-card h3 small {
  color: #9b8069;
  font-size: 13px;
}

.museum-detail-content {
  color: #555;
  font-size: 16px;
  line-height: 2;
}

.museum-detail-content p {
  margin: 0 0 16px;
}

.museum-creative-detail-page .museum-detail-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.museum-detail-content ul,
.museum-detail-content ol {
  margin: 0 0 34px 18px;
  padding: 0;
}

.museum-detail-content li {
  margin-bottom: 10px;
}

.museum-product-page {
  padding: 50px 0 76px;
  background: #fff;
}

.museum-product-head {
  text-align: center;
}

.museum-product-head h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  color: #865326;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.museum-product-head h1:before,
.museum-product-head h1:after {
  content: "";
  width: 58px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.museum-product-head h1:before {
  background-image: url("../img/museum/title-mark-1.png");
}

.museum-product-head h1:after {
  background-image: url("../img/museum/title-mark-2.png");
}

.museum-product-head p {
  margin: 14px 0 34px;
  color: #9a7354;
  font-size: 14px;
  line-height: 1.8;
}

.museum-page .museum-product-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1170px;
  max-width: calc(100% - 30px);
  min-height: 56px;
  margin: 0 auto 20px;
  padding: 0 16px 0 14px;
  background: #fff;
  border: 1px solid #eadfd4;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(98, 73, 49, 0.06);
  box-sizing: border-box;
}

.museum-filter-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.museum-filter-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #865326;
  font-size: 13px;
  font-weight: 700;
}

.museum-filter-label i {
  color: #865326;
  font-size: 16px;
}

.museum-filter-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #8d725d;
  font-size: 13px;
  font-weight: 400;
}

.museum-filter-select select {
  width: 126px;
  height: 34px;
  padding: 0 32px 0 14px;
  color: #6b594b;
  background: #fff;
  border: 1px solid #eadfd4;
  border-radius: 5px;
  font-size: 13px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.museum-filter-select:after {
  content: "\f107";
  position: absolute;
  right: 12px;
  top: 50%;
  color: #8b6a50;
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.museum-filter-reset {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 8px 0 22px;
  color: #b4a595;
  border-left: 1px solid #eadfd4;
  font-size: 13px;
  justify-content: center;
  margin-left: auto;
}

.museum-filter-reset:hover,
.museum-filter-reset:focus {
  color: #865326;
  text-decoration: none;
}

.museum-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 20px;
}

.museum-product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfd4ca;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(90, 63, 40, 0.08);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.museum-relic-card:hover,
.museum-relic-card:focus-within,
.museum-product-card:hover,
.museum-product-card:focus-within,
.museum-creative-card:hover,
.museum-creative-card:focus-within {
  border-color: #c79b75;
  box-shadow: 0 14px 30px rgba(90, 63, 40, 0.14);
  transform: translateY(-2px);
}

.museum-relic-card:active,
.museum-product-card:active,
.museum-creative-card:active {
  border-color: #865326;
  box-shadow: 0 8px 18px rgba(90, 63, 40, 0.1);
  transform: translateY(0);
}

.museum-relic-card:hover .museum-relic-media img,
.museum-relic-card:focus-within .museum-relic-media img,
.museum-product-card:hover .museum-product-media img,
.museum-product-card:focus-within .museum-product-media img,
.museum-creative-card:hover .museum-creative-media img,
.museum-creative-card:focus-within .museum-creative-media img {
  transform: scale(1.035);
}

.museum-relic-card:hover .museum-relic-body h3,
.museum-relic-card:focus-within .museum-relic-body h3,
.museum-relic-card:hover .museum-relic-body p,
.museum-relic-card:focus-within .museum-relic-body p,
.museum-product-card:hover .museum-product-body h2,
.museum-product-card:focus-within .museum-product-body h2,
.museum-product-card:hover .museum-product-body p,
.museum-product-card:focus-within .museum-product-body p,
.museum-creative-card:hover .museum-creative-body h3,
.museum-creative-card:focus-within .museum-creative-body h3,
.museum-creative-card:hover .museum-creative-link,
.museum-creative-card:focus-within .museum-creative-link {
  color: #865326;
}

.museum-product-media {
  position: relative;
  display: block;
  height: 238px;
  overflow: hidden;
  background: #eee;
}

.museum-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-width: 74px;
  height: 24px;
  padding: 0 10px;
  color: #3b1800;
  background: #d0a642;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.museum-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.museum-product-body {
  padding: 17px 22px 20px;
}

.museum-product-body h2 {
  margin: 0 0 12px;
  color: #333333;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.museum-product-body h2 a,
.museum-product-body h2 a:hover,
.museum-product-body h2 a:focus {
  color: inherit;
  text-decoration: none;
}

.museum-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.museum-product-tags em {
  padding: 4px 9px;
  color: #865326;
  background: #f8f3ea;
  border-radius: 3px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.museum-product-body p {
  height: 44px;
  margin: 0;
  overflow: hidden;
  color: #333333;
  font-size: 13px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.museum-product-pagination {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.museum-product-pagination .pager {
  margin: 0;
}

.museum-product-pagination .pagination {
  margin: 0;
}

.museum-product-pagination .pagination > li {
  margin: 0;
}

.museum-product-pagination .pagination > li > a,
.museum-product-pagination .pagination > li > span {
  min-width: 24px;
  height: 24px;
  margin: 0 4px;
  padding: 0 7px;
  color: #9b8f84;
  background: #fff;
  border: 1px solid #ded8d1;
  border-radius: 4px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.museum-product-pagination .pagination > .active > a,
.museum-product-pagination .pagination > .active > span,
.museum-product-pagination .pagination > .active > a:hover,
.museum-product-pagination .pagination > .active > span:hover {
  color: #fff;
  background: #865326;
  border-color: #865326;
}

.museum-culture-page {
  padding: 50px 0 76px;
  background: #f7f5f3;
}

.museum-culture-head {
  text-align: center;
}

.museum-culture-head h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  color: #865326;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.museum-culture-head h1:before,
.museum-culture-head h1:after {
  content: "";
  width: 58px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.museum-culture-head h1:before {
  background-image: url("../img/museum/title-mark-1.png");
}

.museum-culture-head h1:after {
  background-image: url("../img/museum/title-mark-2.png");
}

.museum-culture-head p {
  margin: 14px 0 34px;
  color: #9a7354;
  font-size: 14px;
  line-height: 1.8;
}

.museum-culture-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.museum-culture-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 38px;
  padding: 0 22px;
  color: #8d725d;
  background: #f5f0ea;
  border: 1px solid #eadfd4;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.24s ease;
}

.museum-culture-tab:hover,
.museum-culture-tab:focus {
  color: #865326;
  border-color: #c79b75;
  text-decoration: none;
}

.museum-culture-tab.is-active {
  color: #fff;
  background: #865326;
  border-color: #865326;
}

.museum-culture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.museum-culture-card {
  overflow: hidden;
  /* background: #fff; */
  /* border: 1px solid #dfd4ca; */
  /* border-radius: 7px; */
  /* box-shadow: 0 8px 18px rgba(90, 63, 40, .08); */
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.museum-culture-card:hover,
.museum-culture-card:focus-within {
  border-color: #c79b75;
  box-shadow: 0 14px 30px rgba(90, 63, 40, 0.14);
  transform: translateY(-2px);
}

.museum-culture-media {
  display: block;
  height: 196px;
  overflow: hidden;
  background: #eee;
}

.museum-culture-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.museum-culture-card:hover .museum-culture-media img,
.museum-culture-card:focus-within .museum-culture-media img {
  transform: scale(1.035);
}

.museum-culture-body {
  padding: 18px 20px 22px;
}

.museum-culture-body time {
  display: block;
  margin-bottom: 12px;
  color: #9b8069;
  font-size: 13px;
}

.museum-culture-body h3 {
  margin: 0 0 14px;
  color: #333;
  font-size: 20px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.museum-culture-body h3 a,
.museum-culture-body h3 a:hover,
.museum-culture-body h3 a:focus {
  color: inherit;
  text-decoration: none;
}

.museum-culture-card:hover .museum-culture-body h3 a,
.museum-culture-card:focus-within .museum-culture-body h3 a {
  color: #865326;
}

.museum-culture-body p {
  height: 44px;
  margin: 0;
  overflow: hidden;
  color: #7d6b5b;
  font-size: 13px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.museum-culture-pagination {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.museum-culture-pagination .pager,
.museum-culture-pagination .pagination {
  margin: 0;
}

.museum-culture-pagination .pagination > li {
  margin: 0;
}

.museum-culture-pagination .pagination > li > a,
.museum-culture-pagination .pagination > li > span {
  min-width: 24px;
  height: 24px;
  margin: 0 4px;
  padding: 0 7px;
  color: #9b8f84;
  background: #fff;
  border: 1px solid #ded8d1;
  border-radius: 4px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.museum-culture-pagination .pagination > .active > a,
.museum-culture-pagination .pagination > .active > span,
.museum-culture-pagination .pagination > .active > a:hover,
.museum-culture-pagination .pagination > .active > span:hover {
  color: #fff;
  background: #865326;
  border-color: #865326;
}

.museum-culture-detail-page {
  padding: 48px 20px 76px;
  background: #f7f5f3;
}

.museum-culture-detail-shell {
  max-width: 1520px;
  margin: 0 auto;
  padding: 48px 56px 52px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(134, 83, 38, 0.06);
}

.museum-culture-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
}

.museum-culture-detail-main {
  min-width: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.museum-culture-detail-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eadfd4;
}

.museum-culture-date-badge {
  flex: none;
  width: 78px;
  padding: 12px 0 10px;
  color: #fff;
  background: #865326;
  border-radius: 4px;
  text-align: center;
}

.museum-culture-date-badge strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.museum-culture-date-badge span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
}

.museum-culture-detail-header h1 {
  margin: 0;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.45;
}

.museum-culture-detail-cover {
  margin: 0 0 32px;
}

.museum-culture-detail-cover img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.museum-culture-detail-content {
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.museum-culture-detail-content img {
  max-width: 100%;
  height: auto;
}

.museum-culture-detail-aside {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.museum-culture-nav-card {
  padding: 0 0 28px;
  margin-bottom: 28px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eadfd4;
  border-radius: 0;
}

.museum-culture-nav-card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.museum-culture-nav-label {
  display: block;
  margin-bottom: 16px;
  color: #333;
  font-size: 24px;
}

.museum-culture-nav-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.museum-culture-nav-link:hover,
.museum-culture-nav-link:focus {
  color: #865326;
  text-decoration: none;
}

.museum-culture-nav-thumb {
  display: block;
  width: 100%;
  height: 168px;
  margin-bottom: 16px;
  background-color: #eee;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.museum-culture-nav-link strong {
  display: block;
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.museum-culture-nav-link:hover strong,
.museum-culture-nav-link:focus strong {
  color: #865326;
}

.museum-culture-nav-link time {
  display: block;
  color: #9b8069;
  font-size: 12px;
}

.museum-culture-video-section {
  margin-top: 56px;
  padding-top: 42px;
  border-top: 1px solid #eadfd4;
}

.museum-culture-video-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.museum-culture-video-head h2 {
  margin: 0;
  color: #865326;
  font-size: 24px;
  font-family: Microsoft YaHei;
}

.museum-culture-video-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.museum-culture-video-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.museum-culture-video-track.mcv-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.museum-culture-video-track::-webkit-scrollbar {
  display: none;
}

.museum-culture-video-track .mcv-item {
  flex: 0 0 285px;
  width: 285px;
  min-width: 285px;
  max-width: none;
  box-sizing: border-box;
}

.museum-hscroll-track img,
.museum-culture-video-track img {
  -webkit-user-drag: none;
  user-select: none;
}

@media (max-width: 1199px) {
  .museum-culture-video-track {
    gap: 16px;
  }

  .museum-culture-video-track .mcv-item {
    flex-basis: 300px;
    width: 300px;
    min-width: 300px;
  }
}

@media (max-width: 991px) {
  .museum-culture-video-track {
    gap: 14px;
  }

  .museum-culture-video-track .mcv-item {
    flex-basis: 280px;
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 767px) {
  .museum-culture-video-track {
    gap: 12px;
  }

  .museum-culture-video-track .mcv-item {
    flex-basis: calc(100vw - 80px);
    width: calc(100vw - 80px);
    min-width: calc(100vw - 80px);
  }
}

.museum-culture-video-card {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfd4ca;
}

.museum-culture-video-card:hover,
.museum-culture-video-card:focus {
  color: inherit;
  text-decoration: none;
}

.museum-culture-video-media {
  position: relative;
  display: block;
  height: 196px;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
}

.museum-culture-video-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.museum-culture-video-card:hover .museum-culture-video-media img {
  transform: scale(1.04);
}

.museum-culture-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #865326;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.museum-culture-video-play i {
  margin-left: 3px;
  font-size: 18px;
}

.museum-culture-video-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  min-width: 52px;
  height: 24px;
  padding: 0 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 3px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.museum-culture-video-card h3 {
  margin: 0;
  padding: 14px 12px 16px;
  border: 0;
  border-top: 1px solid #dfd4ca;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.museum-culture-video-card:hover h3 {
  color: #865326;
}

/* 视频中心弹层播放 */
.museum-video-modal {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.museum-video-modal iframe,
.museum-video-modal video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  object-fit: contain;
}

.museum-video-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #000;
}

.museum-video-fullscreen-media {
  width: 100%;
  height: 100%;
}

.museum-video-fullscreen video,
.museum-video-fullscreen iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  object-fit: contain;
}

.museum-video-fullscreen-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  outline: none;
}

.museum-video-fullscreen-close:hover,
.museum-video-fullscreen-close:focus {
  color: #fff;
  background: rgba(134, 83, 38, 0.85);
}

body.museum-video-open {
  overflow: hidden;
}

.museum-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 58px;
  padding: 46px 0 32px;
}

.museum-footer-links-wrap {
  flex: 0 0 420px;
}

.museum-footer-contact {
  flex: 0 0 330px;
}

.museum-footer h4 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.museum-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.museum-footer-nav li {
  color: #777;
  font-size: 13px;
}

.museum-footer-nav li + li:before {
  content: "|";
  margin: 0 14px;
  color: #555;
}

.museum-footer-nav a:hover {
  color: #fff;
}

.museum-footer-coop {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  height: 32px;
  padding: 0 12px;
  color: #e0d0bf;
  border: 1px solid #555;
  font-size: 13px;
}

.museum-footer-contact p {
  margin: 0 0 9px;
  font-size: 13px;
}

.museum-footer-qrs {
  display: flex;
  flex: 0 0 250px;
  justify-content: flex-end;
  gap: 24px;
}

.museum-qr span,
.museum-qr img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.museum-qr span {
  background: #fbf6ef;
}

.museum-qr p {
  margin: 10px 0 0;
  color: #a9a9a9;
  font-size: 13px;
  text-align: center;
}

.museum-copyright {
  padding: 15px 0;
  color: #777;
  border-top: 1px solid #3a3a3a;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1199px) {
  .museum-nav {
    margin-left: 24px;
  }

  .museum-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .museum-about {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }

  .museum-about-image {
    width: 100%;
    height: auto;
  }

  .museum-about-image img {
    aspect-ratio: 6 / 5;
  }

  .museum-detail-card {
    grid-template-columns: 470px minmax(0, 1fr);
    gap: 30px;
    padding: 32px;
  }

  .museum-detail-gallery {
    grid-template-columns: 48px minmax(0, 390px);
    gap: 12px;
  }

  .museum-detail-thumbs,
  .museum-detail-main-image {
    height: 390px;
  }

  .museum-product-media {
    height: 210px;
  }

  .museum-product-body {
    padding: 16px 18px 18px;
  }
}

@media (max-width: 991px) {
  body.museum-page {
    padding-top: 72px;
  }

  .museum-navbar,
  .museum-nav-container,
  .museum-brand {
    min-height: 72px;
    height: 72px;
  }

  .museum-navbar .navbar-header {
    width: 100%;
  }

  .museum-brand {
    width: 220px;
  }

  .museum-brand img {
    width: 220px;
  }

  .museum-navbar .navbar-toggle {
    margin-top: 19px;
    border-color: #c6a889;
  }

  .museum-navbar .navbar-toggle .icon-bar {
    background: #7b4c2b;
  }

  .museum-navbar .navbar-collapse {
    display: none !important;
    position: absolute;
    top: 72px;
    left: 15px;
    right: 15px;
    z-index: 2000;
    padding: 12px 0 18px;
    background: #fbf6ef;
    border-top: 1px solid #e3d2bd;
    box-shadow: 0 16px 30px rgba(54, 34, 20, 0.12);
    overflow: visible !important;
  }

  .museum-navbar .navbar-collapse.in {
    display: block !important;
  }

  .museum-nav {
    display: block;
    margin: 0;
  }

  .museum-nav > li > a {
    height: auto;
    padding: 12px 18px;
  }

  .museum-nav > li.active > a:after {
    display: none;
  }

  .museum-nav-actions {
    padding: 12px 18px 0;
    align-items: flex-start;
  }

  .museum-lang-dropdown {
    position: relative;
    z-index: 2100;
  }

  .museum-lang-dropdown .dropdown-menu {
    position: static;
    float: none;
    width: 100px;
    margin-top: 8px;
    box-shadow: 0 8px 18px rgba(54, 34, 20, 0.12);
  }

  .museum-hero {
    height: 420px;
  }

  .museum-hero-content {
    top: 165px;
  }

  .museum-hero-content h1 {
    font-size: 32px;
  }

  .museum-relic-grid,
  .museum-creative-grid,
  .museum-culture-grid,
  .museum-article-grid,
  .museum-coop-grid {
    grid-template-columns: 1fr;
  }

  .museum-relic-media,
  .museum-creative-media {
    height: 320px;
  }

  .museum-footer-inner {
    gap: 34px;
  }

  .museum-footer-links-wrap {
    flex-basis: 360px;
  }

  .museum-footer-contact {
    flex-basis: 300px;
  }

  .museum-footer-qrs {
    flex-basis: 220px;
    justify-content: flex-end;
  }

  .museum-page-banner {
    height: 260px;
  }

  .museum-detail-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px;
  }

  .museum-detail-gallery {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .museum-detail-thumbs,
  .museum-detail-main-image {
    height: 430px;
  }

  .museum-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .museum-culture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .museum-culture-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .museum-culture-detail-shell {
    padding: 36px 32px 40px;
  }

  .museum-page .museum-product-filter {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 14px 16px;
  }

  .museum-filter-reset {
    width: 100%;
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid #eadfd4;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .museum-section,
  .museum-about-section,
  .museum-cooperation-section {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .museum-hero {
    height: 330px;
  }

  .museum-page-banner {
    height: 220px;
  }

  .museum-hero-content {
    top: 128px;
    padding: 0 20px;
  }

  .museum-hero-content h1 {
    font-size: 25px;
  }

  .museum-hero-content p {
    font-size: 14px;
  }

  .museum-hero-arrow {
    display: none;
  }

  .museum-about {
    grid-template-areas:
      "image"
      "copy";
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .museum-about-image,
  .museum-about-copy {
    grid-column: auto !important;
  }

  .museum-about-copy h2,
  .museum-section-head h2 {
    font-size: 26px;
  }

  .museum-section-head h2:before,
  .museum-section-head h2:after {
    display: none;
  }

  .museum-footer-nav {
    display: block;
  }

  .museum-footer-inner {
    display: block;
    gap: 30px;
  }

  .museum-footer-qrs {
    margin-top: 24px;
    justify-content: flex-start;
  }

  .museum-footer-nav li {
    margin-bottom: 8px;
  }

  .museum-footer-nav li + li:before {
    display: none;
  }

  .museum-detail-page {
    padding: 20px 0 42px;
  }

  .museum-detail-card {
    padding: 18px;
  }

  .museum-detail-gallery {
    display: block;
  }

  .museum-detail-main-image {
    height: 340px;
  }

  .museum-detail-thumbs {
    height: 74px;
    margin: 12px 0 0;
  }

  .museum-detail-thumbs .swiper-slide {
    width: 54px !important;
    height: 54px !important;
  }

  .museum-detail-summary h2 {
    margin-right: 58px;
    font-size: 22px;
  }

  .museum-detail-content {
    font-size: 14px;
  }

  .museum-detail-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .museum-detail-primary,
  .museum-detail-secondary {
    flex: 1 1 0;
    width: auto;
  }

  .museum-detail-content-card {
    padding: 0 18px 36px;
  }

  .museum-detail-content-card h3 {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 20px;
  }

  .museum-product-page {
    padding: 34px 0 52px;
  }

  .museum-product-head h1 {
    gap: 16px;
    font-size: 24px;
  }

  .museum-product-head h1:before,
  .museum-product-head h1:after {
    width: 40px;
    height: 18px;
  }

  .museum-filter-left {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .museum-filter-select {
    justify-content: space-between;
    width: 100%;
  }

  .museum-filter-select select {
    width: calc(100% - 48px);
  }

  .museum-product-grid {
    grid-template-columns: 1fr;
  }

  .museum-product-media {
    height: 300px;
  }

  .museum-culture-page {
    padding: 34px 0 52px;
  }

  .museum-culture-head h1 {
    gap: 16px;
    font-size: 24px;
  }

  .museum-culture-head h1:before,
  .museum-culture-head h1:after {
    width: 42px;
    height: 16px;
  }

  .museum-culture-tabs {
    gap: 10px;
  }

  .museum-culture-tab {
    min-width: 0;
    flex: 1 1 calc(50% - 10px);
    padding: 0 12px;
    font-size: 13px;
  }

  .museum-about-page-intro {
    padding: 34px 0 42px;
  }

  .museum-about-page-about {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .museum-about-page-about .museum-about-image {
    width: 100%;
    height: 320px;
  }

  .museum-about-page-honor,
  .museum-about-page-history,
  .museum-about-page-team {
    padding: 42px 0 48px;
  }

  .museum-about-section-head h2 {
    font-size: 24px;
  }

  .museum-about-honor-carousel,
  .museum-about-history-carousel,
  .museum-about-team-carousel {
    padding: 0 40px;
  }

  .museum-about-honor-frame {
    height: 210px;
  }

  .museum-about-history-year {
    font-size: 28px;
  }

  .museum-about-history-bar {
    margin-top: 28px;
  }

  .museum-about-team-photo {
    max-width: none;
    height: 280px;
  }

  .museum-contact-head {
    padding-top: 28px;
  }

  .museum-contact-head h1 {
    gap: 16px;
    font-size: 24px;
  }

  .museum-contact-head h1:before,
  .museum-contact-head h1:after {
    width: 42px;
    height: 16px;
  }

  .museum-contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .museum-contact-map img {
    height: 260px;
  }

  .museum-contact-form-panel {
    padding: 22px 18px 30px;
  }

  .museum-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .museum-contact-service {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
  }

  .museum-coop-head {
    padding-top: 28px;
  }

  .museum-coop-head h1 {
    gap: 16px;
    font-size: 24px;
  }

  .museum-coop-head h1:before,
  .museum-coop-head h1:after {
    width: 42px;
    height: 16px;
  }

  .museum-coop-block {
    padding: 42px 0;
  }

  .museum-coop-block-inner,
  .museum-coop-apply-shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }

  .museum-coop-block-media,
  .museum-coop-block-title,
  .museum-coop-block-content,
  .museum-coop-block.is-reverse .museum-coop-block-media,
  .museum-coop-block.is-reverse .museum-coop-block-title,
  .museum-coop-block.is-reverse .museum-coop-block-content {
    grid-column: 1;
    grid-row: auto;
  }

  .museum-coop-block-media img {
    height: 260px;
  }

  .museum-coop-apply-info,
  .museum-coop-apply-form-wrap {
    padding: 28px 22px;
  }

  .museum-culture-detail-page {
    padding: 34px 16px 52px;
  }

  .museum-culture-detail-shell {
    padding: 28px 20px 32px;
  }

  .museum-culture-detail-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .museum-culture-detail-main {
    padding: 0;
  }

  .museum-culture-detail-header {
    flex-direction: column;
    gap: 16px;
  }

  .museum-culture-detail-header h1 {
    font-size: 22px;
  }

  .museum-culture-video-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .museum-culture-video-head h2 {
    font-size: 22px;
  }
}
