.search-keyword .search-header {
  padding: 3.75rem 0;
  background: #f4f7fa;
}
.search-keyword .search-header h1 {
  text-align: center;
  margin-bottom: 20px;
}
.search-keyword .search-header .form-section {
  width: 50rem;
  margin: 0 auto;
  height: 45px;
  border-radius: 1.40625rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e7e7;
}
.search-keyword .search-header .form-section form {
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 1.25rem;
}
.search-keyword .search-header .form-section form input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0 0 0 1000px white inset;
}
.search-keyword .search-header .form-section form input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
}
.search-keyword .search-header .form-section form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
  font-size: 14px;
}
.search-keyword .search-header .form-section form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  font-size: 14px;
}
.search-keyword .search-header .form-section form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
  font-size: 14px;
}
.search-keyword .search-header .form-section button {
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 20px;
  color: #a1a1a1;
}
@media (max-width: 1200px) {
  .search-keyword .search-header .form-section {
    width: 100%;
  }
}
.search-keyword .search-header .hot-search-box {
  width: 50rem;
  margin: 10px auto;
  padding-left: 20px;
}
.search-keyword .search-header .hot-search-box .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-keyword .search-header .hot-search-box .list-box .list-item {
  margin-right: 20px;
}
.search-keyword .search-header .hot-search-box .list-box .list-item:nth-child(n+3) {
  position: relative;
  padding-left: 25px;
}
.search-keyword .search-header .hot-search-box .list-box .list-item:nth-child(n+3)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #bfc0c1;
  border-radius: 100%;
}
.search-keyword .search-header .hot-search-box .list-box .list-item a {
  font-size: 14px;
  color: #000;
}
.search-keyword .search-header .hot-search-box .list-box .list-item a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.search-keyword .search-result {
  width: 40%;
  margin: auto;
  padding-top: 1.6875rem;
}
.search-keyword .icon-search {
  cursor: pointer;
}
