body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #585757;
    line-height: 1.42857143;
}


h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

img {
    width: 100%;
}

.fix {
    zoom: 1;
    clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #232d37
}

a:hover {
    color: #009966;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.header-search {
    float: right;
    width: 180px;
    border-bottom: 1px solid #495057;
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
}

.header-search input {
    width: 90%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #495057;
    height: 35px;
    background-color: #fff;
    border: none;
    background-image: none;

    box-sizing: border-box;
}

.header-search button {
    height: 35px;
    outline: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
}

.header-search button i {
    font-size: 14px;
}

.logo {
    font-size: 30px;
    float: left;
    margin-top: 20px;
    font-weight: bold;
}

.logo a {
    display: inline-block;
}

.logo a:hover {
    color: #009966
}

#navBar {
    float: right;
}

#navBar ul {
    padding: 30px 0;
}

#navBar ul li {
    display: inline-block;
    vertical-align: top;
}

#navBar ul li>a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
}



#navBar ul li>a:hover {
    color: #009966;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

#header .header-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    ;

}

#header.fixed .header-bottom {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

#header.fixed .header-bottom .logo {
    display: inline-block;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.mobile_key {
    display: none;
}

.crumbs {
    background: #8fd1bb;
    padding: 90px 0;
}

.crumbs h2 {
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    font-weight: normal;
}


.content-left {
    float: left;
    width: 68%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 29%;
    box-sizing: border-box;
}


.masonry {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.masonry .item {
    margin-bottom: 0;
    width: 100%;
}

/* 桌面端两列布局 */
@media screen and (min-width: 768px) {
    .masonry {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .masonry .item {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .masonry {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .masonry .item {
        background: #f4f4f4;
        margin-bottom: 0;
    }
}

.l {
    float: left;
}

.r {
    float: right;
}


.blog-news-single .blog-news-img {
    min-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 0;
}

.blog-news-single .blog-news-title {
    padding: 15px;
    text-align: center;
}

.blog-news-single .blog-news-title h2 {
    color: #000;
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.blog-news-single .blog-news-title h2:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background: #ababab;
}

.blog-news-single .blog-news-title h2 a {
    color: #000;
}
.blog-news-title .cate{font-size: 15px; margin-bottom: 10px;}

.news_detail {
    font-size: 15px;
    margin-bottom: 20px;
}
.news_detail i{margin-right:5px;}

.news_detail .time {
    margin-right: 10px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #009966;
}


.blog-news-single .blog-news-title .con {
    font-size: 15px;
}


.more-btn {
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 20px;
    border-radius: 0;
    font-weight: 600;
    color: #009966;
    display: inline-block;
    transition: .5s ease;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget .news_detail {
    margin-top: 8px;
    margin-bottom: 10px;
}

.sidebar-widget .widget-information li {
    transition: all 0.3s ease 0s;
    padding: 5px;
    display: inline-block;
}

.sidebar-widget .widget-information li a {
    display: block;
    background: #f4f4f4;
    padding: 2px 5px;
    color: #000000;
    transition:.5s ease;
}
.sidebar-widget .widget-information li a:hover{
    color: #009966;
}

.widget-social {
    text-align: center;
    margin-top: 15px;
}

.widget-social a {
    font-size: 14px;
    color: #fff;
    transition: .5s ease;
    float: left;
    disolay: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.widget-social a:first-child {
    background-color: #3b5998
}

.widget-social a:nth-child(2) {
    background-color: #4099ff
}

.widget-social a:nth-child(3) {
    background-color: #c4302b
}

.widget-social a:nth-child(4) {
    background-color: #de5245
}

.widget-social a:nth-child(5) {
    background-color: #36465d
}

.widget-social a:nth-child(6) {
    background-color: #e14c86
}

.widget-social a:hover {
    transform: translateY(-3px);
}

.widget-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #000;
}


.widget-catg li i {
    color: #009966
}



.blog-archive-area {
    padding: 50px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}

.single-blog-post-details .blog-news-single {
    width: 100%;
    float: none;
    margin-right: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.single-blog-post-details .blog-news-single .blog-news-title {
    padding: 0
}

.single-blog-post-details .blog-news-single .blog-news-title h2 {
    margin: 15px 0;
    font-size: 30px;
}

.single-blog-post-details .dsc {
    margin-bottom: 5px;
}

.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.add-post-btn {
    display: inline-block;
    min-width: 150px;
    height: 40px;
    color: #fff;
    border: none;
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #009966;
    border: 1px solid #009966;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    color: #fff;
    background-color: #df680b;
}

.comments-box-area {
    margin-bottom: 30px;
}

.comments-box-area h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    color: #777;
    border: 1px solid #ebebeb;
    background-image: none;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    line-height: 40px;
    height: 40px;
}


.comments-form {
    margin-top: 10px;
}

.comments-form input {
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
    font-family: inherit;
}

.comments-form textarea {
    height: 140px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #009966 !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 15px;
}

.form-group1 .form-box {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.form-group1 .form-box:last-child {
    margin-right: 0;
}

.form-group label .required {
    color: #E74C3C;
    font-weight: 600;
    font-size: 16px;
}

.form-group label .required:before {
    content: '*';
}

.form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.widget-news li {
    padding-top: 10px;
    margin-bottom: 10px;
    transition: .5s ease;
    border-bottom: 1px solid #eee;
}

.widget-news li:first-child{ border-top: 1px solid #eee;}
.widget-news li>a span {
    line-height: 1.2;
    font-weight: bold;
    font-size: 16px;
}

.widget-news li:hover {
    transform: translateX(5px)
}

.blog-title h2 {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single-blog-post-details .info {
    margin-bottom: 20px;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.breadcumb-nav.center {
    text-align: center;
    margin: 0 auto;
}

.breadcumb-nav.center ul {
    display: inline-block;
}

.breadcumb-nav.center h2 {
    font-size: 40px;
    line-height: 1.2;
}

.breadcumb-nav ul li {
    float: left;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.breadcumb-nav ul li a {
    color: #009966;
}

.breadcumb-nav ul li:first-child {
    padding-left: 0;
}

.breadcumb-nav ul li:first-child::after {
    display: none;
}

.breadcumb-nav .line {
    margin-top: 60px;
    margin-bottom: 40px;
}

.line.thin {
    height: 2px;
}

.line {
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #f2f2f2;
    margin: 30px 0;
    position: relative;
}

.breadcumb-nav ul li:after {
    content: '>';
    position: absolute;
    font-size: 14px;
    left: 6px;
    top: 0;
}

.breadcumb-nav ul li.active {
    color: #777;
}

.breadcumb-nav ul li span {
    vertical-align: top;
}

#footer {
    background-color: #8fd1bb;
    display: inline;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.footer-left {
    display: inline;
    float: left;
    width: 50%;
}

.footer-left .link {
    margin: 0;
}

.footer-left .link a {
    margin: 10px 20px 15px 0;
}

.footer-left a:hover {
    text-decoration: none;
    outline: none;
}

.footer-left .copyright {
    margin-top: 10px;
}

.footer-right {
    display: inline;
    float: right;
    text-align: right;
    width: 50%;
}

.footer-right a {
    font-size: 18px;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-widget .header-search{float:none; margin-left: 0; width:100%; border-color:#eee; margin-top: 0;}





@media only screen and (max-width:1240px) {

    .wrap {
        width: auto;
    }

    .widget-social a {
        padding: 0 5px;
    }
}










@media only screen and (max-width:992px) {

    .wrap {
        width: 750px;
    }


    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin: 10px 0 15px;
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin-left: -10px;
        background: #009966;
        border-radius: 2px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

    .mobile_key span {
        margin-top: -4px;
    }

    .mobile_key:before {
        content: '';
        margin-top: 3px;
    }

    .mobile_key:after {
        content: '';
        margin-top: 10px;
    }

    .menu-open .mobile_key:before {
        opacity: 0;
        transition: 0.2s ease 0.1s;
    }

    .menu-open .mobile_key:after {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    .menu-open .mobile_key span {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }


    #navBar {
        display: block;
        float: none;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: -80%;
        z-index: 1000;
        width: 80%;
        height: 10000px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        padding: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        overflow-x: hidden;
    }

    #navBar.on {
        left: 0;
    }

    #navBar ul li {
        display: block;
        float: none;
        line-height: 30px;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    #navBar ul li>a {
        padding: 5px 10px;
        color: #666;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
    }

    #navBar ul li:hover>a {
        color: #009966;
    }


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
        margin-top: 20px;
    }



    .logo {
        margin: 20px 0;
        width: auto;
    }

    .header-bottom .logo {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .breadcumb-nav ul li {
        font-size: 14px;
    }

}

















@media only screen and (max-width:760px) {

    .header-wrap,
    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }


    .logo {
        font-size: 20px;
        margin: 15px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 30px;
        height: 30px;
        margin: 6px 0 0;
        border: none;
    }

    .mobile_key i {
        font-size: 25px;
    }


    #header.fixed #navBar ul li {
        padding: 0;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        margin-top: 0;
        padding: 0;
    }

    .header-bottom .logo {
        display: block;
        margin: 10px 0
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-archive-left .single-blog-post-details .blog-news-single {
        margin-bottom: 0;
    }

    .blog-archive-left .blog-news-single h2 {
        font-size: 18px;
    }

    .widget-title {
        font-size: 16px;
        margin-bottom: 10px;
    }


    .sidebar-widget {
        margin-bottom: 20px;
    }

    .sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .blog-title h2 {
        font-size: 17px;
        padding-bottom: 0;
    }

    .blog-news-single-right {
        width: 100%;
    }

    .single-blog-post-details h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }


    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }

    .single-blog-post-content .dsc {
        font-size: 13px;
    }

    .single-blog-post-details {
        margin-bottom: 20px;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }

    .comments-box-area h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .form-group1 .form-control {
        width: 100%;
        margin-right: 0;
    }

    .form-group1 .form-control:first-child {
        margin-bottom: 10px;
    }

    .comments-form .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .widget-news i {
        font-size: 12px;
    }

    .blog-news-single .blog-news-title .con {
        font-size: 14px;
    }
    .blog-news-title .cate{font-size: 14px;}

    .blog-side-bar {
        margin-bottom: 20px;
    }


    .blog-news-single .blog-news-title .blog-author a {
        font-size: 12px;
        margin: 10px 0;
    }

    .comments-box-area {
        margin-bottom: 20px;
    }

    .single-blog-post-details .info .tit {
        font-size: 15px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .single-blog-post-details .blog-news-single-right {
        padding-top: 0;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }

    .search_box input {
        width: 200px;
    }

    #navBar {
        width: 300px;
    }
    .form-group1 .form-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .widget-title:after {
        bottom: 0;
    }

    .single-blog-post-details .blog-news-single .blog-news-title h2 {
        font-size: 20px;
    }

    .header-search{display:none;}
    .sidebar-widget .header-search{display: block;}

    .crumbs{padding:20px 0;}
    .crumbs h2{font-size: 18px;}

    .widget-news li>a span{font-weight: normal; font-size: 15px;}
    .news_detail{font-size: 13px;}
    #footer {
        padding: 15px 0;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        text-align: center;
    }

    .footer-right {
        display: none;
    }







}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* ====================================
   详情缩略图页面专用样式 (detail_thumbnail.blade.php)
   ==================================== */

/* 轮播图导航按钮样式 - detail_thumbnail 专用 */
.detail-thumbnail-page .blog-details-arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

.detail-thumbnail-page .slider-arrow {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    color: var(--primary--color);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
                0 4px 10px rgba(25, 149, 210, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.detail-thumbnail-page .slider-arrow:hover::before {
    opacity: 1;
}

.detail-thumbnail-page .arrowBtn{
    display: none;
}

.detail-thumbnail-page .slider-arrow svg{
    fill: currentColor;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.detail-thumbnail-page .slider-arrow-left {
    left: 20px;
    background: none;
    border: 2px solid #FFD600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.detail-thumbnail-page .slider-arrow-right {
    right: 20px;
    background: none;
    border: 2px solid #FFD600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.detail-thumbnail-page .slider-arrow-left-top,
.detail-thumbnail-page .slider-arrow-right-bottom{
    display: none;
}

.detail-thumbnail-page .slider-arrow-left:hover {
    animation: detail-thumbnail-pulse-left 1.5s infinite;
}

.detail-thumbnail-page .slider-arrow-right:hover {
    animation: detail-thumbnail-pulse-right 1.5s infinite;
}

/* 图标旋转效果 - detail_thumbnail 专用 */
.detail-thumbnail-page .slider-arrow-left:active svg {
    transform: scale(0.9) rotate(-5deg);
}

.detail-thumbnail-page .slider-arrow-right:active svg {
    transform: scale(0.9) rotate(5deg);
}

.detail-thumbnail-page .slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}

.detail-thumbnail-page .slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}

.detail-thumbnail-page .slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}

.detail-thumbnail-page .total{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}

.detail-thumbnail-page .total-bottom{
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
}

/* 新的页面计数器样式 - detail_thumbnail 专用 */
.detail-thumbnail-page .image-counter {
    text-align: center;
    margin: 15px 0;
    padding: 8px 16px;
    background: rgba(25, 149, 210, 0.1);
    border-radius: 20px;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(25, 149, 210, 0.2);
}

.detail-thumbnail-page .image-counter em {
    font-style: normal;
    font-weight: 600;
    color: var(--primary--color);
}

/* 缩略图样式 - 原版样式 - detail_thumbnail 专用 */
.detail-thumbnail-page .thumbnail-gallery {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.detail-thumbnail-page .thumbnail-item {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, var(--primary--color), #0d7bb8) border-box;
}

.detail-thumbnail-page .thumbnail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.detail-thumbnail-page .thumbnail-item:hover {
    transform: translateY(-8px) scale(1.1);
    border-color: var(--primary--color);
}

.detail-thumbnail-page .thumbnail-item:hover::before {
    opacity: 1;
}

.detail-thumbnail-page .thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.detail-thumbnail-page .thumbnail-item:hover img {
    transform: scale(1.05);
}

.detail-thumbnail-page .thumbnail-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 - detail_thumbnail 专用 */
.detail-thumbnail-page .thumbnail-item.active {
    transform: translateY(-5px) scale(1.15);
    border: 2px solid #FFD600;
    background: white;
}

.detail-thumbnail-page .thumbnail-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.detail-thumbnail-page .thumbnail-item.active img {
    transform: scale(1.1);
}

/* 缩略图容器 - detail_thumbnail专用 */
.detail-thumbnail-page .thumb-gallery {
    padding: 5px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.detail-thumbnail-page .thumb-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 149, 210, 0.3) transparent;
}

.detail-thumbnail-page .thumb-container::-webkit-scrollbar {
    height: 6px;
}

.detail-thumbnail-page .thumb-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.detail-thumbnail-page .thumb-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary--color), #0d7bb8);
    border-radius: 3px;
}

.detail-thumbnail-page .thumb-item {
    display: block;
    position: relative;
    width: 60px;
    height: 80px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    background: white;
}

.detail-thumbnail-page .thumb-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.detail-thumbnail-page .thumb-item:hover {
    transform: translateY(-8px) scale(1.1);
    border-color: var(--primary--color);
}

.detail-thumbnail-page .thumb-item:hover::before {
    opacity: 1;
}

.detail-thumbnail-page .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.detail-thumbnail-page .thumb-item:hover img {
    transform: scale(1.05);
}

.detail-thumbnail-page .thumb-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 - detail_thumbnail专用 */
.detail-thumbnail-page .thumb-item.active {
    transform: translateY(-5px) scale(1.15);
    border: 2px solid #FFD600;
    border-radius: 20px;
    background: white;
}

.detail-thumbnail-page .thumb-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.detail-thumbnail-page .thumb-item.active img {
    transform: scale(1.1);
}

/* 移动端适配 - detail_thumbnail 专用 */
@media only screen and (max-width: 767px) {
    .detail-thumbnail-page .detail-image-slider {
        border-radius: 0
    }

    .detail-thumbnail-page .header-lower {
        width: 100%;
        z-index: 111;
        background: var(--secondary--color);
        padding: 0;
    }

    .detail-thumbnail-page .main-header .outer-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .detail-thumbnail-page .fixed-header .header-lower {
        position: fixed;
        background-color: var(--secondary--color);
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .detail-thumbnail-page .header-lower .logo-box a{
        color: var(--black--color);
    }

    .detail-thumbnail-page .page-title {
        position: relative;
        padding: 20px 0px 20px 0px;
        overflow: visible;
    }

    .detail-thumbnail-page .pagination {
        margin-bottom: 30px;
    }

    .detail-thumbnail-page #back-to-top-btn {
        bottom: 92px;
        right: 30px;
    }

    .detail-thumbnail-page .section-padding {
        padding: 30px 0px;
    }

    .detail-thumbnail-page .twm-blog-list-style {
        display: block;
    }

    .detail-thumbnail-page .twm-blog-list-style .wt-post-media {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .detail-thumbnail-page .detail-image-slider img{
        max-width: 100%;
    }

    .detail-thumbnail-page .total-bottom{
        bottom: 0.3%;
    }

    /* 移动端轮播图按钮调整 */
    .detail-thumbnail-page .blog-details-arrow {
        padding: 0 10px;
    }

    .detail-thumbnail-page .slider-arrow {
        width: 50px;
        height: 50px;
        backdrop-filter: blur(8px);
    }

    .detail-thumbnail-page .slider-arrow-left {
        left: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .detail-thumbnail-page .slider-arrow-right {
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    /* 移动端简化动画效果 */
    .detail-thumbnail-page .slider-arrow-left:hover,
    .detail-thumbnail-page .slider-arrow-right:hover {
        animation: none;
    }

    /* 移动端页面计数器适配 */
    .detail-thumbnail-page .image-counter {
        margin: 10px 0;
        padding: 6px 12px;
        font-size: 12px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }

    /* 移动端缩略图适配 */
    .detail-thumbnail-page .thumbnail-gallery {
        margin-top: 0;
        padding: 15px;
    }

    .detail-thumbnail-page .thumbnail-container {
        gap: 15px;
        padding: 10px 0;
    }

    .detail-thumbnail-page .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }

    .detail-thumbnail-page .thumbnail-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    /* 移动端选中状态 */
    .detail-thumbnail-page .thumbnail-item.active {
        transform: scale(1.2);
        border: 2px solid #FFD600;
        position: relative;
    }

    .detail-thumbnail-page .thumbnail-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #FFD600;
        border-radius: 12px;
        animation: detail-thumbnail-pulse-border 2s infinite;
    }

    @keyframes detail-thumbnail-pulse-border {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    /* 移动端缩略图适配 - detail_thumbnail专用 */
    .detail-thumbnail-page .thumb-gallery {
        margin-top: 0;
        padding: 15px;
    }

    .detail-thumbnail-page .thumb-container {
        gap: 15px;
        padding: 10px 0;
    }

    .detail-thumbnail-page .thumb-item {
        width: 40px;
        height: 53.3333px;
        border-radius: 8px;
    }

    /* 移动端选中状态 - 醒目效果 */
    .detail-thumbnail-page .thumb-item.active {
        transform: scale(1.2);
        border: 2px solid #FFD600;
        position: relative;
    }

    .detail-thumbnail-page .thumb-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #FFD600;
        border-radius: 12px;
        animation: detail-thumbnail-pulse-border-thumb 2s infinite;
    }

    @keyframes detail-thumbnail-pulse-border-thumb {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    .detail-thumbnail-page .detail-image-slider .slider-item.active{
        width: 100%
    }
}

/* 超小屏幕适配 - detail_thumbnail专用 */
@media(max-width: 576px) {
    .detail-thumbnail-page .padding-bottom {
        padding-bottom: 40px;
    }

    .detail-thumbnail-page h1 {
        font-size: 24px !important;
        line-height: 38px;
        font-weight: 700;
    }

    .detail-thumbnail-page .font-size-20 {
        font-size: 16px;
        line-height: 24px;
    }

    /* 超小屏幕页面计数器优化 */
    .detail-thumbnail-page .image-counter {
        padding: 5px 10px;
        font-size: 11px;
    }

    /* 超小屏幕缩略图优化 */
    .detail-thumbnail-page .thumbnail-gallery {
        margin-top: 0;
        padding: 10px;
    }

    .detail-thumbnail-page .thumbnail-container {
        gap: 8px;
    }

    .detail-thumbnail-page .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        flex-shrink: 0;
    }

    /* 超小屏幕选中状态 */
    .detail-thumbnail-page .thumbnail-item.active {
        transform: scale(1.15);
        border: 2px solid #FFD600;
    }

    .detail-thumbnail-page .thumbnail-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }

    .detail-thumbnail-page .thumb-gallery {
        margin-top: 0;
        padding: 10px;
    }

    .detail-thumbnail-page .thumb-container {
        gap: 8px;
    }

    .detail-thumbnail-page .thumb-item {
        width: 40px;
        height: 53.333px;
        border-radius: 0;
        flex-shrink: 0;
    }

    /* 超小屏幕选中状态 */
    .detail-thumbnail-page .thumb-item.active {
        transform: scale(1.15);
        border: 2px solid #FFD600;
    }

    .detail-thumbnail-page .thumb-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }
}

@media (max-width: 375px) {
    .detail-thumbnail-page .thumb-item {
        width: 45px;
        height: 60px;
    }
}

/* 卡片post-date背景色循环 */
.twm-blog-post-1-outer:nth-child(4n+1) .wt-post-info .wt-post-meta ul li.post-date {
    background: #ffd60026;
}
.twm-blog-post-1-outer:nth-child(4n+2) .wt-post-info .wt-post-meta ul li.post-date {
    background: #acfc0026;
}
.twm-blog-post-1-outer:nth-child(4n+3) .wt-post-info .wt-post-meta ul li.post-date {
    background: #acfc0026;
}
.twm-blog-post-1-outer:nth-child(4n) .wt-post-info .wt-post-meta ul li.post-date {
    background: #009cff26;
}

@media (max-width: 768px) {
  body {
    background: #000 !important;
  }
}

/* 顶部导航栏和banner一比一还原 */
.main-header.header-style-three {
  background: rgba(18, 20, 26, 0.85);
  box-shadow: 0 2px 24px 0 #00000040;
  position: relative;
  z-index: 100;
}
.header-lower {
  background: linear-gradient(180deg, #181a22cc 100%, #000 0%);
  padding: 0;
}
.header-lower .container {
  padding: 0 32px;
}
.outer-box {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-box {
  display: flex;
  align-items: center;
  font-size: 0;
}
.logo-box a {
  font-family: 'Montserrat', 'Archivo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffe066;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-shadow: 0 2px 8px #0008;
  position: relative;
}
.logo-box a::before {
  content: '\1F451'; /* crown emoji */
  font-size: 28px;
  margin-right: 8px;
  margin-top: 2px;
}

.main-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-menu .navigation {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
}
.main-menu .navigation > li {
  position: relative;
  margin: 0 18px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  list-style: none;
  display: flex;
  align-items: center;
}
.main-menu .navigation > li:not(:last-child)::after {
  content: '•';
  color: #fff;
  opacity: 0.7;
  font-size: 22px;
  margin-left: 18px;
  margin-right: 0;
  font-weight: 700;
}
.main-menu .navigation > li > a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  padding: 0 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.main-menu .navigation > li > a.active,
.main-menu .navigation > li > a[aria-current="page"],
.main-menu .navigation > li > a:focus,
.main-menu .navigation > li > a.selected {
  color: #a6ff1a !important;
}
.main-menu .navigation > li > a:hover {
  color: #a6ff1a;
}

.menu-right-content {
  display: flex;
  align-items: center;
  gap: 18px;
}
.menu-right-content .icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #23262f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-right: 6px;
  border: none;
  position: relative;
  transition: background 0.2s;
}
.menu-right-content .icon-btn:hover {
  background: #333;
}
.menu-right-content .icon-btn.bell::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  background: #4cff4c;
  border-radius: 50%;
  border: 2px solid #23262f;
}
.menu-right-content .get-started-btn a,
.menu-right-content .find-out-btn {
  background: rgba(172, 252, 0, 0.35);
  backdrop-filter: blur(17.5px);
  border: 2px solid #ACFC00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  padding: 0 32px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px #0002;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  margin-left: 10px;
}
.menu-right-content .get-started-btn a:hover,
.menu-right-content .find-out-btn:hover {
    background: rgba(255, 214, 0, 0.35);
    border-color: #ffd600;
}

/* Banner区 */
.page-banner {
  position: relative;
  background: linear-gradient(180deg, #181a22 60%, #000 100%);
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.page-banner .banner-overlay {
  background: linear-gradient(180deg, #181a22cc 60%, #000 100%);
  opacity: 1;
  z-index: 1;
}
.page-banner .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  min-height: 220px;
}
.banner-content {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.banner-title {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  text-shadow: 0 4px 24px #000a;
}
.banner-breadcrumb {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 600;
}
.banner-breadcrumb .separator {
  color: #fff;
  font-size: 22px;
  margin: 0 10px;
  opacity: 0.7;
}
.banner-breadcrumb .current {
  color: #fff;
  font-weight: 700;
}
.banner-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.banner-breadcrumb a:hover {
  color: #a6ff1a;
}

/* 响应式 */
@media (max-width: 1200px) {
  .main-header.header-style-three {
    max-width: 99vw;
    margin: 16px auto 0 auto;
  }
  .header-lower .container {
    padding: 0 10px;
  }
  .banner-title {
    font-size: 38px;
  }
  .banner-breadcrumb {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main-header.header-style-three {
    max-width: 100vw;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
  .header-lower {
    border-radius: 0;
  }
  .banner-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .banner-breadcrumb {
    font-size: 13px;
    gap: 6px;
  }
  .page-banner {
    border-radius: 0 0 16px 16px;
    min-height: 120px;
  }
  .banner-content {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .banner-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .banner-breadcrumb {
    font-size: 11px;
    gap: 3px;
  }
  .page-banner {
    border-radius: 0 0 8px 8px;
    min-height: 80px;
  }
  .banner-content {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .page-banner {
    background: linear-gradient(180deg, #181a22 60%, #000 100%) !important;
  }
  .page-banner .banner-overlay {
    background: linear-gradient(180deg, #181a22cc 60%, #000 100%) !important;
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  .blog .container .row {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

.blog-index {
    background: #000;
}

.blog-details-content, .blog-details-content * {
  color: #fff !important;
}

/* pagenation */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    /* border: 1px solid #999; */
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    font-size: 35px;
}

.pagination li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: var(--text-font);
    color: #999;
    padding: 0;
    border: none;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    text-decoration: none;
    line-height: 1;
    margin: 0;
    font-size: 35px;
}

.pagination li a:hover {
    color: var(--title);
}

.pagination li.active a {
    color: #fff;
}

/* Modern Pagination Styles */
.basic-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  padding: 0;
  list-style: none;
  /* gap: 20px; */
}

.blog-page__pagination {
  margin: 50px 0 30px;
}

.basic-pagination li {
  display: inline-block;
  margin-right: 0 !important;
}

.basic-pagination li a,
.basic-pagination li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #585757;
  background-color: #fff;
  border: 2px solid #495057;
  /* border-radius: 50%; */
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(255, 111, 0, 0.1);
}

.basic-pagination li a::before,
.basic-pagination li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 111, 0, 0.1), transparent);
  transition: left 0.5s ease;
}

.basic-pagination li a:hover::before {
  left: 100%;
}

.basic-pagination li a i {
  font-size: 16px;
  vertical-align: middle;
}

.basic-pagination li a:hover {
  border: 2px solid #009966;
  background-color: #009966;
  color: #fff;
  transform: translateY(-2px);
}

.basic-pagination li a.current {
  background-color: #009966;
  border: 2px solid #009966;
  color: #fff;
  font-weight: 400;
}

.basic-pagination li a.disabled,
.basic-pagination li span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.basic-pagination li span.ellipsis {
  background-color: transparent;
  border: none;
  color: #009966;
  font-weight: 600;
  cursor: default;
  box-shadow: none;
}

.basic-pagination li span.ellipsis:hover {
  background-color: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Enhanced hover effects for better UX */
.basic-pagination li a:not(.disabled):not(.current):hover {
  animation: paginationPulse 0.6s ease-in-out;
}

@keyframes paginationPulse {
  0% { transform: translateY(-2px) scale(1); }
  50% { transform: translateY(-2px) scale(1.05); }
  100% { transform: translateY(-2px) scale(1); }
}

/* Responsive design */
@media only screen and (max-width: 768px) {
  .basic-pagination {
    margin: 40px 0 30px;
    gap: 6px;
  }

  .blog-page__pagination {
    margin: 30px 0 20px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .basic-pagination li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .basic-pagination {
    gap: 4px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .basic-pagination li a i {
    font-size: 12px;
  }
}
