.left_container {
  position: absolute;
  left: -250px;
  top: 0;
  width: 250px;
  height: 100%;
  background-size: 100% 100%;
  background: url('../image/left_bg.png');
  /* overflow: hidden; */
  transition: all 1s ease;
}

.right_container {
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
  height: 100%;
  background-size: 100% 100%;
  background: url('../image/right_bg.png');
  /* overflow: hidden; */
  transition: all 1s ease;
}

.module_container {
  position: relative;
  width: 100%;
}

.module_title {
  position: absolute;
  top: 55px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 20px;
  text-shadow: 5px 2px 6px #03a9f4;
}

.module_container__left_toggle {
  left: -250px;
  opacity: 0;
}

.module_container__right_toggle {
  right: -250px;
  opacity: 0;
}

.module_sub_title {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.title_container {
  position: absolute;
  top: -100px;
  width: 100%;
  opacity: 0;
  background: url('../image/head.png');
  background-size: 100% 100%;
  transition: all 1s ease 0.3s;
}

.title_content {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0px;
}

/*取消链接的下划线*/
.title_content a {
  color: #ffffff;
  font-size: 24px;
  text-shadow: 5px 2px 6px #03a9f4;
  text-decoration: none;
  font-weight: bold;
}

.module_container__company {
  position: absolute;
  top: 130px;
  transition: all 1s ease;
}

.module_container__place_use {
  position: absolute;
  top: 365px;
  transition: all 1s ease 0.2s;
}

.module_container__realtime_congesion {
  position: absolute;
  top: 605px;
  transition: all 1s ease 0.6s;
}

.module_container__parking {
  position: absolute;
  top: 155px;
  transition: all 1s ease;
}

.module_container__share_zoom {
  position: absolute;
  top: 390px;
  transition: all 1s ease 0.2s;
}

.module_container__realtime_video {
  position: absolute;
  top: 433px;
  transition: all 1s ease 0.6s;
}

.realtime_video_container {
  width: 250px;
}

.video_content {
  position: absolute;
  left: 30px;
  top: 63px;
}

.video_list {
  position: relative;
  width: 250px;
}

.building_btn_group {
  position: absolute;
  top: 80px;
  width: 100%;
  opacity: 0;
  transition: all 1s ease 0.3s;
}

.building_btn_group .selector {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.building_action_btn {
  float: left;
  margin-left: 10px;
}
