@charset "utf-8";
*{ 
  margin:0; 
  padding:0;
  box-sizing: border-box;
}
html{
  font-size:10px;
}
body{
	margin:0px;
	padding:0px;
	font-size:1.4rem;
	}
a{
  text-decoration:none;
}
a:hover{
  color:#F00;
}
.top{
  position:fixed;
  top:0;
  width:100%;
  background:#206798;
  height:6rem;
  z-index:99;
}
.top .logo{
  margin-left:5%;
  float:left;
  background:#FFF url(/images/logo.png) no-repeat;
  background-size:contain;
  height:6rem;
  width:18rem;
  border-radius:1rem;
}
.top .logo a{
  display:block;
  width:100%;
  height:100%;
}
.top .tar{
  margin-left:1%;
  text-align:center;
  float:left;
  height:5rem;
  margin-top:.5rem;
  width:42%;
}
.top .tar span{
  font-size:1.8rem;
  color:#FFF;
  height:5rem;
  line-height:5rem;
}
.top .menu{
  float:right;
  margin-right:5%;
}
.top .menu a{  
  width:10rem;
  height:6rem;
  display:block;
}
.top img{
  width:4rem;
  height:4rem;
  margin:1rem 1rem 1rem 5rem;
}

/* ===== 顶部常驻会员中心入口 ===== */
.top .top-user{
  float:right;
  margin-right:1rem;
  height:6rem;
  display:flex;
  align-items:center;
}
.top .btn-member{
  color:#FFF;
  border:1px solid rgba(255,255,255,.65);
  border-radius:4px;
  font-size:1.4rem;
  padding:.55rem 1.2rem;
  text-decoration:none;
  white-space:nowrap;
}
.top .btn-member:hover{
  background:rgba(255,255,255,.15);
  color:#FFF;
}

/* ===== 下拉菜单面板（2026-08-12 重排：分组标题 + 链接胶囊，内容完整展示） ===== */
.top .nav{
  display:none;
  position:fixed;
  right:5%;
  top:6.6rem;
  width:32rem;
  max-width:92vw;
  background:#FFF;
  border:1px solid #e5e9ef;
  border-radius:10px;
  box-shadow:0 10px 34px rgba(0,0,0,.16);
  z-index:99;
  padding:1.6rem 1.8rem 1.4rem;
  max-height:calc(100vh - 8rem);
  overflow-y:auto;
}
.top .nav-grp{
  margin-bottom:1.3rem;
}
.top .nav-grp:last-of-type{
  margin-bottom:0;
}
.top .nav-grp h4{
  font-size:1.4rem;
  color:#206798;
  margin:0 0 .7rem;
  padding-left:.8rem;
  border-left:4px solid #86c5e3;
  line-height:1.7rem;
}
.top .nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
}
.top .nav-links a{
  color:#333;
  font-size:1.4rem;
  background:#f4f8fb;
  border:1px solid #e5e9ef;
  border-radius:6px;
  padding:.5rem 1.1rem;
  text-decoration:none;
  white-space:nowrap;
}
.top .nav-links a:hover{
  background:#206798;
  color:#FFF;
  border-color:#206798;
}
.top .nav-foot{
  display:flex;
  gap:1rem;
  margin-top:1.4rem;
  padding-top:1.2rem;
  border-top:1px solid #eee;
}
.top .btns{
  flex:1;
  border:1px solid #b9c9d6;
  background:#eef4f8;
  color:#333;
  font-size:1.4rem;
  height:4rem;
  line-height:4rem;
  text-align:center;
  text-decoration:none;
  border-radius:6px;
}
.top .btns.primary{
  background:#206798;
  border-color:#206798;
  color:#FFF;
}
.top .btns:hover{
  opacity:.9;
  color:#333;
}
.top .btns.primary:hover{
  color:#FFF;
}

td{
  line-height:2rem;
  padding:1rem 0;
}
table{
  margin:2rem auto 2rem auto;
  width:1200px;
  max-width:96%;
  font-size:1.6rem;
	color:#333;
	border-collapse:collapse;
	border-top:0px solid black;
	}
table.result{
  margin-bottom:15rem;
}
.distance{
  width:100%;
  height:6rem;
  margin-bottom:2rem;
}


.bottom{
  position:fixed;
  bottom:0;
  width:100%;
  background:#E7E7E7;
  line-height:1.5rem;
  padding-bottom:1.5rem;
  z-index:2;
}
.bottom h1{
  width:100%;
  line-height:3rem;
  background:#206798;
}
.bottom h1 a{
  color:#FFF;
  display:block;
  margin-left:5%;
  font-weight:normal;
  font-size:1.4rem;
}
.bottom h1 i{
  color:#FFF;
  display:block;
  width:20%;
  margin-left:5%;
  font-weight:normal;
  font-size:1.4rem;
}
.bottom h1 a:hover{
  color:#F00;
}
.bottom div{
  width:90%;
  margin:1rem 5% 0;
  list-style:none;
}
.forBottom{
  width:100%;
  height:15rem;

}
.forBottom span{
  display:block;
  text-align:center;
  height:2.8rem;
  line-height:2.8rem;
  width:100%;
  border-top:2px solid #206798;
  font-size:1.4rem;
  margin-top:1px;

}
.bottom div.info{
  background:url(../images/info.png) no-repeat;
  height:825px;
  position:fixed;
  bottom:12rem;
  left:0;
  z-index:98;
  display:none;
}

table tr.headTr{
    position: sticky;
    top: 6rem;
    z-index: 1;
    min-height: 4rem;
    line-height: 4rem;
}


/* ===== 移动端优化 (max-width:640px)：保持 PC 字号，只做布局调整 ===== */
@media only screen and ( max-width: 640px ) {
  body{
    font-size:1.4rem;  /* 与 PC 一致，不再缩小 */
  }
  table{
    font-size:1.6rem;  /* 与 PC 一致，不再缩小 */
    max-width:94%;
    table-layout:fixed;
    word-break:break-all;
  }
  table tr.headTr{
    top:5rem;
  }
  .top{
    height:5rem;
  }
  .top .logo{
    height:5rem;
    width:14rem;
    margin-left:3%;
    background-size:contain;
  }
  .top .tar{
    display:none;
  }
  .top .menu a{
    height:5rem;
  }
  .top img{
    width:3rem;
    height:3rem;
    margin-left:7rem;
  }
  /* 顶部会员中心入口（移动端） */
  .top .top-user{
    height:5rem;
    margin-right:.4rem;
  }
  .top .btn-member{
    font-size:1.25rem;
    padding:.4rem .9rem;
  }
  /* 下拉面板：近全宽，内容完整展示，超高可滚动 */
  .top .nav{
    top:5.4rem;
    right:3%;
    width:94%;
    max-width:none;
    max-height:calc(100vh - 6.5rem);
    padding:1.3rem 1.3rem 1.1rem;
  }
  .distance{
    height:5rem;
    margin-bottom:1rem;
  }
  /* 底部说明区 */
  .bottom{
    font-size:1rem;
  }
  .bottom h1{
    line-height:2.5rem;
  }
  .bottom h1 a{
    font-size:1.4rem;
  }
  .bottom div{
    margin:0.5rem 5% 0;
    width:90%;
  }
  /* 占位高度需大于固定底部栏(bottom 238px≈17rem)，避免内容被遮挡 */
  .forBottom{
    height:20rem;
    margin-top:1rem;
  }
  /* 表格横向滚动容器（2026-08-03）：列完整显示，左右滑动查看 */
  .table-scroll{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    max-width:100%;
    margin:0 auto;
  }
  .table-scroll table{
    max-width:none;
    width:max-content;
    min-width:100%;
    table-layout:auto;
    word-break:normal;
    white-space:nowrap;
  }
  .table-scroll table.result{
    margin-bottom:0;
  }
  /* 好价格等页面的结果表格：加大底部留白，防 fixed bottom 遮挡 */
  table.result{
    margin-bottom:20rem;
  }
}
