.amap-marker-outer {
  position: relative;
  width: 38px;
  height: 38px;
}

.amap-marker {
  width: 100%;
  height: auto;
}

.amap-label-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  border-radius: 6px;
  background: linear-gradient(144deg, #80cbff 0%, #2580ed 56%, #436ff3 100%);
  font-size: 16px;
  white-space: nowrap;
  /* height: 30px; */
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}

.amap-label-outer :after {
  display: block;
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #2580ed;
}
.amap-label-outer.gray {
  background: #8b8b8b;
}

.amap-label-outer.gray :after {
  border-top-color: #8b8b8b;
}

.amap-label-outer .amap-label-inner {
  line-height: 38px;
}

.map-card {
  width: 369px;
  padding: 16px;
  background: linear-gradient(144deg, #80cbff 0%, #2580ed 56%, #436ff3 100%);
  box-shadow: 4px 4px 18px 0px rgba(51, 128, 250, 0.6);
  border-radius: 8px;
  line-height: normal;
  text-align: left;
}

.map-card :after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid #2580ed;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

.map-card h1 {
  font-weight: bold;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 14px;
  margin-top: 0;
}

.map-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map-card ul li {
  display: flex;
  color: #feffff;
  line-height: 24px;
  height: 24px;
  font-size: 16px;
  margin-bottom: 10px;
}

.map-card ul li .title {
  margin-right: 26px;
  width: 64px;
  color: #cce5fd;
}

.map-card ul li .desc {
  flex: 1;
  color: #ffffff;
}

.map-card .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.map-card .footer .btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.map-card .footer .btn .icon {
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

.map-card .footer .btn .text {
  font-size: 14px;
}
