body {
    font-size: 100%;
}

.indicators button {
    margin-right: -6px;
    line-height: 2;
    width: 10%;
    font-size: smaller;
    border: 0;
    background: #ffffff
}

.container-out {
    min-width: 700px;
    margin: auto;
}

ul.availability {
    margin-bottom: 0;
    padding-left: 0;
    cursor: pointer;
}

.availability-comparative {
    display: table;
    width: 100%;
}

.availability-comparative li {
    display: table-cell;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
}

.availability > li {
    width: 16px;
    color: white;
    text-align: center;
}

.availability li.yes {
    background-color: #7AB800;
}

.availability li.no {
    background-color: red;
}

.submapcontainer {
    border-width: 3px;
    border-style: solid;
    border-color: #ccc;
}

.indicators button {
    margin-right: -6px;
    line-height: 2;
    width: 8.18%;
    font-size: smaller;
    border: 0;
    background: #ffffff
}

#shujuhuoqu, #pingtaitiyan, #zhunbeidu, #zonghezhishu, #liyongceng {
    border: 0;
    background: rgba(162, 189, 207, 0.7);
    display: inline-block;
    color: white;
    padding: 8px 20px 8px 20px;
}

#shujuhuoqu:hover, #pingtaitiyan:hover, #zhunbeidu:hover, #zonghezhishu:hover {
    -webkit-user-select: scale(1.5);
/ / For Webkit -khtml-user-select: scale(1.5);
    -moz-user-select: scale(1.5);
/ / For Mozilla
}


.mapcontainer > .map .zoomIn,
.mapcontainer > .map .zoomOut {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 20px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 25px;
    font-weight: bold;
    -webkit-user-select: none;
/ / For Webkit -khtml-user-select: none;
    -moz-user-select: none;
/ / For Mozilla -o-user-select: none;
    user-select: none;
/ / Default
}

.mapcontainer > .map .zoomIn {
    right: 45px;
}

.submapcontainer .zoomIn,
.submapcontainer .zoomOut {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    -webkit-user-select: none;
/ / For Webkit -khtml-user-select: none;
    -moz-user-select: none;
/ / For Mozilla -o-user-select: none;
    user-select: none;
/ / Default
}


.submapcontainer .zoomIn {
    bottom: 25px;
}

.province_city .province,
.province_city .city {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 30px;
    height: 20px;
    left: 370px;
    bottom: 50px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    -webkit-user-select: none;
/ / For Webkit -khtml-user-select: none;
    -moz-user-select: none;
/ / For Mozilla -o-user-select: none;
    user-select: none;
/ / Default
}

.province_city .province {
    left: 340px;
}

button:focus {
    outline: none !important;
}

.map {
    position: relative;
}

.mapael .map {
    background: #0087DE; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(circle, #4CCDE8, #0EBAE0, #0087DE); /* For Safari */
    background: -o-radial-gradient(circle, #4CCDE8, #0EBAE0, #0087DE); /* For Opera */
    background: -moz-radial-gradient(circle, #4CCDE8, #0EBAE0, #0087DE); /* For Firefox */
    background: radial-gradient(circle, #4CCDE8, #0EBAE0, #0087DE); /* Standard syntax (must be last) */
}

.noUi-connect {
    background: linear-gradient(to right, #c6db68, #a3d24c 35%, #7bc634 45%, #54a72e 55%, #368927 65%);
}

.noUi-value {
    color: white;
}


.mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 2000;
    max-width: 200px;
    color: #248F24;
}

.slider {
    left: 2em;
    bottom: 80px;
    width: 260px;
}

.areaLegend {
    left: 1em;
    bottom: 120px;
    position: absolute;
}

.popover-title {
    background-color: #ddd;
    margin: 0px;
}

.tab-btn-active {
    width: 200px;
    height: 40px;
    background: #7e7e8d;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    font-family: 'HanSansCN';
}

.tab-btn-inactive {
    width: 200px;
    height: 40px;
    background: #e6e6e6;
    font-size: 16px;
    color: #3A3A4F;
    border: 0px;
    font-family: 'HanSansCN';
}

#headerPopup{
  width: 780px;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}