._wrap {
  min-height: 5rem;
  margin: 0 auto;
}
._wrap ._swiper {
  width: 100%;
  height: 5.15625rem;
  position: relative;
}
._wrap ._swiper ._searchProject {
  width: 6.845rem;
  height: 0.84375rem;
  position: absolute;
  top: 0.1125rem;
  left: 0.375rem;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
._wrap ._swiper ._searchProject img {
  display: block;
  width: 2.196875rem;
}
._wrap ._swiper ._searchProject ._keyword {
  width: 4.39rem;
  height: 0.485rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.385rem;
  position: relative;
  overflow: hidden;
}
._wrap ._swiper ._searchProject ._keyword ._writeKeyword {
  width: 100%;
  height: 98%;
  font-size: 0.28125rem;
  opacity: 0.5;
  padding: 0;
  margin: 0;
  border-radius: 0.385rem;
  border: none;
  padding-left: 0.3125rem;
}
._wrap ._swiper ._searchProject ._keyword ._goprojectlist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 0.485rem;
  position: absolute;
  right: 0.1125rem;
  top: 0;
  color: #fff;
  font-size: 0.28125rem;
}
._wrap ._swiper ._searchProject ._keyword ._goprojectlist img {
  width: 0.290625rem;
  height: 0.290625rem;
  margin-right: 0.15625rem;
}
._wrap ._swiper .swiper-container {
  height: 100%;
}
._wrap ._swiper .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}
._wrap ._swiper .swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
._wrap ._swiper .swiper-container .swiper-pagination-bullet {
  background: #e1e1e1;
}
