/* 首页和头尾公共样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    line-height: 1.3;
    /* font-weight: 700; */
    /* color: #010101; */
    color: #333333;
    word-break: break-word;
    font-weight: 500;
    /* font-family: 'Cormorant Garamond', 'Times', serif; */
}

/* 顶部导航栏样式 */
.layout {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: #0e0e10;
    margin: 0px auto;
}

/*========== 公共header=========*/
.entry-header {
    background-position: center center;
    background-size: cover;
    border-bottom: 1px solid #ebebeb;
    height: 180px;
    position: relative;
}

#site-header .graceful-wrap-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.site-branding {
    line-height: 1;
    text-align: center;
}

.site-branding a {
    background: transparent;
    color: #000;
    display: inline-block;
    font-family: 'Cormorant Garamond', 'Times', serif;
    font-size: 54px;
    line-height: 1;
    padding: 8px;
}

.site-branding a.logo-img {
    padding: 0 !important;
}

.logo-img img {
    width: 250px;
    height: 80px;
}

.site-description {
    color: #000;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 5px;
}

#nav {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    z-index: 1100 !important;
}

#nav .navigation-socials {
    padding-top: 3px;
    position: absolute;
    right: 75px;
    top: 0;
}

#nav>div {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.nav a {
    font-size: 12px;
    line-height: 40px;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
}

.nav a:first-child {
    margin-left: 0;
}

#site-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    margin-left: 5px;
    padding: 0 16px;
    position: relative;
}

#site-menu li a:first-child {
    margin-left: 0;
}

#site-menu li:first-child a {
    padding-left: 0px;
}

#site-menu li:last-child a {
    padding-right: 0px;
}

#site-menu .sub-menu {
    width: 240px;
}

#site-menu .sub-menu>li>a {
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
}

#site-menu .sub-menu>li>a:hover {
    background-color: #fafafa;
}

#site-menu {
    width: auto;
}

#site-menu li {
    position: relative;
    cursor: pointer;
}

#site-menu>li {
    display: inline-block;
    list-style: none;
}

#site-menu>li>a {
    display: block;
    text-decoration: none;
}

#site-menu ul ul {
    left: 100%;
    top: 0;
}

.responsive-menu-wrapper {
    display: none;
}

.responsive-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    font-size: 18px;
    line-height: 60px;
    padding: 0 15px;
}

#responsive-menu li {
    position: relative;
    text-align: center;
    width: 100%;
}

#responsive-menu li a {
    display: block;
    position: relative;
    z-index: 5;
}

#responsive-menu li.menu-item-has-children>a {
    display: inline-block;
}

#responsive-menu .sub-menu {
    display: none;
}

#responsive-menu .sub-menu>li .sub-menu-butn-icon {
    padding-top: 13px;
}

.sub-menu-btn {
    height: 60px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sub-menu-butn-icon {
    background: none;
    border: none;
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    padding: 14px 8px;
    padding-top: 16px;
    vertical-align: top;
}

#responsive-menu li {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    /* line-height: 50px; */
    line-height: 40px;
    text-transform: uppercase;
}

#responsive-menu .sub-menu>li {
    background: #eee;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 40px;
}

#responsive-menu .sub-menu>li li {
    background: #e1e1e1;
}

#responsive-mleftenu .sub-menu>li li a {
    border-: 1px solid darkgray;
    display: inline-block;
    line-height: 12px;
    padding-left: 10px;
}

#responsive-menu .sub-menu>li button {
    line-height: 12px;
}


/*======== Search =========*/

.nav-search {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 2;
}

.nav-search-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 44px;
    position: relative;
}


.graceful-search-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.graceful-search {
    background-color: #fff;
    border-radius: 4px;
    left: 50%;
    max-width: 400px;
    padding: 4px 5px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.close-graceful-search {
    float: left;
    margin: 6px 0px;
}

.site-menu-wrapper {
    margin-right: 110px;
}

.graceful-search-overlay.is-active {
    display: block;
    opacity: 1;
    /* 设置完全不透明 */
}

.search_form {
    background: #ffffff;
    display: block;
    float: left;
}

.reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.graceful-search input {
    width: 183px;
    border: 1px solid #aaa;
    float: left;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    background: #fff;
}

.graceful-search .searchsubmit {
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 27px;
    letter-spacing: 1px;
    margin: 4px 8px;
    padding: 5px 8px;
    text-align: center;
    width: auto;
}

/*========== 公共header =======**/
main {
    max-width: 1160px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 20px 20px;
}


.home-page {
    height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.page01 {
    padding: 20px 20px 20px 20px;

}

.owl-stage {
    transform: translate3d(0px, 0px, 0px);
    transition: all;
    width: 2800px;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}

.owl-item {
    float: left;
    width: 520px;
    margin-right: 40px;
}

.owl-item .slide-item {
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

.graceful-wrap-container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}

.image-overlay {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
}

.image-overlay a {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}

.graceful-wrap-outer {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.graceful-wrap-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.graceful-info {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    box-sizing: border-box;
}

.graceful-title {
    font-family: 'Cormorant Garamond', 'Times', serif;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 44px;
    margin: 0 0 15px 0;
}

.read-more a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffffcc;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0 25px;
    text-transform: uppercase;
    margin: 0 auto;
}


.owl-nav {
    background-color: #f3f3f3;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 932px;
    text-align: center;
    width: 100%;
}

.owl-nav button {
    display: inline-block;
    background: transparent !important;
}

.owl-prev {
    border: none;
    border-radius: 0;
    margin-right: 20px;
    margin-top: 23px;
    padding-right: 20px;
    position: relative;
}

.owl-prev span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 40px;
}

.owl-prev::after {
    background: rgba(0, 0, 0, 0.5);
    border-radius: unset;
    content: "";
    height: 2px;
    position: absolute;
    right: 8px;
    top: 26px;
    width: 20px;
}

.owl-next {
    border: none;
    border-radius: 0;
    margin-left: 20px;
    margin-top: 23px;
    padding-left: 20px;
    position: relative;
}

.owl-next span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 40px;
}

.owl-next::after {
    background: rgba(0, 0, 0, 0.5);
    border-radius: unset;
    content: "";
    height: 2px;
    position: absolute;
    right: 13px;
    top: 26px;
    width: 20px;
}

.owl-nav button:disabled span {
    color: #C6C6C6;
    /* 禁用时的颜色 */
}

.owl-nav button:disabled::after {
    background: #C6C6C6;
    /* 禁用时的横线颜色 */
}

.owl-dots {
    display: none;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #D6D6D6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity .2s ease;
    width: 10px;
}

.page02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 10px;
    min-height: 300px;
    margin: 0 auto;
}


.content-column {
    padding: 3px;

}

.content-column li {
    margin-bottom: 50px;
}

.clear-fix:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.content-wrap {
    width: -webkit-calc(100% - 307px);
    /* float: left; */
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    scroll-behavior: smooth;
    /* 滚动平滑 */
    transition: overflow-y 0.3s ease;
    /* overflow变化时过渡 */

}

.content-wrap:hover {
    overflow-y: auto;
}

/* .content-wrap::before,
.content-wrap::after {
    content: '';
    position: absolute;
    top: 0; 
    right: 0;
    background-color: #555555; 
} */

/* 短竖线 */
/* .content-wrap::before {
    width: 3px;
    height: 5%; 
} */

/* 长竖线 */
/* .content-wrap::after {
    width: 1px;
    height:15%; 
} */
.content-column li {
    margin-bottom: 50px;
}

.content-column article {
    display: flex;
    overflow: hidden;
    height: 400px;
}

.post-image-col {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    /* 添加平滑过渡效果 */
}

.post-image-col .site-images {
    height: 400px;
}

.site-images>a {

    display: block;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.site-images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.site-images {
    height: 100%;
    margin: 0;
}

.site-images img {
    margin: 0 auto;
}


.clear-fix:after {
    clear: both;
    content: "";
    display: table;
    table-layout: fixed;
}

.content-post {
    transition: none;
    border-bottom: none;
}

.content-post:hover {
    transform: none;
    border-bottom: none;
}


/*==========首页============*/
.sidebar-right-wrap {
    position: static;
    width: 307px;
    height: 446.797px;
    position: sticky;
    top: 20px;
    padding-left: 37px;
}

.sidebar-right {
    margin-top: 15px;
    padding-left: 20px;
}

.graceful-widget {
    margin-bottom: 40px;
    overflow: hidden;
}

.graceful-widget input[type="text"] {
    border: #e8e8e8 1px solid;
    font-size: 12px;
    padding: 11px;
    width: 100%;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.graceful-widget {
    margin-bottom: 40px;
    overflow: hidden;
}

.graceful-widget h2,
.graceful-widget .widget-title {
    border-bottom: 1px solid #16b7cc;
}

.graceful-widget .widget-title {
    background: none;
    border-bottom: 1px solid #16b7cc;
}

.graceful-widget .widget-title {
    border-bottom: 1px solid #16b7cc;
    margin-bottom: 20px;
    overflow: visible;
}

.graceful-widget .widget-title h2::before {
    display: none;
}

.graceful-widget .widget-title h2::after {
    display: none;
}

.graceful-widget .widget-title::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #aaaaaa;
    bottom: -9px;
    content: "";
    height: 0;
    left: 49%;
    position: absolute;
    width: 0;
}

.graceful-widget h2::after {
    border-top: 8px solid #16b7cc !important;
}

.graceful-widget h2 {
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    color: #030303;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: visible;
    padding: 7px 5px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.graceful-widget h2::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ddd;
    bottom: -9px;
    content: "";
    height: 0;
    left: 49%;
    position: absolute;
    width: 0;
}

.widget_categories ul li {
    float: left;
    text-align: right;
    width: 100%;
    border-color: #e8e8e8;
    color: #333333;
}

.widget_categories>ul>li {
    border-bottom: 1px dotted #e8e8e8;
    line-height: 45px;
}

.widget_categories ul li a {
    float: left;
    overflow: hidden;
    font-size: 16px;
}

.widget_categories ul li a:hover {
    cursor: pointer;
    color: #010101;

}


@media (min-width: 992px) {
    .post-content-col {
        background: #fff;
        z-index: 1;
        height: 340px;
        margin: 30px 0 30px -30px;
        box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
}

.post-content-col {
    flex: 0 0 50%;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.post-header {
    position: relative;
    z-index: 0;
}

.post-categories {
    line-height: 28px;
    background: #f1f1f1;
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
}

.page-title {
    font-weight: 500;
    font-size: 34px;
    /* line-height: 33px; */
}

.post-title {
    font-family: 'Cormorant Garamond', 'Times', serif;
    font-weight: 500;
    color: #030303;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;

}

article .post-meta {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

article .post-date {
    color: #a1a1a1 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.post-title-author {
    color: #333333;
}

article .post-header .post-meta a {
    color: #111111 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.post-page-content {
    padding-top: 0;
    overflow: hidden;
    text-align: justify;
}

.post-page-content p {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    letter-spacing: unset;
    line-height: 28px;
}

#site-footer {
    margin-top: 20px;
    color: #333333;
    background-color: #f6f6f6;
}

.footer-wrap {
    padding-left: 40px;
    padding-right: 40px;
}

.wrapped-content {
    max-width: 1160px;
    margin: 0 auto;
}

.footer-widgets {
    border-bottom: #e0dbdb 1px solid;
    overflow: hidden;
    padding: 60px 0 0px;
}

.footer-widgets>.graceful-widget {
    width: 30%;
    margin-right: 5%;
}

.footer-widgets>.graceful-widget {
    float: left;
}

.graceful-widget {
    margin-bottom: 40px;
    overflow: hidden;
}

.footer-widgets h4 {
    text-align: left;
    /* color: #111111; */
    color: #333333;
    clear: both;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    font-family: 'Cormorant Garamond', 'Times', serif;
    font-weight: 500;
}

.footer-widgets p {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24.6px;
    letter-spacing: 0px;
}

.footer-widgets>.graceful-widget:nth-child(3n+3) {
    margin-right: 0;
}

.widget_nav_menu li {
    line-height: 45px;
}

.menu li a {
    text-align: left;
    font-size: 16px;
    border-bottom: #e0dbdb 1px dotted;
    display: block;
    color: #333333;
}

.menu li a:hover {
    color: #010101;
    cursor: pointer;
}

.menu li:last-child a {
    border: none;
}

.footer-copyright {
    float: right;
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}

.footer-credits {
    display: none;
    float: left;
    font-size: 13px;
}

.content-pagination {
    overflow: hidden;
    padding: 0px 0 50px;
    position: relative;
    text-align: center;
}

.content-pagination.numeric span {
    color: #ffffff;
    background-color: #555555;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin: 0 2px;
    padding: 14px 15px;
    text-transform: uppercase;
}

.content-pagination.numeric .numeric-next-page {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.content-pagination.numeric a {
    background-color: #555555;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin: 0 2px;
    padding: 14px 15px;
    text-transform: uppercase;
}

.scrolltop {
    bottom: 65px;
    cursor: pointer;
    display: none;
    font-size: 40px;
    position: fixed;
    right: 80px;
    z-index: 20;
}

/*========== detail=================*/
.header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    border: none !important;
    background: #fff;
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35); */
    min-height: 50px !important;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: max-height, box-shadow;
}

.header-row {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_height {
    height: 100px;
    display: flex;
    justify-content: space-between;
    /* 左右分布 */
    align-items: center;
}

.search-input {
    background-color: #fff;
    width: 482px;
    padding: 9px 12px;
    border-radius: 10px;
    margin: 0 0 0 22px;
}

/* .el-input {
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
} */



.el-input__wrapper {
    width: 458px;
    align-items: center;
    background-color: #ffffff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #dcdfe6;
    cursor: text;
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    padding: 1px 11px;
    transform: translateZ(0);
    transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
}


.el-input__wrapper:hover {
    box-shadow: 0 0 0 1px #409eff inset
}

.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px #409eff inset
}

.el-input {
    --el-input-focus-border-color: #409eff;
    --el-input-width: 100%;
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
    box-sizing: border-box;
    display: inline-flex;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.el-input__inner {
    -webkit-appearance: none;
    background: none;
    border: none;
    box-sizing: border-box;
    color: #606266;
    flex-grow: 1;
    font-size: inherit;
    height: calc(32px - 2px);
    line-height: calc(32px - 2px);
    outline: none;
    padding: 0;
    width: 100%;
}


.el-input__suffix {
    margin-left: 6px;
    cursor: pointer;
}

.el-input__suffix-inner {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    pointer-events: all;
}

.el-input__suffix .el-icon {
    color: #333;
    font-size: 18px;
    transition: color .3s ease;
}

.el-input__suffix-inner>:first-child {
    margin-left: 8px;
}

.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}

.pc-header-extra {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pc-header-extra .dropdown {
    position: relative;
    cursor: pointer;
}

.pc-header-extra .pc-header-extra-item {
    margin-right: 0;
}

.pc-header-extra-item .dropdown-list {
    min-width: 180px;
}

.pc-header-extra .dropdown:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 998;
}

.dropdown-list .dropdown-list-item:last-child {
    margin-bottom: 0
}

.dropdown-list .dropdown-list-item .dropdown-item-text {
    flex: 1
}

.dropdown .dropdown-list .dropdown-list-item:hover {
    background: linear-gradient(135deg, #246def, #1a5bd8);
    color: #fff;
    transform: translate(4px);
    box-shadow: 0 2px 8px rgba(36, 109, 239, .3)
}

.dropdown-list .dropdown-list-item:active {
    transform: translate(2px) scale(.98)
}


.pc-header-extra .dropdown-title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    line-height: 18px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.dropdown .dropdown-list .dropdown-list-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: #333;
    border-radius: 8px;
    transition: all .2s ease;
    margin-bottom: 4px;
}

.dropdown-item-text {
    flex: 1;
    text-align: center;
}

.pc-header-extra .dropdown-title .dropdown-arrow {
    transition: transform .3s ease;
    color: #fff;
    opacity: .9;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.detail-header {
    height: 100px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.detail-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 100%; */

}


/* 默认隐藏下拉列表 */
.pc-header-extra .dropdown .dropdown-list {
    display: none;
    position: absolute;
    width: 180px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    z-index: 999;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 8px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    gap: 8px;
  }

  .pc-header-extra .dropdown:hover .dropdown-list {
    display: block;
    opacity: 1;
    transform: translate(-50%);
}
  
  /* 只有鼠标悬停标题时显示下拉列表 */
  .pc-header-extra .dropdown .dropdown-title:hover + .dropdown-list {
    display: flex;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  
  /* 箭头旋转 */
  .pc-header-extra .dropdown .dropdown-title:hover .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 1;
  }
  

.el-overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}

.is-message-box .el-overlay-message-box {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
}

.el-message-box {
    backface-visibility: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    max-width: 420px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 12px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%
}

.el-message-box:focus {
    outline: none !important
}

.is-message-box .el-overlay-message-box {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0
}

.is-message-box .el-overlay-message-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.el-message-box.is-draggable .el-message-box__header {
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-message-box__header {
    padding-bottom: var(--el-messagebox-padding-primary)
}

.el-message-box__header.show-close {
    padding-right: calc(var(--el-messagebox-padding-primary) + var(--el-message-close-size, 16px))
}

.el-message-box__title {
    color: #303133;
    font-size: 18px;
    line-height: 24px;
}

.el-message-box__headerbtn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: var(--el-message-close-size, 16px);
    height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.el-message-box__input {
    padding-top: 12px;
}

.el-message-box__headerbtn .el-message-box__close {
    color: #909399;
    font-size: inherit
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
    color: var(--el-color-primary)
}

.el-message-box__content {
    color: #606266;
    font-size: 14px;
}

.el-message-box__container {
    align-items: center;
    display: flex;
    gap: 12px
}



/* 提示框容器 */
#message_19 {
    position: fixed !important;
    /* 固定定位 */
    top: 16px !important;
    /* 距离顶部16px */
    left: 50% !important;
    /* 水平居中 */
    transform: translateX(-50%);
    /* 使水平居中生效 */
    z-index: 2057 !important;
    /* 保证在最上层 */
    background-color: rgb(241, 249, 236);
    /* 成功绿色背景 */
    color: rgb(109, 196, 66);
    /* 白色文字 */
    padding: 12px 24px;
    /* 内边距 */
    border-radius: 4px;
    /* 圆角 */
    box-shadow: 0 1px 4px #bad780ab;
    display: flex;
    /* 横向排列图标和文字 */
    align-items: center;
    /* 垂直居中 */
    font-size: 14px;
    pointer-events: none;
    /* 默认不可点击 */
    opacity: 0;
    /* 默认隐藏 */
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 图标样式 */
#message_19 .el-message__icon {
    margin-right: 10px;
    font-size: 20px;
    flex-shrink: 0;
    color: rgb(109, 196, 66);
}

/* 文字内容 */
#message_19 .el-message__content {
    margin: 0;
}

/* 显示时 */
#message_19.show {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0);
}

/* 进入动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* 离开动画 */
@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
}

/* 进入动画类 */
#message_19.fade-in {
    animation: fadeIn 0.4s forwards;
}

/* 离开动画类 */
#message_19.fade-out {
    animation: fadeOut 0.4s forwards;
}


.el-message-box__errormsg {
    color: #f56c6c;
    font-size: 12px;
    line-height: 24px;
}



/* 取消提示容器 */
#message_15 {
    position: fixed !important;
    top: 16px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 2045 !important;
    background-color: rgb(244, 244, 245);
    /* 灰色背景 */
    color: rgb(149 152 155);
    padding: 12px 24px;
    border-radius: 4px;
    /* box-shadow: 0 1px 4px rgb(244, 244, 245); */
    display: flex;
    align-items: center;
    font-size: 14px;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 图标样式 */
#message_15 .el-message__icon {
    margin-right: 10px;
    font-size: 20px;
    flex-shrink: 0;
    color: rgb(182, 184, 187);
}

/* 文字内容 */
#message_15 .el-message__content {
    margin: 0;
}

/* 显示时 */
#message_15.show {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0);
}

/* 进入动画 */
@keyframes fadeInCancel {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* 离开动画 */
@keyframes fadeOutCancel {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
}

/* 进入动画类 */
#message_15.fade-in {
    animation: fadeInCancel 0.4s forwards;
}

/* 离开动画类 */
#message_15.fade-out {
    animation: fadeOutCancel 0.4s forwards;
}


.el-input__inner::-moz-placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-input__inner::placeholder {
    color: var(--el-input-placeholder-color, var(--el-text-color-placeholder))
}

.el-message-box__btns {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 12px;
}

.el-message-box--center .el-message-box__title {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: center
}

.el-message-box--center .el-message-box__status {
    font-size: inherit
}

.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__container {
    justify-content: center
}

.fade-in-linear-enter-active .el-overlay-message-box {
    animation: msgbox-fade-in var(--el-transition-duration)
}

.fade-in-linear-leave-active .el-overlay-message-box {
    animation: msgbox-fade-in var(--el-transition-duration) reverse
}



.el-button {
    align-items: center;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #dcdfe6;
    border-color: #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center;
    transition: .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.el-button {
    padding: 8px 15px;
    /* background: #ffffff; */
    border-radius: 4px;
    font-size: 14px;
}

.el-button:hover {
    background-color: rgb(236, 245, 255);
    border-color: rgb(198, 226, 255);
    color: #409eff;
    outline: none;
}

.el-button+.el-button {
    margin-left: 12px;
}

.el-button--primary {
    align-items: center;
    background-color: #409eff;
    border: 1px solid #dcdfe6;
    border-color: #409eff;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center;
    transition: .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.el-button--primary:hover {
    background-color: #66b1ff;
    border-color: #66b1ff;
    color: #ffffff;
    outline: none;
}


.el-message-box__header {
    padding-bottom: 12px;
}

.header-layout-title {
    display: block;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.layout-logo {
    font-weight: 700;
    font-size: 23px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; */
}

.layout-logo.full {
    display: inline-block;
}

/* .layout-logo:after {
    content: "";
    display: block;
    background: linear-gradient(to right, #ccc, transparent);
    width: 100%;
    height: 5px;
    border-radius: 3px;
} */

.detail-main {
    padding: 0px 0px;
    max-width: 1200px;

}

.detail-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.detail-box .left {
    width: 100%;
    margin: 0 auto;
    content-visibility: auto;
    /* 启用智能渲染 */
    contain-intrinsic-height: 800px;
    /* 预设高度，避免跳动 */
}

.detail-box .left .time {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.detail-box h1 {
    margin: 0px 0;
}

.detail-box .detail-page-title {
    position: relative;
    -webkit-line-clamp: 4;
    font-weight: 800;
    font-size: 25px;
    color: #333;
    line-height: 1.2;
    /* margin-bottom: 8px; */
}

.detail-box .des {
    padding-top: 8px;
}

.detail-box .left p {
    color: #333;
    font-weight: 400;
    /* font-size:18px; */
    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 8px; */
    margin-bottom: 16px;
}

.detail-box .left h2 {
    color: #333;
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin: 18px 0;
    font-family: "exo", Sans-Serif !important;
}

.detail-box .left h3 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    margin: 10px 0;
}

.detail-box .left h4 {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0;

}

.multi-ellipsis-base {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.detail-box .left .author h2 {
    align-items: center;
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 16px;
}

.author h2 .author-name {
    margin-left: 8px;
    color: #76B5C5;
}

.author {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.article-info-mobile {
    padding: 5px 0;
}

.aside-container {
    margin: 6px;
    box-shadow: 2px 2px 7px #ccc;
    border-radius: 4px;
    padding: 8px 8px;
}

.published-mobile {
    font-weight: 500;
    opacity: .6;
    font-size: 16px;
}

.article-info-mobile {
    padding: 5px 0;
}

.author hr {
    background-color: #76B5C5;
    border: none;
    height: 4px;
    margin: 16px 75% 0 0;
}

.detail-box img {
    width: 100% !important;
    border-radius: 10px;
}

.detail-box .left .news-content img {
    margin: 10px 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    /* 限制最大宽度 */
    /* aspect-ratio: 16 / 9; */
    background: #f5f5f5;
    display: block;
}

.news-content {
    contain: layout paint style;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.skeleton-block {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
}

.news-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    /* margin-bottom: 16px */
}

.news-content ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    list-style: disc;
    margin-left: 18px;
    color: #333333;
}

.news-content ol li {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-left: 18px;
    color: #333333;
}

.news-content hr {
    border: none;
    border-top: 1px solid gray;
    margin: 15px 0;
}

.news-content table {
    margin-top: 10px;
    width: 100% !important;
    border-collapse: collapse;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 48px;
    table-layout: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news-content th,
td {
    width: calc(100% / var(--col-count));
    border: 4px solid #ffffff;
    word-break: break-word;
}

.news-content th {
    word-break: break-word;
    text-align: center;
}

th:nth-child(1) {
    background-color: #FFF8E9;
}

th:nth-child(2) {
    background-color: #D7ECFF;
}

th:nth-child(3) {
    background-color: #FFDAD4;
}

th:nth-child(4) {
    background-color: #CAFFD9;
}

th:nth-child(5) {
    background-color: #FFCFE3;
}

/* 偶数行背景色*/
tr:nth-child(even) td {
    background-color: #F5F5F5;

}

/* 奇数行背景色 */
tr:nth-child(odd) td {
    background-color: #FCFCFC;
}

.news-content td {
    padding: 4px 8px;
    line-height: 1.4;
}

.multi-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

footer.mdl-mini-footer {
    color: #2B2B2B;
    padding: 15px 10px;
    display: block;
    border: none;
    margin-top: 3.2px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);

}

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .links {
    display: flex;

}

footer .links .privacy {
    margin-bottom: 8px;
    white-space: nowrap;
}

.links.tablet {
    display: flex;
    align-items: center;
    justify-content: center;
}

.links.mobile-only {
    display: none;
    flex-direction: column;
    align-items: center;
}

footer .links a {
    cursor: pointer;
    font-size: 16px;
    margin: 0 16px;
    font-weight: 600;
    color: #76B5C5;
}

footer .copy {
    font-size: 13px;
    color: #2B2B2B;
    opacity: 0.8;
    display: block;

}

footer .slogan {
    color: #2B2B2B;
    text-align: start;
    font-size: 19.2px;
    opacity: 0.9;
    margin-top: 15px;
}

/*========== detail===========*/

/*============list============*/

.graceful-zen-category-title {
    color: #030303;
    font-size: 32px;
    font-family: 'Cormorant Garamond', 'Times', serif;
    font-weight: 500;
}

.list-main .page02 .content-wrap::before {
    display: none;
}

.list-main .page02 .content-wrap::after {
    display: none;
}

.graceful-zen-wave-svg {
    margin-bottom: 0px;
}

.list-main .content-column li {
    border-bottom: 1px solid #eee;
}

/*============list============*/

/*=======search===============*/
.page-layout {
    display: flex;
    justify-content: center;
    min-height: 80vh;
}

.page-layout-main {
    flex: 1 1;
    max-width: 750px;
    min-width: 300px;
    content-visibility: auto;
    contain-intrinsic-height: 800px;
    box-sizing: border-box;
}

.search-page {
    padding-top: 14px;
}

.search-result-title {
    position: relative;
    margin: 0 0 2px;
    padding-left: 4px;
    color: #76B5C5;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.search-item-title {
    letter-spacing: 0.5px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
}

.search-result-item-cnt {
    color: #2B2B2B;
    /* font-family: 'Cormorant Garamond', 'Times', serif; */
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.a {
    display: block;
    text-decoration: none;
}

.search-result h2 {
    margin: 0 0 4px;
}

.search-result-link {
    cursor: pointer;
    font-size: 14px;
    color: #76B5C5;
    margin-bottom: 6px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-result.last-item {
    border-bottom: none;
}

.search-result {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.search-result-item {
    flex: 1 1;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.32px;
    word-break: break-word;
}

.header-title {
    /* font-family: 'Cormorant Garamond', 'Times', serif; */
    font-weight: 500;
    color: #333333;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;

}

.post-page-content p {
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-bottom: 15px;
}

.post-page-content a {
    color: #333333;
    display: inline;
    text-decoration: underline !important;
}

.wp-block-heading {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500
}

.post-page-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.post-page-content ul li {
    margin-bottom: 10px;
    list-style-type: disc !important;
}

.post-page-content ol {
    list-style: decimal;
    margin-bottom: 15px;
    padding-left: 25px;
}

.wp-block-list {
    color: #333333;
    ;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24.6px;
}

.wp-block-top {
    margin-top: 45px;
}

.ellipsis_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}