#app {
  padding-bottom: 80px;
  background: #f7f7f7;
}


/* ÅÅÐòËÑË÷ */
.sort-container {
  margin-bottom: 35px;
}

.sort-container .left {
  font-size: 18px;
  font-weight: 500;
  color: #004CA0;
}

.sort-container .left .new {
  margin-right: 45px;
}

.sort-container .sort-t {
  display: none;
}

.sort-container .sort-item {
  cursor: pointer;
}

.sort-container .sort-item.active .sort-b {
  display: none;
}

.sort-container .sort-item.active .sort-t {
  display: block;
}

.sort-container .search {
  position: relative;
}

.sort-container .search::after {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  background: #004EA1;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}


.sort-container .search .search-icon {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.sort-container .search .search-icon img{
  width: 100%;
  height: 100%;

}

.sort-container .search input.form-control {
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 8px;
  padding-right: 40px;
  width: 176px;
  height: 30px;
  border-radius: 34px;
  box-sizing: border-box;
  border: 1px solid #004EA1;

  font-size: 14px;
  color: #767676;
}


/* select Ñ¡Ïî */
.select-container {
  padding: 34px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 35px;
}

.select-container .row {
  margin: 24px 0;
}

.select-container .label-title {
  width: 90px;
  font-size: 18px;
  color: #151515;
  margin-right: 25px;
  flex-shrink: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

.select-container .options .item {
  margin: 4px 15px;
  font-size: 18px;
  color: #717171;
  cursor: pointer;
}

.select-container .options .item.active {
  color: #004ca0;
}

.select-container .options .item:hover {
  color: #004ca0;
}

.select-container .options .all {
  font-size: 18px;
  font-weight: 500;
  color: #004ca0;
  cursor: pointer;
}

.popular-properties-container .left-item {
  width: 100%;
  margin: 15px 0;
  padding: 15px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
}
.popular-properties-container .left-item .cover {
  width: 313px;
  height: 222px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 18px;
}
.popular-properties-container .left-item .title {
  font-size: 22px;
  color: #171717;
}
.popular-properties-container .left-item .mid-label {
  font-size: 16px;
  font-weight: 500;
  color: #787878;
}
.popular-properties-container .left-item .value {
  font-size: 18px;
  color: #1b1b1b;
}
.popular-properties-container .left-item .view {
  font-size: 12px;
  color: #787878;
}
.popular-properties-container .left-item .view img {
  margin-right: 10px;
}
.popular-properties-container .left-item .space {
  margin: 10px 0;
}
.popular-properties-container .left-item .btns .btn {
  padding: 5px 12px;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 15px;
}
.popular-properties-container .left-item .btns .free {
  background: rgba(190, 221, 255, 0.7);
  border: 1px solid #145499;
  color: #145499;
}
.popular-properties-container .left-item .btns .visit {
  background: rgba(190, 255, 248, 0.7);
  border: 1px solid #14997c;
  color: #14997c;
}

.popular-properties-container .left-item .right-btn {
  width: 105px;
  height: 105px;
  border-radius: 15px;
  background: linear-gradient(125deg, #5ba5e8 0%, #005ec2 98%);
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

/* right */
.popular-properties-container .compute {
  margin-bottom: 30px;
  cursor: pointer;
}
.popular-properties-container .compute .title {
  font-size: 20px;
  color: #474747;
}
.popular-properties-container .compute .price {
  margin: 15px 0;
  width: 100%;
  height: 56px;
  border-radius: 9px;
  background: #f3f3f3;
  box-sizing: border-box;
  border: 2px solid #cacaca;
}
.popular-properties-container .compute .price img {
  margin-left: auto;
  margin-right: 15px;
}
.popular-properties-container .compute .input {
  margin: 8px 0;
  width: 100%;
  height: 43px;
  border-radius: 78px;
  background: #f3f3f3;

  font-size: 14px;
  color: #a3a3a3;

  padding-left: 26px;
}

.popular-properties-container .compute .get-price {
  margin-top: 20px;
  width: 213px;
  height: 48px;
  border-radius: 78px;
  background: #005ec2;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.popular-properties-container .cur--designer .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.popular-properties-container .cur--designer .username {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

.popular-properties-container .cur--designer .position {
  height: 22px;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #b6d9ff;
  position: relative;
  border-radius: 22px;
  background: #3a3a3a;
  /* margin-left: 9px; */
}

.popular-properties-container .cur--designer .position img {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

.popular-properties-container .cur--designer .cur-designer-intro {
  margin-top: 32px;

  font-size: 14px;
  color: #7a7a7a;
}

.popular-properties-container .other-cases {
  margin-bottom: 30px;
}

.popular-properties-container .other-cases .res-item {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(13, 35, 62, 0.05);
  border-radius: 10px;
  margin: 15px 0;
}

.popular-properties-container .other-cases .cover {
  width: 100%;
  height: 160px;
  border-radius: 10px 10px 0px 0px;
}

.popular-properties-container .other-cases .info {
  padding: 15px 12px;
  box-sizing: border-box;
}

.popular-properties-container .other-cases .left .top span {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
}

.popular-properties-container .other-cases .left .top > span + span:before {
  color: #cccccc;
  content: "|";
  padding: 0 5px;
}

.popular-properties-container .other-cases .left .bottom {
  margin-top: 10px;
}

.popular-properties-container .other-cases .avatar {
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-right: 8px;
}

.popular-properties-container .other-cases .username {
  font-size: 12px;
  color: #595959;
}

.popular-properties-container .other-cases .addr {
  font-size: 17px;
  font-weight: bold;
  color: #151515;
  text-align: right;
}

.popular-properties-container .other-cases .contact-btn {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  width: 96px;
  height: 30px;
  border-radius: 40px;
  cursor: pointer;
  background: linear-gradient(77deg, #8ab4e0 -6%, #3585da 112%);
}

.popular-properties-container .other-cases .title:first-child {
  margin-top: 0;
}
.popular-properties-container .other-cases .title {
  font-size: 24px;
  font-weight: bold;
  color: #151515;
  margin-top: 88px;
  margin-bottom: 34px;
}

.bg-white {
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(13, 35, 62, 0.05);
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .popular-properties-container .left-item .right-btn {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .popular-properties-container .right {
    display: none;
  }
}


<!--ºÄÊ±1755809614.1929Ãë-->