body {
  background-color: #fafafa;
}
.banner {
  width: 100%;
  height: 601px;
  background: url(https://main-uoolu.uoolu.com/homehi/banner.png) no-repeat center center / cover;
}
.banner .w {
  padding-top: 220px;
}
.banner .w .banner-title {
  text-align: center;
  font-size: 55px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 36px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}
.banner .w .banner-str {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 56px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
}
.banner .w .search {
  width: 100%;
  height: 69px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
}
.banner .w .search .search-input {
  width: 1019px;
  padding: 0 100px 0 95px;
  box-sizing: border-box;
  background: url(https://main-uoolu.uoolu.com/homehi/icon3.png) no-repeat 54px 26px;
  font-size: 24px;
  font-weight: 300;
  height: 69px;
  outline: none;
  border-radius: 10px;
  border: none;
}
.banner .w .search .search-input::placeholder {
  color: #a8a8a8;
}
.banner .w .search .search-btn {
  width: 181px;
  height: 69px;
  background-color: #1a43ce;
  border-radius: 0px 10px 10px 0;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .w .search .search-btn:hover {
  background-color: #204de2;
}
.good-house .w {
  padding: 103px 0 50px;
}
.good-house .w .title {
  font-size: 45px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin-bottom: 70px;
}
.good-house .w .house-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
}
.good-house .w .house-nav .house-nav-item {
  font-size: 30px;
  font-weight: 300;
  color: #999999;
  margin: 0 35px;
  cursor: pointer;
}
.good-house .w .house-nav .house-nav-item:hover {
  color: #333;
  font-weight: 500;
}
.good-house .w .house-nav .house-nav-item.active {
  color: #333;
  position: relative;
  font-weight: 500;
}
.good-house .w .house-nav .active::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 63px;
  height: 7px;
  background-color: #1981e2;
  border-radius: 3px;
}
.good-house .w .house-list .list-item {
  display: none;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.good-house .w .house-list .list-item .house-item {
  width: 384px;
  height: 381px;
  background-color: #ffffff;
  box-shadow: 3px 3px 2px 0px rgba(44, 35, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 34px;
  transition: all 0.3s;
}
.good-house .w .house-list .list-item .house-item .house-cover {
  width: 100%;
  height: 249px;
  background: no-repeat center center / cover;
}
.good-house .w .house-list .list-item .house-item .house-info {
  width: 100%;
  padding: 10px 14px 0;
  box-sizing: border-box;
}
.good-house .w .house-list .list-item .house-item .house-info .house-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.good-house .w .house-list .list-item .house-item .house-info .house-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.good-house .w .house-list .list-item .house-item .house-info .house-sub .house-price {
  font-size: 22px;
  font-weight: 400;
  color: #ec4b0c;
}
.good-house .w .house-list .list-item .house-item .house-info .house-sub .house-address {
  display: flex;
  align-items: center;
}
.good-house .w .house-list .list-item .house-item .house-info .house-sub .house-address img {
  width: 10px;
  height: 14px;
  margin-right: 9px;
}
.good-house .w .house-list .list-item .house-item .house-info .house-sub .house-address span {
  font-size: 15px;
  font-weight: 300;
  color: #8e8e93;
}
.good-house .w .house-list .list-item .house-item .house-info .house-range .range-item {
  display: flex;
  align-items: center;
}
.good-house .w .house-list .list-item .house-item .house-info .house-range .range-item img {
  width: 18px;
  height: 19px;
  margin-right: 8px;
  object-fit: contain;
}
.good-house .w .house-list .list-item .house-item .house-info .house-range .range-item b {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  margin-right: 11px;
}
.good-house .w .house-list .list-item .house-item .house-info .house-range .range-item span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
}
.good-house .w .house-list .list-item .house-item:hover {
  transform: translate(0, -3px);
}
.good-house .w .house-list .list-item.active {
  display: flex;
}
.good-house .w .house-list .list-item::after {
  content: '';
  width: 384px;
  height: 0;
}
.good-house .w .more-house-btn {
  width: 420px;
  height: 57px;
  border-radius: 28px;
  border: solid 2px #1981e2;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #1981e2;
}
.good-house .w .more-house-btn:hover {
  color: #13528d;
  border: solid 2px #13528d;
}
.top-place .w {
  padding: 50px 0 20px;
}
.top-place .w .title {
  font-size: 45px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin-bottom: 70px;
}
.top-place .w .place-list .place-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.top-place .w .place-list .place-row .place-item {
  width: 281px;
  height: 173px;
  background: no-repeat center center / cover;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 7px;
  color: #ffffff;
  transition: all 0.3s;
}
.top-place .w .place-list .place-row .place-item:nth-child(1) {
  width: 586px;
}
.top-place .w .place-list .place-row .place-item:hover {
  transform: translate(0, -3px);
}
.top-place .w .place-list .place-row:nth-child(2n) .place-item:nth-child(1) {
  width: 281px;
}
.top-place .w .place-list .place-row:nth-child(2n) .place-item:nth-child(3) {
  width: 586px;
}
.web-data .w {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-data .w .data-item {
  display: flex;
  align-items: center;
}
.web-data .w .data-item .data-icon {
  width: 72px;
  height: 72px;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-data .w .data-item .data-icon .icon2 {
  display: none;
}
.web-data .w .data-item .data-icon:hover {
  border-color: #1682e1;
  background-color: #1682e1;
}
.web-data .w .data-item .data-icon:hover .icon1 {
  display: none;
}
.web-data .w .data-item .data-icon:hover .icon2 {
  display: block;
}
.web-data .w .data-item .data-info {
  padding-left: 31px;
}
.web-data .w .data-item .data-info .data-num {
  font-size: 45px;
  font-weight: 300;
  color: #333333;
}
.web-data .w .data-item .data-info .data-sub {
  font-size: 18px;
  font-weight: 300;
  color: #999999;
}
.cooperate .w {
  padding: 50px 0 130px;
}
.cooperate .w .title {
  font-size: 45px;
  font-weight: 300;
  color: #333333;
  text-align: center;
  margin-bottom: 70px;
}
.cooperate .w .cooperate-list {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 45px 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
.cooperate .w .cooperate-list .cooperate-item {
  width: 185px;
  margin: 0 43px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.cooperate .w .cooperate-list .cooperate-item img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.cooperate .w .cooperate-list .cooperate-item:nth-child(5n) {
  margin-right: 0;
}
