/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  background: #f5f8ff;
  overflow-x: hidden;
  color: #333;
  font-size: 16px;
}
.wb {
  background: #fff;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
img {
  border: none;
  max-width: 100%;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #999 !important;
}
textarea::-webkit-input-placeholder {
  color: #999 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif;
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* FontAwesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
  content: "\f007";
}
.fa-lock:before {
  content: "\f023";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f003";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-search:before {
  content: "\f002";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-shield:before {
  content: "\f132";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
/* 首页独立头部 */
.header-index {
  width: 100%;
}
.header-index .header-inner {
  width: 100%;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
}
.header-index .nav {
  margin-left: 40px;
}
/* 公共头部 */
.header {
  height: 80px;
  position: relative;
  z-index: 10;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.logo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.logo img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.logo span {
  color: #fff;
}
.nav {
  display: flex;
  align-items: center;
}
.nav a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin-left: 40px;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s;
}
.nav a:hover,
.nav a.active {
  color: #fff;
}
.nav a.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
/* 首页banner */
.banner-section {
  height: 510px;
  background: url('../i/banner.jpg') no-repeat center top;
  background-size: cover;
  margin-top: -80px;
  position: relative;
  min-width: 1200px;
}
.banner-section .container {
  height: 100%;
  width: 100%;
  padding: 0 5vw;
}
.login-box {
  position: absolute;
  left: 10vw;
  top: 80px;
  width: 360px;
  background: rgba(10, 40, 100, 0.68);
  border: 1px solid rgba(100, 180, 255, 0.25);
  border-radius: 12px;
  padding: 28px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px rgba(0, 30, 90, 0.25);
}
.login-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 8px;
}
.login-title .fa {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0d7df5, #4aa3ff);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 18px;
}
.login-tip {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-bottom: 20px;
}
.login-row {
  margin-bottom: 16px;
}
.login-row label {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
.login-input {
  position: relative;
}
.login-input .fa {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.login-input input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 0 14px 0 40px;
  color: #fff;
  font-size: 14px;
}
.login-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.login-input .toggle-pwd {
  position: absolute;
  right: 14px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 16px;
}
.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 22px;
}
.login-options label {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  cursor: pointer;
}
.login-options input {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  accent-color: #0d7df5;
}
.login-options a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}
.login-options a:hover {
  color: #fff;
}
.login-btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(90deg, #0d7df5, #f5c542);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.login-btn:hover {
  opacity: 0.92;
}
.login-btn .fa {
  margin-left: 4px;
}
/* 首页内容区 */
.main-section-index .main-flex {
  width: 100%;
  padding: 0 5vw;
}
/* 公共内容区 */
.main-section {
  padding: 24px 0 40px;
  min-width: 1200px;
}
.main-flex {
  display: flex;
  justify-content: space-between;
}
/* 侧边联系卡片 */
.contact-card {
  width: 280px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 40, 120, 0.06);
}
.contact-card h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-icon.blue {
  background: rgba(13, 125, 245, 0.1);
}
.contact-icon.cyan {
  background: rgba(0, 190, 200, 0.1);
}
.contact-icon.orange {
  background: rgba(245, 160, 30, 0.1);
}
.contact-info h4 {
  font-size: 13px;
  color: #999;
  margin-bottom: 4px;
}
.contact-info p {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
}
.qr-list {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #f0f0f0;
}
.qr-item {
  text-align: center;
  flex: 1;
  position: relative;
}
.qr-item span {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 600;
}
.qr-box {
  width: 88px;
  height: 88px;
  background: #f5f8ff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  color: #0d7df5;
  font-size: 28px;
  padding: 6px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  border: 1px solid transparent;
}
.qr-box img {
  display: block;
  width: 100%;
}
.qr-item:hover .qr-box {
  box-shadow: 0 10px 24px rgba(13, 125, 245, 0.14);
  border-color: rgba(13, 125, 245, 0.2);
}
.qr-preview {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 18px);
  width: 220px;
  height: 220px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(13, 125, 245, 0.14);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0, 40, 120, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 20;
}
.qr-preview::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-right: 1px solid rgba(13, 125, 245, 0.14);
  border-bottom: 1px solid rgba(13, 125, 245, 0.14);
  transform: translateX(-50%) rotate(45deg);
}
.qr-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.qr-item:hover .qr-preview {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
/* 内容卡片 */
.content-card {
  flex: 1;
  margin-left: 24px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 40, 120, 0.06);
  overflow: hidden;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.card-title {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.card-title .card-more {
  margin-left: auto;
  color: #0d7df5;
  font-size: 13px;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #0d7df5;
  border-radius: 16px;
  background: rgba(13, 125, 245, 0.06);
  transition: all 0.3s;
  margin-left: 10px;
}
.card-title .card-more:hover {
  background: #0d7df5;
  color: #fff;
}
.card-title .card-more .fa {
  margin-left: 4px;
  font-size: 12px;
}
.card-actions {
  display: flex;
  gap: 12px;
}
/* 表格 */
.data-table {
  width: 100%;
  font-size: 14px;
}
.data-table th {
  background: #f0f7ff;
  color: #999;
  font-weight: normal;
  padding: 16px 12px;
  text-align: left;
}
.data-table td {
  padding: 18px 12px;
  border-bottom: 1px solid #f0f4fa;
  color: #333;
}
.data-table tr:hover td {
  background: #fafcff;
}
.data-table .origin,
.data-table .destination {
  display: flex;
  align-items: center;
  color: #666;
}
.data-table .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
}
.data-table .dot.origin {
  background: #0d7df5;
}
.data-table .dot.destination {
  background: #2ecc71;
}
/* 货物类型标签 */
.cargo-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background: #eaf5ff;
  color: #0d7df5;
  border-radius: 12px;
  font-size: 13px;
  cursor: default;
}
.btn-detail {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border: 1px solid #0d7df5;
  color: #0d7df5;
  border-radius: 16px;
  font-size: 13px;
  transition: all 0.3s;
}
.btn-detail:hover {
  background: #0d7df5;
  color: #fff;
}
.btn-detail .fa {
  margin-right: 4px;
  font-size: 12px;
}
/* 按钮 */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  background: linear-gradient(90deg, #0d7df5, #4aa3ff);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.btn-primary:hover {
  opacity: 0.9;
}
.btn-primary .fa {
  margin-right: 6px;
}
.btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 22px;
  background: #fff;
  color: #666;
  border: 1px solid #d9e3f0;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-default:hover {
  border-color: #0d7df5;
  color: #0d7df5;
}
/* 首页广告位 */
.home-ad-section {
  padding: 0 0 32px;
  min-width: 1200px;
}
.home-ad-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  padding: 0 5vw;
}
.home-ad-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 40, 120, 0.06);
  aspect-ratio: 297 / 112;
  padding: 8px;
}
.home-ad-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-ad-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f7ff 0%, #e4f1ff 100%);
  color: #0d5fba;
  font-size: 24px;
  font-weight: bold;
}
/* 首页页脚 */
.footer-index .footer-inner {
  width: 100%;
  padding: 0 5vw;
}
/* 公共页脚 */
.footer {
  background: #0a1f4d;
  color: rgba(255, 255, 255, 0.6);
  padding: 22px 0;
  font-size: 13px;
  min-width: 1200px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-links {
  display: flex;
  align-items: center;
}
.footer-links a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 24px;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #fff;
}
.footer-links a img,
.footer-links a .fa {
  margin-right: 6px;
  width: 18px;
  text-align: center;
}
.footer-links a img {
  width: 18px;
  height: 18px;
}
/* 子页面头部背景 */
.page-header {
  background: linear-gradient(90deg, #0a2463 0%, #0d7df5 100%);
  min-width: 1200px;
}
.page-banner {
  background: linear-gradient(90deg, #0a2463 0%, #0d7df5 100%);
  padding: 40px 0 50px;
  color: #fff;
  min-width: 1200px;
}
.page-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-title {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.page-title img {
  width: 12px;
  height: 27px;
  margin: 0 12px;
}
.page-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-top: 10px;
}
.page-stats {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.stat-item {
  text-align: center;
  margin-right: 40px;
}
.stat-num {
  font-size: 32px;
  font-weight: bold;
  color: #4aa3ff;
  line-height: 1;
}
.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 6px;
}
/* 搜索栏 */
.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(0, 40, 120, 0.06);
  margin-bottom: 20px;
}
.search-input {
  flex: 1;
  position: relative;
}
.search-input .fa {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: 16px;
}
.search-input input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e6ecf5;
  border-radius: 6px;
  padding: 0 14px 0 40px;
  font-size: 14px;
  color: #333;
}
.search-input input:focus {
  border-color: #0d7df5;
}
.search-btn {
  width: 90px;
  height: 44px;
  line-height: 44px;
  background: #0d7df5;
  color: #fff;
  border: none;
  border-radius: 6px;
  margin-left: 12px;
  font-size: 15px;
  cursor: pointer;
}
/* 表单 */
.form-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 40, 120, 0.06);
}
.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f4fa;
  margin-bottom: 32px;
}
.form-header h2 {
  font-size: 22px;
  color: #1a1a1a;
}
.form-header p {
  color: #999;
  font-size: 14px;
  margin-top: 6px;
}
.form-tag {
  background: rgba(13, 125, 245, 0.08);
  color: #0d7df5;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 13px;
}
.form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.form-group {
  flex: 1;
}
.form-group label {
  display: block;
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
}
.form-group input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e6ecf5;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s;
}
.form-group input:focus {
  border-color: #0d7df5;
}
.form-group textarea {
  width: 100%;
  border: 1px solid #e6ecf5;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s;
  resize: vertical;
}
.form-group textarea:focus {
  border-color: #0d7df5;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  padding-top: 12px;
}
.member-auth-strip {
  background: linear-gradient(135deg, #f3f8ff 0%, #edf4ff 100%);
  border: 1px solid #d8e6fb;
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.member-auth-copy strong {
  display: block;
  color: #17325c;
  font-size: 18px;
  margin-bottom: 6px;
}
.member-auth-copy span {
  color: #5c6f8f;
  font-size: 14px;
}
.member-auth-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.member-auth-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e9f8ef;
  color: #1a7f47;
  border: 1px solid #bde7cc;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
}
.member-auth-modal {
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 58, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 20px;
}
.member-auth-modal.is-hidden {
  display: none;
}
.member-auth-dialog {
  width: 500px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 24px 24px 22px;
  box-shadow: 0 24px 80px rgba(8, 27, 70, 0.28);
  position: relative;
}
.member-auth-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f3f7fd;
  color: #4b5d7c;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
}
.member-auth-head h3 {
  font-size: 24px;
  color: #17325c;
  margin-bottom: 10px;
}
.member-auth-head p {
  color: #6d7d96;
  font-size: 14px;
  line-height: 1.8;
}
.member-auth-tabs {
  display: flex;
  gap: 10px;
  margin: 22px 0 18px;
}
.member-auth-tab {
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #dce6f5;
  background: #fff;
  color: #4c5f7d;
  font-size: 14px;
  cursor: pointer;
}
.member-auth-tab.is-active {
  background: #0d7df5;
  border-color: #0d7df5;
  color: #fff;
}
.member-auth-alert {
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.7;
}
.member-auth-alert.is-hidden {
  display: none;
}
.member-auth-alert.is-error {
  background: #fff3f1;
  color: #bf3d2b;
  border: 1px solid #ffd0c7;
}
.member-auth-alert.is-success {
  background: #edf9f1;
  color: #1f7a45;
  border: 1px solid #b9e6c7;
}
.member-auth-form.is-hidden {
  display: none;
}
.member-auth-grid {
  display: flex;
  gap: 12px;
}
.member-auth-field {
  margin-bottom: 14px;
  flex: 1;
}
.member-auth-field label {
  display: block;
  color: #2d3a52;
  font-size: 14px;
  margin-bottom: 8px;
}
.member-auth-field input {
  width: 100%;
  height: 46px;
  border: 1px solid #dbe5f3;
  border-radius: 10px;
  padding: 0 14px;
  color: #24324b;
  font-size: 14px;
}
.member-auth-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.member-auth-inline input {
  flex: 1;
}
.member-auth-captcha {
  width: 120px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #dbe5f3;
  background: #f8fbff;
  cursor: pointer;
  flex-shrink: 0;
}
.member-auth-sendcode {
  min-width: 108px;
  height: 46px;
  flex-shrink: 0;
}
.member-auth-submit {
  padding-top: 8px;
}
.member-auth-submit .btn-primary {
  width: 100%;
  justify-content: center;
}
.btn-primary[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
/* 分页 */
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
}
.page-total {
  color: #666;
  font-size: 14px;
  margin-right: auto;
}
.page-total strong {
  color: #0d7df5;
}
.page-list {
  display: flex;
  gap: 8px;
}
.page-list a,
.page-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e6ecf5;
  border-radius: 6px;
  color: #666;
  font-size: 14px;
  transition: all 0.3s;
}
.page-list a:hover,
.page-list a.active {
  background: #0d7df5;
  border-color: #0d7df5;
  color: #fff;
}
.page-list a.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.page-list span.disabled {
  color: #ccc;
  border-color: #e6ecf5;
  background: #fff;
  cursor: default;
}
/* 详情页 */
.detail-banner {
  background: linear-gradient(90deg, #0a2463 0%, #0d7df5 100%);
  padding: 40px 0 50px;
  color: #fff;
  min-width: 1200px;
}
.detail-banner h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}
.detail-meta {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}
.detail-meta span {
  margin-right: 20px;
}
.info-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(0, 40, 120, 0.06);
  margin-bottom: 20px;
}
.info-card-title {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.info-card-title::before {
  content: '';
  width: 4px;
  height: 18px;
  background: #0d7df5;
  border-radius: 2px;
  margin-right: 10px;
}
.route-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.route-place {
  text-align: center;
}
.route-place small {
  display: block;
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.route-place strong {
  font-size: 26px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.route-place .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  flex-shrink: 0;
}
.route-place .dot.origin {
  background: #0d7df5;
}
.route-place .dot.destination {
  background: #2ecc71;
}
.route-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #0d7df5, #2ecc71);
  margin: 0 30px;
  position: relative;
  top: 8px;
}
.route-line::after {
  content: '\f061';
  font-family: FontAwesome;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  color: #2ecc71;
  font-size: 14px;
}
.route-tag {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #999;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid #e6ecf5;
}
.info-row {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #f0f4fa;
}
.info-row:last-child {
  border-bottom: none;
}
.info-label {
  width: 120px;
  color: #999;
  font-size: 14px;
}
.info-value {
  flex: 1;
  color: #333;
  font-size: 14px;
}
.page-content-card {
  padding-bottom: 36px;
}
.page-content-body {
  color: #44536a;
  font-size: 15px;
  line-height: 1.9;
}
.page-content-body h2,
.page-content-body h3,
.page-content-body h4 {
  color: #1d2f50;
  margin: 24px 0 12px;
  font-weight: bold;
}
.page-content-body p {
  margin-bottom: 14px;
}
.page-content-body ul,
.page-content-body ol {
  margin: 14px 0;
  padding-left: 22px;
}
.page-content-body ul {
  list-style: disc;
}
.page-content-body ol {
  list-style: decimal;
}
.page-content-body li {
  margin-bottom: 8px;
}
.page-content-body a {
  color: #0d7df5;
}
.page-content-body table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
}
.page-content-body table th,
.page-content-body table td {
  border: 1px solid #e6ecf5;
  padding: 12px 14px;
}
.page-content-body blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  background: #f6f9ff;
  border-left: 4px solid #0d7df5;
  color: #607089;
}
/* 响应式小屏适配 */
@media screen and (max-width: 1250px) {
  body,
  .banner-section,
  .page-banner,
  .detail-banner,
  .page-header,
  .footer,
  .main-section {
    min-width: 1200px;
  }
}
