/* Mobile-specific styles for optimization */

/* Mobile menu styles */
#H5 .COVER {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: left 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

#H5 .COVER.active {
  left: 0;
}

#H5 .MULUS {
  padding: 20px 0;
}

#H5 .mulu {
  width: 100%;
  border-bottom: 1px solid #eee;
}

#H5 .mulu1 {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

#H5 .mulu1:hover {
  background: #f5f5f5;
  padding-left: 25px;
}

#H5 .mulu1 span {
  display: block;
}

/* Mobile header styles */
#H5 header {
  position: relative;
}

/*#H5 .menubtn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}

#H5 .menubtn i {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}

#H5 .menubtn.on i:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#H5 .menubtn.on i:nth-child(2) {
  opacity: 0;
}

#H5 .menubtn.on i:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}*/

/* Mobile content optimization */
#H5 .container {
  width: 100%;
  padding: 0 15px;
}

#H5 .employment-bridge-content {
  flex-direction: column;
  gap: 20px;
}

#H5 .employment-item,
#H5 .bridge-item,
#H5 .platform-item,
#H5 .career-item {
  width: 100%;
  margin-bottom: 20px;
}

#H5 .inde_gywm2 {
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px;
}

#H5 .inde_gywm2_1 {
  width: 100%;
  height: 250px;
  max-width: 100%;
}

#H5 .inde_hxyw2 {
  grid-template-columns: 1fr;
  gap: 25px;
}

#H5 .inde_xwyw2 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

#H5 .inde_xwyw2_1 {
  height: 200px;
}

#H5 .footer-content {
  flex-direction: column;
  gap: 30px;
}

#H5 .footer-nav-sections {
  flex-direction: column;
  gap: 20px;
}

#H5 .qr-section {
  flex-direction: column;
  gap: 20px;
}

#H5 .contact-methods {
  flex-direction: column;
  gap: 10px;
}

/* Mobile banner optimization */
#H5 .tech-banner-content {
  padding: 20px;
}

#H5 .tech-main-title {
  font-size: 24px;
  line-height: 1.3;
}

#H5 .tech-subtitle {
  font-size: 16px;
}

#H5 .tech-modules-container {
  flex-direction: column;
  gap: 10px;
}

#H5 .tech-module {
  font-size: 14px;
  padding: 10px 15px;
}