html {
  background: #f7f6f5;
}
.content-item a {
  padding: 2.6667vw 4vw;
  background: #ffffff;
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.content-item img {
  width: 24.6667vw;
  height: 24.6667vw;
  border-radius: 1.3333vw;
}
.content-content {
  margin-left: 4vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.else-btn {
  display: flex;
  justify-content: space-between;
  margin-top: -5vw;
}
.area-title {
  color: #363636;
  font-size: 4vw;
}
.map-icon-wrap {
  color: #f19217;
  font-size: 3.2vw;
  display: flex;
  align-items: center;
}
.map-icon-wrap span {
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-icon-wrap i {
  display: inline-block;
  width: 2.2667vw;
  height: 2.8vw;
  background: url(../images/gold.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 2.6667vw;
}
.detail-btn {
  position: absolute;
  color: #221815;
  font-size: 3.2vw;
  bottom: 0;
  right: 0;
}
