@media (min-width: 768px) {
  .cjfa_tag a {
    color: #515151;
  }
  .cjfa_tag a:visited {
    color: #515151;
  }
  .cjfa_tag a:hover {
    color: #007fff;
  }
  .cjfa_tag a:active {
    color: #007fff;
  }
  .cpzj_tag a {
    color: #2c3e50;
  }
  .cpzj_tag a:hover {
    color: #007fff;
  }
  .cpzj_tag a:active {
    color: #007fff;
  }
  .big_box {
    width: 87.5rem;
    margin: 5rem auto 0;
  }
  .block_wrap {
    margin: 0 auto 3.13rem!important;
  }
  .ellipsis_question {
    width: 100%;
  }
  .question_wrap {
    width: 80%;
  }
  .qhyyycj_box {
    margin-top: 5rem;
  }
  .solve {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .main {
    width: 100%;
    overflow: hidden;
  }
  .header {
    margin: auto;
    width: 100%;
    height: 5.63rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.94rem;
    box-sizing: border-box;
  }
  .header-logo {
    display: none;
  }
  .phone_logo {
    display: block;
  }
  .phone_more {
    display: block !important;
  }
  .phone_contact_number {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.13rem;
    color: #16181a;
  }
  .phone_contact_number p {
    margin: 0 1.88rem 0 0.44rem;
  }
  .ellipsis_question {
    width: 80%;
  }
  .question_wrap {
    width: 60%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.ellipsis_question {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.small_title {
  font-size: 1.13rem;
  color: #7a7a7a;
  margin: 30px auto;
}

.border_parent {
  display: flex;
}
.liuchengtu {
  margin: 0 auto;
}
.down_load {
  color: #0381ff;
  margin-top: 1.25rem;
  text-align: center;
}
.cpjz_zhinenghua {
  width: 100%;
  height: 13.13rem;
  background: url(/static/img/index/chanpinjuzhen_zhinenghua.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 1.56rem 3.13rem;
  margin-bottom: 0.63rem;
  display: flex;
  align-items: flex-start;
  padding-top: 1.44rem;
}
.znh_box {
  display: flex;
  width: 36.25rem;
  align-items: flex-start;
}
.cpjz_icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.63rem;
}
.cpjz_icon_phone {
  display: none;
}
.cpjz_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}
.cpzj_title {
  text-align: left;
  font-size: 1.25rem;
  color: #434343;
  font-weight: 500;
}
.cpzj_detail {
  color: #3f464f;
  font-size: 1rem;
  text-align: left;
  height: 3.5rem;
  flex: none;
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 0;
  overflow: hidden;
}
.cpzj_tag_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.63rem;
  margin-top: 0.4rem;
  text-align: center;
  height: 3rem;
  align-items: start;
}
.cpzj_tag {
  background-color: #ffffff;
  border-radius: 1.94rem;
  padding: 0.5rem 1.38rem;
  font-size: 0.88rem;
  text-wrap: nowrap;
}
.flex_box {
  display: flex;
  justify-content: space-between;
}
.cpjz_lianluozhongxin {
  width: 49.5%;
  height: 14.25rem;
  background: url(/static/img/index/chanpinjuzhen_lianluozhongxin.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.56rem 3.13rem;
  display: flex;
  align-items: flex-start;
  padding-top: 1.44rem;
}
.cpjz_yuntongxun {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 49.5%;
  height: 14.25rem;
  background: url(/static/img/index/chanpinjuzhen_yuntongxun.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.56rem 3.13rem;
  padding-top: 1.44rem;
}
.four_item {
  margin-right: 3.56rem;
}
.bring_item_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bring_item {
  display: flex;
}
.bring_icon {
  margin-right: 1.81rem;
}
.bring_box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bring_title {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
}
.bring_content {
  color: #7a7a7a;
  text-align: left;
  font-size: 0.88rem;
  width: 33.75rem;
}
.cjfa_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cjfa {
  flex: 1;
  padding: 1.25rem 0.94rem;
  background-color: #ffffff;
  border-radius: 0.94rem;
  height: 15.63rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cjfa_title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
}
.cjfa img {
  width: 3.13rem;
}
.cjfa_tag {
  background-color: #ddeaff;
  border: 0.03rem solid rgba(8, 96, 239, 0.25);
  margin: 0.38rem;
  color: #515151;
  border-radius: 2px;
  text-wrap: nowrap;
  padding: 0.31rem;
  text-align: center;
}
.zzrz_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  text-align: center;
}
.zzrz_title {
  font-size: 1rem;
  color: #434343;
  font-weight: 400;
  margin-top: 0.63rem;
}
.question {
  width: 87.5rem;
  margin: 0 auto;
  padding: 1.56rem 0;
  text-align: left;
}
.question_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 1.56rem;
}
.question_list {
  width: 28.13rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.88rem;
}
.question_wrap {
    display: flex;
    align-items: center;
}
.question_list img {
  margin-right: 0.63rem;
}
.question_time {
  color: #7a7a7a;
  white-space: nowrap;
}

.qhyyycj_box {
  display: block;
  background-color: #EDF6FF;
}
/* 桌面/移动端横幅显隐控制 */
.pc-banner {
  display: block;
}
.mobile-banner {
  display: none;
}

/* PC端banner保持默认样式，占位空间只在移动端显示 */

@media (max-width: 768px) {
  .pc-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .banner {
    background: url(/static/img/banner/banner_phone.png);
    /* 占位空间已处理，不需要额外margin-top */
    margin-top: 0;
  }
  .banner_msg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .xiaoxi_5g {
    font-size: 24px;
    font-weight: 600;
    color: #5489f4;
    text-align: center;
    margin: 40px 0 28px;
  }
  .msg {
    width: 330px;
    color: #2b2f33;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
  }
  .banner_btn {
    color: #ffffff;
    font-size: 1.19rem;
    background: linear-gradient(137deg, #369aff 0%, #0080ff 100%);
    width: 9.75rem;
    height: 3.19rem;
    border-radius: 38px 38px 38px 38px;
    margin-top: 20px;
  }
  .big_box {
    width: 100%;
  }
  .slider_img {
    height: 410px;
    width: 100%;
  }
  .solve {
    margin-top: 1.5rem;
    margin-bottom: 10px;
  }
  .border_parent {
    display: flex;
    margin: auto;
    height: auto;
    flex-direction: column;
    margin: 0 auto;
  }
  .border_warp {
    width: 90%;
  }
  .small_title {
    width: 320px;
    font-size: 14px;
    color: #666666;
    margin: 15px auto;
  }
  .scroll_img {
    overflow: auto;
  }
  /* 新增样式 */
  .scroll_img {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    scroll-behavior: smooth;
  }
  .scroll_img:active {
    cursor: grabbing;
  }
  .liuchengtu {
    display: inline-block;
    height: 100%;
    user-select: none;
  }
  .liuchengtu {
    height: 320px;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
  }
  .liuchengtu img {
    width: 100%;
    height: 100%;
  }
  .cpzj_tag_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.63rem;
    margin-top: auto;
    height: 2.5rem;
    align-items: start;
  }
  .cpzj_title {
    text-align: left;
    font-size: 1.25rem;
    color: #434343;
    display: flex;
    align-items: center;
  }
  .cpjz_zhinenghua {
    width: 100%;
    height: 22rem;
    background: url(/static/img/index/chanpinjuzhen_zhinenghua.png) no-repeat;
    background-size: 210% 100%;
    background-position-x: -300px;
    margin: 0 auto;
    padding: 22px 15px;
    margin-bottom: 0.63rem;
    border-radius: 10px;
  }
  .znh_box {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .cpjz_box {
    height: auto;
  }
  .cpjz_icon {
    display: none;
  }
  .cpjz_icon_phone {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .flex_box {
    flex-direction: column;
  }
  .cpjz_lianluozhongxin {
    width: 100%;
    padding: 22px 15px;
    margin-bottom: 0.63rem;
    height: 20rem;
    border-radius: 10px;
  }
  .cpjz_yuntongxun {
    width: 100%;
    padding: 22px 15px;
    margin-bottom: 0.63rem;
    height: 20rem;
    border-radius: 10px;
  }
  .cpzj_detail {
    margin: 12px 0 16px;
    height: 3rem;
    flex: none;
    display: block;
    padding: 0;
  }
  .four_item {
    margin: 0 auto;
    width: 255px;
    height: 228px;
    margin-bottom: 20px;
  }
  .bring_content {
    width: auto;
  }
  .bring_item {
    align-items: flex-start;
  }
  .bring_icon {
    width: 24px;
    height: 40px;
  }
  .bring_title {
    margin: 12px 0;
  }
  .zzrz_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .zzrz_box img {
    width: 150px;
  }
  .question_box {
    padding: 1.5rem;
  }
  .question {
    width: 100%;
    text-align: left;
  }
  .cjwt_img {
    width: 22px;
    height: 22px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-top: 1.56rem;
  }
  .question_list {
    width: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 0.88rem;
  }
  .question_time {
    white-space: wrap;
  }
  .question_list img {
    width: 20px;
    height: 20px;
  }
  .block_wrap {
    margin: 1rem auto 0;
  }
}

/* 荣誉资质样式 */
.honor-section {
  background-color: #F7F8FC;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 87.5rem;
  gap: 0;
}

.honor-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  flex: 1;
  position: relative;
  text-align: left;
  padding: 0 1rem;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.honor-item:hover {
  transform: translateY(-5px);
}

.honor-icon {
  width: 45px;
  height: 45px;
  margin-right: 12px;
  object-fit: contain;
  flex-shrink: 0;
}

.honor-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.honor-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #d0d0d0;
}

.honor-number {
  font-family: 'MiSans-Medium', 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #1F86E5;
  line-height: 1.5rem;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}

.honor-text {
  font-family: 'MiSans-Regular', 'Microsoft YaHei', sans-serif;
  font-size: 0.9rem;
  color: #808080;
  margin-top: 4px;
  margin-bottom: 0;
  text-align: center;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .honor-section {
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .honor-container {
    display: flex;
    gap: 15px;
    width: 100%;
    position: relative;
    justify-content: space-between;
  }

  .honor-item {
    flex: 1;
    justify-content: flex-start;
    min-height: 60px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
  }

  /* 活动状态显示 */
  .honor-item.active {
    opacity: 1;
    transform: translateY(0);
  }

  /* 非活动状态稍微透明 */
  .honor-item:not(.active) {
    opacity: 0.7;
  }

  .honor-item::after {
    display: block;
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #d0d0d0;
  }

  /* 最后一个item不显示竖线 */
  .honor-item:last-child::after {
    display: none;
  }

  .honor-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .honor-number {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .honor-text {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* 轮播图样式 */
.home-slider {
  position: relative;
  width: 100%;
  height: 45rem;
  overflow: hidden;
}

.slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.slide-container.active {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  z-index: 2;
}

.slide-wrapper {
  position: relative;
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.slide-wrapper1 {
  position: relative;
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: right;
  align-items: flex-end;
}

.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-1 .slide-background {
  background: linear-gradient(to top, #b0d9ff 0%, #e1f0ff 100%);
}

.slide-1 .slide-container {
  align-items: flex-end;
}

.slide-2 .slide-background {
  background-color: #e1e7f3;
}

.slide-3 .slide-background {
  background-color: #f5f7ff;
}

.slide-4 .slide-background {
  background-color: #f6fafe;
}

.slide-5 .slide-background {
    background-color: #eef4fa;
  }

.slide-background1 img{
  float: right;
}
.slider_img {
  position: relative;
  z-index: 2;
  width: 90%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-text-overlay {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  width: 100%;
}

/* 确保按钮可以正常点击 */
.banner-text-overlay .banner-btn {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 1001 !important;
  position: relative !important;
}

.banner-text-1 {
  top: 34%;
  left: 50%;
}

.banner-text-2 {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  left: 50%;
}

.banner-title {
  font-family: 'MiSans', 'Microsoft YaHei', sans-serif;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.8rem;
  letter-spacing: 0.25rem;
}

.gradient-text {
  background: linear-gradient(180deg, #17AEFF 0%, #0066FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.black-text {
  color: #000000;
  font-family: 'MiSans', 'Microsoft YaHei', sans-serif;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.banner-subtitle {
  font-family: 'MiSans', 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #2B2F33;
  line-height: 1.8rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  max-width: 800px;
  margin: 0 auto 30px;
}

.banner-title-other {
  text-align: left;
  margin-bottom: 3rem;
}

.banner-subtitle-other {
  margin: 0;
  text-align: left;
  margin-bottom: 3rem;
}

.banner-btn {
  display: inline-block;
  background: linear-gradient(137deg, #369AFF 0%, #0080FF 100%);
  color: #ffffff !important;
  font-family: 'MiSans', 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.banner-btn:hover {
  background: linear-gradient(137deg, #2580e6 0%, #0066e6 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 128, 255, 0.3);
}

/* 轮播按钮样式 */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn-prev {
  left: 20px;
}

.carousel-btn-next {
  right: 20px;
}

/* 鼠标悬停时显示轮播按钮 */
.home-slider:hover .carousel-btn {
  opacity: 1;
  visibility: visible;
}

/* 指示器样式 */
.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicator.active {
  background: white;
  width: 32px;
  border-radius: 6px;
}

.carousel-indicator:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* 移动端适配 */
@media (max-width: 768px) {
  .home-slider {
    height: 410px;
    display: none; /* 移动端隐藏轮播图 */
  }

  .mobile-banner {
    display: block !important;
  }

  .carousel-btn {
    display: none; /* 移动端隐藏按钮 */
  }

  .slider_img {
    max-width: 100%;
  }

  .banner-title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }

  .gradient-text,
  .black-text {
    font-size: 36px;
    line-height: 50px;
  }

  .banner-subtitle {
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
  }

  .banner-title-other {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .banner-subtitle-other {
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
    margin: 0 auto 20px auto;
  }

  .banner-btn {
    font-size: 16px;
    padding: 10px 25px;
  }
}

@media (min-width: 769px) {
  .mobile-banner {
    display: none !important; /* 桌面端隐藏移动端横幅 */
  }
}

/* Additional mobile optimizations based on Vue component patterns */
@media (max-width: 768px) {
  /* 行业应用场景方案移动端适配 */
  .qhyyycj_box {
    margin-top: 2rem;
  }
  .qhyyycj_box > div {
    width: 100% !important;
    padding: 0 15px 2rem!important;
  }

  .cjfa_box {
    flex-direction: column;
    gap: 15px;
  }

  .cjfa {
    margin: 0 !important;
    padding: 20px 15px;
    height: auto;
    min-height: 200px;
  }

  .cjfa img {
    width: 40px;
    height: 40px;
  }

  .cjfa_title {
    font-size: 16px;
    margin: 10px 0;
  }

  .cjfa_tag {
    font-size: 12px;
    padding: 8px 12px;
    margin: 5px;
    white-space: nowrap;
  }

  .el-row {
    flex-direction: column;
  }

  .el-col-12 {
    width: 100% !important;
  }

  .el-col-24 {
    width: 100% !important;
  }

  /* 流程图移动端优化 */
  /* .border_parent {
    padding: 0 15px;
  } */

  .down_load {
    font-size: 14px;
  }

  .down_load a {
    padding: 10px 0px;
    display: inline-block;
    color: #0381FF;
    text-decoration: none;
  }

  /* 资质认证移动端适配 */
  .big_box[style*="padding: 0 0 5rem 0"] {
    padding: 0 0 2rem 0 !important;
  }

  .zzrz_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 90%;
    margin: 0 auto;
  }

  .zzrz {
    padding: .24rem 0px;
    text-align: center;
  }

  .zzrz img {
    height: 3.5rem;
  }

  .zzrz_title {
    font-size: 14px;
    line-height: 1.4;
  }

  /* 米糠云能给您带来什么移动端优化 */
  .bring_item_box {
    padding: 0 15px;
  }

  .bring_content {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    width: 100%;
  }

  /* 产品矩阵移动端标签优化 */
  .cpzj_tag {
    font-size: 12px !important;
    text-align: center;
  }

  .cpzj_tag a {
    font-size: 12px !important;
    color: #2c3e50;
  }

  /* 轮播图移动端背景优化 */
  .banner.mobile-banner {
    height: 410px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  /* 荣誉资质移动端进一步优化 */
  .honor-number {
    font-size: 18px;
  }

  .honor-text {
    font-size: 14px;
    margin-top: 0;
  }

  .honor-item {
    padding: 15px;
    gap: 15px;
  }

  /* 移动端触摸优化 */
  .cjfa_tag,
  .cpzj_tag,
  .banner_btn {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  /* 移动端动画简化 */
  .honor-item:hover {
    transform: none;
  }

  .banner-btn:hover {
    transform: none;
    box-shadow: none;
  }

  /* 移动端布局紧凑化 */
  .big_box {
    box-sizing: border-box;
    background: #fff;
  }


  .small_title {
    font-size: 14px;
    line-height: 1.5;
  }

  /* 移动端滚动优化 */
  .scroll_img {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .scroll_img::-webkit-scrollbar {
    display: none;
  }

  /* 流程图滑动控制器样式 */
  .flowchart-wrapper {
    width: 100%;
  }

  .flowchart-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .flowchart-slider {
    width: 100%;
  }

  .slider-track {
    position: relative;
    width: 100%;
    height: 6px;
    background: #e5e5e5;
    border-radius: 3px;
    margin: 0 auto;
  }

  .slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #369AFF 0%, #0080FF 100%);
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s ease-out;
  }

  .slider-thumb {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 3px solid #0080FF;
    border-radius: 50%;
    cursor: grab;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .slider-thumb:active {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 128, 255, 0.3);
  }

  .thumb-handle {
    width: 8px;
    height: 8px;
    background: #0080FF;
    border-radius: 50%;
    margin: 4px auto;
  }

  /* 流程图容器优化 */
  .flowchart-container .scroll_img {
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
  }
}
