@charset "UTF-8";
.page-detail {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.page-detail .hlx-detail-title {
  font-size: 32px;
  color: #2b2b2b;
  text-align: center;
  line-height: 2;
  padding: 0 40px;
  white-space: normal; /* 默认值，允许文本换行 */
  word-wrap: break-word; /* 允许长单词或URL在边界处强制换行 */
  word-break: break-all; /* 允许在单词内换行（适合包含大量非英文文本的场景） */
}
.page-detail .hlx-detail-info {
  margin-top: 40px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
}
.page-detail .hlx-detail-info .hlx-detail-info-item {
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.page-detail .hlx-detail-info .hlx-detail-info-item .detail-info-icon {
  width: 12px;
  height: 14px;
  background-image: url("../images/icon/detail-info-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.page-detail .hlx-detail-line {
  margin: 40px 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #8b2a27, #8b2a27 4px, transparent 4px, transparent 8px);
}
.page-detail .hlx-detail-content {
  flex: 1 0 auto;
  white-space: normal; /* 默认值，允许文本换行 */
  word-wrap: break-word; /* 允许长单词或URL在边界处强制换行 */
  word-break: break-all; /* 允许在单词内换行（适合包含大量非英文文本的场景） */
  background: url("../images/bg/detail-content.png") center bottom/contain no-repeat, white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #1c1c1c;
  line-height: 1.5;
}
.page-detail .hlx-detail-content img {
  width: 100%;
}

@media (max-width: 768px) {
  .page-detail .hlx-detail-title {
    font-size: 24px;
    padding: 0 20px;
    line-height: 1.5;
  }
  .page-detail .hlx-detail-info {
    margin-top: 20px;
    font-size: 14px;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -ms-flex-pack: start;
    align-items: center;
    -ms-flex-align: center;
  }
  .page-detail .hlx-detail-info .hlx-detail-info-item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-detail .hlx-detail-content {
    font-size: 16px;
    padding: 20px;
  }
}
.hlx-open-archive-detail-carousel-img-group {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-open-archive-detail-carousel-img-group .next-arrow,
.hlx-open-archive-detail-carousel-img-group .prev-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hlx-open-archive-detail-carousel-img-group .prev-arrow {
  background: url("../images/icon/prev-arrow.png") center center/contain no-repeat;
  margin-right: 20px;
}
.hlx-open-archive-detail-carousel-img-group .next-arrow {
  background: url("../images/icon/next-arrow.png") center center/contain no-repeat;
  margin-left: 20px;
}
.hlx-open-archive-detail-carousel-img-group .slickjs-box {
  width: 650px;
  height: 900px;
  overflow: hidden;
}
.hlx-open-archive-detail-carousel-img-group .slickjs-box .slickjs-item {
  width: 650px;
  height: 900px;
  object-fit: contain;
}

.hlx-open-archive-detail-table .row {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #8b2a27;
  border-left: 1px solid #8b2a27;
  border-right: 1px solid #8b2a27;
}
.hlx-open-archive-detail-table .row .label {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: bold;
  padding: 10px;
  width: 200px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-open-archive-detail-table .row .value {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  border-left: 1px solid #8b2a27;
  padding: 10px;
  font-size: 20px;
  color: #2b2b2b;
}
.hlx-open-archive-detail-table .row:last-child {
  border-bottom: 1px solid #8b2a27;
}

@media (max-width: 768px) {
  .hlx-open-archive-detail-carousel-img-group .slickjs-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .hlx-open-archive-detail-carousel-img-group .slickjs-box .slickjs-item {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
  .hlx-open-archive-detail-table {
    overflow: scroll;
  }
  .hlx-open-archive-detail-table .row {
    min-width: 800px;
  }
}
.hlx-detail-img-group {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hlx-detail-img-group .prev-arrow-box {
  width: 40px;
  height: 40px;
  margin-right: 40px;
}
.hlx-detail-img-group .next-arrow-box {
  width: 40px;
  height: 40px;
  margin-left: 40px;
}
.hlx-detail-img-group .next-arrow,
.hlx-detail-img-group .prev-arrow {
  display: block;
  width: 40px;
  height: 40px;
}
.hlx-detail-img-group .prev-arrow {
  background: url("../images/icon/prev-arrow.png") center center/contain no-repeat;
}
.hlx-detail-img-group .next-arrow {
  background: url("../images/icon/next-arrow.png") center center/contain no-repeat;
}
.hlx-detail-img-group .img-box {
  width: 650px;
  height: 650px;
  overflow: hidden;
}
.hlx-detail-img-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

@media (max-width: 768px) {
  .hlx-detail-img-group .img-box {
    width: auto;
    height: 300px;
  }
}
#pdf-viewer-group {
  margin: 40px 0;
}
#pdf-viewer-group .pdf-viewer-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 40px;
}
#pdf-viewer-group .pdf-viewer-item:last-child {
  margin-bottom: 0;
}
#pdf-viewer-group .pdf-viewer-item .pdf-viewer-canvas {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#pdf-viewer-group .pdf-viewer-item .pdf-control {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 30px;
  gap: 20px;
}
#pdf-viewer-group .pdf-viewer-item .pdf-control button {
  padding: 10px 24px;
  font-size: 16px;
  color: #fff;
  background-color: #8b2a27;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#pdf-viewer-group .pdf-viewer-item .pdf-control button:hover:not(:disabled) {
  background-color: #6b1f1c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
#pdf-viewer-group .pdf-viewer-item .pdf-control button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}
#pdf-viewer-group .pdf-viewer-item .pdf-control .pdf-control-page-number {
  font-size: 16px;
  color: #8b2a27;
  font-weight: 500;
  min-width: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  #pdf-viewer-group {
    margin: 20px 0;
  }
  #pdf-viewer-group .pdf-viewer-item {
    margin-bottom: 30px;
  }
  #pdf-viewer-group .pdf-viewer-item .pdf-control {
    margin-top: 20px;
    gap: 15px;
  }
  #pdf-viewer-group .pdf-viewer-item .pdf-control button {
    padding: 8px 16px;
    font-size: 14px;
  }
  #pdf-viewer-group .pdf-viewer-item .pdf-control .pdf-control-page-number {
    font-size: 14px;
    min-width: 50px;
  }
}