.home_map_content{
  width: 1200px;
  height: 500px;
  /* margin: 100px auto 0px auto; */
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home_map_content iframe{
margin-top: 20px;
}
.home_map_content ul{
  height: 480px;
  display: flex;
  flex-direction: column;
  /* justify-content: center;地址显示不全 */
  align-items: center;
  text-align: center;
  overflow-y: scroll;
  font-size: 22px;
  margin-right: 40px;
}
.home_map_content ul li{
  width: 450px;
  height: 60px;
  line-height: 60px;
  background-color: #F4F4F4;
  white-space: nowrap;
  margin-bottom: 20px;
  cursor: pointer;  
}
/* .home_map_content ul::-webkit-scrollbar {
	width: 3px;
} */
.maptab {
  background-color: #CDA973!important;
  color: #fff;
}
.home_map_content ul::-webkit-scrollbar {
	width: 3px;
}
/* .home_map_content{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home_map_content ul{
  position: absolute;
  width: 100%;
  top: 0;
  height: 5rem;
  display: flex;
  padding: 1rem 0;
  overflow-x: scroll;
  background-color: #f3f3f3;
}
.home_map_content ul li{
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  background: #dedede;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.maptab {
  background-color: #999!important;
  color: #fff;
}
.home_map_content ul::-webkit-scrollbar {
	width: 3px;
} */
/* 滚动区域的样式 */
.home_map_content ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*设置滚动条的圆角*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	/*设置内阴影*/
	/* background: rgb(181, 193, 238, 0.2); */
	/*设置滚动条的颜色*/
}
/* 滚动条的背景样式 */
.home_map_content ul::-webkit-scrollbar-track {
	border-radius: 0;
}
.ulspan{
  visibility: hidden;
  width: 0;
}