#header {
  display: none;
}
.tip {
  position: fixed;
  top: 0;
  background: burlywood;
  width: 100%;
  z-index: 999;
  text-align: center;
  line-height: 2em;
}
.pc-logo {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#header .mobile {
  line-height: 60px;
  color: #2b2727;
  font-size: 20px;
  text-align: center;
}
#header .mobile-logo {
  transform: scale(0.7);
  border-radius: 5px;
  position: fixed;
  bottom: 6px;
  left: -25px;
}
.map_control {
  border: none !important;
  background: none !important;
}
.map_control div {
  font-size: 34px;
  text-align: center;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: gray;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.anchors:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: inset 0 0 15px 2px #00f;
  top: -19px;
  left: -19px;
  z-index: 0;
  opacity: 0;
  animation: halo 2s 0.5s infinite ease-out;
}
@keyframes halo {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
#wrapper .mobile-input {
  display: none;
}
#wrapper .mobile-search-panel {
  position: absolute;
  top: 60px;
  background: #f4f4f4;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-top: 60px;
  z-index: 9999;
}
.mobile-search-panel .mobile-fwq-list,
.mobile-search-list {
  height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 0 15px;
  font-size: 16px;
  line-height: 2em;
}
.mobile-search-panel .mobile-fwq-list p {
  margin: 0;
  padding: 0 20px;
}
.mobile-search-panel .mobile-fwq-list ul,
.mobile-search-list ul {
  background: white;
  list-style: none;
  padding: 0;
  border-radius: 4px;
  margin: 0;
}
.mobile-search-panel .mobile-fwq-list ul li,
.mobile-search-list ul li {
  line-height: 4em;
  text-indent: 1em;
}
.mobile-search-panel .mobile-fwq-list ul li:nth-child(n + 2),
.mobile-search-list ul li:nth-child(n + 2) {
  border-top: 1px solid #eee;
}
.sideBar {
  position: absolute;
  width: 30px;
  right: 15px;
  text-align: center;
  font-size: 13px;
  padding: 0 5px;
  color: grey;
  line-height: 2em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  top: 84px;
}
.sideBar span {
  display: inline-block;
  width: 100%;
  color: gray;
}
.sideBar a:nth-child(n + 2) span {
  border-top: 1px solid #e6e6e6;
}
.searchPanel,
.resultPanel {
  position: absolute;
  /* height: calc(100vh - 130px); */
  top: 10px;
  left: 10px;
  bottom: 22px;
  width: 420px;
  background: white;
  padding-left: 30px;
  padding-top: 30px;
}
.off {
  position: absolute;
  top: 0;
  right: -46px;
  width: 40px;
  height: 40px;
  background-color: white;
  text-align: center;
  color: gray;
  line-height: 40px;
  display: none;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 20%);
  font-size: 28px;
}

.list ul .div {
  font-size: 18px;
  color: black;
  /* text-align: center; */
  text-indent: 2.5em;
  font-weight: 100;
  position: relative;
}
.list ul .div::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  transform: rotate(89deg);
  font-size: 25px;
  color: #666;
  font-weight: 100;
}
.list ul .div.divs::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -2px;
  transform: rotate(-90deg);
  font-size: 25px;
  color: #666;
  font-weight: 100;
}
.list ul .div::after {
  content: "\e9f6";
  position: absolute;
  color: #13227a;
  top: 0px;
  left: -27px;
  width: 20px;
  height: 20px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list ul .div .uls {
  color: #666;
  font-size: 16px;
  text-align: left;
  position: relative;
}

#preloader1 {
  position: absolute;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  background: #fff;
}
#preloader1 span.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

.input {
  position: relative;
  font-size: 16px;
}
.input input {
  width: 86%;
  line-height: 40px;
  height: 44px;
  text-indent: 4em;
  color: #999;
  border: 1px solid #eee !important;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.input:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 6px;
}
.input:before {
  left: 1em;
  background: url(assets/images/map/gsfwq.png);
}
.input span.search {
  position: absolute;
  right: 4em;
  top: 6px;
  width: 32px;
  height: 32px;
  background: url(assets/images/map/search.png);
  cursor: pointer;
}
.searchPanel .list p {
  margin: 15px 30px 0 0;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.list p span {
  display: inline-block;
  margin-right: 11px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.list p span.active {
  background: #364268;
  color: white;
  border-radius: 50%;
}
.list ul {
  list-style: none;
  padding: 0;
  padding-right: 30px;
  line-height: 50px;
  font-size: 16px;
  max-height: 710px;
  overflow-y: auto;
  margin: 0;
}
.list li {
  position: relative;
  border-bottom: 1px solid #eee;
  text-indent: 3em;
  cursor: pointer;
  font-weight: 100;
}
.searchPanel .list li:hover {
  background: #eee;
}
.list li.fwq:before,
.list li.ting:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 39px;
  top: 6px;
  left: 1em;
  background: url(assets/images/map/fwq.png);
  transform: scale(0.7);
}
.list li.ting:before {
  background: url(assets/images/map/ting.png);
}
.resultPanel {
  padding: 0;
  background: transparent;
}
.resultPanel .goback {
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  width: 40px;
  color: gray;
  background: white;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -45px;
}
.resultPanel .detail {
  min-height: 200px;
  background: #fff;
  opacity: 0;
  margin-top: 80px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}
/*å®šä¹‰æ»šåŠ¨æ¡é«˜å®½åŠèƒŒæ™¯ é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
.resultPanel .detail::-webkit-scrollbar,
.list ul::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
.resultPanel .detail::-webkit-scrollbar-track,
.list ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
.resultPanel .detail::-webkit-scrollbar-thumb,
.list ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: gainsboro;
}
.resultPanel .detail .topPic {
  height: 270px;
  position: relative;
  background: url(assets/images/map/default.png) center / cover no-repeat;
}
.resultPanel .detail .topPic .fwqName {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  text-indent: 1em;
}
.resultPanel .detail .baseInfo {
  padding: 0 15px;
  color: #424242;
}
.resultPanel .detail .baseInfo .phone {
  height: 87px;
  background: url(assets/images/map/phone.png) 0 30px no-repeat;
  border-bottom: 1px solid #eee;
}
.resultPanel .detail .baseInfo .phone .fl {
  color: #333;
  font-size: 18px;
  line-height: 87px;
  text-indent: 2em;
  font-weight: bold;
}
.resultPanel .detail .baseInfo .phone .fr {
  width: 130px;
  padding-top: 22.5px;
}
.resultPanel .detail .baseInfo .phone .fr img {
  width: 27px;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
.baseInfo .title {
  font-size: 22px;
  line-height: 62px;
  margin: 0;
}
.baseInfo .introduce {
  margin-bottom: 15px;
}
#swiper .swiper-slide img {
  width: 100%;
  max-height: 180px;
}
.baseInfo .swiper-button-prev,
.baseInfo .swiper-button-next {
  transform: scale(0.7);
}
.detail .baseInfo .facility.flexContent {
  justify-content: normal;
}
.baseInfo .facility {
  display: flex;
  justify-content: space-around;
  /* margin-bottom: 15px; */
  text-align: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.baseInfo .facility div {
  margin: 0 15px 15px;
  cursor: pointer;
  min-width: 64px;
}
.baseInfo .facility span {
  display: inline-block;
  background: #364268;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.baseInfo .special {
  font-size: 16px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #eee;
}
.special .specialName {
  /* text-indent: 2em; */
  line-height: 80px;
}
.special .specialDetail img {
  max-width: 85%;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.mobile-back {
  display: none;
}
#introduceModal .modal-content {
  border-top: #364268 4px solid;
}
#introduceModal .modal-content .modal-body img {
  max-width: 90%;
}
.modal-body * {
  font-family: inherit !important;
  font-size: 16px !important;
}
.modal-body p {
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .mobile-input span.search {
    right: 1em;
  }
  #header {
    display: block;
  }
  .pc-logo {
    display: none;
  }
  .mobile-back {
    display: inline-block;
  }
  #container .anchorBL,
  .searchPanel {
    display: none;
  }
  #container .fwq-info {
    position: absolute;
    width: 160px;
    border-radius: 4px;
    z-index: 9;
    transform: translate(-45.5%, -105%);
  }
  #container .fwq-info p {
    background: white;
    margin: 0;
    line-height: 30px;
    color: #333;
    text-indent: 1em;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
  }
  #container .fwq-info:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 43%;
    border: 10px solid transparent;
    border-top-color: #fff;
  }
  #wrapper .mobile-input {
    display: block;
    position: absolute;
    top: 75px;
    z-index: 999;
    left: 15px;
    right: 15px;
  }
  #wrapper .mobile-input:after {
    right: 1em;
  }
  #wrapper .mobile-input input {
    width: 100%;
  }

  #wrapper .mobile-search-panel .mobile-input {
    top: 15px;
  }
  .resultPanel {
    padding: 0;
    z-index: 1000;
    top: 60px;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
  }
  .resultPanel .detail {
    max-height: calc(100vh - 60px);
  }
  .resultPanel .goback {
    display: none;
  }
  .resultPanel .detail .baseInfo .phone .fr {
    width: 115px;
  }
}
.div {
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* background-color: rgb(78, 78, 80); */
  position: relative;
}
.list ul {
  position: relative;
}
.span {
  position: absolute;
  right: 22px;
  top: 15px;
  width: 20px;
  height: 20px;
  z-index: 999;
  /* background-color: #00f; */
  cursor: pointer;
}
.span::after{
  content: "\e626";
  position: absolute;
  width: 53px;
  height: 28px;
  right: 1px;
  top: -48%;
  /* background-color: #2b2727; */
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spans {
  position: absolute;
  right: 22px;
  top: 15pxpx;
  width: 20px;
  height: 20px;
  z-index: 999;
  /* background-color: rgb(78, 78, 233); */
  cursor: pointer;
 
}
.spans::after{
  content: "\e625";
  position: absolute;
  width: 53px;
  height: 28px;
  right: 1px;
  top: -48%;
  /* background-color: #971d1d; */
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uls {
  display: none;
  transition: all 1s;
}
