@charset "UTF-8";
/*---------------------
  地图list
-----------------------*/
/*!
  公共需要引入的
 */
[v-cloak] {
  display: none;
}

.mobileTop {
  display: none;
}

.mapBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #ffffff;
  /*地图 公寓图标*/
  /*hover*/
  /*已访问*/
  /*当前*/
}

.mapBox .mapSearch {
  padding: 10px 5px;
  background-color: #FFF;
  z-index: 100000;
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.mapBox .poiBar {
  width: 40px;
  position: absolute;
  right: 30px;
  top: 150px;
  background: #fff;
  z-index: 1000;
}

.mapBox .poiBar ul {
  margin: 0;
  padding: 0;
}

.mapBox .poiBar ul li {
  list-style: none;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
}

.mapBox .poiBar ul li svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #9e9e9e;
  top: 10px;
  left: 10px;
  display: block;
}

.mapBox .poiBar ul li .tooltip__contanier {
  position: absolute;
  left: 50%;
  padding: 0.75rem 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0.125rem;
  background-color: #4c4c4c;
  color: #fff;
  /* visibility: hidden; */
  z-index: 50;
  width: auto;
  white-space: nowrap;
}

.mapBox .poiBar ul li .tooltip__contanier::after {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  content: "";
}

.mapBox .poiBar ul li .tooltip__position-left {
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: left 0.5s, opacity 0.5s;
  transition: left 0.5s, opacity 0.5s;
  opacity: 0;
  display: none;
}

.mapBox .poiBar ul li .tooltip__position-left::after {
  top: 50%;
  left: calc(100% - 1px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 0.5rem solid transparent;
  border-right: 0;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid #4c4c4c;
}

.mapBox .poiBar ul li:hover .tooltip__position-left {
  opacity: 0.8;
  display: block;
}

.mapBox .poiBar ul li.on svg {
  fill: #ec4141;
}

.mapBox .collegeBox {
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(76, 76, 76, 0.4);
          box-shadow: 0 2px 8px 0 rgba(76, 76, 76, 0.4);
  position: absolute;
  left: 60px;
  top: 10px;
  z-index: 1000;
  background: #fff;
}

.mapBox .collegeBox p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #888;
}

.mapBox .collegeBox .selectPart {
  position: relative;
}

.mapBox .collegeBox .selectPart select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-color: #eee;
  height: 36px;
  font-size: 16px;
  background-color: #f8f8f6;
  display: block;
  padding-left: 35px;
}

.mapBox .collegeBox .selectPart .icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  fill: currentColor;
  color: #d95449;
  overflow: hidden;
  position: absolute;
  left: 5px;
  top: 2px;
}

.mapBox .collegeBox .mapNav {
  overflow: hidden;
  padding-top: 10px;
}

.mapBox .collegeBox .mapNav li {
  list-style: none;
  float: left;
  width: 33.3%;
  overflow: hidden;
  font-size: 14px;
}

.mapBox .collegeBox .mapNav li .walking {
  color: #2b948a;
}

.mapBox .collegeBox .mapNav li .transit {
  color: #8ba1e3;
}

.mapBox .collegeBox .mapNav li .driving {
  color: #fd8649;
}

.mapBox .collegeBox .mapNav li .icon {
  width: 1em;
  height: 1em;
  vertical-align: top;
  fill: currentColor;
  overflow: hidden;
  margin-right: 5px;
}

.mapBox .sideBar {
  width: 365px;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 92px;
}

.mapBox .sideBar .gyCard {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  position: relative;
}

.mapBox .sideBar .gyCard.on {
  background: #e2f4f2;
}

.mapBox .sideBar .gyCard.on .selected {
  display: block;
}

.mapBox .sideBar .gyCard:hover {
  background: #e2f4f2;
}

.mapBox .sideBar .gyCard .imgBox {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.mapBox .sideBar .gyCard .imgBox img {
  height: 100%;
}

.mapBox .sideBar .gyCard .apartmentInfo {
  width: 210px;
  float: right;
  overflow: hidden;
  position: relative;
  font-size: 10px;
}

.mapBox .sideBar .gyCard .apartmentInfo .name {
  max-width: calc(100% - 4rem);
  color: #4c4c4c;
  font-size: .75rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mapBox .sideBar .gyCard .apartmentInfo .rating {
  color: #4c4c4c;
  font-size: .65rem;
  line-height: 1.25rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 0;
}

.mapBox .sideBar .gyCard .apartmentInfo .rating svg {
  width: .65rem;
  height: .65rem;
  margin-right: .25rem;
  fill: #fcce01;
  position: relative;
  top: 0.05rem;
}

.mapBox .sideBar .gyCard .apartmentInfo .price .money {
  color: #f25202;
  font-size: .85rem;
  line-height: 1.3rem;
  font-weight: bold;
}

.mapBox .sideBar .gyCard .apartmentInfo .price .label,
.mapBox .sideBar .gyCard .apartmentInfo .price .cycle {
  color: #4c4c4c;
  font-size: 0.4rem;
  line-height: 1.3rem;
}

.mapBox .sideBar .gyCard .apartmentInfo .labels {
  margin-bottom: 0.2rem;
}

.mapBox .sideBar .gyCard .apartmentInfo .labels .tags {
  display: inline-block;
  margin-top: .1rem;
  margin-right: .25rem;
  padding: .1875rem .25rem;
  border-radius: .125rem;
  font-size: 0.5rem;
}

.mapBox .sideBar .gyCard .apartmentInfo .labels .tags.high {
  border: 1px solid #fbb491;
  background-color: #ffede4;
  color: #f25202;
}

.mapBox .sideBar .gyCard .apartmentInfo .labels .tags.middle {
  border: 1px solid #98a7d3;
  background-color: #eaecf4;
  color: #445a98;
}

.mapBox .sideBar .gyCard .apartmentInfo .labels .tags.low {
  border: 1px solid #c8c9cb;
  background-color: #f8f8f6;
  color: #63656a;
}

.mapBox .sideBar .gyCard .apartmentInfo .unis {
  padding: 0;
  margin: 0;
}

.mapBox .sideBar .gyCard .apartmentInfo .unis li {
  list-style: none;
  line-height: 1.5rem;
}

.mapBox .sideBar .gyCard .apartmentInfo .unis li svg {
  width: .75rem;
  height: .75rem;
  position: relative;
  top: 0.15rem;
  right: 0rem;
  margin-right: 0.2rem;
  fill: #63656a;
}

.mapBox .sideBar .gyCard .selected {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1.5rem solid #38b2a6;
  border-left: 1.5rem solid transparent;
  display: none;
}

.mapBox .sideBar .gyCard .selected svg {
  position: absolute;
  right: .25rem;
  bottom: -1.25rem;
  width: .5rem;
  height: .375rem;
  fill: #fff;
}

.mapBox #map {
  width: calc(100vw - 380px);
  height: calc(100vh);
  position: absolute;
  background-color: #e2f4f2;
  right: 0;
  bottom: 0;
  top: 92px;
}

.mapBox .mapIcon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #e64242;
  border-radius: 1rem;
  background-color: #ff4949;
}

.mapBox .mapIcon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0.875rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
}

.mapBox .leaflet-left {
  left: auto;
  right: 30px !important;
}

.mapBox .leaflet-top {
  top: 30px;
}

.mapBox .leaflet-touch .leaflet-bar a {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.mapBox .custom-color-icon1 {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.mapBox .map-property-icon {
  display: inline-block;
  position: relative;
  top: -.625rem;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  outline: none;
}

.mapBox .map-property-icon__container {
  display: inline-block;
  position: relative;
  padding: 3px .5rem 2px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

.mapBox .map-property-icon__container::after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: .625rem;
  height: .625rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border: inherit;
  border-top-width: inherit;
  border-right-width: inherit;
  border-bottom-width: inherit;
  border-left-width: inherit;
  border-width: 0 1px 1px 0;
  background: inherit;
  content: "";
  z-index: 1;
}

.mapBox .map-property-icon__normal {
  border-color: #f25202;
  /*background-color: #ffede4;*/
  background-color: #fff;
}

.mapBox .map-property-icon__normal:hover {
  background: #f25202;
}

.mapBox .map-property-icon__normal:hover .map-property-icon__price {
  color: #FFf;
}

.mapBox .visited {
  background: #ffede4;
}

.mapBox .hoverBg {
  background: #f25202;
}

.mapBox .map-property-icon__price {
  color: #f25202;
  font-size: .875rem;
  line-height: 1rem;
  font-weight: 500;
}

.mapBox .hoverBg .map-property-icon__price {
  color: #FFf;
}

.mapBox .cur {
  background: #ffccb3;
}

.mapBox .cur .map-property-icon__price {
  color: #FFf;
}

@media (max-width: 767.98px) {
  .mobileTop {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 10000000;
    background-color: #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .serarhBtn {
    position: fixed;
    height: 40px;
    z-index: 1000000;
    width: 20%;
    top: 5px;
    right: 0;
    background-color: #eee;
  }
  .main .mapBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #ffffff;
  }
  .main .mapBox .mapSearch {
    height: 60px;
  }
  .main .mapBox .sideBar {
    width: 98%;
    height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 10px;
    left: 1%;
    position: fixed;
    top: auto;
    bottom: 5px;
    z-index: 99999;
    background-color: #ffffff;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
  }
  .main .mapBox .sideBar .gyCard {
    padding: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
  }
  .main .mapBox .sideBar .gyCard.on {
    background: #e2f4f2;
  }
  .main .mapBox .sideBar .gyCard.on .selected {
    display: block;
  }
  .main .mapBox .sideBar .gyCard:hover {
    background: #e2f4f2;
  }
  .main .mapBox .sideBar .gyCard .imgBox {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
  }
  .main .mapBox .sideBar .gyCard .imgBox img {
    height: 100%;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo {
    width: calc(100% - 100px);
    float: right;
    overflow: hidden;
    position: relative;
    font-size: 10px;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .name {
    max-width: calc(100% - 4rem);
    color: #4c4c4c;
    font-size: .75rem;
    line-height: 1.25rem;
    display: block;
    width: 100%;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .rating {
    color: #4c4c4c;
    font-size: .65rem;
    line-height: 1.25rem;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .rating svg {
    width: .65rem;
    height: .65rem;
    margin-right: .25rem;
    fill: #fcce01;
    position: relative;
    top: 0.05rem;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .price .money {
    color: #f25202;
    font-size: .85rem;
    line-height: 1.3rem;
    font-weight: bold;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .price .label,
  .main .mapBox .sideBar .gyCard .apartmentInfo .price .cycle {
    color: #4c4c4c;
    font-size: 0.4rem;
    line-height: 1.3rem;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .labels {
    margin-bottom: 0.2rem;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .labels .tags {
    display: inline-block;
    margin-top: .1rem;
    margin-right: .25rem;
    padding: .1875rem .25rem;
    border-radius: .125rem;
    font-size: 0.5rem;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .labels .tags.high {
    border: 1px solid #fbb491;
    background-color: #ffede4;
    color: #f25202;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .labels .tags.middle {
    border: 1px solid #98a7d3;
    background-color: #eaecf4;
    color: #445a98;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .labels .tags.low {
    border: 1px solid #c8c9cb;
    background-color: #f8f8f6;
    color: #63656a;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .unis {
    padding: 0;
    margin: 0;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .unis li {
    list-style: none;
    line-height: 1.5rem;
    margin: 0;
  }
  .main .mapBox .sideBar .gyCard .apartmentInfo .unis li svg {
    width: .75rem;
    height: .75rem;
    position: relative;
    top: 0;
    right: 0rem;
    margin-right: 0.2rem;
    fill: #63656a;
  }
  .main .mapBox .sideBar .gyCard .selected {
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1.5rem solid #38b2a6;
    border-left: 1.5rem solid transparent;
    display: none;
  }
  .main .mapBox .sideBar .gyCard .selected svg {
    position: absolute;
    right: .25rem;
    bottom: -1.25rem;
    width: .5rem;
    height: .375rem;
    fill: #fff;
  }
  .main .mapBox .collegeBox {
    display: none;
  }
  .main .mapBox #map {
    width: 100%;
    height: calc(100vh);
    position: fixed;
    background-color: #e2f4f2;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 10000;
  }
  .main .mapBox .poiBar {
    width: 40px;
    position: absolute;
    right: 5px;
    top: 80px;
    background: #fff;
    z-index: 1000;
  }
  .main .mapBox .poiBar ul {
    margin: 0;
    padding: 0;
  }
  .main .mapBox .poiBar ul li {
    list-style: none;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .main .mapBox .poiBar ul li svg {
    position: relative;
    width: 20px;
    height: 20px;
    fill: #9e9e9e;
    top: 10px;
    left: 10px;
    display: block;
  }
  .main .mapBox .poiBar ul li .tooltip__contanier {
    position: absolute;
    left: 50%;
    padding: 0.75rem 1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0.125rem;
    background-color: #4c4c4c;
    color: #fff;
    /* visibility: hidden; */
    z-index: 50;
    width: auto;
    white-space: nowrap;
  }
  .main .mapBox .poiBar ul li .tooltip__contanier::after {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    content: "";
  }
  .main .mapBox .poiBar ul li .tooltip__position-left {
    top: 50%;
    left: -0.5rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-transition: left 0.5s, opacity 0.5s;
    transition: left 0.5s, opacity 0.5s;
    opacity: 0;
    display: none;
  }
  .main .mapBox .poiBar ul li .tooltip__position-left::after {
    top: 50%;
    left: calc(100% - 1px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 0.5rem solid transparent;
    border-right: 0;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #4c4c4c;
  }
  .main .mapBox .poiBar ul li:hover .tooltip__position-left {
    opacity: 0.8;
    display: block;
  }
  .main .mapBox .poiBar ul li.on svg {
    fill: #ec4141;
  }
  .main .mapBox .mapIcon {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e64242;
    border-radius: 1rem;
    background-color: #ff4949;
  }
  .main .mapBox .mapIcon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.875rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
  }
  .main .mapBox .leaflet-left {
    left: auto;
    right: 30px !important;
  }
  .main .mapBox .leaflet-top {
    top: 30px;
  }
  .main .mapBox .leaflet-touch .leaflet-bar a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: none;
  }
}
/*# sourceMappingURL=mapList.css.map */