/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4947079 */
  src: url('//at.alicdn.com/t/c/font_4947079_jkyt57bjs6.woff2?t=1749898314275') format('woff2'), url('//at.alicdn.com/t/c/font_4947079_jkyt57bjs6.woff?t=1749898314275') format('woff'), url('//at.alicdn.com/t/c/font_4947079_jkyt57bjs6.ttf?t=1749898314275') format('truetype');
}
@font-face {
  font-family: 'MiSans';
  /* Project id 4947079 */
  src: url('../font/MISANS-NORMAL.woff2') format('woff2'), url('../font/MISANS-NORMAL.woff') format('woff'), url('../font/MISANS-NORMAL.TTF') format('truetype');
}
.iconfont {
  font-family: "iconfont";
  font-size: 0.16rem;
  font-style: normal;
}
.hide {
  display: none;
}
.common-nav {
  width: 100%;
  height: var(--nav-height);
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  z-index: 2;
}
.common-nav .nav-body {
  width: var(--main-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-nav .nav-logo {
  display: flex;
  align-items: center;
}
.common-nav .nav-logo img {
  width: auto;
  height: 0.4rem;
}
.common-nav .nav-list-con {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-nav .nav-list-ul {
  display: flex;
}
.common-nav .nav-list-ul > li {
  width: 1rem;
  text-align: center;
}
.common-nav .nav-list-ul a,
.common-nav .nav-list-ul .main-menu {
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.16rem;
  height: 100%;
}
.common-nav .nav-list-ul a:hover,
.common-nav .nav-list-ul .main-menu:hover {
  font-weight: bold;
}
.common-nav .nav-list-ul a:hover .sub-nav-item-list,
.common-nav .nav-list-ul .main-menu:hover .sub-nav-item-list {
  max-height: 4.2rem;
  font-weight: normal;
}
.common-nav .sub-nav-item-list {
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 5.12rem;
  padding: 0;
  background-color: var(--theme-color);
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.common-nav .sub-nav-item-list .sub-nav-body {
  padding: 0.4rem 0;
}
.common-nav .sub-nav-item-list .sub-link {
  display: flex;
  color: #ffffff;
  padding: 0.1rem 0.3rem 0.12rem 0.3rem;
  align-items: stretch;
  /* 默认，使两列高度一致，取最高列为准 */
  text-align: left;
}
.common-nav .sub-nav-item-list .sub-link:hover {
  background-color: var(--active-color);
  font-weight: normal;
}
.common-nav .sub-nav-item-list .sub-link:hover .sub-nav-img {
  opacity: 1;
}
.common-nav .sub-nav-item-list .sub-title {
  font-size: 0.28rem;
}
.common-nav .sub-nav-item-list .sub-desc {
  font-size: 0.16rem;
  margin-top: 0.04rem;
}
.common-nav .sub-nav-item-list .sub-left-con {
  flex: 1;
}
.common-nav .sub-nav-item-list .sub-right-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-nav .sub-nav-item-list .sub-right-con .sub-nav-img {
  width: 0.8rem;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.common-nav .right-icons {
  display: flex;
  align-items: center;
}
.common-nav .nav-icon-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.2rem;
}
.common-nav .nav-icon-item .iconfont {
  font-size: 0.2rem;
  color: #ffffff;
}
.common-nav .nav-icon-item:hover {
  font-weight: bold;
}
.common-nav .menu {
  display: none;
}
.common-search-con {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #171b26;
}
.common-search-con .search-body {
  width: var(--main-width);
  margin: 0 auto;
  padding: 0.4rem 0 0.5rem 0;
}
.common-search-con .search-input-con {
  width: 100%;
  height: 0.5rem;
  border-radius: 6px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.common-search-con .search-input-con .search-input {
  flex: 1;
  height: 100%;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  background-color: transparent;
}
.common-search-con .search-input-con .search-input::-moz-placeholder {
  color: #757575;
}
.common-search-con .search-input-con .search-input::placeholder {
  color: #757575;
}
.common-search-con .search-input-con .search-btn {
  width: 1.2rem;
  height: 0.4rem;
  background-color: var(--active-color);
  color: #ffffff;
  font-size: 0.16rem;
  border-radius: 4px;
  margin-right: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-search-con .recommend-body {
  display: flex;
  color: #ffffff;
  font-size: 0.16rem;
  margin-top: 0.4rem;
}
.common-search-con .recommend-body .right-con {
  flex: 1;
}
.common-search-con .recommend-body .search-link-list {
  margin-top: 0.4rem;
}
.common-search-con .recommend-body .search-link-list > a {
  display: block;
  color: #ffffff;
  margin-top: 0.1rem;
}
.common-search-con .recommend-body .search-link-list > a:hover {
  font-weight: bold;
}
.common-search-active {
  max-height: 3.7rem;
}
.empty-con {
  height: var(--nav-height);
}
.common-footer {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.8rem 0 0.5rem 0;
  background-color: #171b26;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
}
.common-footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.2s ease;
  display: inline-block;
}
.common-footer a:hover {
  color: #ffffff;
  transform: scale(1.05);
}
.common-footer .footer-content {
  width: var(--main-width);
  display: flex;
  margin: 0 auto;
}
.common-footer .left-footer .logo-con > img {
  width: auto;
  height: 0.6rem;
}
.common-footer .left-footer .copyright {
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.common-footer .left-footer .copyright > p {
  margin-top: 0.1rem;
}
.common-footer .footer-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.common-footer .footer-nav-ul {
  margin: 0 0.3rem;
}
.common-footer .footer-nav-ul > li {
  margin-bottom: 0.3rem;
}
.common-footer .footer-nav-ul > li:first-child {
  margin-bottom: 0.4rem;
}
.common-footer .right-footer .qrcode-con {
  width: 0.8rem;
  margin-top: 0.4rem;
  text-align: center;
}
.common-footer .right-footer .qrcode-con > img {
  width: 100%;
  height: auto;
}
.common-footer .right-footer .qrcode-con .text {
  margin-top: 0.1rem;
}
.common-header-banner-con {
  width: 100%;
  height: 7.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-header-banner-con .common-header-content {
  width: var(--main-width);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.common-header-banner-con .banner-text-con {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  color: #ffffff;
}
.common-header-banner-con .banner-text {
  font-size: 0.46rem;
}
.common-header-banner-con .banner-sub-text {
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.page-num-con {
  margin: 0.4rem auto 0 auto;
  display: flex;
  justify-content: center;
  width: var(--main-width);
}
.page-num-con .num-ul ul{
  display: flex;
}
.page-num-con .num-ul ul li{
  line-height: 0.34rem;
}
.page-num-con .num-ul  a {
  display: block;
  height: 0.36rem;
  padding: 0 0.2rem;
  margin: 0 0.1rem;
  text-align: center;

  background: #ffffff;
  color: #000000;
  font-size: 0.14rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  transition: all 0.3s;
}
.page-num-con .num-ul  a:hover,.page-num-con .num-ul .active a {
  color: #ffffff;
  border-color: var(--active-color);
  background: var(--active-color);
  transform: scale(1.01);
}
.page-num-con .num-ul .num {
  padding: 0 0.1rem;
}
.page-num-con .num-ul .totalPage,.page-num-con .num-ul .total{
  display: none;
}


.breadcrumb-ul {
  width: var(--main-width);
  margin: 0.4rem auto 0;
  display: flex;
}
.breadcrumb-ul > li {
  margin-right: 0.1rem;
  font-size: 0.16rem;
}
.breadcrumb-ul > li:after {
  content: " /";
}
.breadcrumb-ul > li:last-child {
  margin-right: 0;
}
.breadcrumb-ul > li:last-child:after {
  content: "";
}
.breadcrumb-ul a {
  color: #7a7a7a;
  margin:0 15px;
  display: contents;
}
.breadcrumb-ul a:hover {
  color: var(--active-color);
}
@media screen and (max-width: 768px) {
  .common-nav .nav-list-con {
    position: fixed;
    right: 0;
    top: var(--nav-height);
    width: 50vw;
    height: 100vh;
    display: block;
    background-color: var(--theme-color);
    padding: 0.2rem 0;
    z-index: 2;
    transition: all 0.5s ease;
    transform: translateX(100%);
  }
  .common-nav .active {
    transform: translateX(0);
  }
  .common-nav .nav-list-ul {
    display: block;
  }
  .common-nav .nav-list-ul > li {
    padding: 0 0.25rem;
    width: 100%;
    text-align: left;
  }
  .common-nav .nav-list-ul a,
  .common-nav .nav-list-ul .main-menu {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .common-nav .nav-list-ul a:hover,
  .common-nav .nav-list-ul .main-menu:hover {
    font-weight: bold;
    max-height: 100vh;
  }
  .common-nav .nav-list-ul .main-menu {
    height: auto;
  }
  .common-nav .menu {
    display: block;
  }
  .common-nav .sub-nav-item-list {
    position: relative;
    max-height: 100vh;
  }
  .common-nav .sub-nav-item-list .sub-nav-body {
    padding: 0;
  }
  .common-nav .sub-nav-item-list .sub-link {
    padding: 0 0 0 0.2rem;
  }
  .common-nav .sub-nav-item-list .sub-title {
    font-size: 0.16rem;
  }
  .common-nav .sub-nav-item-list .sub-desc {
    display: none;
  }
  .common-footer .footer-content {
    flex-wrap: wrap;
  }
  .common-footer .left-footer {
    width: 100%;
    text-align: center;
  }
  .common-footer .footer-nav {
    display: none;
  }
  .common-footer .right-footer {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
  }
  .common-footer .right-footer .qrcode-con {
    width: 1.2rem;
    margin: 0.4rem auto 0 auto;
    text-align: center;
  }
  .common-header-banner-con {
    height: 3.4rem;
  }
  .common-header-banner-con .banner-text-con {
    width: 100%;
    bottom: 0.8rem;
    text-align: center;
  }
}
