@media (min-width: 768px) {
    .info1 {
        font-size: 1.13rem;
    }
    .info2 {
        font-size: 2.5rem;
    }
    .info3 {
        font-size: 1.13rem;
    }
    .mix-font {
        font-size: 20px;
        color: #77848F;
    }
}
@media (max-width: 768px) {
    .info1 {
        font-size: 1rem;
    }
    .info2 {
        font-size: 1.5rem;
    }
    .info3 {
        font-size: 1rem;
    }
    .mix-font {
        font-size: 1.1rem;
        color: #77848F;
    }
  .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;
  }
}
.info1 {
    color: #45474D;
}
.info2 {
    color: #0080FF;
}
.info3 {
    color: #1A1A1A;
}
.banner {
  background: url(/static/img/gywm/banner.png);
}
.banner_msg {
  width: 87.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.xiaoxi_5g {
  font-size: 3.75rem;
  font-weight: 500;
  color: #5489f4;
  text-align: left;
}
.msg {
  color: #2b2f33;
  font-size: 1.38rem;
  font-weight: 500;
  text-align: left;
  margin: 2.31rem 0 4.94rem;
}
.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;
}
.font_size_40 {
  font-size: 2.5rem;
  color: #434343;
  font-weight: bold;
}
.border_parent {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .banner {
    background: url(/static/img/gywm/banner_phone.png);
    height: 410px;
    background-size: cover;
    background-position: center;
  }
  .banner_msg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .xiaoxi_5g {
    font-size: 24px;
    font-weight: 600;
    color: #5489f4;
    text-align: center;
    margin: 40px 0 28px;
    line-height: 1.3;
  }
  .msg {
    width: 90%;
    max-width: 330px;
    color: #2b2f33;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
  }
  .banner_btn {
    color: #ffffff;
    font-size: 16px;
    background: linear-gradient(137deg, #369aff 0%, #0080ff 100%);
    width: 156px;
    height: 51px;
    border-radius: 38px;
    margin-top: 20px;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
  }
  .banner_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 128, 255, 0.3);
  }
  .border_parent {
    padding: 30px 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .font_size_40 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 auto 20px;
    text-align: center;
  }
  .small_title {
    width: 100%;
    max-width: 320px;
    font-size: 14px;
    color: #666666;
    margin: 15px auto;
    line-height: 1.5;
    text-align: center;
  }

  /* 新闻详情内容移动端优化 */
  .news-detail {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .news-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }

  .news-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }

  .news-date,
  .news-category,
  .news-views {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
  }

  .news-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    text-align: left;
    margin-bottom: 30px;
  }

  .news-content p {
    margin-bottom: 20px;
    text-align: left;
  }

  .news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    display: block;
  }

  .news-content h3,
  .news-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 25px 0 15px;
    line-height: 1.4;
  }

  .news-content ul,
  .news-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .news-content li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
  }

  /* 分享和标签移动端优化 */
  .news-share {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
  }

  .news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }

  .news-tag {
    background-color: #f0f2f5;
    color: #666666;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s;
  }

  .news-tag:hover {
    background-color: #0080FF;
    color: #ffffff;
  }

  /* 相关文章移动端优化 */
  .related-news {
    width: 100%;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
  }

  .related-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
    text-align: left;
  }

  .related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .related-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
  }

  .related-item:hover {
    background-color: #f0f2f5;
    transform: translateY(-2px);
  }

  .related-img {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .related-info {
    flex: 1;
  }

  .related-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .related-item-date {
    font-size: 12px;
    color: #999999;
  }

  /* 返回按钮移动端优化 */
  .back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #f0f2f5;
    color: #333333;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s;
  }

  .back-button:hover {
    background-color: #e5e5e5;
    transform: translateX(-3px);
  }

  /* 联系方式移动端优化 */
  .contact-section {
    width: 100%;
    padding: 30px 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-top: 40px;
  }

  .contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
  }

  .contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .contact-phone,
  .contact-email {
    font-size: 16px;
    color: #0080FF;
    text-decoration: none;
    font-weight: 500;
  }

  .contact-phone:hover,
  .contact-email:hover {
    color: #0066CC;
    text-decoration: underline;
  }

  /* 移动端图片和媒体优化 */
  img {
    max-width: 100%;
    height: auto;
  }

  iframe {
    max-width: 100%;
    height: 250px;
    border-radius: 8px;
  }

  /* 移动端滚动优化 */
  .scroll-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }

  /* 移动端触摸优化 */
  .news-tag,
  .related-item,
  .back-button {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  /* 新闻详情内容移动端字体重置 */
  .news_detail_content {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #333333 !important;
    text-align: left !important;
  }

  .news_detail_content * {
    max-font-size: 16px !important;
    font-size: inherit !important;
  }

  .news_detail_content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    text-align: left !important;
  }

  .news_detail_content h1,
  .news_detail_content h2,
  .news_detail_content h3,
  .news_detail_content h4,
  .news_detail_content h5,
  .news_detail_content h6 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin: 20px 0 10px !important;
    color: #333333 !important;
    font-weight: 600 !important;
  }

  .news_detail_content ul,
  .news_detail_content ol {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-left: 20px !important;
    margin-bottom: 15px !important;
  }

  .news_detail_content li {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 8px !important;
  }

  .news_detail_content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 15px 0 !important;
    border-radius: 8px !important;
  }

  .news_detail_content table {
    font-size: 14px !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    margin: 15px 0 !important;
  }

  .news_detail_content td,
  .news_detail_content th {
    font-size: 14px !important;
    padding: 8px !important;
    border: 1px solid #ddd !important;
  }

  .news_detail_content blockquote {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 15px 0 !important;
    padding-left: 15px !important;
    border-left: 3px solid #0080FF !important;
    color: #666666 !important;
  }

  /* 强制覆盖内联样式 */
  .news_detail_content *[style*="font-size"] {
    font-size: inherit !important;
  }
}
