/*小区介绍*/
section.hero {
  /* background: url(https://d3gi5r92oqch10.cloudfront.net/daytownhomes/assets/images/ban6.jpg) no-repeat center/cover; */
}

.map4 {
  margin-bottom: 100px;
}

.map4 img {
  display: block;
  width: 100%;
}

.community_intro {
  display: flex;
  margin-bottom: 100px;
}

.community_intro .video_box {
  flex: 0 0 600px;
  margin-right: 40px;
}

.community_intro .video_box .video-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}

.community_intro .video_box .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.community_intro .video_box video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.community_intro .video_box .icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background: url(https://d3gi5r92oqch10.cloudfront.net/daytownhomes/assets/images/icon-play2.png) no-repeat center;
}

.community_intro .txt_box {
  flex: 1;
}

.community_intro .txt_box .txt {
  font-size: 18px;
  line-height: 26px;
  max-height: 285px;
  overflow-y: auto;
}

.detail_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.detail_list li {
  font-size: 18px;
  line-height: 40px;
  display: flex;
  flex: 0 0 50%;
}

.detail_list li span {
  width: 102px;
}

.googleMap {
  height: 500px;
  margin-bottom: 90px;
  overflow: hidden;
}

.googleMap iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .cur {
    padding-bottom: 40px;
  }

}

@media only screen and (max-width: 1199px) {
  .community_intro {
    display: block;
    margin-bottom: 60px;
  }

  .community_intro .video_box {
    margin-right: 0;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 959px) {
  .detail_list li span {
    width: auto;
  }

  .detail_list li {
    font-size: 16px;
  }

  .community_intro .txt_box .txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .googleMap {
    height: 151px;
    margin: 0 -32px 50px;
  }

  .community_intro .video_box .icon_play {
    width: 50px;
    height: 50px;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
  }
  .detail_list {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.hero {
    /* background: url(https://d3gi5r92oqch10.cloudfront.net/daytownhomes/assets/images/ban6_mo.jpg) no-repeat center/cover; */
  }
}