/*--------------------------------------------------------------
# General 当Hexo在渲染页面时，它会首先加载layout.ejs，然后根据需要替换其中的占位符内容。
--------------------------------------------------------------*/
html {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #555;
  font-size: 16px;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem;
  overflow-x: hidden;
}

a {
  color: #373838;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #00a8ff;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/* iframe不显示边框 */
iframe {
  border: 0;
}

/*--------------------------------------------------------------
# Sections General 段与段之间的标题样式
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

/* 标题栏 */
.section-title {
  text-align: center;
}

/* 标题栏中的图片 */
.section-title img {
  width: 66px;
  height: 66px;
  vertical-align: middle;
}

/* 标题栏中的内容 */
.section-title .title-content {
  vertical-align: middle;
  display: inline-block;
  overflow-wrap: break-word;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  line-height: 36px;
  padding-left: 10px;
}

.section-title .span-text-1 {
  color: rgba(0, 168, 255, 1);
}

.section-title .span-text-2 {
  color: rgba(51, 51, 51, 1);
}

.section-title .span-text-3 {
  color: rgba(0, 168, 255, 1);
}

.section-title p {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin-top: 24px;
}

.section-title .span-text-4 {
  color: rgba(0, 168, 255, 1);
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# 滚动到最上端按钮
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 15px;
  z-index: 996;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #eee;
  color: #575656;
}

.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}

.back-to-top .svg-container {
  height: 40px;
  width: 24px;
}

.back-to-top:hover {
  background: rgba(21, 124, 246, 1);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .back-to-top {
    right: 10px;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# anygraphHeader
--------------------------------------------------------------*/
#anygraphHeader {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

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

.anygraphHeader-align-items-center {
  align-items: center !important;
}

.anygraphHeader-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0 8px;
}

.anygraphHeader-justify-content-between {
  justify-content: space-between !important;
}

.anygraphHeader-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

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

@media (min-width: 768px) {
  .anygraphHeader-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .anygraphHeader-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .anygraphHeader-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .anygraphHeader-container {
    max-width: 1320px;
  }
}

.anygraphHeader.header-scrolled {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
}

.anygraphHeader-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  flex-grow: 1;
  text-align: left;
}

.anygraphHeader-logo a {
  color: rgba(0, 168, 255, 1);
}

.anygraphHeader-logo img {
  height: auto;
  vertical-align: middle;
  margin: 10px 0;
  width: 180px;
}

.anygraphHeader-appointment-btn {
  background-image: linear-gradient(90deg,
  rgba(69, 188, 250, 1) 0,
  rgba(69, 188, 250, 1) 0,
  rgba(0, 150, 255, 1) 100%,
  rgba(0, 150, 255, 1) 100%);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 120px;
    border: none;
    line-height: 24px;
    text-align: center;
}

.anygraphHeader-appointment-btn:hover {
  background: rgba(21, 124, 246, 1);
  color: #fff;
}

.anygraphHeader-login-menu {
    width: 150px;
    padding: 10px 0 10px 10px;
    margin-bottom: 0;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 8px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
    position: absolute;
    top: 50px;
}

.anygraphHeader-login-menu-item {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  margin-left: 5px;
}

.anygraphHeader-login-menu-item a {
  cursor: pointer;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.anygraphHeader-navbar {
  padding: 0;
  text-align: center;
}

.login-content {
  width: 126px;
  text-align: left;
  margin-left: 20px;
}

.login-content .login-img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  padding: 2px;
}

.login-content .login-img:hover {
  background: rgba(0, 168, 255, 1);
  background: #fff;
  border-radius: 50%;
}

.anygraphHeader-navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.anygraphHeader-navbar li {
  position: relative;
}

.anygraphHeader-navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.anygraphHeader-navbar a,
.anygraphHeader-navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #373838;
  border-bottom: 2px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.anygraphHeader-navbar a i,
.anygraphHeader-navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.anygraphHeader-navbar a:hover,
.anygraphHeader-navbar .active,
.anygraphHeader-navbar .active:focus,
.anygraphHeader-navbar li:hover>a {
  color: rgba(3, 73, 214, 1);
  border-color: rgba(3, 73, 214, 1);
  font-weight: 700;
}

.anygraphHeader-navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 8px;
}

.anygraphHeader-navbar .dropdown ul li {
  min-width: 200px;
}

.anygraphHeader-navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
  text-decoration: none;
}

.anygraphHeader-navbar .dropdown ul a i {
  font-size: 12px;
}

.anygraphHeader-navbar .dropdown ul a:hover,
.anygraphHeader-navbar .dropdown ul .active:hover,
.anygraphHeader-navbar .dropdown ul li:hover>a {
  color: rgba(3, 73, 214, 1);
  font-weight: 700;
}

.anygraphHeader-navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.anygraphHeader-navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.anygraphHeader-navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .anygraphHeader-navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .anygraphHeader-navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* 移动端样式 */
.anygraphHeader-mobile-nav-toggle {
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
  display: none;
  line-height: 0;
}

@media (max-width: 768px) {
  .anygraphHeader-mobile-nav-toggle {
    display: block;
    order: 1;
    z-index: 1000;
  }

  .anygraphHeader-navbar ul {
    display: none;
  }
  
  .anygraphHeader-logo {
    order: 2;
    flex-grow: 1;
    text-align: center;
  }
  
  .login-content {
    order: 3;
    text-align: right;
    margin-left: auto;
    width: auto;
    z-index: 1002;
  }
  
  .anygraphHeader-appointment-btn {
    padding: 8px 10px;
    font-size: 13px;
    width: auto;
    border-radius: 8px;
    border: none;
    line-height: 16px;
  }

  .anygraphHeader-logo img {
    width: 144px;
  }

  .anygraphHeader-navbar a:hover,
  .anygraphHeader-navbar .active,
  .anygraphHeader-navbar .active:focus,
  .anygraphHeader-navbar li:hover>a {
    border-color: #eee;
  }

  .anygraphHeader-navbar .dropdown ul {
    box-shadow: none;
    border-radius: none;
  }

  .anygraphHeader-login-menu {
    width: 110px;
    right: 5px;
    font-size: 14px;
  }
}

.anygraphHeader-navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 16px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.anygraphHeader-navbar-mobile .anygraphHeader-mobile-nav-toggle {
  position: absolute;
  left: 15px;
}

.anygraphHeader-navbar-mobile ul {
  display: block;
  position: absolute;
  top: 45px; /* 与顶部保持距离 */
  right: 0;
  left: 0;
  bottom: 0; /* 确保到底部 */
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto; /* 垂直滚动 */
  overflow-x: hidden; /* 隐藏水平滚动 */
  height: auto; /* 自动高度 */
  max-height: calc(100vh - 10px); /* 最大高度为视口高度减去顶部和底部空间 */
  -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
  scrollbar-width: thin; /* 更细的滚动条 */
}

.anygraphHeader-navbar-mobile>ul>li {
  padding: 0 15px;
}

.anygraphHeader-navbar-mobile a,
.anygraphHeader-navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.anygraphHeader-navbar-mobile a:hover,
.anygraphHeader-navbar-mobile .active,
.anygraphHeader-navbar-mobile li:hover>a {
  color: #304e80;
}

.anygraphHeader-navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0 20px;
  padding: 0 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.anygraphHeader-navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.anygraphHeader-navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.anygraphHeader-navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.anygraphHeader-navbar-mobile .dropdown ul a:hover,
.anygraphHeader-navbar-mobile .dropdown ul .active:hover,
.anygraphHeader-navbar-mobile .dropdown ul li:hover>a {
  color: #304e80;
}

.anygraphHeader-navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/* 新增：子菜单激活状态 */
.anygraphHeader-navbar-mobile .dropdown .dropdown > .dropdown-active {
  display: block;
}

/* 菜单项添加横线 */
.anygraphHeader-navbar-mobile a{
  border-bottom: 1px solid #eee;
}

/*modify 2024-10-10 手机端菜单。assets/vendor/bootstrap-icons/bootstrap-icons.css*/
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../vendor/bootstrap-icons/fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2") format("woff2"),
    url("../vendor/bootstrap-icons/fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 显示菜单的按钮‘三’*/
.bi-list::before {
  content: "\f479";
}

/* 显示菜单中下拉箭头 ‘v’*/
.bi-chevron-down::before {
  content: "\f282";
}

/* 显示菜单中关闭按钮‘x’ */
.bi-x::before {
  content: "\f62a";
}

/* 显示菜单中左侧按钮'>' */
.bi-chevron-right::before {
  content: "\f285";
}

/* 显示返回箭头'^' */
.bi-arrow-up-short::before {
  content: "\f145";
}

/*--------------------------------------------------------------
# Footer  modify 2024-9-14 
--------------------------------------------------------------*/
.anygraphFooter {
  text-align: center; 
}

.anygraphFooter .footerBorder {
  background-color: #fff;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}

.anygraphFooter .footer-logo-img {
  width: 242px;
  height: auto;
}

/* 脚注工具栏 */
.anygraphFooter .footerToolBar {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
}

.anygraphFooter .footerToolBar .img-trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.anygraphFooter .footerToolBar .img-trigger:hover {
  transform: translateY(-5px) scale(1.1);
}

.anygraphFooter .footerToolBar .img-popup {
  position: absolute;
  width: 200px;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  
}

.anygraphFooter .footerToolBar .img-popup::before {
  content: '';
  position: absolute;
  top: 96.5%; /* 定位到容器底部 */
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top-color: rgb(255,255,255); /* 修改箭头方向 */
}


/* 鼠标移到图片上时显示二维码图片 */
.anygraphFooter .footerToolBar .img-trigger:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

/* 鼠标移到图片上时图片不透明 */
.anygraphFooter .footerToolBar .img-trigger:hover .footerToolBar-img {
  opacity: 1;
}

.anygraphFooter .footerToolBar .qrcode-image {
  width: 150px;
  height: auto;
  padding: 15px 15px 35px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.anygraphFooter .footerToolBar .footerToolBar-img {
  opacity: 0.5;
}

/* 鼠标移到图片上时图片不透明 */
.anygraphFooter .footerToolBar .footerToolBar-img:hover {
  opacity: 1;
}

.anygraphFooter .footerToolBar .img-description {
  position: absolute;
  bottom: 10px;
  left: 50%; /* 修改定位基准点 */
  transform: translateX(-50%); /* 水平居中 */
  font-size: 14px;
  width: 100%; /* 确保文本容器宽度充满父元素 */
  text-align: center; /* 文本内容居中 */
}

/* 跨六列 */
.anygraphFooter .footerToolBar .span-6 {
  grid-column: span 6;
  /* 这个网格项将跨越6列 */
}

/* 跨2列 */
.anygraphFooter .footerToolBar .span-2 {
  grid-column: span 2;
  /* 这个网格项将跨越6列 */
}

/* 脚注菜单栏 */
.anygraphFooter .footerMenu {
  padding: 40px 0 20px 0;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  /* 12 列，每列宽度相等 */
  text-align: left;
}

/* 跨四列 */
.anygraphFooter .footerMenu .span-4 {
  grid-column: span 4;
  /* 这个网格项将跨越4列 */
}

.anygraphFooter .footerMenu .span-2 {
  grid-column: span 2;
  /* 这个网格项将跨越2列 */
}

.anygraphFooter .footerMenu-title {
  font-size: 20px;
  font-weight: bold;
  color: rgb(68, 68, 68);
}

.anygraphFooter .footerMenu div {
  line-height: 35px;
}

.anygraphFooter .footerMenu a {
  color: #373838;
  text-decoration: none;
  font-size: 16px;
}

/* 脚注底部工具栏：图形开发学院、雅都软件 */
.anygraphFooter .footerBottom {
  background-color: rgba(245, 247, 248, 1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 15px;
}

.anygraphFooter .footerBottom .column {
  float: left;
  color: rgba(102, 102, 102, 1);
  text-align: center;
  line-height: 20px;
}

.anygraphFooter .footerBottom .column a {
  color: rgb(102, 102, 102);
}

.anygraphFooter .footerBottom .colum-a {
  color: rgb(102, 102, 102);
}

.anygraphFooter .footerMenu .qrcode-container{
  text-align: center;
}

.anygraphFooter .footerMenu .qrcode-container p{
  margin: 0;
  line-height: 25px;
  font-size: 16px;
}

.anygraphFooter .footerBorder .qrcode-m-img{
    width: 200px;
    height: auto;
}

/* 手机端布局 */  
@media (max-width: 768px) {
  .anygraphFooter .footerMenu, .anygraphFooter .footerBottomBar{  
    grid-template-columns: 1fr; /* 单列布局 */  
  }  

  .anygraphFooter .footerToolBar .item,  .footerMenu .span-2{  
    padding: 10px; /* 根据需要调整内边距 */  
  }  

  .anygraphFooter .footerToolBar .item{  
    grid-column: span 5;
  }  

  .anygraphFooter .footerBottom {
    background-color: rgb(245, 247, 248);
    text-align: center;
    font-size: 12px;
    padding: 18px 0;
  }

  .anygraphFooter .footerBottom .column {
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 20px;
    float:none;
  }

  .anygraphFooter .footerBottom .column a {
    font-size: 12px;
  }

  .anygraphFooter .footerBottom .column span {
    font-size: 12px;
  }

  .anygraphFooter .footerMenu a {
    font-size: 14px;
  }

  .anygraphFooter .footerBorder p{
    font-size: 18px;
    margin-bottom: 0;
  }

  .anygraphFooter .footerToolBar {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
  }

  .anygraphFooter .footerBottom .anygraphHeader-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# 等待信息栏 
--------------------------------------------------------------*/
.anygraph-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}

/*modify 10-7 添加等待信息层*/
.anygraph-preloader .anygraph-preloaderInfo {
  position: fixed;
  top: calc(50% - 90px);
  left: calc(50% - 7vw);
  z-index: 9999;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.anygraph-preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgba(0, 168, 255, 1);
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@media (max-width: 768px) {
  .anygraph-preloader .anygraph-preloaderInfo {
    left: calc(10%);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# 图片预览样式 
--------------------------------------------------------------*/
.image-preview-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(18, 18, 18, 0.65);
  z-index: 1031;
  text-align: center;
  touch-action: none; /* 防止移动端触摸事件干扰 */
}

.image-preview-overlay .image-preview-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; /* 手机端减少两侧留白 */
}

.image-preview-overlay .image-preview-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  cursor: grab;
  transition: transform 0.1s ease;
  -webkit-user-select: none; /* 防止移动端长按选择 */
  user-select: none;
}

.image-preview-overlay .image-preview-img:active {
  cursor: grabbing;
}

/* 控制按钮 */
.image-preview-overlay .image-preview-btn {
  position: absolute;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  z-index: 1; /* 确保按钮在图片上方 */
}

.image-preview-overlay .image-preview-close-btn {
  top: 20px; /* 手机端减少顶部间距 */
  right: 20px; /* 手机端减少右侧间距 */
  font-size: 40px; /* 手机端减小按钮大小 */
}

.image-preview-overlay .image-preview-close-btn:hover {
  color: #ff5e5e;
}

.image-preview-overlay .image-preview-nav-btn {
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px; /* 手机端减小按钮大小 */
  opacity: 0.8;
  padding: 15px; /* 增加点击区域 */
}

.image-preview-overlay .image-preview-nav-btn:hover {
  opacity: 1;
}

.image-preview-overlay .image-preview-prev-btn {
  left: 10px; /* 手机端减少左侧间距 */
}

.image-preview-overlay .image-preview-prev-btn:hover {
  color: #ff5e5e;
}

.image-preview-overlay .image-preview-next-btn {
  right: 10px; /* 手机端减少右侧间距 */
}

.image-preview-overlay .image-preview-next-btn:hover {
  color: #ff5e5e;
}

/* 手机端特定样式 */
@media (max-width: 768px) {
  .image-preview-overlay .image-preview-container {
    padding: 0 10px; /* 进一步减少两侧留白 */
  }
  
  .image-preview-overlay .image-preview-img {
    max-height: 70vh; /* 手机端图片高度更小 */
  }
  
  .image-preview-overlay .image-preview-close-btn {
    top: 15px;
    right: 15px;
    font-size: 30px;
  }
  
  .image-preview-overlay .image-preview-nav-btn {
    font-size: 30px;
    padding: 10px;
  }
  
  .image-preview-overlay .image-preview-prev-btn {
    left: 5px;
  }
  
  .image-preview-overlay .image-preview-next-btn {
    right: 5px;
  }
}


@media (max-width: 768px) {
  .anygraphFooter .footerToolBar .img-popup {
    position: absolute;
    width: 85px;
    top: -140px;
    left: 70%;
    transform: translateX(-70%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .anygraphFooter .footerToolBar .img-popup::before {
    content: '';
    position: absolute;
    top: 96.5%; /* 定位到容器底部 */
    left: 40%;
    transform: translateX(-40%);
    border: 15px solid transparent;
    border-top-color: rgb(255,255,255); /* 修改箭头方向 */
  }

  .anygraphFooter .footerToolBar .img-description {
    position: absolute;
    bottom: 10px;
    left: 50%; /* 修改定位基准点 */
    transform: translateX(-50%); /* 水平居中 */
    font-size: 11px;
    width: 100%; /* 确保文本容器宽度充满父元素 */
    text-align: center; /* 文本内容居中 */
  }

  .anygraphFooter .footerToolBar .qrcode-image {
    width: 150px;
    height: auto;
    padding: 15px 5px 35px 5px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

/* 隐藏 */
.d-none {
  display: none !important;
}

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

/* 手机端显示 */
@media (min-width: 576px) {
  .d-sm-block  {
      display: block !important;
  }
}

/* 手机端隐藏 */
@media (min-width: 576px) {
  .d-sm-none  {
      display: none !important;
  }
}