.wrapper_wrapper {
  height: calc(100% - 93px);
}
.seaScrBox {
  width: 100%;
  height: 55px;
  padding: 11px 0 0 20px;
  border-bottom: 1px solid #f3f3f3;
}
.main-map {
  position: relative;
  height: calc(100% - 55px);
}
.main-map .leftCon {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 20;
}
.main-map .leftCon .leftmain {
  width: 380px;
  height: 100%;
}
.main-map .leftCon .leftmain .navtabBox {
  margin: 0 20px;
  height: 49px;
  border-bottom: 1px solid #f3f3f3;
}
.main-map .leftCon .leftmain .navtabBox li {
  float: left;
  width: 30.33%;
  padding: 0 30px;
  margin: 0 5px;
  line-height: 49px;
  font-size: 14px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.main-map .leftCon .leftmain .navtabBox li.active {
  color: #df2f30;
  border-bottom: 2px solid #df2f30;
}
.main-map .leftCon .leftmain .main-content {
  width: 100%;
  height: calc(100% - 51px);
  padding-bottom: 20px;
  position: relative;
  overflow-y: auto;
}
.main-map .leftCon .leftmain .main-content li {
  cursor: pointer;
}
.main-map .leftCon .leftmain .main-content li .squre {
  margin: 0 auto;
  padding: 20px 0;
  width: 340px;
  border-bottom: 1px solid #eee;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-img {
  float: left;
  margin-right: 18px;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-img img {
  display: block;
  width: 136px;
  height: 102px;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-details {
  float: left;
  position: relative;
  width: 186px;
  line-height: 1;
  font-size: 12px;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-details .squre-details-title {
  margin: 2px 0 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-details .squre-details-number {
  margin-bottom: 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #df2f30;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-details .squre-details-time {
  line-height: 1;
  font-size: 12px;
  color: #999;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-details .squre-details-label {
  height: 22px;
  overflow: hidden;
}
.main-map .leftCon .leftmain .main-content li .squre .squre-details .squre-details-label a {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #999;
  background: #f7f7f7;
}
.main-map .leftCon .leftmain .main-content li:hover {
  background-color: #f3f3f3;
}
.main-map .leftCon .leftmain .main-content .no-data {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-map .leftCon .toggle {
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -32px;
  width: 28px;
  height: 64px;
  -webkit-box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 6px 6px 0;
  background: #fff;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
}
.main-map .map {
  height: 100%;
  width: 100%;
}
.slide-enter-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-leave-active {
  -webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
/* .slide-fade-leave-active for below version 2.1.8 */
.slide-enter,
.slide-leave-to {
  -webkit-transform: translateX(-380px);
          transform: translateX(-380px);
}
.map-squre {
  position: absolute;
  padding: 4px 15px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  background: #ff4400;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.94;
  border-radius: 3px;
}
.map-squre em {
  margin: 0 10px 0 9px;
  color: #fff;
  font-style: normal;
}
.map-squre .arrow {
  position: absolute;
  bottom: -12px;
  left: 44%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ff4400;
  opacity: 0.94;
}
.map-circle {
  padding: 16px 0 0;
  width: 88px;
  height: 88px;
  line-height: 30px;
  text-align: center;
  background: #ff4400;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.94;
  border-radius: 50%;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
}
