* {
    margin: 0;
    padding: 0;
    /* list-style: none; */
    text-decoration: none;
}
html,
body,
#app {
    height: 100%;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    /* height: 100%; */
}
.detail .container {
    height: 100%;
}
::-webkit-scrollbar {
    width: 4px; /* 滚动条宽度 */
    height: 2px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道颜色 */
}
::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块颜色 */
    border-radius: 4px; /* 滑块圆角 */
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}
.containerInner {
    /* padding-bottom: 15px;
    height: calc(100% - 15px); */
}
a:hover {
    /* color: var(--mainColor); */
}
/* 导航栏 */
#mainNav {
    position: relative;
    z-index: 100;
}
#mainNav .navOuter {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
#mainNav.navFixed .navOuter {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
#mainNav .container {
    height: var(--vp-nav-height);
}
#mainNav .navMenuWrap {
    height: 100%;
}
#mainNav .logo a {
    color: var(--vp-c-text-1);
    font-weight: bold;
    white-space: nowrap;
}
#mainNav .logo img {
    max-width: 100%;
    height: var(--vp-nav-logo-height);
}
#mainNav .navMenu {
    white-space: nowrap;
}
#mainNav .navMenuInner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: none;
}
#mainNav .navMenu > li {
    padding: 0 12px;
    display: inline-block;
}
#mainNav .navMenuSearch {
    padding-left: 12px;
    border-left: 1px solid var(--vp-c-gutter);
    position: relative;
    z-index: 2;
}
#mainNav .el-menu-item,
#mainNav .el-sub-menu__hide-arrow > div {
    border-bottom: 0 none !important;
    background: none;
}
#mainNav .navMenu > li > a,
#mainNav .navMenuSearch a,
.el-menu-item .navLink { 
    color: var(--vp-c-text-1) !important;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}
#mainNav .navMenu > li.active > a,
#mainNav .navMenu > li > a:hover,
#mainNav .navMenuSearch a:hover,
.el-menu-item.is-active .navLink,
.el-menu-item .navLink:hover {
    color: var(--mainColor) !important;
}
#mainNav .elMenuSelf {
    height: 100%;
    width: 100%;
    border-bottom: 0 none;
    background: none;
    transform: translateX(65px);
}
/* newsList */
.newsList li {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 2px solid var(--border-color-1);
    transition: all 0.3s ease-in-out;
    list-style: none;
}
.newsList li:hover {
    border-color: var(--mainColor);
}
.newsList li span {
    display: inline-block;
    width: 100%;
}
.newsList .newsTitle {
    line-height: 1.6;
    color: var(--vp-c-text-1);
    transition: all 0.3s ease-in-out;
}
.newsList a:hover .newsTitle {
    color: var(--mainColor);
}
.newsList .newsContent {
    line-height: 1.6;
    color: var(--vp-c-text-2);
}
/* 页脚 */
#footer {
    border-top: 1px solid var(--vp-c-gutter);
    line-height: 2;
    padding: 15px 0;
    color: var(--vp-c-text-2);
}
/* 页码 */
.pageInfo {
    margin: 15px 0;
    width: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
}
.pageInfo li {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ccc;
    text-align: center;
}
.pageInfo li a {
    color: #444;
    display: block;
    min-width: 12px;
}
.pageInfo li.active {
    background: #eee;
    color: #888;
    min-width: 18px;
}
.pageInfo li.pageDot{
    color: #ccc;
    border: 0 none;
}
.pageInfo .curPageInfo {
    margin-left: 15px;
}
.pageInfo .prevNext {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.pageInfo .prevNext a {
    color: #444;
    display: block;
}
.pageInfo a {
    transition: all 0.3s ease 0s;
    padding: 0 3px;
}
.pageInfo a:hover {
    background: #eee;
    color: #888;
}
/* singlePage */
.singlePage {
    max-width: 80%;
    margin: 0 auto;
}
.topBanner {
    padding: 50px 0;
}
.topBanner .title {
    line-height: 2;
}
.topBanner .linkWrap {
    padding-top: 5px;
}
.cardWrap .el-col  {
    margin-bottom: 20px;
}
.cardWrap .cardItem {
    border: 0 none;
    border-radius: 10px;
    background-color: var(--vp-c-bg-soft);
    height: 100%;
}
.cardWrap .cardTitle {
    font-weight: bold;
    line-height: 2;
    color: var(--vp-c-text-1);
    margin-bottom: 5px;
}
.cardWrap .cardDescription {
    line-height: 1.3;
    color: var(--vp-c-text-2);
}
.pageContent .markdown-body {
    color: var(--vp-c-text-1);
    line-height: 1.75;
}
.markdown-body a {
    color: var(--mainColor);
}
/* 联系列表组件 */
#DocAfterContact {
  margin: 20px 0;
}
#DocAfterContact > .title {
    font-weight: bold;
    line-height: 1.8;
    color: var(--vp-c-text-1);
    margin-bottom: 10px;
}
#DocAfterContact > .content > .tableWrap {
    overflow: auto;
}
#DocAfterContact .tableWrap > table {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 none;
    border-top: 1px solid var(--border-color-2);
    border-left: 1px solid var(--border-color-2);
    display: table;
    border-spacing: 0;
}
#DocAfterContact .tableWrap > table tr {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
}
#DocAfterContact .tableWrap > table td {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-right: 1px solid var(--border-color-2);
    border-bottom: 1px solid var(--border-color-2);
}
#DocAfterContact .tableWrap .tableCell {
    padding: 5px 10px;
    /* height: 100%; */
    /* width: 100%; */
    min-height: 43px;
    font-size: 14px;
    /* line-height: 2.3; */
    transition: all 0.3s ease-out 0s;
}
#DocAfterContact .tableWrap .tableCell.tableLine {
    border-bottom: 1px solid var(--border-color-2);
}
#DocAfterContact .tableWrap .tableCell.subTitle {
    font-weight: bold;
    color: #aaa;
}
#DocAfterContact .tableWrap .tableCell.cellHover:hover {
    background-color: #f1f1f1;
}
#DocAfterContact .tableWrap .tableCell a {
    color: var(--mainColor);
    text-decoration: underline;
}
#DocAfterContact .tableWrap .tableCell a:hover {
    color: var(--mainColor);
}
/* docDetailWrap */
.docDetailWrap {
    height: 100%;
}
/* sideBar */
.leftCate {
    position: relative;
}
#sideBarWrap {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
}
#sideBarWrap .level1 {
    padding: 10px 0 24px;
    border-top: 1px solid var(--vp-c-gutter);
}
#sideBarWrap .level1 > h2 {
    color: var(--vp-c-text-1);
    padding: 4px 0;
}
#sideBarWrap .level1 ul ul {
    display: none;
}
#sideBarWrap li {
    list-style: none;
    position: relative;
}
#sideBarWrap li a {
    transition: all 0.3s ease-in-out;
}
#sideBarWrap .parentsCate {
    line-height: 1.7;
    padding: 4px 0;
    cursor: pointer;
}
#sideBarWrap .parentsCate > a {
    color: var(--vp-c-text-2);
}
#sideBarWrap .parentsCate > span {
    color: var(--vp-c-text-3);
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg) scale(0.8);
}
#sideBarWrap .parentsCate.active > span {
    transform: rotate(90deg) scale(0.8);
}
#sideBarWrap .parentsCate:hover > a,
#sideBarWrap .parentsCate:hover > span {
    color: var(--vp-c-text-1);
}
#sideBarWrap .parentsCate > ul li > a {
    color: var(--vp-c-text-2);
}
#sideBarWrap .cateLink > a:hover,
#sideBarWrap li.active a {
    color: var(--mainColor);
}
#sideBarWrap li.active::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 70%;
    background-color: var(--mainColor);
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}
#sideBarWrap .parentsCate + ul.active {
    display: block;
    padding-left: 15px;
    border-left: 1px solid var(--vp-c-gutter);
}
/* sideBarMobBtn */
.sideBarMobBtn {
    display: none;
    height: var(--vp-nav-height);
}
.sideBarMobBtnIn {
    height: 100%;
    background-color: #fff;
    position: relative;    
    color: var(--vp-c-text-2);    
    padding: 0 15px;
    margin-bottom: 15px;
}
.sideBarMobBtn.navFixed .sideBarMobBtnIn {
    position: fixed;
    height: var(--vp-nav-height);
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;   
}
.sideBarMobBtn .leftMenu,
.sideBarMobBtn .rightMenu {
    cursor: pointer;
}
.sideBarMobBtn .leftMenu > span {
    margin-right: 5px;
}
.sideBarMobBtn .rightMenu > span {
    margin-left: 5px;
}
.contBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -103;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px); /* 背景模糊效果 */
    -webkit-backdrop-filter: blur(0px); /* Safari兼容 */
    opacity: 0;
}
.contBg.activeBg {
    opacity: 1;
    z-index: 103;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px); /* 背景模糊效果 */
    -webkit-backdrop-filter: blur(10px); /* Safari兼 */
}
/* newsDetail */
.newsDetail {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 48px);
    padding: 24px;
}
/* .newsDetail .leftCont {
    padding-right: 24px !important;
} */
.newsDetail .rightCont {
    position: relative;
}
.newsDetail .detailContent {
    /* padding: 24px; */
}
.newsDetail .detailContent h1 {
    border-bottom: 0 none;
}
.newsDetail .detailContent h2 {
    margin: 48px 0 16px;
    padding-top: 24px;
    border-top: 1px solid var(--borderColor-muted);
    border-bottom: 0 none;
}
.newsDetail .footUpdateTime {
    color: var(--vp-c-text-2);
    margin-top: 40px;
    margin-bottom: 14px;
    line-height: 4;
    border-bottom: 1px solid var(--vp-c-gutter);
}
.newsDetail .prevNextCate > div {
    width: 45%;
}
.newsDetail .prevNextCate a {
    display: inline-block;
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid var(--vp-c-gutter);
    transition: all 0.3s ease-in-out;
    color: var(--vp-c-text-2);
    border-radius: 5px;
}
.newsDetail .prevNextCate a:hover {
    border-color: var(--mainColor);
    color: var(--mainColor);
}
/* lightgallery */
#lightgallery img {
    cursor: zoom-in;
    display: block;
}
/* sideBarRight */
.sideBarRight {
  border-left: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
}
.sideBarRight .detailTitle {
    color: var(--vp-c-text-1);
    font-weight: bold;
    line-height: 2;
    padding-left: 20px;
}
.sideBarRight .detailTitleList {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
}
.sideBarRight li {
    list-style: none;
    position: relative;
}
.sideBarRight li::before {
    content: '';
    display: block;
    width: 2px;
    height: 0;
    background-color: var(--mainColor);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.sideBarRight li.active::before {
    height: 100%;
}
.sideBarRight li a {
    color: var(--vp-c-text-2);
    line-height: 2;    
}
.sideBarRight li.active a,
.sideBarRight li a:hover {
    color: var(--vp-c-text-1);
}
/* sitemap */
url {
    margin-bottom: 10px;
}
url,
url loc,
url lastmod {
    display: block;
}