﻿html,
body {
  width: 100%;
  
  margin: 0;
  padding: 0;
}


.map-right {
  position: fixed;
  display: flex;
  width: 250px;
  left: -230px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  z-index: 100;
  top: 60px;
}

.map-right-show {
  left: 0px !important;
}

.info-content {
  padding: 10px 15px;
  width: 245px;
  background-color: rgb(255, 255, 255, 0.88);
  border-radius: 5px;
  
  box-shadow: 0px 0px 5px #e1e4e9;
}

.tuli {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  border-bottom-width: 1px;
  padding: 6px 0px;
}

.tuli_img {
  width: 32px;
  height: 32px;
}

.tuli_text {
  font-size: 16px;
  color: #555555;
  margin-left: 5px;
}



.infoWindows {
  width: 470px;
  padding-bottom: 10px;
}

.infoWindows img {
  width: 140px;
  margin: 10px;
  margin-bottom: 0px;
  object-fit: cover;
  height: 140px;
  margin-left: 12px;
  margin-right: 0px;

}

.imgInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  top: 0;
  left: 0;
  background-color: rgb(46 44 44 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgInfo>img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.name {
  margin-left: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #555555;
}

.list_detail {
  list-style: none;
  
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;

}

.list_detail li {
  vertical-align: middle;
  display: flex;
  font-size: 14px;
  color: #555555;
}

.list_detail li img {
  width: 18px;
  height: 18px;
  margin-top: 9px;
  margin-bottom: 3px;
  padding: 0px;
}

.detail {
  text-decoration: none;
  list-style: none;
}

.text {
  line-height: 35px;
  margin-left: 7px;
  font-size: 18px;
}


#wrap {
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}

#wrap>label {
  display: inline-block;
}

#wrap>label {
  float: left;
  background: #005e99;
  border-radius: 50px;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-family: Courier New;
  font-size: 25px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 -4px;
}

#wrap>label:hover {
  background: #000;
}

.noimg {
  width: 460px;
  height: 285px;
  border-radius: 4px;
  background-color: #eff3fa;
  text-align: center;
  margin-left: 10px;
}

.noimg_img img {
  margin-top: 80px;
  width: 105px;
  height: 74px;
}

.noimg_text {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

.hide {
  display: none;
}

.select {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
  display: flex;
}

.info {
  position: absolute;
  top: 10px;
  left: 700px;
  text-align: center;
  z-index: 20;
}

.text-info {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  background-color: #fcf4e9;
  border: 1px solid #eedbc5;
  font-size: 16px;
  border-radius: 30px;
  padding: 5px 10px 5px 10px;

  color: #fa9b2b;
}

.map_select {
  display: flex;
  width: 290px;
  justify-content: space-between;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #e4e8ed;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  box-shadow: 0px 0px 3px #e1e4e9;
}

.select_item {
  height: 32px;
}

.map_select>.select_item>img {
  transition: all .5s;
}

.map_select>.filter>img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.map_select>.filter>img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.left_serach {
  margin-left: 5px;
  display: flex;
  width: 220px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #e4e8ed;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  box-shadow: 0px 0px 3px #e1e4e9;

}

.left_serach img {
  width: 26px;
  height: 26px;
  margin-top: 2px;
}

.left_serach input {
  border: none;
  width: 180px;
  outline: none;
  font-size: 18px;
  color: #333;
}

.left_serach input::placeholder {
  color: #999;
  font-size: 18px;
}

.style_but {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #0076FE;
  color: #FFFFFF;
  padding: 5px 11px 5px 12px;
  border-radius: 30px;
  z-index: 80;
}

.style_but:hover {
  background-color: #3e93f6;
}

.tip::after {
  content: attr(data-tip);
  
  opacity: 0;
  position: absolute;
  padding: 5px 10px;
  left: 15%;
  bottom: 100%;
  width: 150px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 12px;
  transform: translateX(-50%);
  font-size: 16px;
  background: #000;
  color: #fff;
  cursor: default;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.tip::before {
  content: " ";
  position: absolute;
  
  opacity: 0;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@keyframes show {
  0% {
    opacity: 0;
  }

  66% {
    
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

.tip:hover::after,
.tip:hover::before {
  
  
  animation: show 1s linear;
  -webkit-animation: show 1s linear;
}

.bottom_info {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}

.bottom_info .bi_left {
  font-size: 22px;
  font-weight: bold;
  color: #FF6600;
  margin-left: 10px;
}

.bottom_info .bi_right {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  margin-right: 10px;
}

.bottom_building .bb_left {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: 54px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #3771E8;
  border-radius: 2px;
  display: inline-block;
  margin: 5px 10px 0px 10px;
}

.bottom_building .bb_right {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.bottom_dismantle span {
  margin-top: 5px;
  margin-left: 10px;
  width: 54px;
  height: 26px;
  line-height: 26px;
  background: #FF6600;
  border-radius: 2px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
}

.city_sel {
  background-color: #FFFFFF;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 5px;
}

select {
  
  border: none;
  width: 100px;
  height: 100%;

  
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  
  background: url("../image/arrow-down.png") no-repeat scroll right center;


  
  padding-right: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

select::-ms-expand {
  display: none;
}