@charset "utf-8";
@import url(schoolMap@reset.css);
[v-cloak] {
  display: none !important;
}
.winRightNab{
  display: none !important;
}
body,html{height: 1080px;}
/*弹框提示*/
/*.amap-info-content{width: 1200px; height: 685px; overflow: hidden;background: none;padding: 0;}*/
.cxfw{width: 100%; height: 1080px; overflow: hidden; position: relative;}
#app {
  height: 1080px;
}
.header {
  height: 94px;
  background: #2262c3;
  background: -moz-linear-gradient(right, #2262c3 0%, #27a7cd 100%);
  background: -webkit-linear-gradient(right, #2262c3 0%, #27a7cd 100%);
  background: -o-linear-gradient(right, #2262c3 0%, #27a7cd 100%);
  background: -ms-linear-gradient(right, #2262c3 0%, #27a7cd 100%);
  background: linear-gradient(to right, #2262c3 0%, #27a7cd 100%);
  line-height: 94px;
}
.logo {
  display: inline-block;
  margin-left: 50px;
}
.search-bar {
  display: inline-block;
  vertical-align: middle;
  width: 645px;
  height: 50px;
  background: rgba(255, 255, 255, 1);
  margin-left: 110px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  line-height: 50px;
  overflow: hidden;
}
.search-bar input {
  width: 590px;
  height: 35px;
  padding: 0 0 0 35px;
  outline: none;
  vertical-align: middle;
  border: none;
  box-sizing: border-box;
  float: left;
  margin-top: 8px;
}
.search-bar button {
  float: right;
  width: 50px;
  margin-top: 8px;
  outline: none;
  border: none;
  height: 35px;
  cursor: pointer;
  background: url(school-map-search-icon.png) no-repeat center;
}
.container {
  height: calc(100% - 94px);
  height: 100%;
  position: relative;
}
.container .menu {
  width: 270px;
  height: calc(100% - 20px);
  max-height: calc(100% - 20px);
  overflow: hidden;
  background: #fff;
  box-shadow: 8px 10px 20px #ddd;
  background: url(../images/2023_bmfwpt_img06.png) repeat;
  left: 70px;
  position: absolute;
  z-index: 9;
  top: 10px;
}
.container #map {
  width: calc(100% - 470px);
  height: 100%;
}
#panel {
  position: fixed;
  background-color: white;
  max-height: calc(100% - 160px);
  overflow-y: auto;
  top: 120px;
  right: 30px;
  width: 280px;
  z-index: 999;
}
#panel .amap-call {
  background-color: #009cf9;
  border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   display: none;
}
#panel .amap-lib-transfer {
border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
  overflow: hidden;
}
.menu .tab-nav {
  height: 112px;
  box-shadow: 0px 10px 20px #ddd;
  position: relative;
}
.menu .tab-nav .tabs_item {
  text-align: center;
  height: 112px;
  width: 50%;
  float: left;
  cursor: pointer;
  width: 100%;
}
.tab-nav .ac_bar {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #2266c3;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
  width: 100%;
}
.tab-nav .ac_bar.pri {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.tab-nav .ac_bar.high {
  transform: translateX(235px);
  -webkit-transform: translateX(235px);
  -moz-transform: translateX(235px);
  -ms-transform: translateX(235px);
  -o-transform: translateX(235px);
}
.tab-nav .tabs_item i {
  display: inline-block;
  margin-top: 20px;
  width: 92px;
  height: 50px;
}
.tab-nav .tabs_item p {
  font-size: 18px;
  color: #ffffff;
}
.pri_school i {
  background: url(pri-school-icon.png) no-repeat center;
}
.high_school i {
  background: url(high-school-icon.png) no-repeat center;
}
.tab-main {
  height: calc(100% - 112px);
}
.tab-pane {
  box-sizing: border-box;
  padding: 20px 10px 20px 30px;
  height: 100%;
  overflow: auto;
}
.tab-pane>p{
  text-align: center;
  font-weight: bold;
}
.tab-pane ul {
}
.tab-pane li {
  min-height: 45px;
}
.tab-pane li .panel-title {
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  background: url(school-map-list-icon.png) no-repeat left center;
  color: #ffffff;
}
.tab-pane li .panel-title.drop {
  background: none;
  padding: 0px;
  font-weight: bold;
  color: #2266c3;
}
.tab-pane li .collapse {
  display: none;
  border-bottom: 1px solid #ddd;
}
.tab-pane li .collapse p {
  margin: 0 !important;
  height: 35px;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 25px;
}
.tab-pane li .collapse .btns {
  padding: 10px 0;
  min-height: 50px;
}
.tab-pane li .collapse .btns > a {
  display: inline-block;
  padding: 5px 15px;
  background: #cbcbcb;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.tab-pane li .collapse .btns > div.cur {
  background: #2266c3 !important;
  color: #fff;
}
.tab-pane li .collapse .btns > div.route {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  background: #cbcbcb;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.plan-route {
  position: absolute;
  width: 325px;
  height: 31px;
  top: 40px;
  background: #fafafa;
  border: 1px solid #ced0d2;
  padding: 3px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.plan-route input {
  outline: none;
  border: 1px solid #f2c88c;
  width: 200px;
}
.bus .plan-route {
  left: -207px;
}
.bus .plan-route::before {
  position: absolute;
  right: 82px;
  top: -9px;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ced0d2;
}
.car .plan-route {
  left: -269px;
}
.car .plan-route::before {
  position: absolute;
  right: 20px;
  top: -9px;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ced0d2;
}
.tab-pane li .collapse p.address {
  background: url(school-map-address-icon.png) no-repeat left center;
}
.tab-pane li .collapse p.call {
  background: url(school-map-phone-icon.png) no-repeat left center;
}
.tab-pane li .collapse p em {
  font-weight: bold;
  font-size: 16px;
}
.chanage-box {
  float: left;
}
.chanage-box input {
  padding: 0 3px;
  color: #000;
  float: left;
}
.chanage-box span {
  color: #000;
  float: left;
  cursor: default;
}
.chanage-box .arrow {
  display: inline-block;
  float: left;
  height: 23px;
  width: 35px;
  background: url(school-map-crow-icon.png) no-repeat center;
}
.rever > * {
  float: right !important;
}
.plan-route button {
  float: right;
  width: 25px;
  height: 25px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  margin-top: -2px;
  background: url(school-map-btn.png) no-repeat center;
}
.plan-route {display: none;}

.cxfw #map{width:100%;height: 1080px;position: absolute;left: 0;top: 0;z-index: 2;}
.cxfwbox{width: 1200px; height: auto; overflow: hidden; margin: 60px auto 0;}
.cxfwbox .ztitle{width: 244px; height: auto; position: relative; position: relative; z-index: 2;}
.cxfwlist{width: 1200px;height: auto;margin: 80px auto 0;position: relative;z-index: 10;}
.cxfwlist .guanbi{width: 70px;height: 70px;cursor: pointer;position: absolute;right: -35px;top: -35px;z-index: 13;background: url(../images/2023_bmfwpt_img04.png) center bottom no-repeat;}
.cxfwlist .guanbi:hover{background-position: center top;}
.cxfwlist .bd{width: 100%;height: 520px;position: relative;z-index: 10;}
.cxfwlist .cxfwcon{width: 1200px !important;height: 520px;border-radius: 10px;background: url(../images/2023_bmfwpt_img07.png) repeat;box-shadow: 0px 0px 14px 0px #d3d3d3;z-index: 10;opacity: 1 !important;}
.cxfwlist .cxfwcon .title{width: 100%; line-height: 40px;margin-top: 21px; color: #005fd6; font-size: 24px; font-weight: bold; text-align: center;}
.cxfwlist .cxfwcon .cxfwnr{ padding: 0px 30px; height: 420px; overflow: hidden; overflow-y: auto; font-size: 18px; line-height: 30px; margin-top: 10px;}
.cxfwlist .hd{width: 100%;height: 120px;border-radius: 60px;margin-top: 45px;background: url(../images/2023_bmfwpt_img06.png) repeat;text-align: center;}
.cxfwlist .hd ul{/* width: 100%; */height: auto;overflow: hidden;display: inline-block;text-align: center;}
.cxfwlist .hd ul li{height: 120px; line-height: 120px; float: left; padding: 0px 80px; position: relative;}
.cxfwlist .hd ul li:after{content: ''; width: 2px; height: 20px; position: absolute; top: 50px; right: 0px; background: #ffffff;}
.cxfwlist .hd ul li.last:after{display: none;}
.cxfwlist .hd ul li a{width: 100%; height: 100%; display: block; color: #ffffff; font-size: 24px; font-weight: bold;}
.cxfwlist .hd ul li.on:before{content: ''; width: 100%; height: 15px; position: absolute; top: 20px; left: 0px; background: url(../images/2023_bmfwpt_img05.png) center center no-repeat;}
.cxfwlist .hd ul li.on a{color: #ffae00;}

