:root {
  --nav-width: 160px;
  --brand: #b00167;
  --brand-deep: #ac0362;
  --cyan: #5fc1c7;
  --yellow: #f9cf34;
  --gray: #5f5d5e;
  --ink: #210604;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 2.3vh;
  letter-spacing: -0.03em;
}

body {
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: #fff;
  font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fixed-panel {
  position: fixed;
  top: 0;
  left: var(--nav-width);
  z-index: 1;
  width: 76vh;
  height: 100vh;
  background: url("assets/gzdesignweek/cms_upload/20260413/20260413102325_149.jpg") center / cover no-repeat;
}

.page {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 2;
  height: 100%;
  width: 100vw;
  padding-left: calc(var(--nav-width) + 76vh);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  font-size: 0;
  letter-spacing: -3px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.page::-webkit-scrollbar {
  display: none;
}

.story {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  overflow: hidden;
  white-space: normal;
  letter-spacing: normal;
}

.story.size--lrg {
  width: 76vh;
}

.story.size--med {
  width: 66vh;
}

.story__table {
  display: block;
  width: 100%;
  height: 101%;
  letter-spacing: normal;
}

.sj-section {
  height: 100%;
  width: 100%;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
  color: #fff;
}

.sj-section-banner {
  display: block;
}

.banner-pic {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.banner-pic--main {
  background-image: url("assets/gzdesignweek/cms_upload/20260413/20260413102416_395.jpg");
}

.sj-section-category {
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.maincolor0 {
  background: var(--brand-deep);
}

.maincolor1 {
  background: var(--cyan);
}

.maincolor2 {
  background: var(--yellow);
}

.maincolor3 {
  background: var(--gray);
}

.category-top {
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.sj-section-category h4 {
  margin: 18px 0 25px;
  padding-bottom: 18px;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  color: #fff;
  font: 900 18px/16px "Microsoft YaHei", sans-serif;
  letter-spacing: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sj-section-category h4 span {
  margin-right: 10px;
  font-size: 18px !important;
  line-height: 16px !important;
}

.sj-section-category h4 + p {
  display: -webkit-box;
  height: 120px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.category-top .aicon {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 5px 0 0 -5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
}

.circle-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("assets/gzdesignweek/template/shejizhou/images/icon.png") no-repeat;
  background-position: -264px -14px;
}

.category-top .aicon:hover .circle-icon {
  background-position: -264px -51px;
}

@keyframes iconFade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.icon-animate:hover {
  animation: iconFade 0.3s ease 0s;
}

.category-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#about .category-bottom {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181844_97.jpg");
}

#project .category-bottom {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181200_203.jpg");
}

#news .category-bottom {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181213_335.jpg");
}

#organizer .category-bottom {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181252_838.jpg");
}

.category-bottom .imgOpen {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 30px;
  cursor: pointer;
}

.category-bottom:hover .imgOpen {
  display: block;
}

.nav--main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: var(--nav-width);
  height: 100%;
  color: #fff;
  background: var(--brand);
  transition: all 0.25s ease;
}

.nav--main.active {
  width: 100vw;
}

.bar--main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: var(--nav-width);
  height: 100%;
  border-right: 1px solid rgba(33, 6, 4, 0.2);
}

.main__logo {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 3vh;
  padding: 0 25px;
}

.main__logo img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.main__toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 84px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
}

.main__toggle.active {
  transform: translate(-50%, -50%) rotate(180deg);
}

.main__toggle .menu-icon,
.main__contact .person-icon {
  display: block;
  width: 84px;
  height: 84px;
  background: url("assets/gzdesignweek/template/shejizhou/images/icon.png") no-repeat;
}

.main__toggle .menu-icon {
  background-position: -95px 10px;
}

.main__toggle .menu-icon:hover {
  background-position: -95px -64px;
}

.main__contact {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: block;
  width: 84px;
  height: 84px;
  margin-left: -42px;
}

.main__contact .person-icon {
  background-position: 5px 13px;
}

.main__contact .person-icon:hover {
  background-position: 5px -60px;
}

.ticketErvmBox {
  position: absolute;
  left: 0;
  bottom: 115px;
  width: 100%;
  text-align: center;
}

.ticketErvmBox p {
  width: 100px;
  margin: 0 auto;
  padding: 7px 0 10px;
  border: 1px solid #fff;
  border-bottom: 0;
  color: #fff;
  font: 400 18px/30px "Microsoft YaHei", sans-serif;
  letter-spacing: normal;
}

.ticketErvm {
  width: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.record-link {
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  letter-spacing: normal;
}

.menu--main {
  position: absolute;
  inset: 0 0 0 0;
  display: none;
  width: 1300px;
  height: 100%;
  padding: 0 200px 2.5rem 280px;
  overflow: hidden;
  vertical-align: middle;
  color: #fff;
  background: var(--brand);
}

.nav--main.active .menu--main {
  display: table;
}

.menu--main::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.menu--main .top {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.menu__links {
  display: inline-block;
  width: 45%;
  padding-right: 3rem;
  vertical-align: top;
}

.menu__contact {
  display: inline-block;
  width: 50%;
  margin-top: 0;
  vertical-align: top;
}

.heading {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 0 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 4px solid #fff;
  color: #fff;
  font: 700 23px/1 "Microsoft YaHei", sans-serif;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.menu__links ul {
  margin: 0;
  padding: 0.3em 0 0;
  list-style: none;
}

.menu__links li {
  margin: 50px 0;
  color: #fff;
  font: 400 20px/0.85 "Microsoft YaHei", sans-serif;
  letter-spacing: -0.06em;
  text-align: left;
}

a.menu_item {
  display: inline-block;
  margin-left: -0.1em;
  color: #fff;
  transition: color 0.25s ease;
}

a.menu_item span {
  display: inline-block;
  overflow: hidden;
  padding: 0 1em 0.11em 0.1em;
  line-height: 1;
}

a.menu_item:hover span,
a.menu_item.active span {
  color: #000;
}

.goRight {
  position: fixed;
  top: 0;
  right: 5px;
  bottom: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  margin: auto 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  opacity: 0.6;
}

.goRight:hover {
  opacity: 1;
}

.goRight img {
  width: 100%;
  height: 90%;
}

.imgMask {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.imgMask.is-open {
  display: block;
}

.imgBox {
  position: absolute;
  inset: 0;
  width: min(72vw, 1150px);
  height: min(70vh, 750px);
  margin: auto;
}

.imgContent {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: auto;
}

.imgClose {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  width: 30px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.imgShow {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

body.subpage-body {
  min-height: 100%;
  overflow: auto;
  color: #2f2f2f;
  background: #f2eef0;
}

.subpage-main {
  min-height: 100vh;
  margin-left: var(--nav-width);
  background:
    linear-gradient(90deg, rgba(176, 1, 103, 0.08), transparent 28%),
    #f2eef0;
}

.subpage-hero {
  position: relative;
  min-height: 44vh;
  padding: 8vh 7vw 6vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(33, 6, 4, 0.76), rgba(33, 6, 4, 0.08));
}

.subpage-hero > div {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.subpage-hero--about {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181844_97.jpg");
}

.subpage-hero--project {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181200_203.jpg");
}

.subpage-hero--news {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181213_335.jpg");
}

.subpage-hero--organizer {
  background-image: url("assets/gzdesignweek/cms_upload/20180913/20180913181252_838.jpg");
}

.subpage-hero--contact {
  background-image: url("assets/gzdesignweek/cms_upload/20240730/20240730173158_302.jpg");
}

.subpage-hero--simple {
  background-image: url("assets/gzdesignweek/cms_upload/20260413/20260413102416_395.jpg");
}

.subpage-eyebrow {
  margin: 0 0 18px;
  font: 700 18px/1 "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.subpage-hero h1 {
  margin: 0;
  font: 900 clamp(44px, 8vw, 112px) / 0.95 "Microsoft YaHei", sans-serif;
  letter-spacing: -0.06em;
}

.subpage-content {
  padding: 56px 7vw 72px;
}

.subpage-panel {
  max-width: 980px;
  color: #4b4b4b;
  font: 14px/2 "Microsoft YaHei", sans-serif;
  letter-spacing: normal;
}

.subpage-panel h2 {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--brand);
  color: var(--brand);
  font: 900 24px/1.2 "Microsoft YaHei", sans-serif;
}

.subpage-panel h3 {
  margin: 28px 0 10px;
  color: #333;
  font: 900 18px/1.4 "Microsoft YaHei", sans-serif;
}

.subpage-panel p {
  margin: 0 0 14px;
}

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
}

.subpage-link-card {
  min-height: 180px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: var(--brand);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.subpage-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(33, 6, 4, 0.72));
}

.subpage-link-card span,
.subpage-link-card strong {
  position: relative;
  z-index: 1;
}

.subpage-link-card strong {
  font: 900 22px/1.2 "Microsoft YaHei", sans-serif;
}

.subpage-link-card span {
  margin-top: 8px;
  font-size: 13px;
}

.contact-layout {
  max-width: 760px;
}

.contact-line {
  color: var(--brand);
  font-weight: 700;
}

.contact-qr {
  margin-top: 26px;
  width: 220px;
  text-align: center;
}

.contact-qr img {
  display: block;
  width: 220px;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.contact-qr p {
  margin: 10px 0 0;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}

.back-strip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  color: var(--brand);
  font-weight: 700;
}

.back-strip::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 46%, currentColor 47% 53%, transparent 54%) 9px 8px / 12px 12px no-repeat;
  transform: rotate(180deg);
}

@media (max-width: 1366px) {
  .sj-section-category h4 + p {
    height: 43px;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1367px) and (max-width: 1600px) {
  .sj-section-category h4 + p {
    height: 80px;
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 720px) {
  :root {
    --nav-width: 100%;
  }

  html,
  body {
    height: auto;
    min-height: 100%;
    overflow: auto;
  }

  html {
    font-size: 3vw;
  }

  .fixed-panel {
    position: relative;
    left: 0;
    width: 100%;
    height: 59vw;
    margin-top: 72px;
  }

  .page {
    position: relative;
    display: block;
    height: auto;
    padding-left: 0;
    overflow: visible;
    white-space: normal;
  }

  .story,
  .story.size--lrg,
  .story.size--med {
    display: block;
    width: 100%;
    height: 59vw;
  }

  .story.size--med {
    height: 116vw;
    min-height: 520px;
  }

  .nav--main,
  .nav--main.active {
    width: 100vw;
    height: 72px;
  }

  .nav--main.active {
    height: 100vh;
  }

  .bar--main {
    width: 100vw;
    height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(33, 6, 4, 0.2);
  }

  .main__logo {
    float: right;
    width: auto;
    height: 46px;
    margin: 13px 4vw 0 0;
    padding: 0;
  }

  .main__logo img {
    width: auto;
    height: 46px;
  }

  .main__toggle {
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    transform: none;
  }

  .main__toggle.active {
    transform: rotate(180deg);
  }

  .main__toggle .menu-icon {
    position: absolute;
    top: -45px;
    left: 0;
  }

  .main__contact,
  .ticketErvmBox,
  .record-link,
  .goRight {
    display: none;
  }

  .subpage-main {
    margin-left: 0;
    padding-top: 72px;
  }

  .subpage-hero {
    min-height: 52vw;
    padding: 44px 24px 34px;
  }

  .subpage-content {
    padding: 34px 24px 48px;
  }

  .subpage-grid {
    grid-template-columns: 1fr;
  }

  .menu--main {
    top: 72px;
    width: 100%;
    padding: 0 4vw;
    overflow: auto;
  }

  .menu--main::before {
    display: none;
  }

  .menu--main .top {
    display: block;
    padding-top: 28px;
  }

  .menu__links,
  .menu__contact {
    width: 100%;
    padding-right: 0;
  }

  .menu__links li {
    margin: 0.75em 0;
    font-size: 3.2rem;
    line-height: 1;
    text-align: center;
  }
}
