.color-main {
  color: #f56140 !important;
}
.color-link {
  color: deepskyblue !important;
}
.color-gray {
  color: #8d8d8d !important;
}
.color-black {
  color: #656565 !important;
}
html,
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
html,
body {
  height: 100%;
  color: #3f3f3f;
}
.wraper {
  height: 100%;
}
.yb_page {
  position: relative;
  overflow: hidden;
}
#content {
  position: absolute;
  left: 0;
  top: 44px;
  right: 0;
  bottom: 53px;
  margin-top: 0;
}
.commu-marker {
  font-size: 10px;
  background-color: #58BE9D;
  color: white;
  text-align: center;
  line-height: 1.4em;
}
.commu-marker.circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  position: relative;
  display: inline-block;
}
.commu-marker.circle:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #58BE9D;
  opacity: 0.7;
  position: absolute;
}
.commu-marker.circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 8px #58BE9D;
  opacity: 0.4;
}
.commu-marker.circle .m-name {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}
.commu-marker.circle .m-content {
  display: inline-block;
  width: 100%;
}
.commu-marker.block {
  padding: 8px 10px;
  border-radius: 5px;
  position: relative;
  white-space: nowrap;
  opacity: 0.8;
}
.store-info {
  font-size: 14px;
  z-index: 402;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: height 500ms;
  background-color: white;
  padding: 0 10px;
  overflow: hidden;
  height: 130px;
}
.store-info.hide {
  height: 0;
}
.store-info .info-title {
  color: #242424;
  font-size: 20px;
  padding: 20px 0 0 0;
}
.store-info .info-title em {
  color: #f56140;
  font-size: 16px;
  float: right;
}
.store-info .info-address {
  line-height: 3em;
  color: #8d8d8d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-info .info-ops {
  border-top: 1px solid #f6f6f6;
  padding: 10px 0;
}
.store-info .info-ops .op {
  display: inline-block;
  float: left;
  width: 50%;
  height: 30px;
  text-align: center;
  color: #242424;
}
.store-info .info-ops .op img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.store-info .info-ops .op-go {
  border-right: 1px solid #f6f6f6;
}
#list_mask {
  position: absolute;
  z-index: 401;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0.4;
  display: none;
}
.map-level-nav {
  line-height: 2em;
  padding: 0 5px 0 5px;
  position: absolute;
  left: 10px;
  top: 64px;
  white-space: nowrap;
  z-index: 400;
  border-radius: 3px;
  background-color: #333;
  opacity: 0.7;
  box-shadow: 0 0 0 2px #333;
  color: #fff;
  font-size: 14px;
}
.map-level-nav:hover,
.map-level-nav:active {
  opacity: 0.6;
}
.map-level-nav > i {
  display: inline-block;
  width: 1em;
  height: 2em;
  vertical-align: middle;
  background-image: url('/content/img/arrow-pre.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 50%;
  margin-left: -3px;
}
.map-level-nav > span {
  display: inline-block;
  vertical-align: middle;
}
