body {
  background-color: #fff !important;
}

.search-item {
  width: auto;
  height: auto;
  background: #f6f7fb;
  border-radius: 10px 10px 10px 10px;
  margin: 0 10px;
  overflow: hidden;
}

.search-item-box {
  overflow: hidden;
}

.search-item-img {
  height: 80px;
  margin-top: 15px;
  margin-bottom: 16px;
  text-align: center;
}

.search-item-text {
  margin: 0 10px 10px 10px;
}

.search-header {
  height: 36px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
  /* padding: 0 10px; */
  overflow: hidden;
}

.search-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0 10px;
}

.search-header-input-box {
  position: relative;
  width: 70%;
}

.search-header-form {
  background: #f5f5f5;
  width: 100%;
  border-radius: 14px 14px 14px 14px;
}

.search-header-input {
  width: 100%;
  height: 28px;
  padding-right: 60px;
  background: #f5f5f5;
  border-radius: 14px 14px 14px 14px;
  text-indent: 35px;
  margin-left: 10px;
  font-size: 14px;
}

.search-header-search3 {
  background: #f5f5f5;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 3px;
}

.search-header-btn {
  position: absolute;
  right: -6px;
  top: 2px;
  width: 48px;
  height: 24px;
  background: #ff6000;
  border-radius: 14px 14px 14px 14px;
  color: #ffff;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}

.search-reminder {
  display: flex;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-left: 10px;
}

.search-header-return {
  height: 30px;
}
