.s-header {
  padding: 10px 15px;
  background-color: #fff;
  position: fixed;
  z-index: 9;
  top: 0;
  top: 44px;
  left: 0;
  right: 0;
}

.s-input-box {
  display: flex;
  align-items: center;
  height: 35px;
  border-radius: 5px;
  border: 1px solid rgba(212, 212, 212, 0.5);
}
.s-input-box input {
  width: 100%;
  border: none;
  background-color: #fff;
}
.s-input-box .uni-icon {
  line-height: 35px;
}
.s-input-box .house-prompt-list {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}
.s-input-box .house-prompt-list .tips {
  height: 40px;
  line-height: 40px;
  color: #999;
  padding-left: 15px;
}
.s-input-box .house-prompt-list .house-prompt-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 41px;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.prompt-list {
  position: absolute;
  top: 50px;
  left: 0;
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}
.prompt-list .prompt-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #F2F3F7;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.prompt-list .prompt-item .prompt-item-type {
  display: inline-block;
  margin-right: 10px;
  width: 65px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #F0F4FE;
  border-radius: 1px;
  font-size: 10px;
  color: #2F9BFE;
}

.s-main {
  padding: 60px 15px 0 15px;
}

.s-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid rgba(212, 212, 212, 0.4);
}

.label-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.label-box .label-item {
  width: 48%;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  color: #777777;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.s-box {
  border: 1px solid rgb(240, 241, 241);
  border-radius: 10rpx;
  background-image: linear-gradient(-180deg, rgb(252, 237, 237) 6%, rgb(254, 246, 246) 20%, rgb(255, 255, 255) 42%);
  width: 450rpx;
  padding: 30rpx;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #fff;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  background-color: #fff;
}/*# sourceMappingURL=search.css.map */