/* 各页面背景大图超过1920分辨率设置 */
.commonBannerBg img {
    width: 100% !important;
}

/* 滚动条设置 */
/* 定义滚动条轨道 */
::-webkit-scrollbar {
    width: 10px;
    /* 设置滚动条宽度 */
    /*     height: 100px; */
}

/* 定义滚动条的轨道背景 */
::-webkit-scrollbar-track {
    background: #ccc;
    /* 设置滚动条轨道背景颜色 */
}

/* 定义滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: rgb(40, 40, 40);
    /* 设置滚动条滑块颜色 */
    border-radius: 20px;
}

/* 定义滚动条滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #0eb5bd;
    /* 设置滚动条滑块悬停时的颜色 */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

/* 面包屑导航 */
.post-title .kadence-breadcrumbs {
    margin: 3rem 0 3rem 0 !important;
}


/* 全站导航栏搜索框 */
#search-drawer .drawer-inner form {
    max-width: 500px;
    width: 50%;
    margin: 0 auto;
    display: flex
}

#search-drawer .drawer-inner form label input::placeholder {
    /* 占位符文字颜色 */
    color: #fff !important;
}

#search-drawer .drawer-inner form label input:focus {
    /* 聚焦状态文字颜色 */
    color: #fff !important;
}

#search-drawer .drawer-inner input.search-field {
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none !important;
}

/* 搜索结果页 */
h1.search-title {
    font-weight: 500;
    padding: 4rem 0 2rem 0;
    font-size: 1.25rem;
}

h1.search-title span {
    color: #0eb5bd;
}

.search-archive img {
    border-radius: 5px 5px 0 0;
}

.search-archive .entry.loop-entry {
    box-shadow: 1px 1px 30px 1px rgb(0 0 0 / 13%);
}

.search-archive article .entry-content-wrap {
    padding: 1rem 0 0 1rem;
}

/* is-text-justify（是否设置文字两边对齐） 所有页面 */
.is-text-justify {
    text-align: justify !important;
    /* word-break: break-all */
}

/* 订阅邮件SubscribeForm */
.SubscribeForm input#field7741b0fc60-9c {
    height: 40px;
    border: none;
}

.SubscribeForm input::placeholder {
    color: #d7d7d7;
}

/* 存档页分页样式开始 */
.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination span,
.pagination a {
    display: flex !important;
    padding: 0 !important;
    border: 1px solid #cccccc !important;
    margin: 0 10px !important;
    font-weight: 500 !important;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ddd;
    border-radius: 50% !important;
    margin: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    /* 很重要，防止数字偏移 */
}

.pagination .page-numbers.current {
    background-color: #0073e6;
    color: white;
    border-color: #0073e6;
}

/* 让 "Next Page" 的箭头正常排版 */
.page-numbers.next {
    width: auto;
    height: auto;
    border: none;
    background: none;
    padding: 0 10px;
}

.page-numbers.next svg {
    vertical-align: middle;
}

.kt-blocks-page-nav .nav-links>.current {
    background-color: #0eb5bd !important;
}

/* 存档页分页样式结束 */

/* 公共底部样式 */
.site-footer-row-container-inner a {
    color: #c9caca !important;
    text-decoration: none !important;
}

.site-footer-row-container-inner a:hover {
    color: #0eb5bd !important;
}

/* 移动端样式带子链接的设置 */
footer#colophon .site-footer-top-section-3 .collapse-sub-navigation ul.menu li a {
    border-bottom: none;
    padding: 0;
}

/* 设置header translate部分*/
#menu-item-7910 span.dropdown-nav-toggle svg title {
    display: none;
}

/* 移动端样式-------- */
@media screen and (max-width: 768px) {

    /* 设置footer内元素隐藏 */
    footer#colophon .site-footer-top-section-1,
    footer#colophon .site-footer-top-section-2,
    footer#colophon .site-footer-top-section-3,
    footer#colophon .site-footer-top-section-4 {
        display: none;
    }

    /* 定义滚动条轨道 */
    ::-webkit-scrollbar {
        width: 5px;
    }

    #search-drawer .drawer-inner form {
        width: 90%;
    }
    /* 搜索结果页 */
    h1.search-title {
        padding: 1rem;
        font-size: 1rem;
    }

    .search-archive {
        margin: 0 10px;
    }

    .search-archive img {
        border-radius: 10px 10px 0 0;
    }

    .search-archive h2.entry-title a {
        font-size: .85rem;
    }

    .search-archive article .entry-content-wrap {
        padding: .5rem 0 0 .5rem;
    }

    .SubscribeForm input::placeholder {
        font-size: .8rem;
    }

    .SubscribeForm button {
        font-size: .9rem !important;
    }

    /* 手机端language菜单设置 */
    .mobile-menu-container li#menu-item-11929 {
        width: 80%;
        margin: 0 auto;
    }

    .mobile-menu-container li#menu-item-11929 .drawer-nav-drop-wrap {
        border-bottom: none !important;
    }

    .mobile-menu-container li#menu-item-11929 button {
        border-left: none;
    }

    /* 各页面背景大图在移动端的设置 */
    .commonBannerBg img {
        height: 150px;
        object-fit: cover;
    }
}