.top-nav {
  height: auto !important;
}

#container .top-nav .wrap {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 36px 9px !important;
  box-sizing: border-box;
}

.top-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0;
  gap: 12px 48px;
}

.top-nav li {
  flex: 0 0 auto;
  height: auto;
  margin-left: 0;
  list-style: none;
}

.top-nav a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: auto !important;
  padding: 0 12px;
  height: 40px !important;
  background: none !important;
  background-image: none !important;
  text-indent: 0 !important;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", "Source Han Sans SC", "Heiti SC", sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
  color: #fff !important;
  white-space: nowrap;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.18s ease;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: #d79231 !important;
}

/* PC 侧边栏改为右侧停靠 */
.left-bar {
  left: auto !important;
  right: 0 !important;
}

.left-bar.no {
  left: auto !important;
  right: -216px !important;
}

.left-bar .fold,
.left-bar .unfold {
  left: -33px !important;
  right: auto !important;
}

/* PC 底部国内常规信息 */
.xdyx-legal-footer {
  margin: 10px auto 0;
  width: 1200px;
  max-width: calc(100% - 40px);
  text-align: center;
  color: #8f8f8f;
  font-size: 15px;
  line-height: 1.65;
}

.xdyx-legal-footer p {
  margin: 0 0 3px;
}

.xdyx-legal-footer a {
  color: #8f8f8f;
}

.xdyx-legal-footer a:hover {
  color: #cfcfcf;
}

.xdyx-legal-footer span {
  display: inline-block;
  margin: 0 5px;
}

.xdyx-legal-footer .xdyx-legal-links {
  margin-bottom: 3px;
}

.xdyx-legal-footer .xdyx-legal-links a {
  white-space: nowrap;
}
