#app {
    height: 100vh;
    /* background: url('../images/work-new/bg2x.png') no-repeat top center; */
    background:
    url('../images/work-new/vector-smart.png') no-repeat  calc(100% - 100px) 80px,
    url('../images/work-new/vector-smart2.png') no-repeat  calc(100% - 60px) 377px,
    url('../images/work-new/ellipse1.png') no-repeat  230px 15px,
    url('../images/work-new/ellipse3.png') no-repeat  20px 100px,
    url('../images/work-new/ellipse2.png') no-repeat  50px 400px,
    url('../images/work-new/bg2x.png') no-repeat center top,
    url('../images/work-new/bg-bottom2x.png') no-repeat  center bottom;

    background-size: 832px 339px,832px 339px,72px 72px,46px 46px,118px 118px,100% 620px,100% auto;
  }
  
  .view-center img.storey {
    position: absolute;
    cursor: pointer;
    opacity:0;
    z-index: 9;
    transition: .2s;
  
  }
  
  .storey-name {
    position: absolute;
    z-index: 10;
    transition: .2s;
    color: #ffffff;
    font-size: 24px;
    white-space: nowrap;
  }
  #map {
    position: absolute;
    width: 1256px;
    height: 1256px;
    z-index: -1;
    top:-247px;
    left:-136px;
    opacity: 0;
    z-index: 11;
  }
  
  .view-left,
  .view-right {
    position: relative;
  }
  
  .count {
    width: 172px;
    height: 96px;
    background: url('../images/work-new/dot.png') no-repeat center center;
    position: absolute;
    animation: float 6s linear 0s infinite;
  }
  
  .view-left>.count:nth-child(1) {
    top: 146px;
    left: 40px;
  }
  
  .view-left>.count:nth-child(2) {
    top: 265px;
    left: 40px;
  }
  
  .view-left>.count:nth-child(3) {
    top: 375px;
    left: 40px;
  }
  
  .view-right>.count:nth-child(1) {
    top: 135px;
    right: 40px;
  }
  
  .view-right>.count:nth-child(2) {
    top: 249px;
    right: 40px;
  }
  
  .view-right>.count:nth-child(3) {
    top: 370px;
    right: 40px;
  }
  
  .view-left,
  .view-right {
    flex: 1;
  }
  
  /*  */
  .view-center {
    width: 988px;
    height: 623px;
    margin: 0 50px;
    margin-right: 80px;
    flex-shrink: 0;
    position: relative;
    will-change: transform, opacity;
    animation: zoomUp 0.4s linear 0s;
  }
  
  .float {
    animation: float 6s linear 0s infinite;
  }
  
  .paused {
    animation-play-state: paused !important;
  }
  
  .view-center .cjmap {
    width: 101%;
    height: 91.5%;
    position: relative;
    top: -40px;
  }
  
  .count>div {
    height: 48px;
    text-align: center;
    line-height: 48px;
    width: 100%;
    font-size: 19px;
    color: #000000 ;
    white-space: nowrap;
  }
  
  .login-container {
    min-width: 50px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    padding-right: 40px;
  }
  
  .login {
    cursor: pointer;
    padding: 5px 15px;
    background-color: #2d7de1;
    border-radius: 3px;
  }
  
  .avatar-box {
    width: 2.875rem;
    height: 2.875rem;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 1.4375rem;
    margin-right: .9375rem;
  }
  
  .avatar>.user>div:nth-child(2) {
    margin-left: 15px;
    cursor: pointer;
  }
  
  .exit {
    margin-left: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  
  .exit img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  
  }
  
  .color-white {
    color: #ffffff;
  }
  
  .modify-password {
      display: flex;
      align-items: center;
  }
  
  .head-qrcode {
    width: 41px;
    height: 39px;
    background: url('../images/work/qrcode.png') no-repeat center center;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.19);
    position: relative;
    margin-right: 18px;
    cursor: pointer;
  
  }
  
  .popover-qrcode .text {
    font-size: 13px;
    color: #333333;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  .popover-qrcode .text img{
    width: 14px;
      height: 14px;
  }
  .popover-qrcode img{
    width: 100px;
    height: 100px;
  }
  .head-qrcode:hover .popover-qrcode{
    display: flex;
  }
  .right-qrcode.show .popover-qrcode{
    display: flex;
  }
  .popover-qrcode {
    display: none;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 130px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  .popover-qrcode.to-r{
    top: 50%;
    transform: translate(-100%,-50%);
    left:-15px;
  }
  .popover-qrcode::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #fff transparent;
    bottom: 129px; /* 控制箭头方向 */
    left: 50%;
    margin-left: -8px; /* 水平居中 */
    z-index: 100;
  }
  .popover-qrcode.to-r::before{
    left: 159px;
    border-width:10px 0 10px 10px;
    border-color:transparent #ffffff ;
    top: 50%;
    margin-top: -5px;
    margin-left: 0;
  }
  .right-qrcode{
    position: fixed;
    right: 0;
    top: 50%;
    width: 60px;
      height: 110px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    border-radius: 20px 0 0 20px;
    background-color: rgba(255, 255, 255, 0.8);
    padding:15px 10px 15px 18px ;
    text-align: center;
    cursor: pointer;
  }
  .right-qrcode>img{
    width: 18px;
      height: 18px;
    margin-bottom: 8px;
  }
  



/* 新增的css */

.z-menu{
  z-index: 100;
}
.z-menu li{
  color: #ffffff;
}
.z-menu li.noction{
  background: url(../images/work-new/notice.png) no-repeat;
    background-size: 19px 14px;
    background-position: center 20px;
}
.z-menu li.problem{
  background: url(../images/work-new/problem.png) no-repeat;
  background-size: 16px 18px;
  background-position: center 14px;
}
.right-qrcode{
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.email{
  position: fixed;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  right: 0;
  top: calc(50% + 120px);
  width: 60px;
  height: 95px;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  border-radius: 20px 0 0 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 10px 15px 18px;
  text-align: center;
  cursor: pointer;

}
.email>img {
  width: 18px;
  height: 18px;
  margin-bottom: 8px;
}
  .z-nav{
    width: 100%;
    overflow: hidden;
    padding-top: 145px;
    position: relative;
    z-index: 99;
    gap: 25px;
    align-items: flex-end;
  }
  .z-nav .nav-item{
    position: relative;
    width: 210px;
    height: 170px;
    top: 0 !important;
    padding-top:0;
    background: none;
    position: relative;
    background: url('../images/work-new/item-bg.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .map-shadow{
    position: absolute;
    bottom: 40px;
    left: calc(50% + 50px);
    transform: translateX(-50%);
  }

  
.z-nav .nav-item:nth-child(2){
    padding-top: 0;
}
.z-nav .nav-item .nav-item-img{
  position: absolute;
  bottom: 120px;
}


.z-nav .nav-item .nav-name{
  color: #ffffff;
  position: absolute;
  top: 80px;
  font-size: 22px;
}


.view-left>.count:nth-child(1){
    top: 210px;
    left: 40px;
}
.view-left>.count:nth-child(2){
  top: 315px;
  left: 40px;
}
.view-left>.count:nth-child(3){
  top: 420px;
  left: 40px;
}
  .view-right>.count:nth-child(1){
    top: 210px;
    right: 40px;
  }
  .view-right>.count:nth-child(2){
    top: 315px;
    right: 40px;
  }
  .view-right>.count:nth-child(3){
    top: 420px;
    right: 40px;
  }
.z-header{
  z-index: 100;
}
.z-header-left{
  font-size: 36px;
}
.z-footer{
  top: 0;
}

  @keyframes float {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    to {
      transform: translateY(0);
    }
  }
  
  @keyframes float-reverse {
    0% {
      transform: translateY(-10px);
    }
  
    50% {
      transform: translateY(0);
    }
  
    to {
      transform: translateY(-10px);
    }
  }
  
  @keyframes zoomUp {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
  
    50% {
      transform: scale(0.75);
    }
  
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes zoomUp {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
  
    50% {
      transform: scale(0.75);
    }
  
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }