* {
  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: #222d4f;
  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: 32px;
    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: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  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: 70px;
  padding: 0 40px;
  background: transparent;
}

.main-header__logo {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.main-header__logo .iconfont {
  font-size: 38px;
  color: #4ac4cf;
  margin-right: 10px;
}

.logo-text {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.logo-text .highlight {
  color: #5bc0de;
}

.main-header__nav {
  flex: 1;
  margin-left: 100px;
}

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

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

.main-menu__list li a {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  padding: 8px 0;
  transition: color 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  position: relative;
}

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

.main-menu__list li a.active {
  color: #5bc0de;
}

.main-menu__list li a.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5bc0de;
}

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

.thm-btn {
  display: inline-block;
  background: #4ac4cf;
  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;
  }

  .main-header__nav {
    display: none;
    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;
    display: block;
  }

  .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: #4ac4cf;
  }

  .mobile-nav__btn {
    display: block;
  }

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

  .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: 26px 10px 15px !important;
  border: 7px solid #ffffff1a !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: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 40px !important;
  margin: 0;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.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: #4ac4cf;
  color: #fff !important;
  padding: 2px 45px;
  border-radius: 20px;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.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: 15px;
}

.blog-card__title a:hover {
  color: #4ac4cf !important;
}

.blog-two__text {
  color: #000 !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: 11px !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}

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

@media (max-width: 991px) {

  .blog-card__image {
    height: 140px;
  }

  .blog-card__content {
    padding: 30px 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: 12px !important;
  }

  .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: #4ac4cf;
}

.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: 20px;
}

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

.post-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: transparent;
  border: none;
  padding: 8px 12px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: color 0.2s;
}

.post-pagination a:hover {
  color: #4ac4cf;
}

.post-pagination a.current {
  color: #4ac4cf;
  background: transparent;
  border: none;
}

/* 导航按钮样式 */
.post-pagination .prev,
.post-pagination .next {
  color: #ccc !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-pagination .prev:hover,
.post-pagination .next:hover {
  color: #4ac4cf !important;
}

/* 禁用状态样式 */
.post-pagination li.disabled span {
  color: #ccc !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: not-allowed;
}

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

.sidebar__single {
  background: #333e61 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 20px 16px 16px 16px;
  margin-bottom: 24px;
  border: none !important;
}

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

.sidebar__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar__title::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #5bc0de;
  margin: 8px auto 0 auto;
  border-radius: 0;
}

.sidebar__search {
  background: #333e61 !important;
  border-radius: 4px;
  padding: 16px 20px;
  box-shadow: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border: none;
}

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

.sidebar__search input[type="text"]::placeholder {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

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

.sidebar__categories li {
  background: none;
  border-radius: 0;
  margin-bottom: 12px;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar__categories li a {
  width: 100%;
  color: #fff;
  background: none;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  justify-content: space-between;
  align-items: center;
}

.sidebar__categories li:last-child a {
  border-bottom: none;
}

.sidebar__categories li a:hover {
  color: #5bc0de;
  background: none;
}

/* 活跃状态样式 */
.sidebar__categories li.active {
  position: relative;
}

.sidebar__categories li.active::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background: #5bc0de;
}

.sidebar__categories li.active a {
  color: #5bc0de;
}

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

.sidebar__posts__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

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

.sidebar__posts__item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.sidebar__posts__title,
.sidebar__posts__title a {
  color: #fff !important;
}

.sidebar__posts__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
  padding: 0 8px;
}

.sidebar__posts__title a:hover {
  color: #4ac4cf !important;
}

.sidebar__posts__meta {
  font-size: 13px;
  margin-top: 2px;
}

.icon-date {
  font-size: 13px;
}

@media (max-width: 991px) {
  .sidebar__single {
    padding: 14px 8px 12px 8px;
    margin-bottom: 18px;
  }

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

  .sidebar__title::after {
    width: 40px;
    height: 2px;
    margin-top: 6px;
  }

  .sidebar__posts__item img {
    width: 40px;
    height: 40px;
  }

  .sidebar__posts__title {
    font-size: 13px;
  }

  .sidebar__posts__meta {
    font-size: 11px;
  }
}

.main-footer {
  position: relative;
  background: #222d4f;
  overflow: hidden;
}

.main-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
  background-size: 20px 20px;
  opacity: 0.3;
}

.main-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(34, 45, 79, 0.9) 0%, rgba(34, 45, 79, 1) 100%);
  pointer-events: 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: #4ac4cf;
}

.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 #4ac4cf;
  color: #4ac4cf;
  background: #fff;
}

.footer-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
  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: #4ac4cf;
}

.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 #4ac4cf;
  padding-bottom: 2px;
  margin-right: 10px;
  transition: color 0.2s, border 0.2s;
}

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

.main-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  background: #1a2337;
}

.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: #4ac4cf;
  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 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
  }

  .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #4ac4cf;
  }

  .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 {
  color: #fff !important;
} */

.blog-details__title {
  font-size: 38px;
  font-weight: 800;
  color: #000 !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: #4ac4cf;
  font-size: 16px;
  text-align: center;
  margin: 24px 0 8px 0;
  font-weight: 600;
}

.comment-form-area {
  background: #222d4f;
  border-radius: 12px;
  padding: 40px 30px;
  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: 0;
  padding: 12px 0;
  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 {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

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

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

.btn-box .link_btn {
  background: #4ac4cf;
  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: #fff !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: #4ac4cf;
  color: #fff;
  border-color: #4ac4cf;
  transform: translateY(-2px);
}

/* 面包屑 */

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: #4ac4cf;
}

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

/* 广告位 */

.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: 400px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #222d4f;
  overflow: hidden;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #333e61;
}

.banner-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
  background-size: 20px 20px;
  opacity: 0.3;
}

.banner-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

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

.banner-hero__content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 18px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
  letter-spacing: 2px;
  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;
}

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

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

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

.banner-hero__watermark {
  display: none;
}

@media (max-width: 991px) {
  .banner-hero {
    min-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: #4ac4cf;
}

@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: #4ac4cf;
  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;
}

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

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

.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: #4ac4cf;
  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: #4ac4cf;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.detail-thumbnail-slider-arrow-right {
  right: 20px;
  background: #4ac4cf;
  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 #4ac4cf;
  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 #4ac4cf;
  }

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

.blog-details__text article.article_part_article {
  color: initial;
}

.col-lg-8 + * .col-lg-4 {
  width: 100%;
}


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

 /* 随机文章推荐模块样式 */
 .random-articles-section {
    /* margin-top: 50px; */
    padding: 30px 0;
    /* border-top: 1px solid #e5e5e5; */
}

.random-articles-section .group-title {
    margin-bottom: 30px;
}

.random-articles-section .group-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}

.random-articles-section .group-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #4ac4cf, #4ecdc4);
}

.random-articles-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    gap: 15px;
    margin-top: 20px;
}

.random-article-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}


.article-content {
    padding: 20px;
}

.article-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-title:hover {
    color: #4ac4cf;
    transition: color 0.3s ease;
}

.article-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.article-date {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

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

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

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

    .article-content {
        padding: 15px;
    }

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

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

}

/* 移动端样式 - 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;
    }
}
