html,
body {
  background: #FFFFFF !important;
}
.repair-item,
.wd-item {
  background: #f5f5f5 !important;
}
.search-continer {
  width: 100%;
  margin-top: 40px;
}
.search-continer-box {
  width: 790px !important;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #F86A2A;
  border-radius: 4px;
}
.search-continer-input {
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 668px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}
.search-continer-button {
  width: 120px;
  height: 45px;
  background: #F86A2A;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.search-continer-button img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.search-message {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 15px;
}
.search-message em {
  color: #F86A2A;
}
.rm-pp-right {
  width: 100%;
}
.rm-pp-right .rm-pp-r-item .rm-pp-r-nr {
  height: 90px;
  width: 840px;
  margin-left: 20px;
}
.search-more {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  margin-top: 25px;
}
.consultation-item-box {
  border: 1px solid #EBEBEB;
  width: 378px;
}
.wxwd-item {
  border: 1px solid #EBEBEB;
}
.search-more:hover {
  text-decoration: underline;
}
.no-content-box {
  width: 100%;
  height: 430px;
  text-align: center;
}
.no-content-box img {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
.no-content-box span {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.no-content-box .no-content {
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .rm-pp-right .rm-pp-r-item .rm-pp-r-nr {
    height: 1.4rem;
    width: 2.5rem;
    margin-left: 0.2rem;
  }
  .search-continer-box {
    width: 100% !important;
    height: 0.8rem;
    background: #FFFFFF;
  }
  .search-continer-input {
    height: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    width: 80%;
    font-size: 0.3rem;
    font-weight: 400;
    color: #333;
  }
  .search-continer-button {
    width: 20%;
    height: 0.8rem;
    background: #F86A2A;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
  }
  .search-continer-button img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.05rem;
  }
  .search-more-h5 {
    margin-bottom: 0.3rem;
  }
  .no-content-box img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.3rem;
  }
  .no-content-box span {
    font-size: 0.24rem;
  }
  .no-content-box {
    width: 100%;
    height: 6rem;
    text-align: center;
  }
}
