* {
  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';
  color: #B0B0B0;
  background-color: #1A191E;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}

::selection {
  color: #ffffff;
  background-color: rgba(97, 154, 195, 0.7);
  text-shadow: none;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

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

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.sidenav {
  top: 0;
  width: 340px;
  min-height: 100vh;
  padding: 60px;
  transition: 0.3s ease;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

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

a:hover {
  color: initial;
}
:root {
    --primary--color: #619ac3;
    --title: #2a2727;
    --text: #777;
    --clr-common-color-red: #128db8;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #2a2727;
    --theme-color2: #2a2727;
    --secondary--color: #fff;
    --navy-color: #2a2727;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font:'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 30px;
  line-height: inherit;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
}

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

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.w-100 {
  width: 100% !important;
}

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

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.text-white {
  color: #fff !important;
}

.sidenav .nav-link {
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.sidenav .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: #ffffff;
  left: 0;
  bottom: 13px;
  transition: 0.3s;
}

.sidenav .nav-link:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.sidenav .nav-link:hover::after {
  width: 15px;
}

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.pr-2, .px-2 {
  padding-right: .5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

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

@media (min-width: 576px) {
  .container,.container-sm {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
      max-width:960px
  }
}
@media(min-width: 960px){
.inner-box{
                max-width: 64.5%;
         margin: 0 auto 60px;
        padding: 0 15px;
    }
    .single .nv-meta-list {
        --avatarsize: 20px;
    }
    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
        .single:not(.single-product), .page {
        --c-vspace: 0 0 0 0;
    }
        .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
}
@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

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

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

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

@media (min-width: 768px) {
  .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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


@media (min-width: 992px) {
  .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

.text-right {
  text-align: right !important;
}

button {
  border-radius: 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
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal;
  outline: 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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-0 {
  border: 0 !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.rounded-0 {
  border-radius: 0 !important;
}

.post-item .card-img-top {
  transition: 0.3s;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

h2, .h2 {
  font-size: 36px;
}

h1, .h1 {
  font-size: 48px;
}

.card-title {
  margin-bottom: .75rem;
}

.opacity-0, .opacity-0-onHover, .opacity-25, .opacity-25-onHover, .opacity-50, .opacity-50-onHover, .opacity-75, .opacity-75-onHover, .opacity-1, .opacity-1-onHover {
  transition: all 0.3s;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.d-inline-block {
  display: inline-block !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.text-primary, .text-primary-onHover:hover {
  color: #619ac3 !important;
}

.ml-1, .mx-1 {
  margin-left: .25rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.bg-dark {
  background-color: #1D1C21 !important;
}

.widget {
  margin-bottom: 50px;
}

.text-center {
  text-align: center !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  outline: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
  font-size: 15px;
  padding: 10px 25px;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0;
  border: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.blog-pagination {
  display: inline;
  padding: 0 0 15px;
  text-align: center;
}

ol, ul {
  list-style: none;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

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

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

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.contact-form select {
  padding-bottom: 16px;
  color: #aaa;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #333139;
}

.contact-form select option {
  background-color: #1D1C21;
  color: #ffffff;
}











.main-content {
  width: calc(100% - 340px);
}

.mobile-nav {
  display: none;
  position: relative;
  z-index: 9992;
}

.mobile-nav .logo {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.mobile-nav .nav-toggle {
  width: 40px;
  height: 40px;
  font-size: 13px;
  padding-top: 3px;
  border-radius: 50px;
}

.nav-toggle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav-toggle-overlay.show {
  opacity: 1;
  visibility: visible;
}

.post-meta li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.post-meta li a:hover {
  text-decoration: underline;
}

.opacity-75, .opacity-75-onHover:hover {
  opacity: 0.75;
}

.widget-title {
  border-bottom: 2px solid #619ac3;
  padding-bottom: 10px;
}

.widget .form-control {
  font-size: 15px;
  color: #ffffff;
  height: 48px;
  border: 1px solid #2f2e35 !important;
}

.btn-primary {
  background-color: #619ac3;
}

.widget .form-control:focus {
  box-shadow: none !important;
}

.btn:hover {
  color: #ffffff;
  background-color: rgba(228, 17, 47, 0.7);
}

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

.pagination-nav li a {
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

.search-form {
  margin-bottom: 35px;
}

.search-form input {
  height: 45px;
  border-color: #333139;
}

.search-form .btn {
  border: 1px solid #333139;
}

.input-group-append button span{
  font-size: 15px;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}

footer a{
  color: #619ac3;
}

footer a:hover{
  color: #fff;
}

footer .row{
  justify-content: center;
}

.contact-form {
  padding: 60px;
  margin-top: 50px;
}

.contact-form label {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 0;
  color: #aaa;
  border-color: #333139 !important;
  padding-bottom: 20px;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.contact-form .form-control:focus {
  border-color: #888888 !important;
}

.contact-form textarea {
  resize: none;
  height: 100px;
}

@media (max-width: 991px) {
  .sidenav {
      width: 250px;
      padding: 50px;
  }

  .main-content {
    width: calc(100% - 250px);
  }

  .mobilenone{
    display: none;
  }
}

@media (max-width: 767px) {
  .sidenav {
      position: fixed !important;
      z-index: 9995;
      top: 0;
      left: -250px;
      background-color: #1D1C21;
  }

  .main-content {
    width: 100%;
  }

  .mobile-nav {
    display: block;
    position: sticky;
    top: 0;
    background: #1a191e;
  }
}

.sidenav.show {
  left: 0;
}

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

/* tab */
.blog-details__image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: none;
  transition: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-block-thumbnail .slider-arrow-right:active svg {
    transform: scale(0.9) rotate(5deg);
}
.news-block-thumbnail .slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.news-block-thumbnail .slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.news-block-thumbnail .slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.news-block-thumbnail .total{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}
.news-block-thumbnail .total-bottom{
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
}

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

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

/* 缩略图样式 - 原版样式 */
.news-block-thumbnail .thumbnail-gallery {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.news-block-thumbnail .thumbnail-item {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, var(--primary--color), #0d7bb8) border-box;
}

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

.news-block-thumbnail .thumb-item::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1; */
}
@keyframes jump {
    0% {
        
        transform: translateY(-8px);
    }
    50% {
        
        transform: translateY(-4px);
    }
    100% {
       
        transform: translateY(-8px);
    }
}
.news-block-thumbnail .thumb-item:hover {
    /* transform: translateY(-8px) scale(1.1); */
    border-color: var(--primary--color);
    opacity: 1;
    animation: jump 2s ease-in-out infinite;
    border-radius: 10px;
    width: 70px;
    height: 90px;
}

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

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

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

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

/* 缩略图选中状态 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-item.active {
     animation: jump 2s ease-in-out infinite;
    border-radius: 10px;
    width: 70px;
    height: 90px;
    opacity: 1;
}

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

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

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

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

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


@media (max-width: 375px) {
    .news-block-thumbnail .thumb-item {
        width: 45px;
        height: 60px;
    }
}
nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

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

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

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

.pagination li {
        position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 12px 20px;
    
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 100%;
}

.pagination li a {
    position: relative;
    display: inline-block;
    /* font-size: 16px; */
    font-family: var(--text-font);
    color: var(--title);
    padding: 0;
	border: none;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.pagination li.active{
  border: 1px solid #E5E5E5;
    background: var(--primary--color);
}
.pagination li.active a,.pagination li.active span{
    color: #fff;
}
/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

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

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

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

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