/* 国内官网公共交互修正：保持现有视觉，只补齐导航与悬浮联系层的可用状态。 */
.mobile-submenu-toggle {
  display: none;
}

.mobile-nav-actions {
  display: none;
}

.dropdown-menu {
  pointer-events: none;
}

.dropdown-menu.show {
  pointer-events: auto;
}

.jiqiren-pop {
  left: auto !important;
  right: calc(100% + 10px);
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-50%) translateX(8px) !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.jiqiren-pop::after {
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 12px;
  content: "";
}

.jiqiren-item.is-open > .jiqiren-pop {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(-50%) translateX(0) !important;
}

@media (min-width: 769px) {
  .jiqiren-item:hover > .jiqiren-pop {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(-50%) translateX(0) !important;
  }
}

@media (max-width: 768px) {
  body.ltj-mobile-menu-open {
    overflow: hidden;
  }

  body.ltj-mobile-menu-open::before {
    position: fixed;
    z-index: 998;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    content: "";
  }

  .mobile-menu-btn {
    position: relative;
    z-index: 1003;
    margin-left: auto;
    background: #fff;
  }

  .nav-wrapper.mobile-menu-open .nav-right {
    position: fixed;
    z-index: 1002;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    background: #fff !important;
  }

  .nav-wrapper.mobile-menu-open .content-wrapper {
    display: block !important;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-wrapper .nav-menu.mobile {
    position: static !important;
    display: flex !important;
    align-items: stretch !important;
    flex-direction: column;
    gap: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: calc(100vh - 60px);
    padding: 8px 16px 40px !important;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    transform: none !important;
    -webkit-overflow-scrolling: touch;
  }

  .nav-menu.mobile > .nav-item {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
  }

  .nav-menu.mobile > .nav-item > .nav-link {
    width: 100%;
    min-height: 48px;
    padding: 14px 44px 14px 4px !important;
    color: #222 !important;
    font-size: 16px !important;
    line-height: 20px;
  }

  .nav-menu.mobile > .nav-item > .nav-link.active::after,
  .nav-menu.mobile .dropdown-icon {
    display: none !important;
  }

  .nav-menu.mobile .mobile-submenu-toggle {
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #555;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .nav-menu.mobile .nav-item.mobile-expanded > .mobile-submenu-toggle {
    transform: rotate(45deg);
  }

  .nav-menu.mobile .dropdown-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: none !important;
    width: 100% !important;
    padding: 0 0 12px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    box-shadow: none !important;
    transform: none !important;
  }

  .nav-menu.mobile .nav-item.mobile-expanded > .dropdown-menu {
    display: block !important;
  }

  .nav-menu.mobile .dropdown-content {
    width: 100%;
    min-height: 0 !important;
    padding: 2px 4px 8px 16px !important;
  }

  .nav-menu.mobile .dropdown-grid,
  .nav-menu.mobile .cases-grid,
  .nav-menu.mobile .news-grid {
    display: block !important;
  }

  .nav-menu.mobile .category-column {
    margin-top: 12px;
  }

  .nav-menu.mobile .category-column .category-title {
    margin-bottom: 8px !important;
    font-size: 15px !important;
  }

  .nav-menu.mobile .category-list {
    gap: 0 !important;
  }

  .nav-menu.mobile .category-item a {
    padding: 8px 0;
    color: #555;
    font-size: 14px !important;
    line-height: 1.5;
  }

  .nav-menu.mobile .mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    padding: 20px 4px 8px;
  }

  .nav-menu.mobile .mobile-nav-actions .btn {
    min-height: 44px;
    border: 1px solid #fa5f0d;
    border-radius: 4px;
    background: #fff;
    color: #fa5f0d;
    font-size: 15px;
    font-weight: 600;
  }

  .nav-menu.mobile .mobile-nav-actions .btn-inquiry {
    background: #fa5f0d;
    color: #fff;
  }

  .jiqiren-pop {
    right: calc(100% + 8px) !important;
    left: auto !important;
    width: min(180px, calc(100vw - 90px)) !important;
    max-height: calc(100vh - 32px);
    overflow: auto;
  }
}

/* 订单查询与询价工作台沿用旧 Nuxt 页面的尺寸、颜色和移动端断点。 */
.order-page.capability-container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  background: none;
}

.order-page .inquiry-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80vh;
  margin-top: 80px;
  background: url(./assets/img/denglutu.a527815.png);
  background-size: 100% 100%;
}

.order-page .inquiry-main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  min-height: 600px;
  margin: 0 auto;
}

.order-page .inquiry-left {
  display: flex;
  flex: 1 1 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.order-page .inquiry-title {
  margin-bottom: 20px;
  font-family: FZZDHJW--GB1, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.order-page .inquiry-desc {
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.order-page .inquiry-phone-btn {
  margin-top: 10px;
  padding: 16px 36px;
  border-radius: 6px;
  background: #fa5f0d;
  box-shadow: 0 2px 12px rgba(250, 95, 13, 0.12);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.order-page .inquiry-right {
  display: flex;
  flex: 1 1 420px;
  align-items: center;
  justify-content: flex-end;
}

.order-page .login-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 400px;
  padding: 48px 40px 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(250, 95, 13, 0.12);
}

.order-page .login-logo {
  width: 120px;
  margin-bottom: 18px;
}

.order-page .login-title {
  margin-bottom: 28px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
}

.order-page .login-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.order-page .login-form .form-row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
}

.order-page .login-form .country-code {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: #f5f5f5;
  color: #888;
  font-size: 16px;
}

.order-page .login-form .input {
  flex: 1;
  width: 100px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #e5e5e5;
  border-radius: 0 6px 6px 0;
  outline: none;
  font-size: 16px;
}

.order-page .login-form .input:focus {
  border-color: #fa5f0d;
}

.order-page .login-form .code-btn {
  height: 44px;
  margin-left: 12px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: #fa5f0d;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.order-page .login-form .code-btn.disabled,
.order-page .login-form .code-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.order-page .form-error {
  width: 100%;
  min-height: 18px;
  margin-bottom: 10px;
  padding-left: 4px;
  color: #fa5f0d;
  font-size: 13px;
  text-align: left;
}

.order-page .form-error[hidden] {
  display: block;
  visibility: hidden;
}

.order-page .login-btn {
  width: 100%;
  height: 48px;
  margin-top: 8px;
  border: 0;
  border-radius: 6px;
  background: #fa5f0d;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.order-page .login-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.order-page .xundan-bg {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background: url(./assets/img/denglu.983c216.png) center center no-repeat;
  background-size: cover;
}

.order-page .xundan-container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  padding: 60px 20px 40px;
}

.order-page .xundan-title {
  margin-bottom: 48px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.order-page .xundan-btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
  width: 100%;
  max-width: 600px;
}

.order-page .xundan-btn {
  width: 100%;
  min-width: 120px;
  min-height: 56px;
  padding: 18px 0;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffa04b 0%, #fa5f0d 100%);
  box-shadow: 0 2px 12px rgba(250, 95, 13, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.order-page .xundan-btn:hover {
  background: linear-gradient(90deg, #fa5f0d 0%, #ffa04b 100%);
}

@media (max-width: 1200px) {
  .order-page .inquiry-main { max-width: 96vw; min-height: 400px; }
  .order-page .inquiry-title { font-size: 40px; }
  .order-page .inquiry-desc { font-size: 16px; }
  .order-page .inquiry-phone-btn { padding: 12px 20px; font-size: 16px; }
  .order-page .login-card { width: 340px; padding: 32px 18px 24px; }
  .order-page .login-form .code-btn { height: 36px; padding: 0 14px; font-size: 12px; }
}

@media (max-width: 900px) {
  .order-page .inquiry-main { flex-direction: column; justify-content: center; min-height: 100vh; padding: 40px 0; }
  .order-page .inquiry-left { align-items: center; margin-bottom: 40px; text-align: center; }
  .order-page .inquiry-right { justify-content: center; width: 100%; }
  .order-page .xundan-title { margin-bottom: 32px; font-size: 2rem; }
  .order-page .xundan-btn-group { gap: 20px; max-width: 90vw; }
  .order-page .xundan-btn { min-height: 44px; padding: 12px 0; font-size: 1rem; }
}

@media (max-width: 768px) {
  .order-page .inquiry-bg { min-height: 100vh; margin-top: 60px; background-size: cover; }
  .order-page .inquiry-main { gap: 30px; max-width: 100%; min-height: auto; padding: 20px 15px; }
  .order-page .inquiry-left { flex: none; width: 100%; margin-bottom: 20px; padding: 0; }
  .order-page .inquiry-title { margin-bottom: 12px; font-size: 24px; line-height: 1.4; }
  .order-page .inquiry-desc { margin-bottom: 20px; font-size: 14px; line-height: 1.6; }
  .order-page .inquiry-phone-btn { width: 100%; padding: 10px 20px; font-size: 14px; text-align: center; }
  .order-page .inquiry-right { flex: none; width: 100%; padding: 0; }
  .order-page .login-card { width: 100%; padding: 20px 15px; border-radius: 12px; }
  .order-page .login-logo { width: 90px; margin-bottom: 15px; }
  .order-page .login-title { margin-bottom: 20px; font-size: 18px; }
  .order-page .login-form .form-row { margin-bottom: 15px; }
  .order-page .login-form .country-code { height: 40px; padding: 0 10px; font-size: 14px; }
  .order-page .login-form .input { height: 40px; padding: 0 12px; font-size: 14px; }
  .order-page .login-form .code-btn { height: 40px; margin-left: 8px; padding: 0 12px; font-size: 13px; }
  .order-page .form-error { margin-bottom: 8px; font-size: 12px; }
  .order-page .login-btn { height: 44px; margin-top: 5px; font-size: 16px; }
}

@media (max-width: 600px) {
  .order-page .xundan-title { margin-bottom: 24px; font-size: 1.3rem; }
  .order-page .xundan-btn-group { gap: 12px 10px; max-width: 100vw; }
  .order-page .xundan-btn { min-height: 38px; padding: 8px 0; border-radius: 7px; font-size: 0.95rem; }
}
