@charset "utf-8";
/* .server_map .infoBox {z-index: 2;} */
/* .tdt-infowindow-content {margin: 0;} */
.tdt-pane,
.tdt-bottom, .tdt-top {z-index: 1;}
.info_txt { width: 280px; margin: 0 -15px; padding: 0 15px; line-height: 18px;}
.info_txt span { padding-bottom: 5px;}
.info_nav_tab { padding: 10px 0; margin: 0 -20px;display: block;}
.info_nav_tab h2 { margin-bottom: 10px; border: 1px solid #ddd; box-sizing: border-box;}
.info_nav_tab h2 a { float: left; display: inline-block;box-sizing: border-box; width: 50%; padding: 5px 0; color: #444; text-align: center; font-size: 12px; border-left: 1px solid #ddd;background-image: linear-gradient(to bottom, #FBFBFB, #F6F6F6);}
.info_nav_tab h2 a img { transform: translateY(3px); margin-right: 5px;}
.info_nav_tab h2 a.active { font-weight: 500; background-image: linear-gradient(to bottom, #e6e6e6, transparent); position: relative;}
.info_nav_tab h2 a.active::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #fff;}
.info_nav_tab h2 a:first-child { border: none;}
.info_nav_tab .switchBox { padding: 5px 15px 0;}
.info_nav_tab .bus_self { display: flex; align-items: center;}
.info_nav_tab .bus_self .inputRes { flex: 1;position: relative;}
.info_nav_tab .bus_self .inputRes .input__inner { width: 98%;}
.info_nav_tab .bus_self .inputRes .pop_per { display: none; max-height: 200px; overflow-y: auto; position: absolute; left: 0; right: 0; top: 22px; background: #fff; border: 1px solid #ddd; z-index: 9;}
.info_nav_tab .bus_self .inputRes .pop_per::-webkit-scrollbar { width:6px;}
.info_nav_tab .bus_self .inputRes .pop_per::-webkit-scrollbar-track {border-radius:10px;background:rgba(0,0,0,0.01); }
.info_nav_tab .bus_self .inputRes .pop_per::-webkit-scrollbar-thumb {border-radius:10px; background:rgba(0,0,0,0.1); }
.info_nav_tab .bus_self button { margin-left: 5px; padding: 0 10px;}
.info_nav_tab .bus_self .pop_per {padding: 6px;text-align: left;height: auto;font-size: 12px;line-height: 18px; cursor: pointer;}
.info_nav_tab .bus_self .pop_per li { padding: 4px 0;}
.info_nav_tab .bus_self .pop_per li strong { color: #333; font-weight: 400;}
.info_nav_tab .bus_self .pop_per li em { display: none;}
.info_nav_tab .bus_self .pop_per li:hover {background: #f9f9f9; color: #038bff;}
.info_nav_tab .bus_self .not { display: none; position: absolute; left: 0; right: 0; top: 22px; background: #fff; border: 1px solid #ddd; z-index: 9; font-size: 12px; text-align: center; padding: 15px 0; color: #999;}
/* 更多公交路线 */
.server_map .moreTransitBox{display: none;width: 200px;position: absolute;top: 20px;right: 20px;background-color: #fff;z-index: 999;box-shadow: 0 3px 14px rgba(0, 0, 0, .4);padding: 15px;}
.moreTransitBox .moreTransit{display: block;width: 100%;height: 30px;line-height: 30px;color: #333;font-size: 18px;position: relative;box-sizing: border-box;}
.moreTransitBox .moreTransit::after{position: absolute;content: '';width: 12px;height: 24px;top: 4px;background: url(http://127.0.0.1:5500/img/index/index_theme3_right.png);background-repeat: no-repeat;transform: rotateZ(90deg);right:15px;transition: all .3s;}
.moreTransitBox.on .moreTransit::after{transform: rotateZ(270deg);}

.moreTransitBox .moreTransitList{box-sizing: border-box;width: 100%;max-height: 300px;overflow-y: auto;padding: 10px;margin-top: 20px;display: none;}
.moreTransitBox .moreTransitList::-webkit-scrollbar {width: 6px;height: 6px;background: #f5f5f5;border-radius: 3px;}
.moreTransitBox .moreTransitList::-webkit-scrollbar-track {border-radius: 3px;background-color: #f5f5f5;}
.moreTransitBox .moreTransitList::-webkit-scrollbar-thumb {border-radius: 3px;background-color: #ccc;}
.moreTransitBox .moreTransitList li{margin-bottom: 15px;cursor: pointer;}
.moreTransitBox .moreTransitList li em{color: #2a81cb;font-weight: bolder;}

/* 一键导航相关样式 */
.openMapListBg {
    display:none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: .3s;
    z-index: 3;
}
.openMapListBg.on {
    opacity: 1;
}
.openMapList {
    display:none;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 0 15px;
    transition: .3s;
    z-index: 4;
}
.openMapList.on {
    bottom: 0;
}
.openMapList a {
    display:block;
    padding: 10px 0;
    font-size: 18px;
    border-bottom: 1px solid #F5F3F3;
}
.openMapList a:active {
    background: rgba(0,0,0,.04);
}
.openMapList li img {
    margin-right: 10px;
    height: 46px
}
.openMapList .closeBtn {
    display: inline-block;
    width: 200px;
    background: #51ACFF;
    color: #fff;
    border-radius: 10px;
    margin: 15px 0;
}
.openMapList .closeBtn:active {
    background: #2c88dc;
}
.toMapBtn {
  cursor: pointer;
  height: 26px;
  padding: 0 20px;
  background: #51ACFF;
  line-height: 26px;
  color: #fff;
  width: 110px;
  text-align: center;
  border-radius: 5px;
  margin: 10px auto 0;
}