body {
  margin: 0;
  font-family: "Microsoft YaHei";
}

.area-box {
  width: 100%;
  background: #FFFFFF;

}

.area-content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 38px 0 68px;
}

.path {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2px 0 13px;
}

.path__text {
  font-size: 12px;
  color: #868686;
  margin-left: 8px;
  text-decoration: none;
}

.path__text.active {
  color: #FF0B0B;
}

.path__line {
  width: 100%;
  height: 2px;
  border-top: 1px solid #E6EBEF;
  border-bottom: 1px solid #E6EBEF;
}

.city-box {
  padding: 41px 20px 0;
}

.city__item {
  display: flex;
  padding: 18px 0 5px;
  border-bottom: 1px dashed #D8D8D8;
}

.city__item:last-child {
  border-bottom: 0;
}

.city__item.flex {
  align-items: center;
}

.city__title {
  font-size: 16px;
  color: #1B1B1B;
  width: 88px;
}

.city__title.active {
  color: #FF0B0B;
}

.no-limit {
  margin-right: 30px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  margin-bottom: 15px;
}

.no-limit.active {
  color: #FF0B0B;
}

.city_name-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.city__name {
  font-size: 14px;
  color: #666666;
  margin: 0 30px 15px 0;
  cursor: pointer;
}

.city__name.active {
  color: #FF0B0B;
}

.choose-box {
  width: calc(100% - 88px);
  display: flex;
  justify-content: space-between;
}

.choose-tags {
  display: flex;
  align-items: center;

}

.choose-tag {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #FF0B0B;
  font-size: 14px;
  color: #FF0B0B;
  margin-right: 15px;
}

.clear-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.del {
  width: 6px;
  height: 6px;
  margin-left: 9px;
  cursor: pointer;
}

.clear {
  width: 17px;
  height: 16px;
  margin-right: 6px;

}

.park-box {
  background: #F6F6F6;
  width: 100%;
  overflow: hidden;
}

.park-content {
  max-width: 1200px;
  margin: 44px auto 89px;
}

.park__head {
  border-bottom: 1px solid #E6EBEF;
}

.park__head__text {
  width: 132px;
  height: 56px;
  background: #BC161B;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
}

.park__list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}

.all_list {
  width: 880px;

}

.park__item {
  /* max-width: calc(100% - 40px); */
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.park__item:hover {
  border-bottom: 2px solid #FF0B0B;
}

.park__item:hover .park__appointment {
  border: 0;
  background: #D50004;
  color: #FFFFFF;
}

.park__item:hover .park__name {
  color: #FF0B0B;
}

.park__left {
  display: flex;
}

.park__img {
  width: 240px;
  height: 148px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 34px;
  border-radius: 3px;
}

.park__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 148px;
}

.park__name {
  font-weight: 500;
  font-size: 20px;
  color: #1B1B1B;
  margin-bottom: 8rpx;
  line-height: 29px;
}

.park__title {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  margin-bottom: 6px;
}

.park__detail {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  margin-top: 6px;
}
.park__detail.none{
  display: none;
}
.park__address {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8C8C8C;
}

.address__area {
  font-weight: 500;
}

.location {
  width: 14px;
  height: 19px;
  margin: 0 5px 0 20px;
}

.park__tags {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.park__tag {
  width: 110px;
  height: 26px;
  background: #FBD89A;
  border-radius: 2px;
  font-size: 14px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.park__appointment {
  box-sizing: border-box;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #8C8C8C;
  max-width: 150px;
  width: 150px;
  min-width: 80px;
  height: 40px;
  margin-right: 14px;
}

.recommend__list {
  padding: 16px 20px 2px;
  background: #FFFFFF;
  min-width: 250px;
  height: fit-content;
}

.recommend__list__title {
  font-size: 20px;
  color: #1B1B1B;
  margin-bottom: 17px;
}

.recommend__item {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
}

.recommend__img {
  width: 111px;
  height: 68px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.recommend__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 68px;
}

.recommend__title {
  font-size: 14px;
  color: #1B1B1B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend__address {
  font-size: 12px;
  color: #8C8C8C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend__appointment {
  font-size: 12px;
  color: #D50004;
}

.qrcode-footer {
  width: 100%;
  height: 427px;
  background: #AEAEAE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qrcode-footer .qrcode {
  width: 205px;
  height: 205px;
  margin-bottom: 7px;
}

.qrcode-footer .arrow {
  width: 15px;
  height: 8px;
  margin-bottom: 7px;

}

.qrcode__text {
  font-weight: 500;
  font-size: 12px;
  color: #E8E8E8;
  line-height: 17px;
  margin-bottom: 23px;
}

.phone__text {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;

}

.appointment__popup {
  position: fixed;
  top: calc(50% - 220px);
  left: calc(50% - 199px);
  transition: 0.2s;
  opacity: 0;
  z-index: -1;
}

.appointment__popup.show {
  opacity: 1;
  z-index: 99;
}

.appointment__popup .house__form {
  right: 0;
  top: 0;
  left: 0;
}

.appointment__popup .house__form .close-popup {
  font-size: 26px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}

.house__form {
  width: 398px;
  height: 440px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #979797;
  box-sizing: border-box;
  position: absolute;
  right: 24.84%;
  left: calc(50%- 199px);
  top: calc(50% - 220px);
  border: 1px solid #979797;
  box-sizing: border-box;
}

.house__form__content {
  padding: 12px 30px 16px;

}

.form__item {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #BCBCBC;
  font-size: 14px;
  color: #1B1B1B;
  line-height: 36px;
  margin-top: 20px;
  padding: 0 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__item::-webkit-input-placeholder {
  color: #1B1B1B;
}

.form__item:focus {
  outline: 0;
}

.form__item.form__choose__item {
  border: 0;
  height: 34px;
  padding: 0;
  margin: 0;
}

.form__arrow {
  width: 14px;
  height: 12px;
}

.form__slt {
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #BCBCBC;
  font-size: 14px;
  color: #1B1B1B;
  line-height: 36px;
  margin-top: 20px;
  padding: 0 10px;
}

.form__slt:focus {
  outline: 0;
}

.popup__house__apointment {
  width: 100%;
  height: 36px;
  background: #FBD89A;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #1B1B1B;
  font-weight: bold;
  margin-top: 30px;
}

.contact-box {
  width: 100%;
  height: 66px;
  background: #F5F5F5;
  border-radius: 0px 0px 12px 12px;
  border-top: 1px solid #DDDDDD;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1B1B1B;
  position: absolute;
  bottom: 0;
}

.phone {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 30px;
}