.moduler-8 {
    
    height: 658rem;position: relative;
  }
  
  .moduler-8 canvas {
    /* background: rgb(237, 233, 232); */
  }


  .info-wrap,
  .info-div {
    line-height: 1;
    height: 20px;
    font-size: 24px;
    cursor: default;
  }
  
  .info-div>.info-wrap {
    transform: translate(-12px, -12px);
    color: #fff;
    display: flex;
  }
  
  .info-div>.info-wrap::before,
  .info-div>.info-wrap::after {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    border-radius: 90px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  
  .info-div>.info-wrap::after {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
  }
  
  .info-div span {
    max-width: 0;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
  }
  
  .info-div .jia {
    max-width: none;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 90px;
    text-align: center;
    background: #004962;
  }
  
  .info-div span.name {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 90px;
    z-index: 1;
    color: #000;
    font-size: 16px;
    transition: .5s;
  }
  
  .info-div:hover {
    z-index: 999 !important;
  }
  
  .info-div span.name {
    max-width: 200px;
    position: absolute;
    opacity: 0;
  }

.info-div>.info-wrap:hover span.name{
    opacity: 1;
}

  @media screen and (max-width:1024px) {
    .moduler-8{height: 400rem;}
  }