.map-control {
  position: absolute;
  z-index: 1000;
  right: 40px;
  bottom: 20px;
  margin-top: 10px;
}

.maptitlelayer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  z-index: 999;
  display: flex;
  .content-layout {
    height: 58px;
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 5px;

    .icon-content {
      display: flex;
      position: absolute;
      left: 1px;
      top: 2px;
    }
    .mr-0px {
      margin-right: 0;
    }
    .mr-5px {
      margin-right: 5px;
    }
    .titleImg {
      width: 100%;
      height: 100%;
    }
    .text {
      position: absolute;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      height: 15px;
      line-height: 15px;
      padding: 0 5px;
      color: #fff;
      font-size: 10px;
    }
  }
}
