 @media screen and (max-width: 1024px) {
 .app-location {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
  }
  .app-location div p {
    z-index: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #fff;
  }
  .app-location div p img {
    width: 30px;
    height: 30px;
  }
  .app-location div p img:hover {
    cursor: pointer;
  }
  .app-location div:nth-child(1) {
    margin-bottom: 12px;
    background-color: #fff;
    box-shadow: 0 0 5px #d3d3d3;
  }
}