html {
  font-size: 16px;
}
* {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-content {
  max-width: calc(100vw - 30px);
}
.article-content img {
  max-width: 100%;
}
.article-content p,
.article-content span {
  text-wrap-mode: unset!important;
  text-wrap: wrap!important;
}
table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table tr td,
table tr th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
a:hover {
  text-decoration: none;
}
/* 适用于 2 行文本溢出显示省略号 */
.line2 {
  display: -webkit-box;
  line-clamp: 2;
  /* 限制显示的行数 */
  -webkit-line-clamp: 2;
  /* 结合 box 模型实现行数限制 */
  -webkit-box-orient: vertical;
  /* 溢出隐藏 */
  overflow: hidden;
  /* 可选：设置文本换行规则，避免单词截断异常 */
  word-break: break-all;
  /* 可选：固定高度（根据行高调整，确保刚好容纳2行） */
  line-height: 1.5;
  /* 与 Bootstrap 默认行高一致 */
}
/* 全局样式 */
body {
  font-family: '微软雅黑', MicrosoftYaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, Source Sans Pro, Arial, sans-serif, system-ui;
}
.container-fluid {
  max-width: 1560px;
}
/* 导航栏样式 */
.com-navbar {
  padding: 20px 0;
}
.com-navbar.navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.com-navbar.navbar-pc-line {
  border-bottom: 1px solid #ededed;
}
.com-navbar .navbar-brand {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-right: 28px;
  padding: 0;
}
.com-navbar .navbar-brand img {
  width: 143px;
}
.com-navbar .navbar-collapse {
  align-self: stretch;
}
.com-navbar .navbar-nav {
  height: 100%;
}
.com-navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0 22px;
}
.com-navbar .navbar-nav .nav-item.active .nav-link {
  color: #cca352;
}
.com-navbar .navbar-nav .nav-item.active .nav-link::before {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #cca352;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
}
.com-navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.com-navbar .navbar-nav .nav-link {
  height: 100%;
  white-space: nowrap;
  color: #000000;
  padding: 0;
  font-size: 18px;
  transition: color 0.2s;
  font-weight: bold;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
}
.com-navbar .navbar-nav .nav-link:hover {
  color: #cca352;
}
.com-navbar .navbar-nav .nav-link .label-icon {
  margin-right: 0.25rem;
}
.com-navbar .navbar-nav .nav-link .label-icon.hot-label {
  position: absolute;
  top: -4px;
}
.com-navbar .navbar-nav .nav-link .label-icon img {
  height: 16px;
  font-size: 0;
  display: block;
}
.com-top-navbar-placeholder {
  height: 90px;
}
.com-side-top {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
}
.com-side-top img {
  cursor: pointer;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 30px 0 rgba(64, 74, 127, 0.1);
}
.pagination {
  justify-content: center;
}
.pagination li {
  color: #ccb852;
  border: none;
  margin: 0 0.25rem;
  font-size: 0.875rem;
  border-radius: 4px;
  font-weight: 700;
  background-color: #faf8ed;
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.pagination li:first-child,
.pagination li:last-child {
  border: solid 1px #e5ce5c;
}
.pagination li > span {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
}
.pagination li a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #ccb852;
}
.pagination li.active {
  background-color: #e6cf5c;
  border-radius: 0.625rem;
  color: #000000;
}
.pagination li:hover {
  background-color: #f5f5f5;
  color: #333;
  border-color: transparent;
}
.com-text-hover {
  transition: all 0.3s ease;
}
.com-text-hover:hover {
  color: #d4af37 !important;
}
.com-translateY-hover {
  transition: all 0.3s ease;
}
.com-translateY-hover:hover {
  transform: translateY(-5px);
}
.com-block-hover {
  transition: all 0.3s ease;
}
.com-block-hover:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.com-img-hover {
  transition: all 0.3s ease;
}
.com-img-hover:hover {
  transform: scale(1.02);
}
/* 公共底部 */
.com-footer {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #ededed;
}
.com-footer .comfooter-top h1 {
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
}
.com-footer .comfooter-top p {
  font-size: 12px;
  color: #808080;
  margin-bottom: 25px;
  line-height: 1;
}
.com-footer .comfooter-left .comfooter-logo img {
  width: 66px;
  display: block;
}
.com-footer .comfooter-left .comfooter-desc {
  margin-left: 41px;
}
.com-footer .comfooter-left .comfooter-desc ul {
  margin-bottom: 0;
}
.com-footer .comfooter-left .comfooter-desc ul li {
  margin-right: 20px;
  font-size: 14px;
  color: #000000;
}
.com-footer .comfooter-left .comfooter-desc ul li a {
  color: #000000;
  line-height: 1;
}
.com-footer .comfooter-left .comfooter-desc ul li a:hover {
  color: #d4af37;
}
.com-footer .comfooter-left .comfooter-desc ul li:last-child {
  margin-right: 0;
}
.com-footer .comfooter-right .comfr-li {
  margin-right: 129px;
}
.com-footer .comfooter-right .comfr-li:last-child {
  margin-right: 0;
}
.com-footer .comfooter-right .comfr-li:last-child p {
  margin-bottom: 16px;
}
.com-footer .comfooter-right .comfr-li:last-child > div a {
  margin-right: 20px;
}
.com-footer .comfooter-right .comfr-li:last-child > div a:last-child {
  margin-right: 0;
}
.com-footer .comfooter-right .comfr-li:last-child > div img {
  width: 30px;
  height: 30px;
  display: block;
}
.com-footer .comfooter-right .comfr-li h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
  line-height: 1;
}
.com-footer .comfooter-bootom {
  margin-top: 45px;
  padding: 14px 21px;
  border-radius: 100px;
  background-color: #f7f7f7;
  font-size: 12px;
  line-height: 1;
  color: #666666;
}
.com-footer .comfooter-bootom a {
  line-height: 1;
  color: #666666;
  margin: 0 25px;
}
.com-footer .comfooter-bootom a:last-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .com-pop-lock-body {
    overflow: hidden;
  }
  .com-top-navbar-placeholder {
    height: 4rem;
  }
  .com-navbar {
    padding: 0.77rem 1.15rem 0.81rem 0.85rem;
  }
  .com-navbar .navbar-brand img {
    width: 6.58rem;
  }
  .com-navbar .navbar-menu .icon-menu-navbar {
    width: 1.54rem;
  }
  .com-navbar .navbar-menu .icon-close-navbar {
    width: 1.12rem;
  }
  .wap-navbar-wrap {
    transition: all 0.3s;
    position: fixed;
    z-index: 1000;
    width: 100vw;
    top: 0;
    left: 100%;
    bottom: 0;
    background-color: #fff;
  }
  .wap-navbar-wrap.show {
    left: 0;
  }
  .wap-navbar-wrap .wap-navbar-list {
    padding: 1.15rem 2.3rem 0;
    display: flex;
    flex-wrap: wrap;
  }
  .wap-navbar-wrap .wap-navbar-list li {
    display: inline-block;
    margin-right: 2.48rem;
    margin-bottom: 0.52rem;
  }
  .wap-navbar-wrap .wap-navbar-list li:nth-child(4n) {
    margin-right: 0;
  }
  .wap-navbar-wrap .wap-navbar-list li img {
    display: block;
    width: 4.62rem;
    height: 4.62rem;
  }
  .wap-navbar-wrap .wap-navbar-list li p {
    font-size: 0.92rem;
    color: #000000;
    text-align: center;
    margin-top: 0.9rem;
  }
  .wap-navbar-wrap .wap-navbar-footer {
    padding: 2.19rem 2.8rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .wap-navbar-wrap .wap-navbar-footer a {
    display: block;
    font-size: 0.92rem;
    color: #000000;
  }
  .com-footer {
    padding-top: 2.31rem;
    margin-top: 3rem;
  }
  .com-footer .comfooter-top h1 {
    font-size: 1.38rem;
    margin-bottom: 0.77rem;
  }
  .com-footer .comfooter-top p {
    font-size: 0.77rem;
    margin-bottom: 1.5rem;
  }
  .com-footer .comfooter-right {
    margin-top: 3.08rem;
  }
  .com-footer .comfooter-right .comfr-li {
    margin-right: 0;
  }
  .com-footer .comfooter-right .comfr-li h2 {
    font-size: 1.54rem;
  }
  .com-footer .comfooter-right .comfr-li:last-child p {
    margin-bottom: 0.96rem;
  }
  .com-footer .comfooter-bootom {
    margin-top: 2.46rem;
  }
}
