.search-page .common-banner {
  position: relative;
  z-index: 2;
}

.search-page .common-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.search-page .common-banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-page .common-banner .text .tag {
  font-size: var(--font36);
  color: #fff;
}

.search-page .common-banner .text .tag::before {
  display: none;
}

.search-page .search-components {
  display: block;
  padding: 0.26rem 0.6rem 0.35rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.21rem 0px rgba(0, 0, 0, 0.1);
  margin: max(0.6rem, 30px) auto;
}

.search-page .search-components table {
  display: block;
}

.search-page .search-components tbody {
  display: block;
  width: 100%;
}

.search-page .wp_search table tr {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-page .wp_search table tr td {
  flex: 1;
  height: auto;
}

.search-page .wp_search table tr td:last-child {
  width: 5%;
  flex: none;
  flex-shrink: 0;
}

.search-page #keyword {
  display: block;
  color: #000;
  font-style: normal;
  width: 100% !important;
  height: 0.6rem;
  min-height: 45px;
  padding-right: 45px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background-color: transparent;
  padding-left: max(0.3rem, 15px);
  font-size: 16px;
}
