#search_bar {
  position: absolute;
  min-width: 70%;
  height: 0.88rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.11rem 0.14rem 0 rgba(36, 57, 91, 0.17);
  border-radius: 0.1rem 0 0 0.1rem;
  right: 0;
  bottom: -0.4rem;
  z-index: 33;
  padding: 0 0.34rem;
  display: block !important;
}
#search_bar .search-box {
  overflow: hidden;
  height: 0.3rem;
  border-radius: 0.15rem;
  border: 1px solid rgba(151, 151, 151, 1);
  margin-top: 0.3rem;
  margin-right: 0.6rem;
}

#search_bar button .search-icon {
  width: 0.16rem;
  height: 0.16rem;
}

#search_bar #form-control {
  height: 0.2rem;
  background: none;
  border: none;
  outline: none;
  /* color: #AEADAD; */
  margin-left: 0.1rem;
  box-shadow: none;
}

#search_bar .hot-tag {
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}

/* #search_bar 上面都是 */

.box-flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

button,
input {
  border: none;
  outline: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.submit-button {
  background-color: #fff;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-left {
    float: left !important;
  }
}
