@charset "UTF-8";
/* 全屏Loading样式 */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.loading-spinner {
  text-align: center;
}
.spinner {
  border: 4px solid rgba(198, 72, 43, 0.1);
  border-left-color: #C6482B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body,
html {
  margin: 0;
  padding: 0;
  text-align: justify;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 0.16rem;
  line-height: 2;
  background-color: #f5f5f5;
  margin: 0 auto;
  max-width: 750px;
}
main {
  background-color: var(--primary-background-color);
  padding-top: 0.05rem;
}
.wrap {
  padding: 0.4rem 0 0;
}
.wrap .cont {
  padding: 0 0.1rem;
}
.title-wrap {
  text-align: center;
  width: 2.3rem;
  margin: 0 auto;
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.3rem 0;
}
.empty img {
  width: 1.5rem;
}
.empty p {
  font-size: 0.14rem;
  color: #999;
  margin: 0;
}
/* 音频控制角标样式 */
.audio-control {
  position: fixed;
  top: 0.3rem;
  right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 9999;
}
.audio-control:hover {
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.audio-control.playing .icon {
  font-size: 0.18rem;
  color: #C6482B;
  animation: musicPulse 1.5s ease-in-out infinite;
}
.audio-control.playing::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #C6482B;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  animation: spin 2s linear infinite;
}
.audio-control.paused .icon {
  font-size: 0.18rem;
  color: var(--secondary-background-color);
}
@keyframes musicPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner {
  position: relative;
}
.banner .banner-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 1rem;
}
.banner .banner-title .logo {
  width: 4rem;
  margin-bottom: 0.2rem;
}
.banner .banner-title .title1 {
  width: 5.5rem;
}
.banner .banner-title .title2 {
  width: 5rem;
}
.banner .banner-bottom-title {
  position: absolute;
  width: 100%;
  padding: 0 0.1rem;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  gap: 1rem;
  font-size: 0.16rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5C2400;
}
.banner .banner-bottom-title img {
  width: 0.5rem;
}
.banner .banner-bottom-title > div {
  text-align: justify;
}
.page-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
.page-nav ul li {
  list-style-type: none;
  flex: 1;
}
.page-nav ul li img {
  width: 100%;
}
.page-nav ul li .on {
  display: none;
}
.page-nav ul li.active .on {
  display: block;
}
.page-nav ul li.active .normal {
  display: none;
}
.intro {
  color: #3B210D;
  padding-top: 0;
}
.intro .cont {
  padding-top: 0;
  padding-bottom: 0;
}
.intro .intro-wrap {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: var(--secondry-background-color);
  border-radius: 0.14rem;
}
.intro .content {
  padding: 0 0.2rem;
}
.intro .time-line {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}
.intro .time-line .time-line-item {
  border-left: 0.03rem solid var(--primary-font-color);
  padding-left: 0.1rem;
}
.intro .time-line .time-line-item .time-line-item-title {
  font-size: 0.18rem;
  color: var(--primary-font-color);
  margin: 0;
  margin-left: -0.5em;
  margin-bottom: 0.1rem;
  line-height: 1.5;
}
.intro .time-line .time-line-item .time-line-item-content p {
  margin: 0.15rem 0 0;
}
.intro .time-line .step {
  padding-left: 0.24rem;
  margin: 0;
  margin-top: 0.15rem;
}
.peotry {
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/border-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding-bottom: 0.4rem;
}
.peotry .desc {
  text-align: center;
  color: #fff;
  margin-bottom: 0.3rem;
}
#Map {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.experts,
.cooperative {
  background-color: var(--secondry-background-color);
}
.experts {
  color: #3B210D;
}
.experts .content {
  padding-top: 0.4rem;
  padding: 0 0.2rem;
}
.experts .desc {
  color: #3B210D;
  margin-top: 0.3rem;
}
.experts .experts-list {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  padding: 0;
  margin-top: 0.4rem;
}
.experts .experts-item {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  position: relative;
  padding: 0.15rem 0.5rem 0.15rem 0.3rem;
}
.experts .experts-item::before,
.experts .experts-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.4rem;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: contain;
}
.experts .experts-item::after {
  bottom: 0;
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/teacher-border-bottom.png);
}
.experts .experts-item::before {
  top: 0;
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/teacher-border-top.png);
}
.experts .experts-item .line {
  position: absolute;
  width: 100%;
  height: calc(100% - 0.8rem);
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/teacher-border-center.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  left: 0;
}
.experts .experts-item .photo {
  position: relative;
  z-index: 20;
  width: 1.17rem;
  height: 1.17rem;
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/teacher-photo-border.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.125rem;
  border-radius: 50%;
  overflow: hidden;
}
.experts .experts-item .photo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experts .experts-item .info {
  position: relative;
  z-index: 20;
  flex: 1;
  line-height: 1.5;
}
.experts .experts-item .info .experts-name {
  color: var(--primary-font-color);
  margin: 0;
  margin-bottom: 0.05rem;
  line-height: 1;
}
.experts .experts-item .info .experts-title {
  font-size: 0.14rem;
  color: #0A0A0A;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.05rem;
}
.experts .experts-item .info .experts-desc {
  margin: 0;
  font-size: 0.12rem;
}
.cooperative {
  padding-bottom: 0.5rem;
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/border-top.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.cooperative-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-top: 0.23rem;
  padding: 0;
}
.cooperative-list .cooperative-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}
.cooperative-list .cooperative-item .school-logo img {
  max-width: 100%;
  max-height: 0.8rem;
  display: block;
}
.cooperative-list .cooperative-item .school-name {
  margin: 0;
  font-size: 0.11rem;
  color: #0A0A0A;
  line-height: 1;
}
.poetry-map {
  margin-top: 0.2rem;
  padding-top: 0;
  padding-bottom: 0.8rem;
}
.poetry-map .container {
  background-color: var(--secondry-background-color);
  border-radius: 0.14rem;
  padding-bottom: 0.36rem;
  overflow: hidden;
}
.poetry-map .container .top-banner {
  min-height: 0.6rem;
  position: relative;
}
.poetry-map .container .top-banner .btn-back {
  position: absolute;
  top: 0.17rem;
  left: 0.16rem;
  cursor: pointer;
}
.poetry-map .container .top-banner .btn-back img {
  max-height: 0.3rem;
}
.poetry-map .container .info-content {
  padding: 0 0.2rem;
}
.poetry-map .tab-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.18rem;
}
.poetry-map .tab-nav .tabs {
  flex: 1;
  cursor: pointer;
}
.poetry-map .tab-nav .tabs img {
  width: 100%;
}
.poetry-map .tab-nav .tabs .normal {
  display: block;
}
.poetry-map .tab-nav .tabs .on {
  display: none;
}
.poetry-map .tab-nav .tabs.active .normal {
  display: none;
}
.poetry-map .tab-nav .tabs.active .on {
  display: block;
}
.poetry-map .content-list .content-item {
  display: none;
  padding-top: 0.4rem;
}
.poetry-map .province-list {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.poetry-map .province-list .province-item {
  list-style-type: none;
}
.poetry-map .province-list .province-item .province-title {
  font-size: 0.18rem;
  color: var(--primary-font-color);
  border-left: 0.03rem solid var(--primary-font-color);
  padding-left: 0.1rem;
  margin: 0;
  line-height: 1;
  margin-bottom: 0.14rem;
}
.poetry-map .province-list .province-item .opus-list {
  padding-left: 0.1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.poetry-map .province-list .province-item .opus-list .opus-item {
  list-style-type: none;
}
.poetry-map .province-list .province-item .opus-list .opus-title {
  font-size: 0.16rem;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.poetry-map .video-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 0;
}
.poetry-map .video-list .video-item {
  border: 1px solid var(--primary-font-color);
  border-radius: 0.1rem;
  background-color: #fff;
  list-style-type: none;
  cursor: pointer;
  overflow: hidden;
}
.poetry-map .video-list .video-container {
  position: relative;
  width: 100%;
}
.poetry-map .video-list .video-container img,
.poetry-map .video-list .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 30vh;
}
.poetry-map .video-list .video-container .play-btn {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.poetry-map .video-list .video-container .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.poetry-map .video-list .video-info {
  padding: 0.1rem;
}
.poetry-map .video-list .video-info .video-title {
  font-size: 0.2rem;
  color: var(--primary-font-color);
  line-height: 1.5;
  margin: 0;
}
.poetry-map .video-list .video-info .video-author {
  font-size: 0.14rem;
  color: #0A0A0A;
  margin: 0;
}
.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  height: 100vh;
}
.dialog .dialog-close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  z-index: 1120;
  cursor: pointer;
}
.dialog .dialog-inner {
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 3.6rem;
}
.dialog .dialog-inner::before,
.dialog .dialog-inner::after {
  content: '';
  width: 100%;
  height: 0.3rem;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.dialog .dialog-inner::before {
  top: 1px;
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/dialog-bg-top.png);
}
.dialog .dialog-inner::after {
  bottom: 1px;
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/dialog-bg-bottom.png);
}
.dialog .dialog-inner .dialog-line {
  width: 100%;
  height: calc(100% - 0.6rem);
  background-image: url(https://cdnzt.campuswit.com/zt/2025/ecnuPoetry/images/dialog-bg-center.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 0.3rem;
  left: 0;
  right: 0;
}
.dialog .dialog-container {
  position: relative;
  z-index: 1100;
  padding: 0.5rem 0.2rem;
}
.dialog .dialog-container .dialog-content-scroll-bar {
  max-height: 6rem;
  overflow-y: auto;
}
.dialog .dialog-container .dialog-content-scroll-bar::-webkit-scrollbar {
  display: none;
}
.dialog .dialog-container .poetry-title {
  text-align: center;
  font-size: 0.23rem;
  color: var(--primary-font-color);
  margin: 0;
}
.dialog .dialog-container .poetry-author {
  font-size: 0.17rem;
  text-align: center;
  margin: 0.1rem 0;
}
.dialog .dialog-container .poetry-content {
  text-align: center;
  font-size: 0.18rem;
}
.dialog .dialog-container .poetry-notes {
  margin-top: 0.3rem;
  background-color: #F2E9BC;
  border-radius: 0.1rem;
  font-size: 0.12rem;
  line-height: 1.5;
  padding: 0.15rem;
}
.dialog .dialog-container .poetry-notes p {
  white-space: pre-line;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  margin-top: -1em;
}
.dialog .video-container {
  margin-top: 0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.dialog .video-container video {
  width: 100%;
  display: block;
  cursor: pointer;
}
.dialog .video-container .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  pointer-events: none;
}
.dialog .video-container .video-cover .play-btn {
  pointer-events: auto;
}
.dialog .video-container .play-btn {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.dialog .video-container .play-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 0.05rem);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.15rem solid #000;
}
.dialog .video-container:not(:has(.video-cover)) video,
.dialog .video-container .video-cover[style*="display: none"] ~ video {
  z-index: 5;
}
.dialog .video-intro {
  padding-left: 0;
  margin-top: 0;
}
.dialog .video-intro .intro-item {
  display: flex;
  list-style-type: none;
  font-size: 0.16rem;
}
.dialog .video-intro .intro-item.block {
  flex-wrap: wrap;
}
.dialog .video-intro .intro-item.block .intro-item-content {
  margin-top: 0.1rem;
  width: 100%;
}
.dialog .video-intro .portry-note {
  background-color: #F2E9BC;
  border-radius: 0.1rem;
  line-height: 1.75;
  padding: 0.15rem;
  white-space: pre-line;
  text-align: center;
  font-size: 0.16rem;
}
.dialog .video-intro .portry-note .poem-title {
  font-weight: bold;
  color: #333;
  display: inline-block;
}
.dialog .video-intro .portry-note .poem-title:not(:first-child) {
  margin-top: 0.1rem;
}
.dialog .video-intro .portry-note .poetry-title {
  font-size: 0.17rem;
  font-weight: normal;
  color: #000;
  margin-top: 0.2rem;
}
.dialog .video-intro .intro-item-title {
  font-weight: bold;
  white-space: nowrap;
}
footer {
  background-color: var(--primary-background-color);
  padding: 0.37rem 0 0.5rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 544px) {
  body {
    max-width: 100%;
  }
  .banner .banner-bottom-title {
    padding: 0 0.1rem;
    bottom: 0.4rem;
    font-size: 2.5vw;
    gap: 0.1rem;
  }
  .banner .banner-bottom-title img {
    width: 8.5vw;
  }
  .banner .banner-title {
    padding-top: 0.5rem;
  }
  .banner .banner-title .logo {
    width: 1.76rem;
    margin-bottom: 0.2rem;
  }
  .banner .banner-title .title1 {
    width: 3.21rem;
  }
  .banner .banner-title .title2 {
    width: 2.68rem;
  }
  #Map {
    height: 65vw;
  }
}
