 #container {

      width: 100%;
      position: relative;
      z-index: 1;
    }
    .amap-icon img,
    .amap-marker-content img{
      width: 25px;
      height: 34px;
    }
    .marker {
      position: absolute;
      top: -20px;
      right: -118px;
      color: #fff;
      padding: 4px 10px;
      box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
      white-space: nowrap;
      font-size: 12px;
      font-family: "";
      background-color: #25A5F7;
      border-radius: 3px;
    }
    .custom-input-card{
      width: 18rem;
    }
    .custom-input-card .btn:last-child{
      margin-left: 1rem;
    }
    .content-window-card{
      position: relative;
      width: 23rem;
      padding: 0.75rem 0 0 1.25rem;
      box-shadow: none;
      bottom: 0;
      left: 0;
    }
    .content-window-card p{
      font-size:12px;
      height: 2rem;
    }