.swipe-container {
  left: 1;
  position: relative;
}
.swipe-container .swipe {
  width: 100%;
  height: 480px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.swipe-container .swipe .swipe-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swipe-container .search-box {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swipe-container .search-box .title {
  font-size: 56px;
  font-weight: 500;
}
.swipe-container .search-box .brief {
  color: #BFBFBF;
  padding: 10px 0;
}
.swipe-container .search-box .search-input {
  width: 30%;
  height: 50px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  align-items: center;
  display: flex;
  margin: 20px 0 20px;
  padding: 0 20px;
}
.swipe-container .search-box .search-input .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.swipe-container .search-box .search-input .select:hover .options {
  display: flex;
}
.swipe-container .search-box .search-input .select .type {
  color: #000;
  font-size: 14px;
}
.swipe-container .search-box .search-input .select .options {
  display: none;
  width: 100px;
  position: absolute;
  top: 50px;
  left: -20px;
  background-color: #fff;
  color: #000;
  padding: 10px 0;
  border-radius: 15px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: center;
}
.swipe-container .search-box .search-input .select .options .option {
  width: 100%;
  padding: 10px 20px;
}
.swipe-container .search-box .search-input .select .options .option:hover {
  color: #409eff;
}
.swipe-container .search-box .search-input .input {
  flex: 1;
  height: 100%;
  padding: 0 10px;
  border-width: 0;
  background-color: transparent;
  outline: none;
}
.swipe-container .search-box .search-input .search-btn {
  cursor: pointer;
}
.swipe-container .search-box .keyword {
  align-items: center;
  display: flex;
  color: #BFBFBF;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.swipe-container .order-info {
  position: absolute;
  top: 18px;
  right: 13px;
  text-align: right;
}
.swipe-container .works-name {
  position: absolute;
  bottom: 18px;
  right: 13px;
  text-align: right;
}/*# sourceMappingURL=index.css.map */