body {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.menus-show {
  height: 7.5rem;
}
/*footer 隐藏盒子top不同*/
#footer .tool-info {
  top: -1.3rem;
}
/*top*/
#top {
  position: fixed;
  bottom: 20%;
  right: 0.13333333rem;
  width: 0.90666667rem;
  opacity: 0;
}
/*====中部内容===*/
.content {
  width: 100%;
  min-height: 15rem;
  /*头部图片*/
  /*头部图片*/
  /*=====footer img======*/
}
.content .titleImg {
  width: 100%;
  height: 6.48rem;
  position: relative;
  overflow: hidden;
  /*地图*/
}
.content .titleImg .map {
  width: 100%;
  height: 100%;
  max-height: 6.48rem;
  /*高德地图盒子*/
  /*放大缩小钮*/
}
.content .titleImg .map .map-container-box {
  position: relative;
  width: 100%;
  align-items: center;
  /* transform: translateY(-50%);
        -ms-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
        -o-transform:translateY(-50%); */
}
.content .titleImg .map .map-container {
  width: 101%;
  height: 6.48rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.content .titleImg .map .map-container-box-itemBottom {
  position: absolute;
  width: 1.17333333rem;
  height: 2.29333333rem;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
.content .titleImg .map .map-container-box-itemBottom img {
  width: 0.85333333rem;
  height: 0.85333333rem;
  margin-top: 5px;
}
.content .w {
  width: 100%;
  padding-bottom: 60px;
  /*筛选文字*/
  /*15张图片*/
  /*loading*/
}
.content .w .wenziList {
  width: 100%;
  margin-top: 0.58666667rem;
  margin-left: 0.37333333rem;
  overflow: hidden;
}
.content .w .wenziList .outSwpier {
  width: 50rem;
}
.content .w .wenziList .outSwpier span {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #143072;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 2px 0;
  margin-right: 0.50666667rem;
}
.content .w .wenziList .outSwpier .active {
  border-bottom: 2px solid #143072;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #143072;
  letter-spacing: 2px;
}
.content .w .pics {
  width: 100%;
  padding: 0 0.4rem;
  margin-top: 0.64rem;
  /*图片*/
}
.content .w .pics .mpics {
  width: 100%;
  font-size: 0;
  /*loading动图*/
}
.content .w .pics .mpics > li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.66666667rem;
  -moz-border-radius: 0.66666667rem;
  -webkit-border-radius: 0.66666667rem;
}
.content .w .pics .mpics > li a {
  display: block;
  margin: 0.13333333rem;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.content .w .pics .mpics > li a img {
  width: 100%;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.content .w .loadingIcon {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
.content .w .loadingIcon img {
  width: 100px;
  height: 100px;
}
.content .imgFooter {
  width: 100%;
  height: 1.25333333rem;
  background: url("../images/icon/Bitmap.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: inherit;
}
/* map */
.province-marker-small {
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  background: url("../images/icon/disabled.png");
  background-size: 100% 100%;
  width: 0.64rem;
  height: 0.77333333rem;
  position: relative;
}
.province-marker {
  display: inline-block;
  background: url("../images/icon/iconDB.png");
  background-size: 100% 100%;
  width: 0.90666667rem;
  height: 1.06666667rem;
  position: relative;
}
.province-marker .trangnle {
  color: #000000;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  position: absolute;
  bottom: -22px;
  left: 8px;
  font-size: 12px;
}
.province-marker .content {
  position: relative;
  /* background: rgba(218, 116, 96, 0.8); */
  /*background: #e4563c;*/
  color: #fff;
  display: inline-block;
  /*padding: 4px 8px;
  border-radius: 4px;*/
  font-size: 10px;
  padding-top: 6px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
}
.province-marker .content div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.province-marker .content div:first-child {
  margin-top: -0.08rem;
}
.province-marker .content div:last-child {
  color: #000000;
  letter-spacing: 0;
  width: 157%;
  margin-top: 0.08rem;
  margin-left: -0.16rem;
}
.village-marker {
  display: inline-block;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}
.village-marker .active {
  display: block;
  width: 40px;
  /*flex-flow: column nowrap;
  justify-content: center;
  align-items: center;*/
}
.village-marker .active:hover .village-marker-text {
  color: #e4563c;
}
.village-marker .active .village-marker-text {
  display: block;
  color: #e4563c;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: 2px;
  font-size: 14px;
}
.village-marker .active .village-marker-img {
  width: 34px;
  height: 34px;
}
.village-marker .active .village-marker-imgbox {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}
.village-marker .normal {
  width: 20px;
  height: 20px;
  /* position:absolute; */
  /* left: 50%; */
  /* bottom:0; */
  /* margin-left: -10px; */
  background: url(../images/home/map-marker-red.png) no-repeat center center / 100% auto;
}
.village-marker .triangle {
  border-width: 4px 4px 0px;
  border-style: solid;
  /* border-top-color: red; */
  width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  display: inline-block;
}
.segment-forth .segment-content {
  /*flex-flow: column nowrap;*/
  width: 100%;
  height: 100%;
}
.map-container-box-itemTop {
  /*flex: 1;*/
  width: 100%;
  height: 50%;
}
.map-container-box-itemBottom {
  /*flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;*/
  width: 100%;
  height: 50%;
}
.map-container-box {
  position: relative;
  width: 100%;
  flex: 8;
  /* height: 474px; */
  /* left:0; */
  /* top:50%; */
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  /* transform: translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%); */
}
.map-container {
  /*flex: 1;*/
  width: 80%;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.map-zoom-box {
  /*display: flex;
  flex-flow: row nowrap;*/
  /* margin-top:40px; */
  width: 94px;
  justify-content: space-between;
}
.map-zoom-in,
.map-zoom-out {
  cursor: pointer;
}
/*.map-zoom-in, .map-zoom-out{
    width: 32px;
    height:32px;
    border: 1px solid #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 20px;
    cursor: pointer;
}*/
.map-zoom-in:not(.disable):hover,
.map-zoom-out:not(.disable):hover {
  color: #000;
}
.map-zoom-in.disable,
.map-zoom-out.disable {
  opacity: 0.5;
}
