html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



body {

  line-height: 1;

}



ol, ul {

  list-style: none;

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

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

.iconfont {
    font-size: 14px;
}

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

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: #656565
}

a:hover {
    color: #f73859;
}
:root {
    --primary--color: #f73859;
    --title: #363636;
    --text: #4c4c4d;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #363636;
    --theme-color2: #363636;
    --secondary--color: #fff;
    --navy-color: #363636;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font:'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}
.wrap {
    max-width: 1320px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    float: left;
    font-size: 35px;
    line-height: 1;
    padding: 27px 0;
}

.logo a {
    color: #fff;
    font-weight: bold;
    display: inline-block;

}

.header-button {
    float: right;
    margin-top: 25px;
    margin-left: 20px;
}
.header-search{float:right;color:#fff; margin-top: 34px;}
.header-search i{font-size: 16px;}
.theme-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #7ac7c4;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0;
    padding: 10px 25px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

.theme-btn:hover {
    background-color: #f73859;
    color: #fff
}


#navBar {
    float: right;
    margin-right: 15%;
}

#navBar ul li {
    float: left;
    padding: 0 20px;
}

#navBar ul li>a {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 35px 0;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
}

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

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

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

#header.fixed .logo a,
#header.fixed #navBar ul li>a {
    color: #081828;
}

#header.fixed .theme-btn {
    background-color: #7ac7c4;
    color: #fff;
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.line-animated {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 99;
    pointer-events: none;
}
.line-animated>span {
    background: rgba(255,255,255,0.09);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.line-animated>span:nth-child(2) {
    left: 25%
}
.line-animated>span:nth-child(3) {
    left: 50%
}
.line-animated>span:nth-child(4) {
    left: 75%
}
.line-animated>span:before {
    content: "";
    background-image: linear-gradient(0deg,#fff,transparent);
    width: 1px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: line-animation 9s linear infinite alternate;
    animation: line-animation 9s linear infinite alternate;
}
@keyframes line-animation{
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}
.mobile_key {
    display: none;
}

.page-banner {
    position: relative;
    padding:160px 0 90px 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
   
}

.position-absolute {
    position: absolute;
}
.bg-white{background-color: #fff;}
.bg-white1{ width:73px; height:73px;}
.bg-white2{ width:160px; height:48px;}
.left {
    left: 0;
}
.right {
    right: 0;
}
.bottom-0{
    bottom: 0
}
.d-inline-block {
    display: inline-block;
}

.shape-1 {
    padding: 20px;
    background: #fff;
    z-index: 3;
    bottom: 73px;
    left: 52px;
}


.page-banner .title {
    font-weight: bold;
    font-size: 55px;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding: 0 20px;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item:after {
    content: '';
    position: absolute;
    left: -4px;
    width:5px;
    height:5px;
    background-color: #fff;
    top:50%;
    margin-top:-2.5px;

}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item:first-child::after {
    display: none;
}

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

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

.blog-news-single {
    float: left;
    width: 48%;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 2%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 30px;
    border:1px solid rgba(0,0,0,0.1)
}

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

.blog-news-single .blog-news-img {
    position: relative;
    font-size: 0;
}

.blog-news-single .blog-news-img img {
    transition: .5s ease;
}

.blog-news-single .blog-news-img a {
    display: inline-block;
}
.blog-news-single .card-list {
    position: absolute;
    bottom: -15px;
    color: #fff;
    background: #f73859;
    padding: 5px 20px;
    left:50%;
    transform: translateX(-50%);
    font-size: 15px;
}

.blog-news-single .card-list:after {
    content: '';
    height: 8px;
    width: 8px;
    background: #fff;
    position: absolute;
    right: -1px;
    bottom: 0;
}



.blog-news-single .blog-news-title {
    padding: 33px;
    overflow: hidden;
    box-sizing: border-box;
}
.blog-news-single .blog-news-title h2{
    border-bottom:1px solid #dee2e6;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.blog-news-single .blog-news-title h2 a {
    font-size: 24px;
    color: #20252d;
    font-weight: 700;
    line-height: 1.2;
}

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

.blog-tool {
    margin-bottom: 20px;
}

.blog-tool span {
    color: #727272;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
}

.blog-tool span i {
    color: #f73859;
    margin-right: 3px;
    font-weight: bold;
}

.blog-news-single .more {
    font-size: 18px;
    font-weight: bold;
    color: #7ac7c4;
    transition: .5s ease;
}

.blog-news-single .more:hover {
    color: #f73859;
}

.newsletter-widget {
    position: relative;
    z-index: 1;
}

.newsletter-widget form {
    width: 100%;
    position: relative;
}

.newsletter-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 80px 0 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #eee;
}

.newsletter-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border: none;
    background-color: #7ac7c4;
    color:#fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #fff;
    background-color: #f73859;
}

.widget_categories ul>li {
    margin-bottom: 10px;
    position:relative;
}

.widget_categories ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #1e2434;
    text-transform: uppercase;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    border: 1px solid #e7e3e3;
}
.widget_categories ul li:hover a{
    color: #fff;
    background-color: #f73859;
    padding-left: 80px;
}
.widget_categories ul li:hover:before {
    content: '';
    padding: 6px;
    position: absolute;
    bottom: 16px;
    background: #fff;
    right: 9px;
    z-index: 1;
}
.widget_categories ul li:hover:after {
    content: '';
    padding: 8px;
    position: absolute;
    bottom: 0;
    background: #fff;
    right: 0;
}
.widget_categories ul li a i {
    opacity:0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #f4f5f4;
    text-align: center;
    font-size: 16px;
    color: #707582;
    transition: all 500ms ease;
}

.widget_categories ul li a:hover i{
    opacity:1;
    width:60px;
    color:#fff;
    background-color: #7ac7c4;
}
.widget-tags a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    color: #081828;
    border:1px solid #e8e9e8;
    background: transparent;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.widget-tags a:hover {
    background-color: #f73859;
    color: #fff;
}
.widget-share i{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #7ac7c4;
    height: 41px;
    line-height: 42px;
    width: 41px;
    transition:.5s ease;
}
.widget-share i:hover{
    background-color: #f73859;
}
.sidebar-widget {
    background-color: #fff;
    margin-bottom: 30px;
}

.widget-title {
    display: block;
    background-color: #f4f5f4;
    border: 1px solid rgba(220,224,229,0.6);
    padding: 20px 30px;
    z-index: 1;
}
.widget-title h4 {
    position: relative;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 15px;
    color:#20252d;
    font-weight: bold;
}
.widget-title h4:before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    background-color: #f73859;
    left: 0;
    bottom: 0;
}
.widget-title h4:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 11px;
    left: 7px;
    background-color: #7ac7c4;
}
.widget-content{
    border: 1px solid rgba(220,224,229,0.6);
    border-width: 0 1px 1px 1px;
    position: relative;
    padding: 30px;
}

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

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

.single-blog-post-details {
    margin-bottom: 40px;
    border:1px solid rgba(0,0,0,0.085);
}

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

.single-blog-post-details h1 {
    font-size: 30px;
    color: #1F242C;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #dee2e6;
}

.single-blog-post-content{
    padding:30px;
}
.single-blog-post-details .img {
    overflow: hidden;
    font-size: 0;
}

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

.single-blog-tools .post-data {
    float:left;
    width:50%;
}
.single-blog-tools .title{
    font-size: 22px;
    font-weight: bold;
    color:#1F242C;
    margin-bottom: 20px;
}
.single-blog-tools .post-data a {
    display: inline-block;
    padding: 8px 20px;
    line-height: 1;
    font-size: 14px;
    border:1px solid #e8e9e8;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.4s ease-in-out;
}
.single-blog-tools .post-data a:hover{
    background-color: #f73859;
    border-color:#f73859;
    color:#fff;
}


.single-blog-tools .blog-social {
    float: right;
}

.single-blog-tools .blog-social i {
   margin:0 5px;
   font-size: 18px;
}

.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: 45px;
    color: #fff !important;
    border: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #7ac7c4;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    background: #f73859;
}

.comments-box-area h2 {
    color: #1F242C;
    font-size: 26px;
    font-weight: bold;
    position: relative;

}

.form-control {
    color: #555;
    background-image: none;
    border: none;
    box-sizing: border-box;
    outline: none;
    line-height: 53px;
    height: 53px;
    font-size: 16px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: transparent;
    padding: 20px 30px;
    width: 100%;
    font-family: inherit;
}


.comments-form {
    margin-top: 30px;
    box-sizing: border-box;
}

.comments-form textarea {
    height: 150px;
    line-height: 1;
}

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

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

.comments-form .form-group1 input {
    width: 48%;
    margin-left: 4%;
    float: left;
}

.comments-form .form-group1 input:first-child {
    margin-left: 0;
}

.blog-pagination {
    margin-top: 40px;
    padding: 0 0 15px;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    display: inline-block;
    background: #fff;
    color: #081828;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    padding: 8px 20px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #eee;
    margin-right: 5px;
}

.pagination-nav li.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #f73859;
    border-color: #f73859;
}

.widget-news li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.widget-news li a {
    font-size: 18px;
    font-weight: 600;
    color: #081828;
}

.widget-news li a:hover {
    color: #f73859;
}

.widget-news li .time {
    margin-top: 5px;
    font-size: 16px;
    color: #f73859;
}

.widget-news li .time i {
    margin-right: 5px;
}

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

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

#footer {
    background-color: #20252d;
    color: #fff
}

.footer-top {
    padding: 60px 0;
    position: relative;
    z-index: 9;
}

.footer-left {
    float: left;
    width: 27%;
}

.footer-logo {
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-logo a {
    color: #fff;
    font-weight: bold;
}
.footer-text ul li{
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-text i{
   color:#7ac7c4;
   font-size: 18px;
   font-weight: bold;
   margin-right: 10px;;
}
.footer-left .social-title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.footer-links {
    float: left;
    width: 18%;
    margin-left: 4%;
}

.footer-links a {
    color: #fff;
    position: relative;
}

.footer-links ul li {
    margin-bottom: 15px;
    font-size: 16px;
    transition: .5s ease;
}

.footer-links ul li:hover {
    transform: translateX(5px);
}
.footer-form{
    float:right;
    width:24%;
}
.footer-form form{
    margin-top: 30px;
    position: relative;
}

.footer-form input{
    height: 52px;
    width: 100%;
    background-color: #fff;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    padding-left: 18px;
    padding-right: 65px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.footer-form button {
    width:100%;
    height: 52px;
    background-color: #7ac7c4;
    color: #fff;
    text-align: center;
    line-height: 52px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-form button i{
    font-size: 18px;
}
.footer-form button:hover{
    background-color: #f73859;
}

#footer .title {
    font-size: 20px;
    margin-bottom: 30px;
    color:#7ac7c4;
    font-weight: bold;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 20px 0;
}

.footer-copy {
    float: left;
    line-height: 41px;
    font-size: 16px;
}

.footer-other {
    float: right;
}

.footer-other a i {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #7ac7c4;
    height: 41px;
    line-height: 41px;
    width: 41px;
    border-radius: 50%;
}
@media(min-width: 960px){
.inner-box{
                max-width: 64.5%;
         margin: 0 auto 60px;
        padding: 0 15px;
    }
    .single .nv-meta-list {
        --avatarsize: 20px;
    }
    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
        .single:not(.single-product), .page {
        --c-vspace: 0 0 0 0;
    }
        .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
}
@media only screen and (max-width:1440px) {

    .wrap {
        max-width: 1140px;
    }

}


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

    .wrap {
        max-width: 960px;
    }

}










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

    .wrap {
        box-sizing: border-box;
    }

    #header .header-bottom {
        position: fixed;
        top: 0;
    }

    .header-top {
        display: none;
    }

    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        height: 50px;
        margin-left: 20px;
        margin-top: 18px;
        background-color: #f73859;
    }

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

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

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

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

    .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: none;
        width: 100%;
        float: none;
        z-index: 1;
        overflow-y: auto;
        padding: 0;
        margin-left: 0;
        background: #fff;
    }

    #navBar ul li {
        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: #000;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
    }

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

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }

}

















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

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

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

    #header {
        height: 50px;
    }

    .logo {
        font-size: 20px;
        padding: 15px 0;
    }
    .logo a{
        color:#081828;
    }

    .header-button {
        display: none;
    }

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

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        width: 15px;
    }

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

    .mobile_key:after {
        margin-top: 5px;
    }

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

    .page-banner {
        display:none;
    }

    .footer-top {
        padding: 20px 0;
    }

    .footer-left {
        width: 100%;
    }

    .footer-logo {
        font-size: 20px;
    }

    .footer-text {
        font-size: 14px;
        margin: 10px 0;
    }

    .footer-links {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .footer-links ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-form{
        margin-top: 20px;
        width:100%;
    }

    #footer .title {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

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

    .content-right {
        padding: 0;
    }
    .blog-pagination{margin-top: 20px;}
    #header .header-bottom {
        top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .footer-copy {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-other {
        width: 100%;
        text-align: center;
    }

    .footer-other a {
        color: #fff;
    }

    .blog-archive-left .blog-news-single {
        margin-bottom: 20px;
    }

    .blog-tool {
        margin-bottom: 20px;
    }

    .blog-tool span {
        font-weight: normal;
        margin-right: 8px;
    }
    .blog-news-single{
        width:100%;
        margin-right: 0;
    }
    .blog-news-single .text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .theme-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    .widget-title {
        font-size: 18px;
    }
    .widget-content{padding:20px;}
    .newsletter-widget form button {
        font-size: 15px;
    }

    .newsletter-widget h2 {
        font-size: 16px;
        padding: 15px 0;
    }

    .newsletter-widget form input,
    .newsletter-widget form button {
        height: 48px;
    }
    .newsletter-widget form input{
        padding-left: 10px;
    }
    .widget_categories ul li a {
        font-size: 14px;
    }

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

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

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .single-blog-post-content{padding:20px;}
    .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 h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .single-blog-post-details .post-data {
        margin-bottom: 10px;
        width: 100%;
    }

    .single-blog-post-details .post-data a {
        font-size: 12px;
    }
    .single-blog-tools .blog-social{
        width: 100%;
    }

    .single-blog-tools .title{
        font-size: 18px;
        margin-bottom: 15px;
    }

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

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

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

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

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

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

    .widget-information {
        padding: 15px;
    }

    .comments-form .form-group {
        margin-bottom: 0;
    }

    .comments-form input {
        font-size: 14px;
        padding: 10px 20px;
    }
    .comments-form .form-group1 input{width:100%; margin-left: 0;}
    .form-control {
        height: 40px;
    }

    .comments-form textarea {
        height: 100px;
        font-size: 14px;
        padding: 10px 20px
    }

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

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

    .pagination-nav {
        margin-bottom: 20px;
    }

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

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

    .blog-news-single .blog-news-title {
        padding: 25px;
        width: 100%;
    }
    .blog-news-single .blog-news-title h2{margin-bottom: 20px;}
    .blog-news-single .blog-news-title h2 a{font-size: 20px;}
    .blog-news-single .more{font-size: 16px;}
    .single-blog-tools {
        margin-top: 15px;
    }

    .hot-news-title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
    }


    .share li {
        height: 85px
    }

    .share li a span {
        display: none;
    }

    .cate-title {
        font-size: 16px;
        width: 100%;
    }

    .category-title.detail {
        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;
}
/* tab */
.blog-details__image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: none;
  transition: none;
}

.blog-details__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.detail-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-image-slider .slider-item {
    display: none;
  /* position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.detail-image-slider .slider-item.active {
  opacity: 1;
  z-index: 2;
  display: block;
}
.detail-image-slider img {
  max-width: 100%;
  border-radius: 0px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 510px;
}
.blog-details-arrow{
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto;
}
.slider-arrow {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50%;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.arrowBtn{
    color: var(--primary--color);
    font-size: 16px;
     font-weight: bold;
         margin: 0 4px;
}
.slider-arrow svg{
      width: 80px;
  height: auto;
    color: var(--primary--color);
    fill: var(--primary--color);
}
.slider-arrow-left { left: 16px; }
.slider-arrow-right { right: 16px; }
.slider-arrow-left-top,.slider-arrow-right-bottom{
    top: 94%;
    
}
.slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.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;
}
.slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.total{
    line-height: 80px;
}
.total-top{
    top: -2%;
}
.total-top em,.total-bottom em{
    font-style: normal;
}
.total-bottom{
    bottom: -2%;
}
/* tab */
.news-block-thumbnail .blog-details-arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}
.news-block-thumbnail .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 rgb(0 0 0 / 14%), 0 4px 10px rgb(0 0 0 / 22%); */
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    opacity: 0.3;
}
.news-block-thumbnail .slider-arrow:hover{
    opacity: 1;
}
.news-block-thumbnail .slider-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary--color), #0d7bb8);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50%;
}

.news-block-thumbnail .slider-arrow:hover::before {
    opacity: 1;
}

.news-block-thumbnail .slider-arrow:hover svg {
    color: white;
}
.news-block-thumbnail .arrowBtn{
    display: none;
}
.news-block-thumbnail .slider-arrow svg{
    fill: currentColor;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.news-block-thumbnail .slider-arrow-left { 
    left: 20px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.8)); */
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-left::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
}

.news-block-thumbnail .slider-arrow-left:hover {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right { 
    right: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 255, 240, 0.8));
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-right::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* background: linear-gradient(135deg, #4ecdc4, #44a08d); */
    color: white;
}
.news-block-thumbnail .slider-arrow-left-top,.news-block-thumbnail .slider-arrow-right-bottom{
    display: none;
}

/* 脉冲动画效果 */
@keyframes pulse-left {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 10px rgba(255, 107, 107, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0);
    }
}

@keyframes pulse-right {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 10px rgba(78, 205, 196, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0);
    }
}

.news-block-thumbnail .slider-arrow-left:hover {
    /* animation: pulse-left 1.5s infinite; */
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* animation: pulse-right 1.5s infinite; */
}

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

.news-block-thumbnail .slider-arrow-right:active svg {
    transform: scale(0.9) rotate(5deg);
}
.news-block-thumbnail .slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.news-block-thumbnail .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;
}
.news-block-thumbnail .slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.news-block-thumbnail .total{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}
.news-block-thumbnail .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;
}

/* 新的页面计数器样式 */
.news-block-thumbnail .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);
}

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

/* 缩略图样式 - 原版样式 */
.news-block-thumbnail .thumbnail-gallery {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.news-block-thumbnail .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;
}

.news-block-thumbnail .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;
}

.news-block-thumbnail .thumbnail-item:hover {
    transform: translateY(-8px) scale(1.1);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
    border-color: var(--primary--color);
}

.news-block-thumbnail .thumbnail-item:hover::before {
    opacity: 1;
}

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

.news-block-thumbnail .thumbnail-item:hover img {
    transform: scale(1.05);
}

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

/* 缩略图选中状态 */
.news-block-thumbnail .thumbnail-item.active {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
    border: 4px solid #e11414;
    background: white;
}

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

.news-block-thumbnail .thumbnail-item.active img {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .detail-image-slider {
        border-radius: 0
    }
    .news-block-thumbnail .detail-image-slider img{
        max-width: 100%;
    }
    /* .detail-image-slider{
        min-height: 500px;
    } */
    .news-block-thumbnail .total-bottom{
        bottom: 0.3%;
    }
    
    /* 移动端轮播图按钮调整 */
    .news-block-thumbnail .blog-details-arrow {
        padding: 0 10px;
    }
    .news-block-thumbnail .slider-arrow {
        width: 50px;
        height: 50px;
        backdrop-filter: blur(8px);
    }
    .news-block-thumbnail .slider-arrow-left { 
        left: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .news-block-thumbnail .slider-arrow-right { 
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /* 移动端简化动画效果 */
    .news-block-thumbnail .slider-arrow-left:hover,
    .news-block-thumbnail .slider-arrow-right:hover {
        animation: none;
        /* transform: scale(1.05); */
    }
    
    /* 移动端页面计数器适配 */
    .news-block-thumbnail .image-counter {
        margin: 10px 0;
        padding: 6px 12px;
        font-size: 12px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }
    
    /* 移动端缩略图适配 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    
    .news-block-thumbnail .thumbnail-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    /* 移动端选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border 2s infinite;
    }
    
    @keyframes pulse-border {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
}

@media(max-width: 576px) { 
    
    /* 超小屏幕页面计数器优化 */
    .news-block-thumbnail .image-counter {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    /* 超小屏幕缩略图优化 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 8px;
        /* justify-content: flex-start; */
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }

}

/* ====================================
   专用于 detail_thumbnail.blade.php 的样式
   ==================================== */

/* 缩略图容器 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-gallery {
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.news-block-thumbnail .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;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar {
    height: 6px;
}

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

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

.news-block-thumbnail .thumb-item {
    display: block;
    position: relative;
    width: 60px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
   transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
  
}

.news-block-thumbnail .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; */
}
@keyframes jump {
    0% {
        
        transform: translateY(-8px);
    }
    50% {
        
        transform: translateY(-4px);
    }
    100% {
       
        transform: translateY(-8px);
    }
}
.news-block-thumbnail .thumb-item:hover {
    /* transform: translateY(-8px) scale(1.1); */
    border-color: var(--primary--color);
    opacity: 1;
    animation: jump 2s ease-in-out infinite;
}

.news-block-thumbnail .thumb-item:hover::before {
    opacity: 1;
}

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

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

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

/* 缩略图选中状态 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-item.active {
    opacity: 1;
}

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

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

/* 移动端适配 - detail_thumbnail专用 */
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.3333px;
        border-radius: 8px;
    }
    
    /* 移动端选中状态 - 醒目效果 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border-thumb 2s infinite;
    }
    
    @keyframes pulse-border-thumb {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

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

/* 超小屏幕适配 - detail_thumbnail专用 */
@media(max-width: 576px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 8px;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.333px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }
}


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

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

.pagination li {
        position: relative;
    display: inline-block;
    margin: 0 9px;
    padding: 7px 21px;
    border: 1px solid rgb(202, 202, 202);
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a {
    position: relative;
    display: inline-block;
    /* font-size: 16px; */
    font-family: var(--text-font);
    color: var(--title);
    padding: 0;
	border: none;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.pagination li.active{
  border: 1px solid #E5E5E5;
    background: var(--primary--color);
}
.pagination li.active a,.pagination li.active span{
    color: #fff;
}

/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination li a.current {
  background: var(--primary--color);
  color: #fff;
}

.post-pagination li:hover a {
  background: var(--primary--color);
  color: #fff;
}