* {
  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: #fff;
  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: 1200px
  }
}

.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-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 {
  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: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 0;
  border-radius: 12px;
  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: #fff;
  border-radius: 12px;
}

.main-header__logo {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.5px;
}

.main-header__logo .iconfont {
  font-size: 38px;
  color: rgb(69, 38, 177);
  margin-right: 10px;
}

.logo-text {
  font-size: 28px;
  font-weight: 700;
  color: #232323;
  font-family: 'lora', sans-serif;
}

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

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

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

.main-menu__list li a {
  font-size: 18px;
  color: #232323;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.2s;
}

.main-menu__list li a:hover {
  color: rgb(69, 38, 177);
}

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

.thm-btn {
  display: inline-block;
  background: rgb(69, 38, 177);
  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 {
    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: rgb(69, 38, 177);
  }

  .mobile-nav__btn {
    display: block;
  }

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

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

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

.col-md-6 {
  padding: 0;
  margin-bottom: 0;
  /* border-bottom: 1px solid rgb(229, 232, 243); */
}

.blog-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 24px rgba(0,0,0,0.10); */
  overflow: hidden;
  /* margin-bottom: 32px; */
  transition: box-shadow 0.3s;
  border: none;
  min-height: 180px;
  border-bottom: 1px solid rgb(229, 232, 243);
}

.blog-card__image {
  flex: 0 0 44%;
  width: 44%;
  max-width: 320px;
  min-width: 180px;
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
  display: block;
}

.blog-card__content {
  flex: 1 1 0%;
  padding: 10px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 16px 16px 0;
  background: #fff;
  color: #222;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
}

.blog-card__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
}

.blog-card__title a {
  color: #222;
  transition: color 0.2s;
}

.blog-card__title a:hover {
  color: rgb(69, 38, 177);
}

.blog-two__text {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.read-more-btn, .blog-card__content .read-more-btn {
  display: inline-block;
  background: rgb(69, 38, 177);
  color: #fff;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(108, 62, 245, 0.10);
  transition: box-shadow 0.2s, background 0.2s;
  border: none;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
}

.read-more-btn:hover, .blog-card__content .read-more-btn:hover {
  background: #5327c6;
  box-shadow: 0 4px 16px rgba(108, 62, 245, 0.18);
  color: #fff;
}

@media (max-width: 991px) {
  .blog-card {
    flex-direction: column;
    border-radius: 16px;
    min-height: 0;
  }
  .blog-card__image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 180px;
    border-radius: 16px 16px 0 0;
  }
  .blog-card__image img {
    border-radius: 16px 16px 0 0;
  }
  .blog-card__content {
    border-radius: 0 0 16px 16px;
    padding: 18px 14px 18px 14px;
  }
}

.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: rgb(69, 38, 177);
}

.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: 280px;
    /* 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 {
  /* margin-top: 30px; */
  padding: 0;
  text-align: center;
}

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

.post-pagination a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all 400ms ease;
}

.post-pagination a:hover,
.post-pagination a.current {
  color: #fff;
  background: rgb(69, 38, 177);
  border: none;
}

.sidebar {
  background: #fff;
  border-radius: 16px;
  /* box-shadow: 0 4px 24px rgba(0,0,0,0.08); */
  padding: 32px 24px 24px 24px;
  margin-bottom: 32px;
  border: none;
  max-width: 350px;
}

.sidebar__single {
  background: rgb(242, 245, 251);
  border-radius: 12px;
  box-shadow: none;
  padding: 30px 25px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar__single:first-child {
  padding: 0;
  background: none;
  border: none;
}

.sidebar__single:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar__title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0.5px;
  position: relative;
}

.sidebar__search {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #f7f8fa;
  border-radius: 3px;
  padding: 0 8px;
  margin-bottom: 18px;
  box-shadow: none;
  border: 1px solid #ececec;
}

.sidebar__search input[type="text"] {
  flex: 1 1 auto;
  height: 44px;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #222;
  outline: none;
  padding: 0 12px;
}

.sidebar__search button[type=submit] {
  width: 44px;
  height: 44px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: rgb(69, 38, 177);
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: background 0.2s;
}

.sidebar__search button[type=submit]:hover {
  background: #5327c6;
}

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

.sidebar__categories li {
  position: relative;
  overflow: hidden;
}

.sidebar__categories li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(69, 38, 177);
  transition: left 0.3s ease;
  z-index: 0;
}

.sidebar__categories li:hover::before {
  left: 0;
}

.sidebar__categories li a {
  display: block;
  width: 100%;
  color: rgb(9, 27, 41);
  background: none;
  padding: 10px 30px 10px 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  border-bottom: 1px solid rgb(194, 196, 201);
  position: relative;
  z-index: 1;
}

.sidebar__categories li a::after {
  content: '›';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: inherit;
  transition: transform 0.2s ease;
}

.sidebar__categories li a:hover {
  color: #fff;
}

.sidebar__categories li a:hover::after {
  color: #fff;
  transform: translateY(-50%) translateX(3px);
}

.sidebar__categories li.active,
.sidebar__categories li.selected {
  background: none;
}

.sidebar__categories li.active::before,
.sidebar__categories li.selected::before {
  left: 0;
}

.sidebar__categories li.active a,
.sidebar__categories li.selected a {
  color: #fff;
  background: none;
}

.sidebar__categories li:last-child {
  margin-bottom: 0;
}

.sidebar__categories span {
  float: right;
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 400;
}

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

.sidebar__posts__item {
  padding: 10px;
  border-bottom: 1px solid rgb(194, 196, 201);
  position: relative;
  overflow: hidden;
}

.sidebar__posts__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(69, 38, 177);
  transition: left 0.3s ease;
  z-index: 0;
}

.sidebar__posts__item:hover::before {
  left: 0;
}

.sidebar__posts__item .sidebar__posts__title,
.sidebar__posts__item .sidebar__posts__meta {
  position: relative;
  z-index: 1;
}

.sidebar__posts__item:hover .sidebar__posts__title a,
.sidebar__posts__item:hover .sidebar__posts__meta {
  color: #fff;
}

.sidebar__posts__title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
  line-height: 1.4;
}

.sidebar__posts__title a {
  color: #000;
  transition: color 0.2s;
  text-decoration: none;
  display: inline-block;
  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
  position: relative;
}

.sidebar__posts__title a::after {
  content: '›';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: inherit;
  transition: transform 0.2s ease;
}

.sidebar__posts__item:hover .sidebar__posts__title a::after {
  color: #fff;
  transform: translateY(-50%) translateX(3px);
}

.sidebar__posts__meta {
  font-size: 13px;
  color: #bdbdbd;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.sidebar__posts__meta i {
  color: rgb(69, 38, 177);
  font-size: 15px;
  margin-right: 4px;
}

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

.sidebar__tags a {
  background-color: #f7f8fa;
  border: 1px solid #ececec;
  border-radius: 100px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: rgb(69, 38, 177);
  transition: all 300ms ease;
  display: inline-flex;
  padding: 4px 16px;
}

.sidebar__tags a:hover {
  background-color: rgb(69, 38, 177);
  color: #fff;
  border-color: rgb(69, 38, 177);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .sidebar {
    max-width: none;
    padding: 18px 8px 18px 8px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .sidebar__single {
    padding: 0 0 18px 0;
    margin-bottom: 18px;
  }
}

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

.main-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background:#fff;
  background-size: 120px 120px;
  background-position: 0 0, 60px 60px, 0 120px;
  background-repeat: repeat;
  opacity: 1;
}

.main-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.25) 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 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: left;
  background: #f4f7fa!important;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

.footer-decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.footer-decor__circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
  background: #bcd7f7;
}

.footer-decor__circle--big {
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -80px;
  background: #ffe482;
  opacity: 0.35;
}

.footer-decor__circle--small {
  width: 80px;
  height: 80px;
  left: 40px;
  top: 30px;
  background: #bcd7f7;
  opacity: 0.25;
}

.footer-decor__circle--tiny {
  width: 24px;
  height: 24px;
  left: 120px;
  bottom: 40px;
  background: #ff8f6d;
  opacity: 0.18;
}

.footer-decor__curve {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}

.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: rgb(69, 38, 177);
}

.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 rgb(255, 198, 0);
  border-radius: 5px;
  background: rgb(255, 198, 0);
  color: #000;
  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 rgb(69, 38, 177);
  color: #fff;
  background: rgb(69, 38, 177);
}

.footer-title {
  color: rgb(69, 38, 177);
  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: #000;
  font-size: 16px;
  transition: color 0.2s;
  /* font-family: 'lora', serif; */
}

.footer-links a:hover {
  color: rgb(69, 38, 177);
}

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

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

.footer-gallery a {
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid rgb(69, 38, 177);
  padding-bottom: 2px;
  margin-right: 10px;
  transition: color 0.2s, border 0.2s;
}

.footer-gallery a:hover {
  color: rgb(69, 38, 177);
  border-bottom: 1px solid #fff;
}

.main-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* margin-top: 40px; */
  background: rgb(249, 249, 249)!important;
}

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

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

.main-footer__copyright a {
  color: rgb(69, 38, 177);
  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: rgb(69, 38, 177);
  }

  .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: #000 !important;
}

.blog-details__title {
  font-size: 38px;
  font-weight: 800;
  color: #000!important;
  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%;
  max-width: 500px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

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

.t_de.phoneCont {
  color: rgb(69, 38, 177);
  font-size: 16px;
  text-align: center;
  margin: 24px 0 8px 0;
  font-weight: 600;
}

.comment-form-area {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(44,62,80,0.08);
  padding: 40px 32px;
  margin-top: 40px;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
}

.comment-form-area .group-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(69, 38, 177);
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.default-form .form-group {
  margin-bottom: 18px;
}

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

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
  border: 1px solid rgb(69, 38, 177);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  margin-bottom: 0;
  width: 100%;
  background: #fafbfc;
  color: #232323;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
  border-color: rgb(69, 38, 177);
  box-shadow: 0 0 0 2px rgba(69,38,177,0.08);
  outline: none;
}

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

.btn-box .link_btn {
  background: rgb(69, 38, 177);
  border-radius: 8px;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(69,38,177,0.10);
}

.btn-box .link_btn,
.btn-box .link_btn a {
  color: #fff !important;
}

.btn-box .link_btn:hover {
  background: rgb(255, 198, 0);
  color: #fff;
}

/* 评论列表美化（如有） */
.comment-list {
  margin-top: 32px;
  padding: 0;
  list-style: none;
}
.comment-list li {
  background: #fafbfc;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 18px;
  border: 1px solid #ececec;
  box-shadow: 0 2px 8px rgba(44,62,80,0.04);
}
.comment-list .comment-author {
  font-weight: 700;
  color: rgb(69, 38, 177);
  margin-bottom: 6px;
}
.comment-list .comment-meta {
  font-size: 13px;
  color: #bdbdbd;
  margin-bottom: 8px;
}
.comment-list .comment-content {
  color: #232323;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .comment-form-area {
    padding: 18px 30px;
    border-radius: 10px;
  }
  .comment-list li {
    padding: 12px 8px;
    border-radius: 6px;
  }
  
  .detail-image-slider img{
    max-width: 93%;
  }
  
  .total-top {
    top: 1.3%;
  }
  
  .total-bottom{
    bottom: 0.3%;
  }
}

.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: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f4f7fa;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.banner-hero__decors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.banner-hero__circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.25;
  background: #bcd7f7;
}

.banner-hero__circle--big {
  width: 320px;
  height: 320px;
  left: -120px;
  bottom: -120px;
  background: #ffe482;
  opacity: 0.35;
}

.banner-hero__circle--small {
  width: 110px;
  height: 110px;
  right: 60px;
  top: 40px;
  background: #bcd7f7;
  opacity: 0.25;
}

.banner-hero__circle--tiny {
  width: 32px;
  height: 32px;
  right: 80px;
  bottom: 40px;
  background: #ff8f6d;
  opacity: 0.18;
}

.banner-hero__curve {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}

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

.banner-hero__content h1 {
  color: #232323;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 18px;
  text-shadow: none;
}

.banner-hero__content .breadcrumb {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  background: none;
  display: inline-block;
}

.banner-hero__content .breadcrumb a {
  color: #232323;
  opacity: 0.85;
  text-decoration: none;
  margin-right: 8px;
}

.banner-hero__content .breadcrumb li.active {
  color: rgb(69, 38, 177);
}

.banner-hero__content .breadcrumb-item+.breadcrumb-item::before {
  color: rgb(69, 38, 177);
  content: '>';
  margin: 0 6px;
}

.banner-hero__watermark {
  display: none;
}

@media (max-width: 991px) {
  .banner-hero {
    min-height: 120px;
    height: 120px;
    border-radius: 10px;
  }
  .banner-hero__content {
    padding: 30px 0 20px 0;
  }
  .banner-hero__content h1 {
    font-size: 28px;
  }
  .banner-hero__content .breadcrumb {
    font-size: 14px;
  }
  .banner-hero__circle--big {
    width: 120px;
    height: 120px;
    left: -40px;
    bottom: -40px;
  }
  .banner-hero__circle--small {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
  .banner-hero__circle--tiny {
    width: 16px;
    height: 16px;
    right: 20px;
    bottom: 10px;
  }
  .banner-hero__curve {
    height: 24px;
    bottom: 10px;
  }
}

.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: rgb(69, 38, 177);
}

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

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

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

.four-corner-slider .slider-btn {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgb(69, 38, 177);
  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(255, 198, 0);
}

.icon-sousuo:before {
  color: #fff;
}

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;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.detail-image-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(255, 255, 255, 0.05) 50%, 
    transparent 70%);
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  z-index: 1;
}

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

.detail-image-slider .slider-item {
  display: none;
  position: relative;
  z-index: 2;
}

.detail-image-slider .slider-item.active {
  opacity: 1;
  z-index: 2;
  display: block;
  animation: detail-thumbnail-fadeIn 0.6s ease-out;
}

@keyframes detail-thumbnail-fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.detail-image-slider img {
  max-width: 100%;
  border-radius: 12px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: all 0.4s ease;
  filter: saturate(1.05) contrast(1.02);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.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: rgb(69, 38, 177);
    font-size: 16px;
     font-weight: bold;
         margin: 0 4px;
}
.slider-arrow svg{
      width: 80px;
  height: auto;
    color: rgb(69, 38, 177);
    fill: rgb(69, 38, 177);
}
.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: linear-gradient(135deg, rgb(69, 38, 177) 0%, rgb(85, 56, 200) 50%, rgb(100, 75, 220) 100%);
  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(15px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(69, 38, 177, 0.3), 
              0 4px 16px rgba(0, 0, 0, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.detail-thumbnail-slider-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 50%;
}

.detail-thumbnail-slider-arrow::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.6s ease;
}

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

.detail-thumbnail-slider-arrow:hover::after {
  opacity: 1;
  transform: rotate(45deg) translate(50%, 50%);
}

.detail-thumbnail-slider-arrow:hover svg {
  color: #000;
  transform: scale(1.1);
}

.detail-thumbnail-slider-arrow:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 6px 20px rgba(69, 38, 177, 0.4);
}

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

.detail-thumbnail-slider-arrow svg {
  fill: #fff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.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-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(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.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(69, 38, 177, 0.4) transparent;
}

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

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

.detail-thumbnail-thumb-container::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgb(69, 38, 177), rgb(100, 75, 220));
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.detail-thumbnail-thumb-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, rgb(255, 198, 0), rgb(255, 210, 30));
}

.detail-thumbnail-thumb-item {
  display: block;
  position: relative;
  width: 60px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 
              0 2px 8px rgba(69, 38, 177, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.detail-thumbnail-thumb-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(69, 38, 177, 0.1) 0%, rgba(100, 75, 220, 0.2) 50%, rgba(255, 198, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.detail-thumbnail-thumb-item::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: rotate(45deg) translate(-100%, -100%);
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 2;
  pointer-events: none;
}

.detail-thumbnail-thumb-item:hover {
  transform: translateY(-8px) scale(1.1);
  border-color: rgba(69, 38, 177, 0.6);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
              0 4px 15px rgba(69, 38, 177, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

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

.detail-thumbnail-thumb-item:hover::after {
  opacity: 1;
  transform: rotate(45deg) translate(50%, 50%);
}

.detail-thumbnail-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
  filter: saturate(1.1) contrast(1.05);
}

.detail-thumbnail-thumb-item:hover img {
  transform: scale(1.05);
  filter: saturate(1.2) contrast(1.1) brightness(1.05);
}

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

/* 缩略图选中状态 - detail_thumbnail专用 */
.detail-thumbnail-thumb-item.active {
  transform: translateY(-5px) scale(1.15);
  border: 3px solid rgb(69, 38, 177);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 255, 1) 100%);
  animation: detail-thumbnail-glow 2s ease-in-out infinite alternate;
}

.detail-thumbnail-thumb-item.active::before {
  opacity: 0.6;
  background: linear-gradient(135deg, 
    rgba(69, 38, 177, 0.2) 0%, 
    rgba(100, 75, 220, 0.3) 30%, 
    rgba(255, 198, 0, 0.2) 70%, 
    rgba(255, 255, 255, 0.1) 100%);
}

.detail-thumbnail-thumb-item.active img {
  transform: scale(1.1);
  filter: saturate(1.3) contrast(1.15) brightness(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);
      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 rgb(69, 38, 177);
  }
  
  .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 样式结束
 ==================================== */