/* 全局基础 (手机优先)*/
*{
    margin:0; 
    padding:0;
    box-sizing: border-box;
}
html{
    -webkit-text-size-adjust: 100%;
}
body{
    margin:0; 
    padding:0; 
    background:#E9E9E9;
    font-family: "Microsoft YaHei","Tahoma","Arial","宋体",sans-serif;
    font-size: 14px;
    color: #333;
    min-width: 320px;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
a:link,a:visited{ 
    color:#333; 
    text-decoration:none; 
}
.clear{ 
    clear:both; 
}
.jiange{
    height:6px;
    background:#fff;
}
.jiange1{ 
    height:10px;
    background:#E9E9E9;
}
.jiange2{ 
    height: 58px;
}

/* 顶部 */
#top{
    position:fixed;
    z-index: 1000;
    top:0; 
    left:0; 
    right:0;
    background:#fff; 
    border-bottom: 2px solid #990000; 
    padding: 12px 0;
}
.top{  
    max-width: 1200px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.logo{ 
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 200px;
}
.logo-img{
    width: 38px;
    height: 38px;
    flex-shrink: 0;
}
.logobt{
    flex: 1;
    padding-left: 8px;
    color:#0176a1;
}
.company-name{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 2px;
    white-space: nowrap;
}
.company-sub{
    font-size: 9px;
    color:#027daa;
    margin-top: 2px;
    padding-left: 10px;
    white-space: nowrap;
}
.ljiange1{
    max-width: 1200px;
    margin-top: 72px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color:#cc3300;
    font-weight: bold;
    padding-left: 5px;
}

/* 地图区域 */
.lzj{ 
    max-width: 1200px;
    margin:0 auto;
    padding: 6px;
    background: #fff;
    overflow: hidden;
}
.map-box{
    width: 100%;
    height: calc(100vh - 260px);
    min-height: 280px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    box-sizing: border-box;
    overflow: hidden;
}
.nav-btn{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding:12px 0;
    background:#0066ff;
    color:#fff;
    font-size:16px;
    margin-bottom: 5px;
}

/* ---------- 底部固定区域 ---------- */
.bottom-bar{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

/* ---------- 底部信息 ---------- */
.bottom{ 
    background:#fff; 
    border-top: 1px solid #CCC;
    padding: 10px 0;
}
.dibu{
    max-width: 1200px;
    margin:0 auto;
    padding: 0 12px;
    overflow: hidden;
}
.db1{
    width: 100%;
}
.db12{ 
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.8;
    font-family: "Microsoft YaHei";
    text-align: center;
}
.db12 a{
    display: inline-block;
    margin: 0 3px;
}
.db13{ 
    font-size: 11px; 
    font-family: "Microsoft YaHei";
    line-height: 1.6;
    color: #666;
    text-align: center;
}
.beian-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.db15{ 
    display: flex;
    align-items: center;
    padding-right: 6px;
    flex-shrink: 0;
}
.db15 img{
    height: 17px;
    width: auto;
}
.beian{ 
    font-size: 10px; 
    font-family: "Microsoft YaHei"; 
    line-height: 1.5;
    white-space: nowrap;
}
.beian a{
    font-size: 10px;
}
.db2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 5px;
    margin-top: 8px;
    border-top: 1px solid #eee;
}
.db22{
    text-align: center;
}
.wx-qr{
    width: 55px;
    height: auto;
    display: inline-block;
}
.db23{
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #666;
    padding-top: 4px;
    text-align: center;
}

/* ========== 微信环境引导遮罩 ========== */
.wechat-overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.82);
    z-index:99999;
}
.wechat-overlay.show{
    display:block;
}

/* 箭头容器 - 指向右上角三点 */
.wechat-arrow-wrap{
    position:absolute;
    top:0;
    right:0;
    width:120px;
    height:120px;
    animation:arrowBounce 1.3s ease-in-out infinite;
}
@keyframes arrowBounce{
    0%,100%{ transform:translate(0,0); }
    50%{ transform:translate(-10px,10px); }
}

/* 圆弧引导线 */
.wechat-arc{
    position:absolute;
    top:15px;
    right:20px;
}

@keyframes dotPulse{
    0%,100%{ opacity:0.4; transform:scale(0.8); }
    50%{ opacity:1; transform:scale(1.4); }
}

/* 提示文字区 */
.wechat-hint{
    position:absolute;
    top:30%;
    left:50%;
    transform:translate(-50%,0);
    width:88%;
    max-width:340px;
    text-align:center;
    color:#fff;
    font-family:"Microsoft YaHei";
}
.wechat-hint-title{
    font-size:21px;
    font-weight:bold;
    margin-bottom:32px;
    letter-spacing:1px;
}
.wechat-hint-step{
    font-size:15px;
    line-height:2;
    opacity:0.9;
    margin-bottom:8px;
}
.wechat-hint-btn{
    display:inline-block;
    margin-top:8px;
    padding:6px 18px;
    border:1px solid rgba(255,255,255,0.5);
    border-radius:4px;
    font-size:14px;
    color:#fff;
    opacity:0.8;
}