===============================*/:root {
  --bs-nav-link-color: #0d6efd;
}
.breadcrumb {
  --bs-breadcrumb-item-padding-x: .3rem;
}
* {
  font-family: 'Lato', Helvetica, sans-serif;
}
body {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
p {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
h6 {
  line-height: 1.33;
}
select:focus-visible {
  outline: none;
}
input:focus {
  box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*=============================
	[02. Helper Classes]
===============================*/
.not-animated {
  opacity: 0;
}
.rounded-3px {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}
.rotate-90 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* Background */
.bg-silver {
  background-color: #eee;
}
.bg-light-silver {
  background-color: #f5f6f8;
}
.border-silver-light {
  border-color: #f5f6f8 !important;
}
.border-silver {
  border-color: #eee !important;
}
.border-primary {
  border-color: var(--bs-nav-link-color) !important;
}
.bg-image-center {
  background-size: cover;
  background-position: center;
}
/* Text */
.title-max-45 {
  max-height: 45px;
  overflow: hidden;
}
.text-dark-lead, .text-dark-lead a {
  color: #333;
}
.footer-list.text-dark li a {
  color: #1d1d1d;
}
.text-silver-lead {
  color: #ddd !important;
}
.text-baise {
  color: #fff !important;
}

.font-125 {
  font-size: 1.25rem
}
.font-120 {
  font-size: 1.2rem
}
.font-115 {
  font-size: 1.15rem
}
.font-110 {
  font-size: 1.1rem
}
.font-105 {
  font-size: 1.05rem
}
.font-100 {
  font-size: 1rem
}
.font-80 {
  font-size: .8rem
}
.font-85 {
  font-size: .85rem
}
.font-90 {
  font-size: .9rem
}
.font-95 {
  font-size: .95rem
}
.x-small {
  font-size: .75rem;
}
.xx-small {
  font-size: .7rem;
}
.smaller {
  font-size: 11px;
}
.x-dropdown {
  min-width: 0;
}
.separator {
  height: 20px;
  border-left: 1px solid #ddd;
}
.line-height-1 {
  line-height: 1.5;
}
.rounded-3px {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.description blockquote {
  background-color: #fbfbfb;
  position: relative;
  margin: 0.85rem 0.85rem 0;
  color: #666;
  padding: 1rem;
  line-height: 2;
}
.description blockquote::before {
  content: '';
  background-color: var(--bs-nav-link-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.description ul {
  margin: 0.85rem 0;
}
.description ul li {
  line-height: 2;
  margin-left: 1.5rem;
  position: relative;
}
.description ul li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.65rem;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translate(50%, -50%);
  color: #666;
}
.info-icon-biger {
  display: flex;
  gap: 0.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1rem;
  margin: 0.5rem 0;
}
.info-icon-biger i {
  font-size: 1.8rem;
  color: var(--bs-nav-link-color);
}
.info-icon-biger .info-content span {
  display: block;
}
.info-icon-biger {
  position: relative;
}
.info-content .title {
  font-size: 0.85rem;
  color: var(--bs-nav-link-color);
  margin-bottom: 0.3rem;
}
.info-content .action {
  font-size: 1rem;
  color: #1d1d1d;
  font-size: 1.05rem;
}
.input-group-white .input-group-text, .form-control-primary {
  border-radius: 3px;
  border-color: #eee;
  background-color: #fff;
  font-size: .875rem;
}
/* --- Buttons --- */
.btn-gray {
  background-color: #eee;
  border: 1px solid #eee;
  color: #333;
}
.btn-gray:hover {
  background-color: #ddd;
  border-color: #ddd;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  transition: all .3s;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #051b11;
}
.input-group-custom .form-control {
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-custom button {
  padding: .8rem 1.5rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group .custom-select {
  border: 0;
}
.quantity-group {
  width: 120px;
}
.center-line {
  position: relative;
  z-index: 1;
}
.center-line::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 55%;
  width: 100%;
  height: 1px;
  background-color: #E0E2E3;
  z-index: -1;
}
/* --- Icons --- */
.social-x-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  color: #051b11;
  font-size: .85rem;
}
.social-sm-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  color: #051b11;
  font-size: 1rem;
}
.icon-sm, .x-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.icon-sm {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.x-icon {
  width: 32px;
  height: 32px;
  font-size: .85rem;
}
.avater-md {
  width: 60px;
  height: 60px;
}
.after\:bottom-border-100, .after\:bottom-border-50 {
  position: relative;
}
.after\:bottom-border-100:after, .after\:bottom-border-50::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #0a58ca;
}
.after\:bottom-border-50::after {
  width: 50px;
}
.nav-bg-white-title .nav-link {
  background-color: #fff;
  border-radius: 3px;
}
/* Tabs */
.title-tab .nav-link {
  color: #333;
  padding: 0;
}
.title-tab .nav-link:hover {
  color: var(--bs-nav-link-color);
}
.title-tab .nav-link.active {
  background-color: transparent;
  color: var(--bs-nav-link-color);
  font-weight: 600;
}
.filter {
  padding: 1.188rem 0;
}
.lc-form-check .form-check-input:checked {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .25);
}
.lc-form-check .form-check-input:checked[type=radio] {
  background-image: none;
}
.lc-form-check .form-check-input[type=radio] {
  border-radius: 50%;
  position: relative;
}
.lc-form-check .form-check-input:checked[type=radio]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: #333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.color-radio input, .text-radio input {
  display: none;
}
.color-radio label {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  cursor: pointer;
}
.color-radio input[type="radio"]:checked + label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f00c";
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.text-radio label {
  border-radius: 3px;
  display: block;
  padding: .4rem .6rem;
  border: 1px solid #eee;
  font-size: .7rem;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
}
.text-radio input[type="radio"]:checked + label {
  border-color: var(--bs-nav-link-color);
  color: var(--bs-nav-link-color);
}
.overflow-x-scroll {
  overflow-x: scroll;
}
/* List Outline */
.list-outline, .list-outline li {
  border: none;
}
.list-outline.p-0 li {
  padding: 0
}
.list-outline li, .list-outline li a {
  color: #1d1d1d;
}
.list-outline li:hover a, .list-outline li:hover span {
  color: var(--primary-txt-color);
}
/*=============================
	[03. Hover CSS]
===============================*/
.hover\:bg-facebook:hover {
  background-color: #4267B2;
  color: #fff !important;
}
.hover\:bg-twitter:hover {
  background-color: #1DA1F2;
  color: #fff !important;
}
.hover\:bg-instagram:hover {
  background-color: #E1306C;
  color: #fff !important;
}
.hover\:bg-primary:hover {
  background-color: #333;
  color: #fff !important;
}
.hover\:top-line {
  position: relative;
  border-top: 3px solid transparent;
  transition: all .3s;
}
.hover\:top-line:hover, .hover\:top-line.active {
  color: var(--bs-nav-link-color);
  border-top: 3px solid var(--bs-nav-link-color);
}
.hover\:bottom-line {
  position: relative;
  border-bottom: 2px solid transparent;
  transition: all .1s;
}
.hover\:bottom-line:hover, .hover\:bottom-line.active {
  color: var(--bs-nav-link-color);
  border-bottom: 2px solid var(--bs-nav-link-color);
}
.hover\:text-primary:hover, .hover\:text-primary.active {
  color: var(--bs-nav-link-color) !important;
}
.hover\:ml-100 .hover-container, .hover\:mr-100 .hover-container, .hover\:mb-100 .hover-container {
  overflow-y: hidden;
  min-height: 35px;
}
.hover\:ml-100 .hover-container li, .hover\:mr-100 .hover-container li, .hover\:mb-100 .hover-container li {
  opacity: 0;
  visibility: hidden;
  transition: all .8s;
}
.hover\:ml-100 .hover-container li {
  margin-left: -100px;
}
.hover\:ml-100:hover .hover-container li, .hover\:mr-100:hover .hover-container li, .hover\:mb-100:hover .hover-container li {
  opacity: 1;
  visibility: visible;
}
.hover\:ml-100:hover .hover-container li {
  margin-left: 0;
}
.hover\:mr-100 .hover-container li {
  margin-right: -100px;
}
.hover\:mr-100:hover .hover-container li {
  margin-right: 0;
}
.hover\:mb-100 .hover-container li {
  margin-bottom: -100px;
}
.hover\:mb-100:hover .hover-container li {
  margin-bottom: 0;
}
/* Positions */
.start-5 {
  left: 5%;
}
.start-10 {
  left: 10%;
}
.top-5 {
  top: 5%;
}
/* Heights & Width */
.max-width-180 {
  max-width: 180px;
}
.box-image {
  height: 470px;
}
.group-circle {
  border-radius: 50px;
}
.group-circle .form-control {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  border: 0;
}
.group-circle .form-control:focus {
  box-shadow: none;
}
.group-circle button {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.group-py-3 {
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.badge-circle {
  position: absolute;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #E1306C;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 500;
  top: -7%;
  left: 60%;
}
.w-85 {
  width: 85%;
}
.w-60 {
  width: 60%;
}
.w-40 {
  width: 40%;
}
.hidden {
  display: none;
}
.category-lg {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.divider {
  position: relative;
}
.divider::before {
  content: '';
  background-color: #ddd;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
/*=============================
	[01.Header Menus]
===============================*/
.dropdown-toggle::after {
  font-family: bootstrap-icons !important;
  content: '\F282';
  vertical-align: middle;
  margin-left: 0.5em;
  border: 0;
  font-size: .85rem;
  font-weight: 700
}
.main-nav .nav-item .nav-link:hover {
  color: #ddd;
}
.main-nav .dropdown-menu {
  border: 0;
  border-radius: 0;
  min-width: 150px;
  padding: 0;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.185);
  top: calc(100% + 50px);
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
  display: block;
  border-radius: 0.35rem;
}
ul li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-nav .dropdown-menu .dropdown-item, .mega-menu .mega-link {
  font-size: 1em;
  color: #55585B !important;
  padding: 0.65rem .95rem;
  font-weight: 500;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 1%;
  right: 1%;
  width: 100%;
}
.mega-menu .child-meaga {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mega-menu .mega-title {
  padding: 0.5rem .85rem;
  font-size: .875em;
  font-weight: 600;
}
.mega-menu .mega-link {
  display: inline-block;
}
.mega-menu .mega-link:hover {
  color: var(--bs-nav-link-color) !important;
}
.categories-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.hover-down {
  position: relative;
}
.hover-down::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: bootstrap-icons !important;
  content: '\F285';
  font-size: .8rem;
  transform: translate(50%, -50%);
}
.left-menu {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: calc(-107% - 100px);
  min-width: 200px;
  padding: 0;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.185);
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.left-menu li a {
  font-size: .875em;
  color: #55585B !important;
  padding: 0.5rem .85rem;
  font-weight: 400;
}
.submenu:hover .left-menu {
  visibility: visible;
  opacity: 1;
  right: -100%;
}
.left-menu .dropdown-item:hover {
  background-color: #eee;
}
.submenu .mega-menu {
  background-color: #fff;
  min-width: 750px;
  left: calc(100% + 70px);
  display: block;
  top: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.185);
  opacity: 0;
  transition: all .5s;
  visibility: hidden;
}
.submenu:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  left: 110%;
}
.slide, .slide-min-500 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slide, .slide-min-600 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slide, .slide-min-700 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slide-min-500 {
  min-height: 500px;
}
.slide-min-600 {
  min-height: 600px;
}
.slide-min-700 {
  min-height: 700px;
}
/* .slider-arrow-rounded  */
.slick-arrow {
  background-color: transparent;
  border: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(160, 138, 124, 0.2);
  backdrop-filter: blur(10px);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.main-slider .slick-arrow {
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.main-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.main-slider:hover .slick-arrow.slick-prev {
  left: 30px;
}
.main-slider:hover .slick-arrow.slick-next {
  right: 30px;
}
/* ------------------------------- */
.product-card {
  overflow: hidden;
}
.product-card .card-header {
  overflow: hidden;
  background-color: transparent;
}
/*--- Thumb Hover Affects ---*/
.product-card .thumb-left .hover-image, .product-card .thumb-right .hover-image, .product-card .thumb-fade .hover-image {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .6s;
}
.product-card .thumb-left .hover-image {
  left: -100px;
}
.product-card .thumb-right .hover-image {
  right: -100px;
}
.product-card .thumb-fade .hover-image {
  right: 0;
}
.product-card:hover .thumb-left .hover-image, .product-card:hover .thumb-right .hover-image, .product-card:hover .thumb-fade .hover-image {
  opacity: 1;
}
.product-card:hover .thumb-left .hover-image {
  left: 0;
}
.product-card:hover .thumb-right .hover-image {
  right: 0;
}
.card-btn-group {
  position: absolute;
}
.top-left-10, .center-left-10, .bottom-left-10 {
  left: 10px;
}
.top-left-10, .top-right-10, .top-center-10 {
  top: 10px;
}
.bottom-left-10, .bottom-right-10, .bottom-center-10 {
  bottom: 10px;
}
.top-right-10, .center-right-10, .bottom-right-10 {
  right: 10px;
}
.center-left-10, .center-right-10 {
  top: 50%;
  transform: translate(0, -50%);
}
.top-center-10, .bottom-center-10 {
  left: 50%;
  transform: translate(-50%);
  transition: all 0.6s;
}
.product-card [class$='right-10'] {
  opacity: 0;
  right: -20px;
  transition: all .5s;
}
.product-card:hover [class$='right-10'] {
  right: 10px;
  opacity: 1;
}
.product-card [class$='left-10'] {
  opacity: 0;
  left: -20px;
  transition: all .5s;
}
.product-card:hover [class$='left-10'] {
  left: 10px;
  opacity: 1;
}
.product-card .top-center-10 {
  opacity: 0;
  top: -20px
}
.product-card:hover .top-center-10 {
  top: 10px;
  opacity: 1;
}
.product-card .bottom-center-10 {
  opacity: 0;
  bottom: -20px
}
.product-card:hover .bottom-center-10 {
  bottom: 10px;
  opacity: 1;
}
.price-18px {
  font-size: 1.1rem;
}
.box-absolute-01 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid #fff;
  border-radius: 6px;
}
.absolute-bg {
  width: 96%;
  height: 96%;
  left: 3.5%;
  top: 3.5%;
  transform: translate(-1.5%, -1.5%);
}
.bg-blue-100 {
  background-color: #cfe2ff
}
.bg-blue-200 {
  background-color: #9ec5fe
}
.bg-blue-300 {
  background-color: #6ea8fe
}
.bg-blue-400 {
  background-color: #3d8bfd
}
.bg-blue-500 {
  background-color: #0d6efd
}
.bg-blue-600 {
  background-color: #0a58ca
}
.bg-blue-700 {
  background-color: #084298
}
.bg-blue-800 {
  background-color: #052c65
}
.bg-blue-900 {
  background-color: #031633
}
.bg-indigo-100 {
  background-color: #e0cffc
}
.bg-indigo-200 {
  background-color: #c29ffa
}
.bg-indigo-300 {
  background-color: #a370f7
}
.bg-indigo-400 {
  background-color: #8540f5
}
.bg-indigo-500 {
  background-color: #6610f2
}
.bg-indigo-600 {
  background-color: #520dc2
}
.bg-indigo-700 {
  background-color: #3d0a91
}
.bg-indigo-800 {
  background-color: #290661
}
.bg-indigo-900 {
  background-color: #140330
}
.bg-purple-100 {
  background-color: #e2d9f3;
}
.bg-purple-200 {
  background-color: #c5b3e6
}
.bg-purple-300 {
  background-color: #a98eda
}
.bg-purple-400 {
  background-color: #8c68cd
}
.bg-purple-500 {
  background-color: #6f42c1
}
.bg-purple-600 {
  background-color: #59359a
}
.bg-purple-700 {
  background-color: #432874
}
.bg-purple-800 {
  background-color: #2c1a4d
}
.bg-purple-900 {
  background-color: #160d27
}
.bg-pink-100 {
  background-color: #f7d6e6
}
.bg-pink-200 {
  background-color: #efadce
}
.bg-pink-300 {
  background-color: #e685b5
}
.bg-pink-400 {
  background-color: #de5c9d
}
.bg-pink-500 {
  background-color: #d63384
}
.bg-pink-600 {
  background-color: #ab296a
}
.bg-pink-700 {
  background-color: #801f4f
}
.bg-pink-800 {
  background-color: #561435
}
.bg-pink-900 {
  background-color: #2b0a1a
}
.bg-red-100 {
  background-color: #f8d7da
}
.bg-red-200 {
  background-color: #f1aeb5
}
.bg-red-300 {
  background-color: #ea868f
}
.bg-red-400 {
  background-color: #e35d6a
}
.bg-red-500 {
  background-color: #dc3545
}
.bg-red-600 {
  background-color: #b02a37
}
.bg-red-700 {
  background-color: #842029
}
.bg-red-800 {
  background-color: #58151c
}
.bg-red-900 {
  background-color: #2c0b0e
}
.bg-orange-100 {
  background-color: #ffe5d0
}
.bg-orange-200 {
  background-color: #fecba1
}
.bg-orange-300 {
  background-color: #feb272
}
.bg-orange-400 {
  background-color: #fd9843
}
.bg-orange-500 {
  background-color: #fd7e14
}
.bg-orange-600 {
  background-color: #ca6510
}
.bg-orange-700 {
  background-color: #984c0c
}
.bg-orange-800 {
  background-color: #653208
}
.bg-orange-900 {
  background-color: #331904
}
.bg-yellow-100 {
  background-color: #fff3cd
}
.bg-yellow-200 {
  background-color: #ffe69c
}
.bg-yellow-300 {
  background-color: #ffda6a
}
.bg-yellow-400 {
  background-color: #ffcd39
}
.bg-yellow-500 {
  background-color: #ffc107
}
.bg-yellow-600 {
  background-color: #cc9a06
}
.bg-yellow-700 {
  background-color: #997404
}
.bg-yellow-800 {
  background-color: #664d03
}
.bg-yellow-900 {
  background-color: #332701
}
.bg-green-100 {
  background-color: #d1e7dd
}
.bg-green-200 {
  background-color: #a3cfbb
}
.bg-green-300 {
  background-color: #75b798
}
.bg-green-400 {
  background-color: #479f76
}
.bg-green-500 {
  background-color: #198754
}
.bg-green-600 {
  background-color: #146c43
}
.bg-green-700 {
  background-color: #0f5132
}
.bg-green-800 {
  background-color: #0a3622
}
.bg-green-900 {
  background-color: #051b11
}
.bg-teal-100 {
  background-color: #d2f4ea
}
.bg-teal-200 {
  background-color: #a6e9d5
}
.bg-teal-300 {
  background-color: #79dfc1
}
.bg-teal-400 {
  background-color: #4dd4ac
}
.bg-teal-500 {
  background-color: #20c997
}
.bg-teal-600 {
  background-color: #1aa179
}
.bg-teal-700 {
  background-color: #13795b
}
.bg-teal-800 {
  background-color: #0d503c
}
.bg-teal-900 {
  background-color: #06281e
}
.bg-cyan-100 {
  background-color: #cff4fc
}
.bg-cyan-200 {
  background-color: #9eeaf9
}
.bg-cyan-300 {
  background-color: #6edff6
}
.bg-cyan-400 {
  background-color: #3dd5f3
}
.bg-cyan-500 {
  background-color: #0dcaf0
}
.bg-cyan-600 {
  background-color: #0aa2c0
}
.bg-cyan-700 {
  background-color: #087990
}
.bg-cyan-800 {
  background-color: #055160
}
.bg-cyan-900 {
  background-color: #032830
}
.bg-gray-100 {
  background-color: #f8f9fa
}
.bg-gray-200 {
  background-color: #e9ecef
}
.bg-gray-300 {
  background-color: #dee2e6
}
.bg-gray-400 {
  background-color: #ced4da
}
.bg-gray-500 {
  background-color: #adb5bd
}
.bg-gray-600 {
  background-color: #6c757d
}
.bg-gray-700 {
  background-color: #495057
}
.bg-gray-800 {
  background-color: #343a40
}
.bg-gray-900 {
  background-color: #212529
}
.bg-white {
  background-color: #fff
}
.bg-black {
  background-color: #000
}
/*=============================
	[05. Carousel Slider]
===============================*/
.carousel-slider-2-items .item-slider, .carousel-slider-3-items .item-slider, .carousel-slider-4-items .item-slider, .carousel-slider-5-items .item-slider, .carousel-slider-6-items .item-slider {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  position: relative;
}
[class*='carousel-slider-'] {
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
[class*='carousel-slider-'].top-50 .slick-arrow {
  background-color: transparent;
  color: #051b11;
  position: absolute;
  top: 45%;
  border: none;
  font-size: 1rem;
  text-align: center;
  z-index: 1;
  padding: 0; /* 柔和阴影效果 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
[class*='carousel-slider-'].top-50 .slick-arrow:hover {
  /* 悬停时增强阴影 */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}
[class*='carousel-slider-'].arrow-sm .slick-arrow {
  width: 36px;
  height: 36px;
  line-height: 35px;
  font-size: 1.1rem;
}
[class*='carousel-slider-'].top-50 .slick-prev {
  left: 25px;
}
[class*='carousel-slider-'] .slick-next {
  right: 25px;
}
[class*='carousel-slider-'].box-arrow .slick-arrow {
  border-radius: 2px;
}
[class*='carousel-slider-'].m-arrow-1 .slick-prev {
  left: 20px;
}
[class*='carousel-slider-'].m-arrow-1 .slick-next {
  right: 20px;
}
[class*='carousel-slider-'] .slick-dots {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
[class*='carousel-slider-'] .slick-dots li {
  width: 9px;
  height: 9px;
  background-color: #ddd;
  /* border: 1px solid #ddd; */
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}
[class*='carousel-slider-'] .slick-dots .slick-active {
  background-color: var(--bs-nav-link-color) !important;
}
[class*='carousel-slider-'] .slick-dots button, .carousel-dots-hidden .slick-dots, .carousel-arrow-hidden .slick-arrow {
  display: none !important;
}
.carousel-slider-nav .item-slider {
  opacity: 0.7;
}
.carousel-slider-nav .slick-current {
  opacity: 1;
}
.ads-box, .center-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*=============================
	[17. Pagination]
===============================*/
.lc-pagination .page-item .page-link:not(.active) {
  color: #6f6f6f;
  border-radius: 2px;
}
.lc-pagination .page-item .page-link:hover {
  background-color: var(--bs-nav-link-color);
  color: #fff;
}
.lc-pagination .page-item:first-child .page-link, .lc-pagination .page-item:last-child .page-link {
  border-radius: 2px;
}
/*=============================
	[17. Nouislider]
===============================*/
.noUi-target {
  background-color: #eee;
  border: 0;
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  background-color: var(--bs-nav-link-color);
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  box-shadow: none;
}
.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
  content: '';
  height: 0;
}
.noUi-horizontal .noUi-handle::after {
  background-color: #fff;
  height: 9px;
  width: 9px;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -55%);
  border-radius: 50%;
  border: 0;
}
.noUi-handle-lower {
  left: 100%;
}
/*=============================
	[17. Cart]
===============================*/
.cart-ovelay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.cart-offcanvas {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 3;
  right: -30%;
  visibility: hidden;
  transition: all .3s;
}
.cart-offcanvas.show {
  right: 0;
  visibility: visible;
}
.calculate-shipping {
  display: none;
}
/*=============================
	[14. User Rating]
===============================*/
.user-rate {
  transform: rotate(180deg);
}
.user-rate input {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  appearance: none;
}
.user-rate input::before, .user-rate input::after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  transform: rotate(180deg);
  font-weight: 900;
}
.user-rate input::before {
  color: #ddd;
}
.user-rate input::after {
  color: #ffc107;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
}
.user-rate input:hover ~ input:after, .user-rate input:checked ~ input:after, .user-rate input:hover:after, .user-rate input:checked:after {
  opacity: 1;
}
.star-gold {
  color: #ffc107;
}
@media (max-width: 1199.98px) {
  .box-image {
    height: 500px;
  }
}
@media (min-width: 1399.98px) {
  .box-image {
    height: 520px;
  }
}
.silder-vertical-nav .slick-list {
  height: 492px !important;
}
.silder-vertical-nav .slick-current, .silder-horizontal-nav .slick-current {
  border-color: var(--bs-nav-link-color) !important;
}
.silder-horizontal-nav .slider-item {
  margin: 0 5px;
  /* display: flex;
    gap: 0.7rem; */
}
.silder-horizontal-nav .slider-item {
  cursor: pointer;
}
.slider-zoom {
  cursor: zoom-in;
}
/*=============================
	[14. Recent Purchase]
===============================*/
.recent-purchase {
  background-color: #fff;
  display: flex;
  width: 300px;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 3;
  transition: all .7s;
}
.recent-purchase.left {
  left: -100%;
}
.recent-purchase.left.show {
  left: 1rem;
}
.recent-purchase.bottom {
  bottom: -50%;
}
.recent-purchase.bottom.show {
  bottom: 1rem;
}
.recent-purchase img {
  width: 80px;
}
.recent-purchase .purchase-close {
  display: block;
  position: absolute;
  top: .3rem;
  right: .6rem;
  color: silver;
  font-size: .8rem;
  cursor: pointer;
}
/*=============================
	[14. Breadcrump]
===============================*/
.breadcrump-light .breadcrumb-item.active {
  display: flex;
  align-items: baseline;
  color: var(--bs-nav-link-color);
}
.breadcrump-light .breadcrumb-item.active::before {
  content: '\F285';
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  font-size: 10px;
  color: #666;
  float: none;
}
.orders td {
  padding: 2rem 0;
}
/*=============================
	[15. Footer]
===============================*/
.mobile-footer {
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.footer-list li a {
  display: block;
  margin-bottom: 1rem;
}
footer .bg-dark h5, footer .bg-dark h6 {
  color: #E0E2E3;
}
footer .bg-dark p, footer .bg-dark .footer-list.text-dark li a, footer .bg-dark .footer-widget ul li {
  color: #b0b0b0;
}
footer .bottom-footer-dark {
  background-color: #1a1a1a;
  color: #E0E2E3;
}
footer .bottom-footer-dark ul li {
  background: #fff;
  padding: 0.3rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.offcanvas-border-light {
  border-bottom: 1px solid #f1f2f2;
}
.offcanvas-295 {
  width: 295px !important;
}
.mobile-menu .nav-item {
  border-bottom: 1px solid #f1f2f2;
}
.mobile-menu .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem .5rem;
}
.mobile-menu .nav-link2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem .5rem;
}


.mobile-menu ul {
  padding: .5rem;
  border-top: 1px solid #f1f2f2;
}
.mobile-menu .dropdown-item {
  padding: .5rem .8rem;
}
.mobile-menu .nav-link .arrow {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
/* sub menu 2 */
.scroll-container {
  overflow: hidden;
  position: relative;
}
.scroll-content {
  display: flex;
  width: auto;
}
.dingbua {
  white-space: nowrap;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.dropdown-menu .sub-menu {
  left: 100%;
  top: 10%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  position: absolute;
  width: max-content;
  min-width: 150px;
  text-align: left;
  margin: 0;
  padding: 0px;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  display: block;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.185);
  transition: all .3s;
  visibility: hidden;
  display: block;
  border-radius: 0.35rem;
}
.dropdown-menu .sub-menu li a {
  font-size: .95em;
  color: #55585B !important;
  padding: 0.7rem 1rem;
  font-weight: 500;
}
.dropdown-menu .sanji:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0;
  left: 100%;
}
/* 基础圆点容器样式 */
.slick-dots {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: -35px;
}
/* 单个圆点项 */
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
/* 圆点按钮样式 */
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  text-indent: -9999px; /* 隐藏按钮文本 */
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* 鼠标悬停效果 */
.slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
/* 当前激活的圆点样式 */
.slick-dots li.slick-active button {
  background-color: #ffffff;
  width: 30px;
  border-radius: 6px; /* 变成椭圆形 */
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
/* 响应式调整 */
@media (max-width: 768px) {
  .slick-dots {
    margin-top: -25px;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li.slick-active button {
    width: 24px;
  }
}
.yuanquan img {
  height: var(--content-over-media-height, auto);
  transform-origin: top;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: 1 / 1 / span 3 / span 3;
  place-self: stretch stretch;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}
.shangmian {
  position: absolute; /* 关键：设置为绝对定位 */
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.anniu {
  width: 3rem;
  height: 3rem;
  /* 基础圆形按钮样式 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  transform: translate(-50%, -50%); /* 使按钮中心点对齐定位点 */
  border: none;
  cursor: pointer;
  z-index: 100; /* 确保按钮在最上层 */
  /* 呼吸动画相关 */
  animation: breathe 2s infinite ease-in-out;
  transition: all 0.3s ease;
  /* 确保点击区域完整 */
  user-select: none;
  -webkit-user-select: none;
}
/* 半透明外围效果 */
.anniu::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2); /* 半透明效果 */
  z-index: -1;
  transition: all 0.3s ease;
}
/* 呼吸效果动画 */
@keyframes breathe {
  0% {
    /* 初始状态：较小的阴影 */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.98);
  }
  70% {
    /* 扩张到最大：更大更透明的阴影 */
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    /* 收缩回原状 */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* 提示框样式 */
.tooltips {
  position: absolute; /* 相对于shangmian定位 */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 18px;
  max-width: 280px;
  z-index: 99999999999999999;
  display: none;
}
/* 提示框箭头 - 根据位置动态调整 */
.tooltips::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
}
/* 上方箭头（提示框在按钮下方时） */
.tooltips.arrow-top::before {
  top: -10px;
  border-color: transparent transparent #fff transparent;
}
/* 下方箭头（提示框在按钮上方时，避免超出容器） */
.tooltips.arrow-bottom::before {
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
}
.tooltips-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.tooltips-content {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}
.tooltips-close {
  background-color: #f5f5f5;
  border: none;
  color: #666;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s;
}
.tooltips-close:hover {
  background-color: #e9e9e9;
  color: #333;
}
.rotate-element {
  /* 顺时针旋转45度 */
  transform: rotate(45deg);
  /* 可选：设置旋转的基点，默认为元素中心 */
  transform-origin: center;
  display: inline-block;
}
/* 外部CSS文件中添加 */
.card-img-top {
  transition: transform 0.3s ease; /* 统一过渡动画 */
  width: 100%;
  height: 330px;
  object-fit: cover; /* 确保图片填充容器且不变形（原有属性，保留） */
}
.card-img-top:hover {
  transform: scale(1.1); /*  hover 状态直接通过CSS实现，无需JS事件 */
}
/* 父容器确保溢出隐藏（原有属性，保留） */
.card-header {
  overflow: hidden;
}
.cur {
  color: var(--bs-nav-link-color) !important;
}
.mtho li a.lantxt {
  color: #0d6efd !important;
}
/* 搜索弹窗遮罩层 */
.search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* 弹窗显示状态 */
.search-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
/* 搜索弹窗内容 */
.search-modal-content {
  background-color: #fff;
  padding: 3rem;
  border-radius: 8px;
  width: 90%;
  max-width: 900px;
  position: relative;
  transform: translateY(100px);
  transition: transform 0.3s ease;
}
/* 关闭按钮 */
.search-close-btn {
  position: absolute;
  top: 0rem;
  right: 0.4rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
  line-height: normal
}
.search-close-btn:hover {
  color: #000;
}
/* 搜索表单样式 */
.search-form {
  display: flex;
  gap: 0.5rem;
}
.search-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}
.search-submit-btn {
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-submit-btn:hover {
  background-color: #0056b3;
}
/* 44分页*/
.fc-list-page {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
  font-size: 12px
}
.pagination li {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999
}
.pagination li:hover {
  background: #2C6AB7;
  color: #fff;
  border: 1px solid #2C6AB7;
  transition: all 0.5s ease 0s;
}
.pagination li:hover a {
  color: #fff;
}
.pagination li.active {
  display: inline-block;
  border: 1px solid #2C6AB7;
  margin: 0 3px;
  background: #2C6AB7;
  color: #fff;
}
.pagination li.active a {
  color: #fff;
  padding: 1px 15px;
}
.pagination li a {
  display: block;
  color: #999;
  transition: all 0.5s ease 0s;
  padding: 1px 15px;
}
.pagination li a:hover {
  color: #fff;
}
/* 父容器需设为相对定位，让指示器绝对定位生效 */
#home-slider-01 {
  position: relative;
}
/* 底部指示器整体样式 */
.banner-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10; /* 确保在轮播内容上方 */
}
/* 圆点指示器容器 */
.indicator-dots {
  display: flex;
  gap: 8px;
}
/* 单个圆点样式 */
.indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5); /* 未激活圆点颜色 */
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/* 高亮（激活）圆点样式 */
.indicator-dot.active {
  background-color: #fff; /* 激活圆点颜色 */
  width: 20px; /* 激活圆点拉长，增强高亮效果 */
  border-radius: 5px; /* 椭圆高亮 */
}
/* 数字计数器样式 */
.indicator-counter {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
}
.tm-12 {
  margin-top: 12%
}
.qywh-value-card {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.qywh-value-card:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
/* 响应式适配：移动端缩小指示器 */
@media (max-width: 768px) {
  .tm-12 {
    margin-top: 1%;
  }
  .banner-indicator {
    bottom: 15px;
    gap: 10px;
  }
  .indicator-dot {
    width: 8px;
    height: 8px;
  }
  .indicator-dot.active {
    width: 16px;
  }
  .indicator-counter {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .anniu {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .tooltips {
    padding: 15px;
    max-width: 240px;
  }
}
.swiper-slide-active .ads-box {
  height: 500px !important;
}
/* 基础容器样式 */
.swiper-container {
  width: 98%;
  margin: 50px auto;
  position: relative;
}
/* 轮播项样式 */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.65; /* 非激活项半透明 */
  transition: all 0.3s ease;
}
.swiper-slide .text-white {
  display: none
}
/* 激活项样式（居中项） */
.swiper-slide-active {
  opacity: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.swiper-slide-active .text-white {
  display: block
}
/* 图片自适应 */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 导航按钮样式（核心：垂直居中定位） */
.swiper-button-prev, .swiper-button-next {
  color: #333;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: absolute; /* 绝对定位 */
  top: 50%; /* 顶部对齐容器50%位置 */
  transform: translateY(-50%); /* 向上偏移自身50%，实现垂直居中 */
  z-index: 10; /* 确保按钮在最上层 */ text-align: center;
  line-height: 48px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}
/* 左按钮位置微调 */
.swiper-button-prev {
  left: 20%; /* 距离左侧20px，可根据需求调整 */
}
/* 右按钮位置微调 */
.swiper-button-next {
  right: 20%; /* 距离右侧20px，可根据需求调整 */
}
/* 可选：调整按钮内箭头大小，避免溢出 */
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 18px; /* 箭头字体大小 */
  font-weight: bold;
}
/* 团队展示区 */
.team-section {
  padding: 10rem 0;
  background-color: #f5f5f7;
  position: relative;
}
.section-header {
  text-align: center;
  margin-bottom: 5rem;
}
.section-header h2 {
  font-size: 3rem;
  color: #0a2463;
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0a2463, #3e92cc);
  border-radius: 2px;
}
.section-header p {
  color: #555;
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}
.team-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  position: relative;
  transform: translateY(0);
}
.team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0a2463, #3e92cc);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team-card:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}
.team-card:hover::before {
  opacity: 1;
}
.team-img-container {
  position: relative;
  overflow: hidden;
}
.team-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.team-card:hover .team-img {
  transform: scale(1.05);
}
.team-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(10, 36, 99, 0) 0%, rgba(10, 36, 99, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.team-card:hover .team-img-overlay {
  opacity: 1;
}
.team-info {
  padding: 2rem;
  position: relative;
}
.team-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
}
.team-role {
  color: #0d6efd;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-bio {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.social-links a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0a2463, #3e92cc);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.social-links a:hover {
  color: white;
  transform: translateY(-3px);
}
.social-links a:hover::before {
  opacity: 1;
}
.social-icon {
  position: relative;
  z-index: 1;
}
/* 核心价值区 */
.values-section {
  padding: 10rem 0;
  background-color: white;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
  margin-top: 5rem;
}
.value-card {
  text-align: center;
  padding: 3rem 2rem;
  background-color: #f5f5f7;
  border-radius: 15px;
  transition: all 0.4s ease;
}
.value-card:hover {
  transform: translateY(-10px);
  background-color: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.value-icon {
  font-size: 4rem;
  background: linear-gradient(90deg, #0a2463, #3e92cc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2rem;
  display: inline-block;
  transition: transform 0.4s ease;
}
.value-card:hover .value-icon {
  transform: scale(1.1) rotate(5deg);
}
.value-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0a2463;
  margin-bottom: 1.2rem;
}
.value-desc {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}
/* 特色服务模块 */
.services-section {
  background-color: white;
  position: relative;
  overflow: hidden;
}
.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(135deg, #f5f5f7 0%, #f8f9fa 100%);
  border-radius: 100px 0 0 100px;
  z-index: 0;
  opacity: 0.5;
}
.services-container {
  position: relative;
  z-index: 2;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5rem;
  margin-top: 4rem;
}
.service-card {
  background-color: white;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 36, 99, 0.05);
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #0a2463, #3e92cc);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.service-card:hover::before {
  opacity: 1;
}
.service-icon {
  font-size: 2.5rem;
  background: linear-gradient(90deg, #0d6efd, #3e92cc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1.5rem;
  display: block;
}
.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0d6efd;
  ;
  margin-bottom: 1rem;
  letter-spacing: 0.3px;
}
.service-desc {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}
@media (max-width: 1680px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
  }
}
@media (max-width: 992px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
  /* 左按钮位置微调 */
  .swiper-button-prev {
    left: 10px; /* 距离左侧20px，可根据需求调整 */
  }
  /* 右按钮位置微调 */
  .swiper-button-next {
    right: 10px; /* 距离右侧20px，可根据需求调整 */
  }
  .swiper-slide-active .ads-box {
    height: 350px !important;
  }
  .slide-min-600 {
    min-height: 400px;
  }
  .search-modal-content {
    padding: 2rem;
    width: 98%;
  }
  .w-50 {
    width: 100% !important;
  }
  .card-img-top {
    height: 230px;
  }
  /*  .main-slider .slick-arrow {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}
 .main-slider:hover .slick-arrow.slick-next {
    right: 30px !important;
}
    
    .main-slider:hover .slick-arrow.slick-prev {
    left: 30px !important;
}
 .slick-arrow.slick-prev {
    left: 30px;
}   
 .slick-arrow.slick-next {
    right: 30px;
} */
  .d-lg-bloc-pc {
    display: none !important
  }
  .w-75s {
    width: 40px !important;
  }
  .nofle {
    display: block !important
  }
}