* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: 'lora';
    src: url(../font/Lora-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'lora';
    font-size: 16px;
    color: #656565;
    line-height: 26px;
    font-weight: 400;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

ol,
ul {
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width: 576px) {

    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container {
        max-width: 1300px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

a {
    /* color: #012549; */
    text-decoration: none;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
    list-style: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.collapse:not(.show) {
    display: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

[role=button] {
    cursor: pointer;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    .col-md-6 {
        margin-bottom: 30px;
        flex: 0 0 100%;
        width: 100%;
    }

}

@media (min-width: 992px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

figure {
    margin: 0 0 1rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}

p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.main-header {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        radial-gradient(circle at 30% 50%, #4a7c59 0%, #2d5a3d 50%, #1a3d2a 100%),
        linear-gradient(45deg, #4a7c59 25%, transparent 25%, transparent 75%, #4a7c59 75%),
        linear-gradient(45deg, #4a7c59 25%, transparent 25%, transparent 75%, #4a7c59 75%);
    background-size:
        cover,
        cover,
        20px 20px,
        20px 20px;
    background-position:
        center,
        center,
        0 0,
        10px 10px;
    backdrop-filter: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 100;
}

.container-fluid {
    padding: 0;
}

@media (min-width:992px) {
    .container-fluid {
        max-width: 1140px;
    }
}

.main-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 40px;
    background: transparent;
}

.main-header__logo {
    display: flex;
    align-items: center;
}

.main-header__logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: #C3FF3D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.cricket-stumps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.stump {
    width: 3px;
    height: 20px;
    background: #333;
    border-radius: 1px;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
}

.main-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-container {
    background: rgba(207, 207, 207, 0.1);
    border-radius: 30px;
    padding: 8px 20px;
    backdrop-filter: blur(10px);
}

.main-menu__list {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

.main-menu__list li {
    list-style: none;
}

.main-menu__list li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    display: block;
}

.main-menu__list li a:hover {
    color: #C3FF3D;
}

.main-menu__list li a.active {
    color: #000;
    background: #C3FF3D;
    font-weight: 600;
}

.main-header__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.thm-btn {
    display: inline-block;
    background: #C3FF3D;
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(122, 156, 89, 0.08);
}

.thm-btn:hover {
    background: #222;
    color: #fff;
}

.mobile-nav__btn {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1000;
    padding: 5px;
    background: #000;
}

.hamburger {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.hamburger span:first-child {
    margin-bottom: 6px;
}

.hamburger span:last-child {
    margin-top: 6px;
}

.mobile-nav__btn.active .hamburger span:first-child {
    transform: translateY(8px) rotate(45deg);
}

.mobile-nav__btn.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.mobile-nav__btn.active .hamburger span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav__overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav__close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav__close.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav__close .iconfont {
    font-size: 24px;
    color: #fff;
    transition: transform 0.3s ease;
}

.mobile-nav__close:hover .iconfont {
    transform: rotate(90deg);
}

@media (max-width: 991px) {
    .main-header__inner {
        height: 60px;
        padding: 0 16px;
    }

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

    .logo-icon {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }

    .stump {
        width: 2px;
        height: 16px;
    }

    .nav-container {
        background: none;
    }

    .main-menu__list li a.active {
        background: none;
        color: #fff;
    }

    .mobile-nav__btn {
        display: block;
    }

    .main-header__nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        background: #000;
        padding: 80px 20px 20px;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .main-header__nav.active {
        right: 0;
    }

    .main-menu__list {
        flex-direction: column;
        gap: 20px;
    }

    .main-menu__list li a {
        color: #fff;
        font-size: 18px;
        display: block;
        padding: 8px 0;
        transition: color 0.3s ease;
    }

    .main-menu__list li a:hover {
        color: #C3FF3D;
    }

    .mobile-nav__close.active {
        opacity: 1;
        visibility: visible;
    }

    .banner-hero {
        min-height: 200px;
    }

    .banner-hero__content {
        padding: 40px 0 20px 0;
    }

    .banner-hero__content h1 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 18px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.blog-one {
    padding: 40px 0 40px 0 !important;
}

.row.gutter-y-30 {
    row-gap: 50px;
}

.blog-card {
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    /* padding: 15px 10px !important; */
    /* border: 7px solid #C3FF3D !important; */
    min-height: 0 !important;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
    /* margin-bottom: 32px; */
}

.blog-card__image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f7f7f7;
    position: relative;
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: none !important;
    transition: none;
}

.blog-card:hover .blog-card__image img {
    transform: none;
}

.blog-card__content {
    background-color: #F2F2F2 !important;
    color: #000 !important;
    border-radius: 30px !important;
    box-shadow: none;
    padding: 40px !important;
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blog-card:hover .blog-card__content {
    background-color: #C3FF3D !important;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: #8b8b8a !important;
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-top: -20px;
}

.blog-card__meta li {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #C3FF3D;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card__meta li:before {
    display: none;
}

/* 移动端样式 - blog-card__meta 一行显示一个 */
@media (max-width: 768px) {
    .blog-card__meta {
        flex-direction: column;
        gap: 8px;
    }
    .banner-hero__content .breadcrumb {
        font-size: 10px!important;
    }

    .banner-hero__content h1 {
        font-size: 19px!important;
    }
}

/* 时间样式 */
.blog-card__date {
    background: #FAFAFA;
    color: #0C0C0D;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 12px;
    width: 105px;
}

.blog-card__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 14px !important;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.blog-card__title a {
    color: #000 !important;
    transition: color 0.2s;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
}

.blog-two__text {
    color: #45474F !important;
    font-size: 15px !important;
    line-height: 1.7;
    margin-bottom: 0;
}

/* 分隔线样式 */
.blog-card__separator {
    width: 60%;
    height: 1px;
    background: #e5e7eb;
    margin: 12px auto;
}

/* READ MORE 链接样式 */
.blog-card__read-more {
    color: #151515 !important;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    background: #FAFAFA;
    padding: 8px 0 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 80px;
    max-width: none;
}

.blog-card__read-more .read-more-text {
    margin-right: 8px;
}

.blog-card__read-more .read-more-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #C3FF3D;
    border-radius: 50%;
    margin-left: 8px;
}

.blog-card__read-more .read-more-arrow svg {
    width: 16px;
    height: 16px;
    color: #151515;
}

.blog-card__read-more:hover {
    color: #fff !important;
    text-decoration: none;
    background: #000;
}

@media (max-width: 991px) {
    .blog-card__image {
        height: 140px;
    }

    .blog-card__content {
        padding: 14px 10px 12px 10px !important;
    }

    .blog-card__title {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .blog-two__text {
        font-size: 13px !important;
    }

    .blog-card__read-more {
        font-size: 13px !important;
        padding: 6px 0 6px 12px;
    }

    .blog-card__read-more .read-more-arrow {
        width: 28px;
        height: 28px;
    }

    .blog-card__read-more .read-more-arrow svg {
        width: 14px;
        height: 14px;
    }

    .blog-card__meta li {
        font-size: 10px !important;
        padding: 3px 8px;
    }
}

.category-list {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding: 0;
}

.category-list li {
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
    transition: background 0.2s, color 0.2s;
}

.category-list li a {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.category-list li:hover {
    background: #C3FF3D;
}

.category-list li:hover a {
    color: #fff;
}

@media (max-width: 991px) {
    .blog-one {
        padding: 10px 0 30px 0;
        min-height: auto;
    }

    .row.gutter-y-30 {
        /* row-gap: 24px; */
    }

    .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 18px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .blog-card {
        height: auto;
        min-height: 0;
        margin-bottom: 0;
        /* border-radius: 10px; */
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); */
    }

    .blog-card__image {
        height: 400px;
        /* border-radius: 10px 10px 0 0; */
        overflow: hidden;
    }

    .blog-card__content {
        padding: 14px 10px 12px 10px;
        /* border-radius: 0 0 10px 10px; */
    }

    .blog-card__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .blog-two__text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .news-block_two-title {
        font-size: 12px;
        left: 10px;
        top: -24px;
        padding: 6px 12px;
    }

    .ad-div.phoneCont {
        /* min-height: 80px; */
        margin-bottom: 16px;
        border-radius: 8px;
    }

    .t_de.phoneCont {
        font-size: 13px;
        padding: 0.2rem 0 0.5rem 0;
    }

    .sidebar {
        padding: 0 8px;
    }
}

.news-block_two-title {
    position: absolute;
    left: 30px;
    top: -36px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #1f1f1f;
    padding: 13px 20px;
    z-index: 1;
    display: none;
}

.news-block_two-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(rgba(255, 228, 130, 1), rgba(255, 143, 109, 1));
}

.news-block_two-title::after {
    position: absolute;
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    background: #fff;
    z-index: -1;
}

.post-pagination {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 40px 0;
}

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

.post-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: #F0F0F0;
    border: none;
    /* padding: 12px 16px; */
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.2s ease;
    border-radius: 30px;
    min-width: 60px;
    height: 60px;
}

.post-pagination a:hover {
    background: #C3FF3D;
    color: #151515;
}

.post-pagination a.current {
    color: #151515;
    background: #C3FF3D;
    border: none;
}

.post-pagination a.current:hover {
    background: #C3FF3D;
    color: #151515;
}

/* 导航按钮样式 */
.post-pagination .prev,
.post-pagination .next {
    color: #151515 !important;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.post-pagination .prev:hover,
.post-pagination .next:hover {
    background: #E0E0E0 !important;
    color: #151515 !important;
}

/* 禁用状态样式 */
.post-pagination li.disabled span {
    color: #A0A0A0 !important;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    cursor: not-allowed;
    background: #F0F0F0;
    border-radius: 30px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar {
    max-width: 350px;
    margin-left: 0;
    margin-right: auto;
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 0;
}

.sidebar__single {
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
    margin-bottom: 30px;
    border: none !important;
}

.sidebar__single--search {
    padding: 0 !important;
}

.sidebar__title {
    font-size: 20px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 20px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
}

.sidebar__title::after {
    display: none;
}

.sidebar__search {
    background: #fff !important;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #D1D1D1;
    border-radius: 30px;
    padding: 12px 16px;
}

.sidebar__search input[type="text"] {
    flex: 1 1 auto;
    height: auto;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #151515;
    outline: none;
    padding: 0;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0;
}

.sidebar__search input[type="text"]::placeholder {
    color: #A0A0A0;
    text-transform: none;
    letter-spacing: 0;
}

.sidebar__search button[type=submit] {
    width: auto;
    height: auto;
    background: none;
    color: #151515;
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    cursor: pointer;
    padding: 0;
}

.sidebar__categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__categories li {
    background: #F8F8F8;
    border-radius: 20px;
    margin-bottom: 12px;
    padding: 12px 16px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #151515;
    transition: all 0.2s;
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sidebar__categories li:hover {
    background: #C3FF3D;
}

.category-item {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.category-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.category-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.category-name {
    font-size: 16px;
    font-weight: 400;
    color: #151515;
}

.category-count {
    background: #C3FF3D;
    color: #151515;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin-left: 12px;
}

.sidebar__posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__posts__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar__posts__item:last-child {
    margin-bottom: 0;
}

.post-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-date {
    font-size: 12px;
    color: #A0A0A0;
    margin-bottom: 4px;
    font-weight: 400;
}

.post-title {
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    margin: 0;
    line-height: 1.4;
}

.post-title a {
    color: #151515 !important;
    text-decoration: none;
    transition: color 0.2s;
}

.post-title a:hover {
    color: #C3FF3D !important;
}

@media (max-width: 991px) {
    .post-pagination {
        gap: 8px;
        margin: 30px 0;
    }

    .post-pagination a,
    .post-pagination li.disabled span {
        min-width: 40px;
        height: 40px;
        padding: 8px 12px;
        font-size: 14px;
    }

    .sidebar {
        max-width: none;
        margin: 0 15px;
    }

    .sidebar__single {
        padding: 0;
        margin-bottom: 24px;
    }

    .sidebar__title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .sidebar__search {
        margin-bottom: 24px;
        padding: 10px 14px;
    }

    .sidebar__search input[type="text"] {
        font-size: 14px;
    }

    .sidebar__categories li {
        padding: 10px 14px;
        margin-bottom: 10px;
    }

    .category-thumbnail {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .category-name {
        font-size: 14px;
    }

    .category-count {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .sidebar__posts__item {
        padding: 10px;
        margin-bottom: 12px;
    }

    .post-thumbnail {
        width: 50px;
        height: 50px;
    }

    .post-date {
        font-size: 11px;
    }

    .post-title {
        font-size: 13px;
    }
}

.main-footer {
    position: relative;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        radial-gradient(circle at 30% 50%, #4a7c59 0%, #2d5a3d 50%, #1a3d2a 100%),
        linear-gradient(45deg, #4a7c59 25%, transparent 25%, transparent 75%, #4a7c59 75%),
        linear-gradient(45deg, #4a7c59 25%, transparent 25%, transparent 75%, #4a7c59 75%);
    background-size:
        cover,
        cover,
        20px 20px,
        20px 20px;
    background-position:
        center,
        center,
        0 0,
        10px 10px;
    overflow: hidden;
}

.main-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:
        radial-gradient(ellipse at 70% 40%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 60%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.main-footer::after {
    display: none;
}

.main-footer__top,
.main-footer__bottom,
.main-footer__bottom__inner {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.main-footer__top {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
}

.footer-col {
    margin-bottom: 0;
    flex: 1 1 0;
    min-width: 220px;
}

.footer-logo {
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}

.footer-logo .iconfont {
    font-size: 36px;
    margin-right: 10px;
    color: #C3FF3D;
}

.logo-text {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'lora', serif;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1.5px solid #fff;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-family: 'lora', serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: border 0.2s, color 0.2s, background 0.2s;
    margin-right: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

.footer-social a:hover {
    border: 1.5px solid #C3FF3D;
    color: #C3FF3D;
    background: #fff;
}

.footer-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'lora', serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    font-size: 16px;
    transition: color 0.2s;
    font-family: 'lora', serif;
}

.footer-links a:hover {
    color: #C3FF3D;
}

.footer-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-gallery li {
    list-style: none;
}

.footer-gallery a {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #C3FF3D;
    padding-bottom: 2px;
    margin-right: 10px;
    transition: color 0.2s, border 0.2s;
}

.footer-gallery a:hover {
    color: #C3FF3D;
    border-bottom: 1px solid #fff;
}

.main-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        radial-gradient(circle at 30% 50%, #4a7c59 0%, #2d5a3d 50%, #1a3d2a 100%);
}

.main-footer__bottom__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0 20px 0;
    color: #fff;
    font-size: 15px;
    font-family: 'lora', serif;
}

.main-footer__copyright {
    color: #fff;
    margin: 0;
    text-align: right;
    font-size: 15px;
    font-family: 'lora', serif;
}

.main-footer__copyright a {
    color: #C3FF3D;
    margin-left: 8px;
    font-family: 'lora', serif;
}

@media (max-width: 991px) {
    .footer-row {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-col {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .footer-logo-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-social {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-title {
        position: relative;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    .footer-gallery {
        justify-content: center;
        gap: 15px;
    }

    .footer-gallery li {
        margin: 0;
    }

    .main-footer__bottom__inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 30px 15px;
    }

    .main-footer__copyright {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }

    .main-footer__copyright a {
        display: inline-block;
        margin: 5px 8px;
    }
}

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

.blog-details__title {
    font-size: 38px;
    font-weight: 800;
    color: #fff !important;
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.blog-details__image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 32px 0 32px 0;
    /* box-shadow: 0 2px 16px rgba(0,0,0,0.07); */
}

.blog-details__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.blog-details__text {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 40px;
    /* padding: 0 20px; */
}

.t_de.phoneCont {
    color: #C3FF3D;
    font-size: 16px;
    text-align: center;
    margin: 24px 0 8px 0;
    font-weight: 600;
}

.comment-form-area {
    /* background: #222d4f; */
    border-radius: 12px;
    padding: 40px 0;
    margin-top: 40px;
    margin-bottom: 0;
    /* box-shadow: 0 2px 16px rgba(0,0,0,0.07); */
}

.group-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.default-form .form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
    border: none;
    border-radius: 15px;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
    background: transparent;
    color: #fff !important;
    transition: border 0.2s;
    border-bottom: 1px solid #ffffff80;
    outline: none;
}

/* 详情页背景色调整 */
.blog-details__content {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
    border-bottom-color: #C3FF3D;
}

.default-form .form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.btn-box .link_btn {
    background: #C3FF3D;
    color: #000;
    border-radius: 20px;
    padding: 12px 36px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
    cursor: pointer;
    /* border: 2px solid #000; */
}

.btn-box .link_btn a {
    color: #000 !important;
    font-weight: 800;
}

@media (max-width: 991px) {
    .blog-details__content {
        padding: 18px 8px 18px 8px;
    }

    .blog-details__title {
        font-size: 22px;
        padding: 10px;
    }

    .blog-details__image {
        margin: 18px 0 18px 0;
    }

    .comment-form-area {
        padding: 18px 8px;
    }
}

.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;
}

.sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar__tags a {
    background-color: #fff;
    border: 1px solid #dad9d9;
    border-radius: 100px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--travhub-text);
    transition: all 500ms ease;
    display: inline-flex;
    padding: 2px 10px;
}

.sidebar__tags a:hover {
    background-color: #C3FF3D;
    color: #fff;
    border-color: #C3FF3D;
    transform: translateY(-2px);
}

/* 面包屑 */
nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}

nav ol.breadcrumb li a {
    color: #000;
    text-decoration: none;
}

nav ol.breadcrumb li a:hover {
    color: #C3FF3D;
}

nav ol.breadcrumb li.active {
    color: #C3FF3D;
}

/* 广告位 */

.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%;
    /* min-height: 250px; */
    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    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;
}

@media (max-width: 991px) {
    .sidebar {
        max-width: none;
    }
}

.search-button-wrapper {
    background: #fafbfc;
}

.icon-sousuo:before {
    font-weight: 800;
}

.banner-hero {
    position: relative;
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        radial-gradient(circle at 30% 50%, #4a7c59 0%, #2d5a3d 50%, #1a3d2a 100%),
        linear-gradient(45deg, #4a7c59 25%, transparent 25%, transparent 75%, #4a7c59 75%),
        linear-gradient(45deg, #4a7c59 25%, transparent 25%, transparent 75%, #4a7c59 75%);
    background-size:
        cover,
        cover,
        20px 20px,
        20px 20px;
    background-position:
        center,
        center,
        0 0,
        10px 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.banner-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 70% 40%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 60%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    pointer-events: none;
    z-index: 1;
}

.banner-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    padding: 60px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-hero__content h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-transform: none;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
}

.banner-hero__content .breadcrumb {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    background: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-hero__content .breadcrumb a {
    color: #C3FF3D;
    opacity: 1;
    text-decoration: none;
}

.banner-hero__content .breadcrumb li.active {
    color: #C3FF3D;
}

.banner-hero__content .breadcrumb-item+.breadcrumb-item::before {
    color: #C3FF3D;
    content: '/';
    margin: 0 6px;
}

.banner-hero__watermark {
    display: none;
}

@media (max-width: 991px) {
    .banner-hero {
        min-height: 120px;
        height: 120px;
    }

    .banner-hero__content {
        padding: 30px 0 20px 0;
    }

    .banner-hero__content h1 {
        font-size: 28px;
    }

    .banner-hero__content .breadcrumb {
        font-size: 14px;
        padding: 0 20px;
        bottom: 10px;
    }

    .main-header__logo {
        font-size: 24px;
    }

    .logo-text {
        font-size: 24px;
    }

    .main-menu__list li a {
        font-size: 14px;
    }
}

.blog-details__image-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
}

.slider-images {
    width: 400px;
    position: relative;
    overflow: hidden;
}

.slider-img {
    display: none;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    transition: opacity 0.3s;
}

.slider-img.active {
    display: block;
}

.slider-btn {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
    margin: 0 8px;
    transition: background 0.2s;
}

.slider-btn:hover {
    background: #C3FF3D;
}

@media (max-width: 991px) {
    .blog-details__image-slider {
        margin: 18px 0;
    }

    .slider-btn {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .detail-image-slider img {
        max-width: 93%;
    }

    .total-top {
        top: 1.3%;
    }

    .total-bottom {
        bottom: 0.3%;
    }
}

.four-corner-slider {
    position: relative;
}

.four-corner-slider .slider-btn {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #C3FF3D;
    color: #fff !important;
    border: none;
    font-size: 22px;
    z-index: 2;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.four-corner-slider .slider-btn.top-left {
    top: 10px;
    left: 10px;
}

.four-corner-slider .slider-btn.top-right {
    top: 10px;
    right: 10px;
}

.four-corner-slider .slider-btn.bottom-left {
    bottom: 10px;
    left: 10px;
}

.four-corner-slider .slider-btn.bottom-right {
    bottom: 10px;
    right: 10px;
}

.four-corner-slider .slider-btn:hover {
    background: rgb(10, 19, 46);
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

.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;
}

.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: #C3FF3D;
    font-size: 16px;
    font-weight: bold;
    margin: 0 4px;
}

.slider-arrow svg {
    width: 80px;
    height: auto;
    color: #C3FF3D;
    fill: #C3FF3D;
}

.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%;
}

/* ====================================
   专用于 detail_thumbnail.blade.php 的样式
   从模板文件中提取的样式，添加于文件末尾避免影响其他样式
   ==================================== */

/* 详情页面布局样式 */
.detail-thumbnail-col-lg-8 {
    width: 100%;
}

.detail-thumbnail-container img {
    display: block;
    margin: 0 auto;
}

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

.detail-thumbnail-slider-arrow {
    display: flex;
    align-items: center;
    background: #C3FF3D;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    color: #000;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: auto;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

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

.detail-thumbnail-slider-arrow:hover svg {
    color: #000;
}

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

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

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

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

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

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

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

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

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

/* 滑动点指示器 */
.detail-thumbnail-slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 20;
}

.detail-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;
}

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

/* 页面计数器样式 */
.detail-thumbnail-total {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}

.detail-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;
}

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

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

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

.detail-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;
}

.detail-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;
}

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

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

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

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

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

/* 缩略图选中状态 */
.detail-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;
}

.detail-thumbnail-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-thumbnail-item.active img {
    transform: scale(1.1);
}

/* 专用于 detail_thumbnail.blade.php 的缩略图样式 */
.detail-thumbnail-thumb-gallery {
    padding: 5px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.detail-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;
}

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

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

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

.detail-thumbnail-thumb-item {
    display: block;
    position: relative;
    width: 60px;
    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: none;
    background: white;
}

.detail-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;
}

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

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

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

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

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

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

.detail-thumbnail-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-thumb-item.active img {
    transform: scale(1.1);
}

/* 移动端适配样式 */
@media only screen and (max-width: 767px) {
    .detail-image-slider {
        border-radius: 0;
    }

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

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

    .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;
    }

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

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

    .pagination {
        margin-bottom: 30px;
    }

    #back-to-top-btn {
        bottom: 92px;
        right: 30px;
    }

    .section-padding {
        padding: 30px 0px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* 移动端选中状态 */
    .detail-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;
    }

    .detail-thumbnail-thumbnail-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        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-thumb-gallery {
        margin-top: 0;
        padding: 15px;
    }

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

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

    /* 移动端选中状态 - 醒目效果 */
    .detail-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;
    }

    .detail-thumbnail-thumb-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        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-image-slider .slider-item.active {
        width: 100%;
    }
}

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

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

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

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

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

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

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

    /* 超小屏幕选中状态 */
    .detail-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;
    }

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

    /* detail_thumbnail 专用超小屏幕样式 */
    .detail-thumbnail-thumb-gallery {
        margin-top: 0;
        padding: 10px;
    }

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

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

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

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

/* 极小屏幕适配 (≤375px) */
@media (max-width: 375px) {
    .detail-thumbnail-thumb-item {
        width: 45px;
        height: 60px;
    }
}

/* ====================================
 detail_thumbnail.blade.php 样式结束
 ==================================== */

/* 随机文章推荐模块样式 */
.random-articles-section .group-title {
    margin-bottom: 35px;
    text-align: center;
}

.random-articles-section .group-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.random-articles-section .group-title h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #C3FF3D, #4a7c59);
    border-radius: 2px;
}

.random-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.random-article-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    transform: translateY(0);
}

.random-article-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(195, 255, 61, 0.05), rgba(74, 124, 89, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.article-content {
    padding: 25px;
    position: relative;
    z-index: 2;
}

.article-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-title:hover a {
    color: #C3FF3D;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.article-date {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .random-articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .random-articles-section {
        margin-top: 30px;
        padding: 30px 0;
    }

    .random-articles-section .group-title h2 {
        font-size: 26px;
    }

    .article-content {
        padding: 20px;
    }

    .article-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .random-articles-section .group-title h2 {
        font-size: 22px;
    }

    .article-content {
        padding: 15px;
    }

    .article-title {
        font-size: 16px;
    }
}
