body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 1.125rem;
  /* background-color: #ffffff; */
}

.map-content {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}

.house-list {
  width: 24.75rem;
  /* height: 100%; */
  box-sizing: border-box;
  padding: 0 2rem;
  background-color: #ffffff;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.conditions {
  width: 100%;
  display: flex;
  height: 3.125rem;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  justify-content: space-around;
  align-items: center;
}

.condi {
  width: 9rem;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  color: #8dafc6;
  text-align: center;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.pull-content {
  width: 9rem;
  height: 16.125rem;
  box-shadow: 0 0 .3125rem rgba(204, 204, 204, 0.904);
  border-radius: .3125rem;
  overflow-y: scroll;
  background-color: #ffffff;
  display: none;
}

.pull-content::-webkit-scrollbar {
  display: none;
}

.con1 {
  position: absolute;
  left: 0;
  top: 3.8rem;
}

.con2 {
  position: absolute;
  top: 3.8rem;
  left: 2.5rem;
}

.con3 {
  position: absolute;
  top: 3.8rem;
  left: 8rem;
}

.con4 {
  position: absolute;
  left: 12rem;
  top: 3.8rem;
}

.pull-item {
  width: 100%;
  height: 2.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1.25rem;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.pull-item:hover {
  color: #00aaff;
}

.house-count {
  width: 100%;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #557286;
  font-size: 1rem;
}

.list-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  /* height: 8rem; */
  margin-bottom: 1.125rem;
}

.left-img {
  width: 7rem;
  height: 5.125rem;
  border-radius: .125rem;
  overflow: hidden;
}

.left-img img {
  width: 100%;
  height: 100%;
}

.right-info {
  margin-left: 1.25rem;
  width: 12.5rem;
  height: 5.125rem
}

.house-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.house-name {
  margin: 0;
  font-size: 1.125rem;
  color: #2d383e;
  font-weight: 600;
  flex: 6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  /* padding-right: 1.25rem; */
}

.house-city {
  flex: 4;
  font-size: 1rem;
  color: #557286;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.priceinfo {
  margin-top: .3125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .price{
  color: #ee7b89;
} */
.allprice {
  color: #ee7b89;
  margin-right: .625rem;
  font-size: 1rem;
}

.dw {
  font-size: .875rem;
}

.singleprice {
  font-size: .875rem;
  color: #557286;
}

.comments-count {
  font-size: .875rem;
  color: #ffa800;
}
.comments{
  flex: 4.5;
  text-align: right;
}

.comments-txt {
  font-size: .875rem;
  color: #557286;
}

.shape {
  font-size: .875rem;
  color: #8dafc6;
  
  flex: 5.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addr {
  font-size: .875rem;
  color: #8dafc6;
  margin-top: .3125rem;
  width: 100%;
  display: flex;
}

.addr-txt1 {
  flex: 2.5;
}

.addr-txt2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 7.8;
}

.tags {
  font-size: .875rem;
  margin-top: .625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tag-status {
  font-size: .8125rem;
  padding: .125rem .3125rem;
  background-color: #00aaff;
  color: #ffffff;
  border-radius: .125rem;
}

.tag-house {
  font-size: .8125rem;
  padding: .125rem .3125rem;
  background-image: linear-gradient(to right bottom, #ffb423, #ff9c00);
  border-radius: .125rem;
  color: #ffffff;
  max-width: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: .3125rem;
}
.tag-type{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.pagination{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}

.tag-spe {
  display: block;
  max-width: 3.125rem;
  color: #8dafc6;
  background-color: #eff6f8;
  margin-left: .3125rem;
  padding: .125rem .3125rem;
  border-radius: .125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pubtime {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8dafc6;
  font-size: .875rem;
  background-color: #eff6f8;
  padding: .125rem .5rem;
  border-radius: .1875rem;
}

#map {
  width: 100%;
  height: 54.4375rem;
}

.mark-content {
  min-width: 3.75rem;
  height: 1.875rem;
  color: #ffffff;
  background-color: #00aaff;
  padding: 0 1rem;
  line-height: 1.875rem;
  border-radius: .5rem;
  white-space: nowrap;
  box-shadow: 0 0 .3125rem rgba(255, 255, 255, 0.801);
}
.list-box{
  min-height: 43.5rem;
  display: flex;
  flex-direction: column;
}

.info-window{
  width: 22.75rem;
  /* box-sizing: border-box;
  padding: 1.125rem; */
  /* background-color: #ffffff; */
  border-radius: .25rem;
  /* box-shadow: 0 0 .625rem rgba(170, 170, 170, 0.603); */
  display: flex;
  flex-direction: column;
  position: relative;
  /* align-self: center; */
}
.window-top{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .625rem 0;
}
.shape-info{
  margin-top: .3125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.window-img{
  width: 8.625rem;
  height: 6.125rem;
}
.window-img img{
  width: 100%;
  height: 100%;
}
.right-info2{
  margin-left: 1.25rem;
  width: 12.5rem;
  height: 6.125rem;
}
.window-bottom{
  width: 100%;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff5f8 !important;
  color: #00aaff;
  margin-top: .875rem;
  font-size: .875rem;
}
.closed{
  position: absolute;
  top: .3125rem;
  right: .3125rem;
}
