﻿.box_content{
  position: relative;
}
#container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.map_content{
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top:0;
  padding: .3rem;
  z-index: 100;
}
.map_content hide{
  display: none;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar  
{  
    width: 10px; 
    height: 10px;  
}  
::-moz-scrollbar{
  width: 10px;  
  height: 10px;  
}
::-ms-scrollbar{
  width: 10px;  
  height: 10px;  
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  /*滚动条的圆角*/
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);   
    background-color: #fff;  /*滚动条的背景颜色*/
} 
::-moz-scrollbar-thumb {
  border-radius: 10px;  /*滚动条的圆角*/
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);   
 background-color: #fff;  /*滚动条的背景颜色*/
}
::-ms-scrollbar-thumb {
  border-radius: 10px;  /*滚动条的圆角*/
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);   
 background-color: #fff;  /*滚动条的背景颜色*/
}


.map_content_top{
  font-size: .28rem;
  color: #3E7FD3;
  margin-bottom: .2rem;
}
.map_content_item{
  padding: .15rem .2rem;
  background-color: #fff;
  margin-bottom: .2rem;
  border-radius: .1rem;
  box-shadow: .02rem .02rem .1rem #ccc;
}
.map_content_item_top{
  font-size: .16rem;
  color: #333;
  font-weight: 600;

}
.map_content_item_mid{
  font-size: .14rem;
  color: gray;
  margin-top: .1rem;

}

.map_district{
  display: none;
}

.current_map{
  display: block!important;
}

.map_content_item_mid_img{
  display: inline-block;
  vertical-align: middle;
  width: .14rem;
  height: .14rem;
}

.map_content{
  overflow: hidden;
  overflow-y: auto;
  scrollbar-highlight-color: transparent; /**//*滚动条空白部分的颜色*/ 
  scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/ 
  scrollbar-darkshadow-color: transparent; /**//*立体滚动条强阴影的颜色*/ 
  scrollbar-track-color: transparent; /**//*立体滚动条背景颜色*/ 
  scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/ 
  scrollbar-face-color: transparent;
  scrollbar-color: red;
}

.huhhot{
  float: right;
  font-size: .16rem;
  z-index: 100;
  color: #999;
  font-weight: 600;
  line-height: .36rem;
}
.huhhot .active{
  background-color: #3E7FD3;
  color: #fff;
}

.huhhot .huhhot_button{
  box-sizing: border-box;
  display: inline-block;
  padding: .05rem;
  border-radius: .07rem;
  border: .01rem solid #3E7FD3;
  line-height: 1;
  cursor: pointer;
}
.huhhot .huhhot_button a{
  text-decoration: none;
  color: #3E7FD3;
  width: 100%;
  height: 100%;
  display: block;
}
.huhhot .active a{
  color: #fff;
}
/* .huhhot .huhhot_button:hover {
  background-color: #3E7FD3;
  color: #fff;
}
.huhhot .huhhot_button:hover a{
  color: #fff;
} */

.box_content{
  position: relative;
}
.huhhot_box{
  position: absolute;
  left: .1rem;
  top: 0;
  width: 6rem;
  height: .36rem;
  font-size: .16rem;
  z-index: 100;
  color: #999;
  font-weight: 600;
  line-height: .36rem;
}

.hide_list{
  display: none;
}

.show_list{
  display: block;
}