.ywzsk-search-bar {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ywzsk-search {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
  gap: 10px;
  font-size: 18px;
}
.search-type {
  background-color: transparent;
  border: none;
  margin-left: 20px;
  margin-right: 5px;
  text-align: center;
}

.search-text {
  border: none;
  height: 100%;
  width: 400px;
  max-width: 100%;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}
.gosearch {
  color: #fff;
  background-color: #0276cd;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  padding: 0 30px;
  vertical-align: middle;
}
.listbox {
  min-height: 500px;
}
@media (max-width: 768px) {
  .search-text {
    flex: 1;
    width: auto;
  }
  .search-type {
    margin-left: 6px;
  }
  .gosearch {
    padding: 0 10px;
  }
}
