* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.75em;
}

a {
  color: var(--primary--color);
  text-decoration: none;
}

a:hover {
  color: var(--primary--color);
  text-decoration: underline;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@font-face {
  font-family: 'Archivo';
  src: url(../iconfont/Archivo.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.iconfont {
  font-size: 14px;
}

:root {
  --primary--color: #9055a2;
  --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;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }

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

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

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

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

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

  #comments .comment-form {
    grid-template-columns: repeat(3, 1fr);
  }

  #comments .comment-form>:not(.comment-form-author):not(.comment-form-url):not(.comment-form-email) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

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

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

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

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

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



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

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

@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-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }

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

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

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

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.navbar>.container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.bg-white {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}

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

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

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

.navbar-light .navbar-brand {
  color: var(--primary--color);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: var(--primary--color);
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-sm {
  font-size: 0.85rem !important;
}

.text-gray {
  color: #aaa !important;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}

.text-sm {
  font-size: 0.875rem;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 249, 250, 1) !important;
}

.border-gray {
  border-color: #eee !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
}

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

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


.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    display: none;
  }
}

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

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: var(--primary--color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.nav-link:hover,
.nav-link:focus {
  color: #633b70;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--primary--color);
}

section {
  overflow: hidden;
}

.pt-5 {
  padding-top: 3rem !important;
}

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

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

  .text-sm-start {
    text-align: left !important;
  }

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

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

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

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

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

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

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

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

.align-middle {
  vertical-align: middle !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

.fw-bold {
  font-weight: 700 !important;
}

.reset-anchor {
  color: inherit;
  border: none;
  background: none;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.reset-anchor:hover,
.reset-anchor:focus {
  text-decoration: none;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-link {
  font-weight: 700;
  color: var(--primary--color);
  text-decoration: none;
}

.btn:hover {
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  color: #633b70;
  text-decoration: underline;
}

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

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

@media (min-width: 576px) {
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-sm {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #f5d59e;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(235, 170, 61, 0.25);
}

.form-control::-moz-placeholder {
  font-size: 0.85rem;
}

.form-control::placeholder {
  font-size: 0.85rem;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0;
}

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

.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

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

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

.ms-3 {
  margin-left: 1rem !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: var(--primary--color) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #000 !important;
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }

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

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

.lead {
  font-size: 1.2rem;
  font-weight: 300;
}

.large {
  font-size: 3rem;
  font-weight: 700;
}

.list-check {
  list-style: none;
}

.list-check li {
  padding-left: 1rem;
  position: relative;
}

.list-check li::before {
  content: '√';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--primary--color);
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.social-link-share {
  padding: 0.45rem 1.2rem;
  color: #fff;
  background: #343a40;
  transition: all 0.3s;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.social-link-share:hover,
.social-link-share:focus {
  text-decoration: none;
  color: #fff;
}

.facebook:hover,
.facebook:focus {
  background: #3b5999;
}

.twitter:hover,
.twitter:focus {
  background: #55acee;
}

.instagram:hover,
.instagram:focus {
  background: #e4405f;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.4rem + 2px);
}

textarea {
  resize: vertical;
}


/* header */
header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.header-logo {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.header-logo:hover {
  color: #000;
  text-decoration: none;
}

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

.iconfont.icon-youjian {
  font-size: 23px;
  vertical-align: middle;
}

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

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

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 9px 13px;
  border: 1px solid #ccc;
  text-align: center;
  z-index: 1;
  /* border-radius: 5px; */
  transition: all 500ms ease;
  color: #555;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: var(--text-font);
  color: #555;
  padding: 0;
  border: none;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.main-content {
  padding-top: 3%;
}

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

.post-content img {
  display: block;
  margin: 10px auto;
}

.first-letter-styled img {
  display: block;
  margin: 15px auto;
}

.detail-title {
  line-height: 1.5;
  margin-bottom: 15px;
}

#comments h3 {
  margin: 1.5rem 0;
}

/* 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;
}