* {
    margin: 0px;
    font-family: "PingFang SC";

  }

  .allwrap {
    width: 100%;
    height: 100vh;
  }

  #map {
    width: 100%;
    height: 100%;
  }

  #map #mapcontainer {
    width: 100%;
    height: 100% !important;
  }

  .amap-container {
    width: 100%;
    height: 100% !important;
  }

  .maptitle {
    width: 100%;
    max-width: 768px;
    position: absolute;
    top: 0px;
    background-color: #fff;
    font-size: 0.28rem;
    z-index: 999;
    text-align: center;
    color: #333;
    font-weight: 600;
    padding: 0.05rem 0px;
  }

  .detailCard {
    padding: 19px 20px;
    min-width: 300px;
    max-width: 375px;
    width: 6.56rem;
    /* height: 287px; */
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    box-sizing: content-box;
  }

  .cover {
    width: 121px;
    height: 92px;
    border-radius: 16px;
    margin-right: 20px
  }
  .cover img{
    display: block;
    width: 100%;
    border-radius: 16px;
    height: 100%;
  }
  .detail-header {
    display: flex;
  }

  .header-right {
    flex: 1;
  }
  .amap-logo {
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 160;
    height: 20px;
}
  .header-right p {
    color: #333333;
    font-size:19px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
  }

  .single-des {
    display: flex;
    margin-top: 9px;
  }

  .single-des span:first-of-type {
    color: #888;
    flex-shrink: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-right: 13px;
  }

  .single-des span:last-of-type {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
  }

  .starwrap {
    display: flex;
    align-items: center;
    color: red !important;
  }

  .starwrap img {
    
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }

  .bottom-buttom {
    width:148px;
    height: 29px;
    border-radius: 16px;
    background: var(--Linear, linear-gradient(55deg, #FF3232 20.38%, #FF7439 94.15%));
    text-align: center;
    line-height:29px;
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: auto;
    margin-top: 13px;
  }

  .amap-icon {
    width: 0.98rem;
    height: 1.1rem;
  }

  .amap-icon img {
    width: 0.98rem;
    height: 1.1rem;
  }
  .bottom-buttom{
    display: block;
  }
  .cover{}