.good-search {
  padding: 0.5rem;
  padding-top: 1.5rem;
}

.sw-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem;
  padding-left: 0.5rem;
  background-color: #ffffff6c;
  border-radius: 50px;
  /* background-color: seagreen; */
}

.good-search .sw-box input {
  background: none;
  width: 65%;
  padding: 0.3rem 0;
  padding-left: 0.5rem;
  border-radius: 50px;
  /* background-color: skyblue; */
}

.good-search .sw-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: antiquewhite; */
}

.good-search .sw-box .img {
  width: 1rem;
  height: 1rem;
}

.good-search .sw-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  height: 1.3rem;
}

.good-search .sw-box .submit_search {
  padding: 0 0.8rem;
  color: white;
  border-radius: 50px;
  background: linear-gradient(135deg, #f12711, #f5af19);
}

.scroll {
  position: relative;
  margin: 0 0.5rem;
  height: 3.5rem;
  overflow-y: hidden;
  overflow-x: scroll;
  border-radius: 0.2rem;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* background-color: #fce38a; */
}

.scroll::-webkit-scrollbar {
  display: none;
}

.scroll .scrollBox {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  /* background-color: #fce38a; */
}

.scroll .manner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.2rem 0.1rem;
  min-width: 3rem;
  height: 100%;
  border-radius: 0.2rem;
  background-color: white;
}

.scroll .manner .manner-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  /* background-color: antiquewhite; */
}

.manner-img img {
  width: 100%;
  height: 100%;
}

.scroll .manner .manner-name {
  font-size: 0.5rem;
  font-weight: 700;
  text-align: center;
  color: black;
  white-space:nowrap;
  /* background-color: pink; */
}
