﻿@charset 'utf-8';

html, body {
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
/* 地区选择框 */
.xyx_areabox {
    position: absolute;
    z-index: 90;
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s;
}
.xyx_areabox li {
  float: left;
  text-align: left;
  cursor: pointer;
  min-width: 75px;
  padding-left: 15px;
}
.xyx_areabox li:first-child {
  font-weight: 700;
}
.xyx_hide {
  display: none;
}

/* 地图弹出层 */
.xyx_mapmask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

#xyx_mapcontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.xyx_closebtn {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url('../../Images/icon/icon_close_gray.png') no-repeat;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.xyx_searchbox {
  position: absolute;
  width: 365px;
  height: 54px;
  top: 30px;
  left: 38px;
  border-radius: 4px;
  padding: 11px 12px 11px 13px;
  box-shadow: 0 3px 2px 2px rgba(0, 0, 0, .8);
  z-index: 130;
}
.xyx_searchbox input {
  border: 1px solid #fff;
  color: #fff;
  padding: 0 40px 0 10px;
  width: 335px;
  height: 100%;
  background: url('../../Images/icon/icon_search.png') no-repeat 300px center transparent;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.xyx_searchlist {
  position: absolute;
  width: 365px;
  top: 84px;
  left: 38px;
  border-radius: 4px;
  z-index: 120;
}
.xyx_searchlist li {
  padding-left: 20px;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xyx_searchlist li div {
  display: inline-block;
}
.xyx_searchlist li span {
  font-size: 12px;
  color: #ccc;
  margin-left: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xyx_searchlist li:hover {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.xyx_searchlist li:hover span {
  color: #999;
}
.xyx_searchlist li strong,
.xyx_searchlist li:hover strong {
  color: #0DA2D3;
}
/* 地图定位图标的样式覆盖 */
.amap-geolocation-con {
  left: 1087px!important;
  bottom: 132px!important;
}
.amap-geo {
  background: url('../../Images/icon/icon_current_position.png') no-repeat center center!important;
  background-size: cover!important;
}
.xyx_searchbutton{
    width:60px;
    height:30px;
    background-color:#03BBD6;
    color:#fff;
    margin-left:6px;
    cursor:pointer;
    border-radius:4px;
    text-align:center;
    line-height:30px;
    float:right;
    font-size:12px;
    /*display:inline;*/
}
.xyx_button {
    width: 88px;
    height: 34px;
    background-color: #03BBD6;
    border-radius: 5px;
    color: #ffffff;
    position: absolute;
    bottom: 34px;
    right: 44px;
    border: none;
    cursor: pointer;
}

.xyx_infobox {
  width: 450px;
  height: 80px;
  background-color: #fff;
  padding-left: 29px;
  position: absolute;
  right: 172px;
  bottom: 11px;
  border: 1px solid #ccc;
}

.xyx_infobox h5 {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-top: 16px;
  position: absolute;
}

.xyx_infobox p {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  position: absolute;
  top: 35px;
}
.leaflet-objects-pane{
    z-index:200;
    position:relative;
}