.search-root {
  text-align: center;
  width: 100%;
}

.search-container {
  margin: 0 auto;
  height: 50px;
  max-width: 464px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  overflow: hidden;
}

/* icon 实际大小 22px */
.icon-search {
  height: 100%;
  width: 64px;
  background: url("../../img/incss/icon-search.png") center center no-repeat;
  background-color: #fff;
}

.search-input {
  text-align: left;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  color: rgb(153, 153, 153);
  background-color: #fff;
}

.search-input::placeholder {
  color: rgb(153, 153, 153);
}

.search-button {
  height: 100%;
  width: 100px;
  text-align: center;
  background: rgb(39, 117, 204);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .search-container {
  }
}
