.collapsed {
  color: #3f3e3e !important;
  width: 100%;
}

.collapsed .icon {
  float: right;
}

.btn-link {
  font-weight: 400;
  color: var(--theme-color1);
  text-decoration: none !important;
  width: 100%;
  font-weight: bold;
}

.btn-link:hover {
  color: var(--theme-color1) !important;
  font-weight: bold;
}
.btn-link .icon {
  float: right !important;
}

.collapsed .icon:before {
  content: "\f067";
}

.accordion {
  /* padding-top: 20px; */
  padding-bottom: 40px;
}

.Mpage-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  min-height: 60px;
}

.product-gallery {
  position: relative;
  width: 100%;
  /* height: 375px;
  background: #fff; */
  overflow: hidden;
}

.gallery-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.3s ease;
}

.gallery-item {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-item .video-cover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.video-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.gallery-indicator {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.gallery-nav:active {
  background: rgba(255, 255, 255, 0.7);
}

.gallery-nav-prev {
  left: 12px;
}

.gallery-nav-next {
  right: 12px;
}

.gallery-nav::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.gallery-nav-prev::after {
  border-right: 10px solid #666;
  margin-right: 2px;
}

.gallery-nav-next::after {
  border-left: 10px solid #666;
  margin-left: 2px;
}

.gallery-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
}

.gallery-tag {
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
}

.tag-video {
  background: #ff4d4f;
  color: #fff;
}

.tag-seckill {
  background: #ff4d4f;
  color: #fff;
}

.thumbnail-list {
  /* position: fixed; */
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 12px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  display: flex;
  gap: 8px;
  overflow-x: auto;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05);
}

.thumbnail-list::-webkit-scrollbar {
  display: none;
}

.thumbnail-item {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}

.thumbnail-item.active {
  border-color: #ff5000;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-item .video-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-item .video-badge::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-left: 2px;
}

.product-info {
  background: #fff;
  padding: 12px;
  margin-bottom: 10px;
}

.product-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

.price-symbol {
  font-size: 14px;
  color: #ff5000;
  font-weight: 500;
}

.price-value {
  font-size: 24px;
  color: #ff5000;
  font-weight: 700;
}

.price-extra {
  font-size: 12px;
  color: #999;
  margin-left: 6px;
  text-decoration: line-through;
}

.product-title {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 8px;
}

.product-subtitle {
  font-size: 12px;
  color: #999;
}

/* 步骤 */

.stepper {
  max-width: 400px;
  margin: 0 auto;
}

.stepper-item {
  position: relative;
  padding-left: 60px;
  padding-bottom: 40px;
}

.stepper-item:last-child {
  padding-bottom: 0;
}

.stepper-item::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: 0;
  width: 3px;
  background: #e0efff;
}

.stepper-item:last-child::before {
  display: none;
}

.stepper-item.completed::before {
  background: linear-gradient(180deg, var(--theme-color1) 0%, #40a9ff 100%);
}

.stepper-item.active::before {
  background: linear-gradient(180deg, var(--theme-color1) 0%, #e0efff 100%);
}

.stepper-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #8cc8ff;
  background: #e0efff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(24, 144, 255, 0.15);
}

.stepper-item.completed .stepper-icon {
  background: linear-gradient(135deg, var(--theme-color1) 0%, #2d48ce 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(24, 144, 255, 0.4);
  animation: pulse 2s infinite;
}

.stepper-item.active .stepper-icon {
  background: linear-gradient(135deg, var(--theme-color1) 0%, #2d48ce 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(24, 144, 255, 0.4);
  transform: scale(1.1);
}

.stepper-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.stepper-content {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(24, 144, 255, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.stepper-item.active .stepper-content {
  border-color: #1369cb;
  box-shadow: 0 4px 20px rgba(24, 144, 255, 0.15);
  transform: translateX(4px);
}

.stepper-title {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.stepper-item.completed .stepper-title {
  color: var(--theme-color1);
}

.stepper-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.stepper-item.active .stepper-description {
  color: #1890ff;
}

.stepper-time {
  font-size: 12px;
  color: #8cc8ff;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.stepper-item.completed .stepper-time {
  color: #52c41a;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 4px 16px rgba(24, 144, 255, 0.4);
  }
  50% {
    box-shadow: 0 4px 24px rgba(24, 144, 255, 0.6);
  }
}

@media (max-width: 480px) {
  .stepper-item {
    padding-left: 50px;
    padding-bottom: 32px;
  }

  .stepper-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .stepper-item::before {
    left: 18px;
    top: 40px;
  }

  .stepper-content {
    padding: 16px;
    border-radius: 12px;
  }

  .stepper-title {
    font-size: 15px;
  }

  .stepper-description {
    font-size: 13px;
  }
}

/* 表格 */
.table-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.table-title {
  padding: 16px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 0px;
}

.data-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border: 1px solid #c7d4eb;
}

.data-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

.data-table thead th {
  background: #f5f8ff;
  /* background: linear-gradient(180deg, #f8f9fa 0%, #e8eaec 100%); */
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color1);
  white-space: nowrap;
  /* text-align: right; */
  border-bottom: 1px solid #c7d4eb;
  border-right: 1px solid #c7d4eb;
}

.data-table thead th:first-child {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 11;
  background: var(--theme-color1);
  color: #ffffff;
  /* background: linear-gradient(90deg, #f8f9fa 0%, #e8eaec 100%); */
  border: 1px solid var(--theme-color1);
}

.data-table thead th:last-child {
  position: sticky;
  right: 0;
  z-index: 11;
  background: linear-gradient(90deg, #f8f9fa 0%, #e8eaec 100%);
}

.data-table tbody td:last-child {
  position: sticky;
  right: 0;
  z-index: 5;
  background: #fff;
}

.data-table tbody td:first-child {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 5;
  background: #0b8dc4;
  font-weight: 500;
  border-left: 1px solid #c7d4eb;
}

.data-table tbody tr:hover td:first-child,
.data-table tbody tr:active td:first-child {
  background: #f0f7ff;
}

.data-table thead th:last-child {
  position: sticky;
  right: 0;
  z-index: 11;
  background: var(--theme-color1);
  color: #ffffff;
  /* background: linear-gradient(90deg, #f8f9fa 0%, #e8eaec 100%); */
  border: 1px solid var(--theme-color1);
}

.data-table tbody td:last-child {
  position: sticky;
  right: 0;
  z-index: 5;
  background: #fff;
}

.data-table tbody tr:hover td:last-child,
.data-table tbody tr:active td:last-child {
  background: #f0f7ff;
}

.data-table tbody tr {
  transition: background 0.2s;
}

.data-table tbody tr:hover {
  background: #f0f7ff;
}

.data-table tbody tr:active {
  background: #e6f4ff;
}

.data-table tbody td {
  padding: 5px 5px;
  font-size: 14px;
  color: #333;
  /* text-align: right; */
  border-bottom: 1px solid #c7d4eb;
  border-right: 1px solid #c7d4eb;
  white-space: nowrap;
}

.data-table tbody td:first-child {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 5;
  background: #ecf3ff;
  font-weight: 500;
  border-left: 1px solid #c7d4eb;
  border-bottom: 1px solid #c7d4eb;
}

.data-table tbody tr:hover td:first-child,
.data-table tbody tr:active td:first-child {
  background: #f0f7ff;
}

.data-table tbody td:last-child {
  position: sticky;
  right: 0;
  z-index: 5;
  background: #ecf3ff;
  border-right: none;
  border-bottom: 1px solid #c7d4eb;
}

.data-table tbody tr:hover td:last-child,
.data-table tbody tr:active td:last-child {
  background: #f0f7ff;
}

.stock-name {
  font-weight: 600;
  /* color: #333; */
  display: inline-block;
  cursor: default;
}

.tooltip {
  position: fixed;
  background: linear-gradient(135deg, #333 0%, #1a1a1a 100%);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.2s,
    transform 0.2s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.tooltip::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -6px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

.tooltip.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .stock-name {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    height: 20px;
  }

  .tooltip {
    transform: translateX(-10px);
  }

  .tooltip::before {
    left: 20px;
    top: -6px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
  }

  .tooltip.show {
    transform: translateX(0);
  }
}

@media (min-width: 769px) {
  .stock-name {
    max-width: none;
    cursor: default;
  }

  .tooltip {
    transform: translateX(-10px);
  }

  .tooltip::before {
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-color: transparent #333 transparent transparent;
  }

  .tooltip.show {
    transform: translateX(0);
  }
}

.stock-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.stock-checkbox:checked + .stock-name::after {
  content: attr(data-full);
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  padding: 6px 10px;
  background: #333;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}

@media (min-width: 769px) {
  .stock-name {
    max-width: none;
  }
}

.stock-code {
  font-size: 11px;
  color: #999;
  font-weight: normal;
}

.price-up {
  color: #f5222d;
}

.price-down {
  color: #52c41a;
}

.price-flat {
  color: #666;
}

.change-up {
  color: #f5222d;
}

.change-down {
  color: #52c41a;
}

.change-flat {
  color: #666;
}

.bar-container {
  width: 60px;
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
}

.bar-fill {
  height: 100%;
  border-radius: 3px;
}

.bar-up {
  background: linear-gradient(90deg, #ff7875, #f5222d);
}

.bar-down {
  background: linear-gradient(90deg, #95de64, #52c41a);
}

.volume {
  font-size: 13px;
}

.tag {
  display: inline-block;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 3px;
  font-weight: 500;
}

.tag-hot {
  background: #fff2f0;
  color: #f5222d;
}

.tag-new {
  background: #f0f5ff;
  color: #1890ff;
}

.checkbox-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stock-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.stock-checkbox:checked {
  background: #1890ff;
  border-color: #1890ff;
}

.stock-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.stock-checkbox:active {
  transform: scale(0.95);
}

.scroll-hint {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #999;
  text-align: center;
  background: #fafafa;
}

@media (max-width: 768px) {
  .table-title {
    font-size: 16px;
  }

  .data-table {
    min-width: 600px;
  }

  thead th,
  tbody td {
    font-size: 12px;
    padding: 5px 5px;
  }

  .scroll-hint {
    display: block;
  }
}

.tc_table tr th {
  white-space: nowrap;
  text-align: left;
  font-weight: 400;
  width: auto;
  padding-left: 20px;
  font-size: 14px;
}
/* 表格 */
.product-details .bxslider .thumb-box li .active {
  border: solid 1px var(--theme-color1);
}

figure {
  margin: 0 0 0;
}

.product-details img {
  display: inline-block;
  max-width: 99%;
  height: auto;
}

.linear-gradient-diagonal {
  border-radius: 4px;
  height: 100px;
  color: #ffffff;
}

.linear-gradient-diagonal img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}

.linear-gradient-diagonal span {
  font-size: 18px;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  color: var(--text-color);
}

.feature-block-one .inner-box .feature-btn {
  background: #e47922;
  display: inline-block;
  margin-top: 40px;
  overflow: hidden;
  padding: 8px 20px 8px 70px;
  position: relative;
}

.feature-block-one .inner-box .feature-btn01 {
  background: #13bc70;
  display: inline-block;
  margin-top: 40px;
  overflow: hidden;
  padding: 8px 20px 8px 70px;
  position: relative;
}

.feature-block-one .inner-box .feature-btn02 {
  background: #dfbb1b;
  display: inline-block;
  margin-top: 40px;
  overflow: hidden;
  padding: 8px 20px 8px 70px;
  position: relative;
}

.feature-block-one .inner-box .feature-btn03 {
  background: #0b63c8;
  display: inline-block;
  margin-top: 40px;
  overflow: hidden;
  padding: 8px 20px 8px 70px;
  position: relative;
}

.feature-block-one .inner-box .feature-btn01:before {
  content: "";
  background: var(--theme-color3);
  position: absolute;
  height: 100%;
  width: 50px;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 0;
}

.feature-block-one .inner-box .feature-btn02:before {
  content: "";
  background: var(--theme-color3);
  position: absolute;
  height: 100%;
  width: 50px;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 0;
}

.feature-block-one .inner-box .feature-btn03:before {
  content: "";
  background: var(--theme-color3);
  position: absolute;
  height: 100%;
  width: 50px;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 0;
}

.feature-block-one .inner-box .feature-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.feature-block-one .inner-box .feature-btn01 a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.feature-block-one .inner-box .feature-btn02 a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.feature-block-one .inner-box .feature-btn03 a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.feature-block-one .inner-box .feature-btn01:after {
  font-size: 15px;
  padding: 16px;
  color: #fff;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) " ";
  left: 0;
  position: absolute;
  top: 0;
  line-height: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-block-one .inner-box .feature-btn02:after {
  font-size: 15px;
  padding: 16px;
  color: #fff;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) " ";
  left: 0;
  position: absolute;
  top: 0;
  line-height: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-block-one .inner-box .feature-btn03:after {
  font-size: 15px;
  padding: 16px;
  color: #fff;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero) " ";
  left: 0;
  position: absolute;
  top: 0;
  line-height: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.form-check-input {
  margin-top: 0.5em;
}

.multi_icon {
  background-color: #0e9750 !important;
}

.multi_icon:hover {
  background-color: #1a714a !important;
}

.multi-us:before {
  background-color: #0e364e;
  background: url(../../picture/Multi_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* border-bottom: var(--bg-theme-color1) solid 15px; */
}

.multi-us-one:before {
  background-color: #090436;
  background: url(../../picture/Multi_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: #0e9750 solid 5px;
}

.multi-us-two:before {
  /* background-color: #021182; */
  background-color: var(--bg-theme-color1);
}

.feature-block-two .text {
  font-size: 16px;
  line-height: 30px;
  color: #c9c9d1;
}

.why-choose-us-four .content-column .sec-title .sub-title {
  color: #dedeea;
}

.multi-us-one {
  background-color: #060663;
}

.multi-us {
  background-color: #042600;
}

/* 为小屏幕设备设置样式 */
@media (max-width: 576px) {
  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  .sec-title {
    margin-bottom: 20px;
    position: relative;
  }

  .btn-style-one {
    width: 100%;
    border-radius: 8px;
  }

  .pt-150 {
    padding-top: 120px !important;
  }

  .pt-90 {
    padding-top: 30px !important;
  }

  .pb-90 {
    padding-bottom: 30px !important;
  }

  .mb-90 {
    margin-bottom: 30px !important;
  }

  .pt-60 {
    padding-top: 20px !important;
  }

  .pb-60 {
    padding-bottom: 20px !important;
  }

  .mt-60 {
    margin-top: 20px !important;
  }

  .pt-50 {
    padding-top: 15px !important;
  }

  .pb-50 {
    padding-bottom: 15px !important;
  }

  .pb-20 {
    padding-bottom: 10px !important;
  }

  .card-body {
    font-size: 14px !important;
  }

  .mobile_font12 {
    font-size: 12px !important;
  }

  .mobile_font14 {
    font-size: 14px !important;
  }

  .title_pt15 {
    padding-top: 15px !important;
  }
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .table-scroll::-webkit-scrollbar {
    display: none;
  }
  .card-body h5 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* 为中等屏幕设备设置样式 */
@media (min-width: 577px) and (max-width: 768px) {
  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  .sec-title {
    margin-bottom: 20px;
    position: relative;
  }

  .btn-style-one {
    width: 100%;
    border-radius: 8px;
  }
  .pt-150 {
    padding-top: 120px !important;
  }
  .pt-90 {
    padding-top: 30px !important;
  }

  .pb-90 {
    padding-bottom: 30px !important;
  }

  .mb-90 {
    margin-bottom: 30px !important;
  }
  .pt-60 {
    padding-top: 20px !important;
  }

  .pb-60 {
    padding-bottom: 20px !important;
  }

  .mt-60 {
    margin-top: 20px !important;
  }
  .pt-50 {
    padding-top: 15px !important;
  }
  .pb-50 {
    padding-bottom: 15px !important;
  }

  .pb-20 {
    padding-bottom: 10px !important;
  }

  .card-body {
    font-size: 14px !important;
  }

  .mobile_font12 {
    font-size: 12px !important;
  }

  .mobile_font14 {
    font-size: 14px !important;
  }

  .title_pt15 {
    padding-top: 15px !important;
  }

  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .table-scroll::-webkit-scrollbar {
    display: none;
  }

  .card-body h5 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* 为大屏幕设备设置样式 */
@media (min-width: 769px) {
  .big_pt15 {
    padding-top: 15px;
  }

  .big_mt30 {
    margin-top: 30px;
  }

  .big_mt40 {
    margin-top: 30px;
  }

  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* scrollbar-width: none; */
  }
  .table-scroll::-webkit-scrollbar {
    width: 12px;
    height: 10px;
  }

  .table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: #c7d3fb 1px solid;
    border-radius: 10px;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    background: var(--theme-color1);
    border-radius: 10px;
    cursor: pointer;
  }

  .table-scroll::-webkit-scrollbar-thumb:hover {
    background: #1244a9;
    cursor: pointer;
  }

  .card-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .btn {
    line-height: 2 !important;
    cursor: pointer;
    /* padding: 0rem 0rem !important; */
  }
}

 /* 飘窗 */
.floating-ad {
  position: fixed;
  top: 120px;
  left: 20px;
  z-index: 9999;
  /* background: white; */
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
  width: 200px;
}

.floating-ad a {
  display: block;
}

.floating-ad img {
  width: 100%;
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn img {
  width: 14px;
  height: 14px;
}
