@charset "UTF-8";
.head-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%;
}
.head-container .text-container {
  padding: 11rem 0 0;
}
@media (max-width: 992px) {
  .head-container .text-container {
    padding: 8rem 0 0;
  }
}
.head-container .text-container h2 {
  color: #fff;
  font-family: EagleBook;
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .head-container .text-container h2 {
    font-size: 2rem;
    max-width: none;
  }
}
.head-container .text-container p {
  color: #fff;
  font-family: EagleBook;
  font-size: 2.25rem;
  font-weight: 500;
  max-width: 56rem;
}
@media (max-width: 992px) {
  .head-container .text-container p {
    font-size: 1.2rem;
  }
}
.left-container {
  box-shadow: 2px 2px 20px -3px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  width: 18.75rem;
}
.left-container .content-container {
  position: sticky;
  top: 0;
  z-index: 0;
}
.left-container .content-container h3 {
  font-family: EagleBook;
  font-size: 1.375rem;
  font-weight: 500;
}
.left-container .content-container .content-list {
  margin-top: 2rem;
  padding: 1rem;
  display: block;
  height: 90.5vh;
  margin: 0 0;
  overflow-y: auto;
  scrollbar-color: #c96 #f0e1b8;
  scrollbar-width: thin;
}
.left-container .content-container .content-list .letter {
  font-family: Inter;
  font-size: 1.25rem;
  text-align: left;
}
.left-container .content-container .content-list a {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  text-align: left;
}
.left-container .content-container .content-list a:hover {
  color: #9e0b0f;
}
.left-container .content-container .content-list a.active {
  font-family: EagleBook;
}
.left-container .content-container .content-list .list-nav {
  padding: 0.8rem 1rem;
}
.left-container .content-container .content-list .list-nav:before {
  content: "\f582";
  font-family: bootstrap-icons !important;
  font-size: 1.2rem;
  color: #9e0b0f;
  transform: rotate(45deg);
  margin-right: 1.5rem;
}
@media (max-width: 992px) {
  .right-container {
    padding: 0;
  }
}
video {
  width: 100%;
}
@media (max-width: 992px) {
  .inner-container {
    margin: 0 auto;
  }
}
.info-container {
  /* 移除按钮被点击时的背景色 */
}
.info-container:not(:last-child) {
  margin-bottom: 3rem;
}
.info-container h3 {
  font-family: EagleBook;
  font-size: 2.25rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .info-container h3 {
    font-size: 1.375rem;
    text-align: center;
  }
}
.info-container p {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 27.2px;
  text-align: left;
  margin-bottom: 0;
}
.info-container h4 {
  font-family: EagleBook;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
@media (max-width: 992px) {
  .info-container h4 {
    font-size: 1.125rem;
  }
}
.info-container .accordion-header {
  font-family: EagleBook;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 27.2px;
  text-align: left;
}
.info-container .accordion-button::after {
  content: "+";
  font-size: 1.25rem;
  color: #000000;
  background-image: none;
}
.info-container .accordion-button.collapsed::after {
  content: "+";
}
.info-container .accordion-button:not(.collapsed)::after {
  content: "-";
}
.info-container .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.info-container .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
}
.info-container .accordion-button:not(.collapsed):hover,
.info-container .accordion-button:not(.collapsed):focus {
  background-color: transparent;
}
