@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@keyframes shake {
  50% {
    transform: scale(1.1);
  }
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: Montserrat-Medium;
}
html,
body {
  overflow-x: hidden;
  background: #1A1A1B;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
html.overHide,
body.overHide {
  overflow: hidden;
}
.h-kong {
  display: none;
}
.banners {
  position: relative;
}
.banners img {
  width: 100%;
}
.banners .posBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banners .posBox .title {
  font-size: 5.2vw;
  color: var(--active-color);
}
.banners .posBox .dian {
  display: flex;
  margin-top: 14px;
}
.banners .posBox .dian span {
  width: 24px;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: var(--active-color);
  margin-right: -7px;
}
.banners .posBox .dian span:first-child {
  opacity: 0.25;
}
.banners .posBox .dian span:nth-child(2) {
  opacity: 0.5;
}
.breadcrumbs {
  padding: 34px 0;
  background: #202020;
}
.breadcrumbs > div {
  gap: calc(var(--w-padding)/2);
}
.breadcrumbs .location {
  gap: 6px;
  flex-wrap: nowrap;
  max-width: 100%;
}
.breadcrumbs .location .label {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: Montserrat-Light;
}
.breadcrumbs .location .label:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.breadcrumbs .location a:hover {
  color: var(--active-color);
}
.breadcrumbs .location .icon1 {
  width: 18px;
}
.breadcrumbs .location .icon2 {
  width: 20px;
}
.breadcrumbs .location img {
  pointer-events: none;
  user-select: none;
}
.breadcrumbs .links {
  gap: 10px calc(var(--w-padding));
}
.breadcrumbs .links a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs .links a.active,
.breadcrumbs .links a:hover {
  color: var(--active-color);
}
.pageType span {
  position: relative;
  font-size: 2.92vw;
  color: var(--active-color);
}
.pageType span::after {
  position: absolute;
  content: '';
  width: 31%;
  height: 0.2em;
  max-width: 190px;
  right: 0;
  bottom: 0.2em;
  background: linear-gradient(90deg, var(--active-color) 0%, #0000 100%);
}
.ggMore {
  position: relative;
  border-radius: 28px;
  /* 圆角半径 */
  background: transparent;
  /* 背景完全透明 */
  z-index: 1;
  color: var(--deputy-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 46px;
  column-gap: 32px;
  transition: column-gap 0.3s;
}
.ggMore::before {
  content: '';
  position: absolute;
  inset: -5px;
  /* 向外扩展 2px，对应边框粗细 */
  border-radius: inherit;
  /* 继承父元素圆角 */
  padding: 5px;
  /* 边框宽度，需与 inset 数值一致 */
  background: linear-gradient(90deg, var(--deputy-color), #0000);
  /* 渐变颜色 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  /* 关键：挖空中间区域，仅留边框 */
  z-index: -1;
  /* 置于文字下方 */
  pointer-events: none;
  /* 不阻挡点击事件 */
}
.ggMore .label {
  font-size: 18px;
  font-family: Montserrat-SemiBold;
}
.ggMore .icon {
  font-size: 38px;
}
.ggMore:hover {
  column-gap: 18px;
}
.ggMore:hover {
  --deputy-color: var(--active-color);
}
#h-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  --page-height: 36px;
}
#h-pages .h-count {
  width: auto;
  padding: 0 12px;
}
#h-pages span {
  font-size: 24px;
  color: var(--deputy-color);
  min-width: var(--page-height);
  font-family: Montserrat-Light;
  text-align: center;
  user-select: none;
  position: relative;
  z-index: 2;
}
#h-pages span i {
  font-size: 24px;
}
#h-pages span.dian {
  background: none;
  box-shadow: none;
}
#h-pages span.prevPage:hover,
#h-pages span.nextPage:hover {
  color: var(--active-color);
}
#h-pages span.prevPage:hover::after,
#h-pages span.nextPage:hover::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h-pages span.tcdNumber:hover {
  color: var(--active-color);
}
#h-pages span.tcdNumber:hover::after {
  box-shadow: 0 0 0 1px var(--active-color);
}
#h-pages span.current {
  font-size: 30px;
  color: var(--active-color);
}
#h-pages span.current::after {
  background-color: var(--active-color);
  box-shadow: 0 0 0 1px var(--active-color);
}
#h-pages form {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 10px;
}
#h-pages form input {
  font-size: 13px;
  font-weight: 350;
  color: #71747B;
  margin-left: 5px;
  padding: 0 4px;
  width: 44px;
  height: var(--page-height);
  box-shadow: inset 0 0 0 1px #E5E5E5;
  background: none;
  text-align: center;
}
#h-pages form input.submit-input {
  cursor: pointer;
}
#h-pages form input.submit-input:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px var(--active-color2);
  background-color: var(--active-color2);
}
#h-pages .tcdNumber,
#h-pages .h-btn {
  cursor: pointer;
}
#h-mask,
.h-mask {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
}
.fmsgBox {
  display: flex;
  align-items: center;
  background-color: var(--active-color);
}
.fmsgBox .item {
  flex: 1;
  text-align: center;
  padding: 10px 40px;
  border-left: 1px solid rgba(50, 15, 0, 0.3);
}
.fmsgBox .item .icon img {
  width: 56px;
}
.fmsgBox .item .label {
  margin-top: 15px;
  font-size: 22px;
  color: #320F00;
  line-height: calc(27/22);
  height: calc(27/22*2em);
}
@media screen and (max-width: 1024px) {
  .ggMore {
    height: 38px;
    width: 150px;
    column-gap: 22px;
  }
  .ggMore .label {
    font-size: 16px;
  }
  .ggMore .icon {
    font-size: 24px;
  }
  .ggMore::before {
    padding: 3px;
  }
  .ggMore:hover {
    column-gap: 14px;
  }
  .fmsgBox {
    flex-wrap: wrap;
    row-gap: calc(var(--w-padding)/2);
  }
  .fmsgBox .item {
    width: 50%;
    flex: unset;
  }
  .banners .posBox .dian {
    margin-top: 7px;
  }
  .banners .posBox .dian span {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fmsgBox .item {
    padding: 10px calc(var(--w-padding)/2);
  }
  .fmsgBox .item .label {
    font-size: 18px;
  }
  .breadcrumbs {
    padding: calc(var(--w-padding)/2) 0;
  }
  .breadcrumbs .location {
    gap: 3px;
  }
  .breadcrumbs .location img {
    width: 16px;
  }
  .breadcrumbs .location .label {
    font-size: 16px;
  }
  .breadcrumbs .links {
    gap: 10px 15px;
  }
  .breadcrumbs .links a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .h-kong {
    display: block;
  }
  #h-pages {
    margin-top: 15px;
    column-gap: 12px;
  }
  #h-pages span {
    font-size: 14px;
  }
  #h-pages span.current {
    font-size: 16px;
  }
  #h-pages span i {
    font-size: 16px;
  }
  #h-pages {
    --page-height: 20px;
  }
  #h-pages span.page-item,
  #h-pages form {
    display: none;
  }
  .fmsgBox {
    padding: 0 calc(var(--w-padding)/2);
    gap: 0;
  }
  .fmsgBox .item {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #320F00;
    padding: calc(var(--w-padding)/2) 0;
    column-gap: 10px;
  }
  .fmsgBox .item:last-child {
    border: none;
  }
  .fmsgBox .item .icon img {
    width: 40px;
  }
  .fmsgBox .item .label {
    height: auto;
    margin: 0;
    flex: 1;
    font-size: 16px;
  }
  .banners .posBox .title {
    font-size: 24px;
  }
  .banners .posBox .dian {
    margin-top: 3px;
  }
  .banners .posBox .dian span {
    width: 12px;
    margin-right: -4px;
  }
  .pageType span {
    font-size: 20px;
  }
  .ggMore {
    height: 34px;
  }
}
