@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('https://at.alicdn.com/t/webfont_jura4lqiwq.eot');
  /* IE9*/
  src: url('https://at.alicdn.com/t/webfont_jura4lqiwq.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://at.alicdn.com/t/webfont_jura4lqiwq.woff2') format('woff2'),
    url('https://at.alicdn.com/t/webfont_jura4lqiwq.woff') format('woff'),
    /* chrome、firefox */
    url('https://at.alicdn.com/t/webfont_jura4lqiwq.ttf') format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('https://at.alicdn.com/t/webfont_jura4lqiwq.svg#NotoSansHans-DemiLight') format('svg');
  /* iOS 4.1- */
}

.web-font {
  font-family: "webfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #00bd9d;
  /* background: linear-gradient(to left ,#baf0f2,#baf1ec,#bdf3e6,#bdf3e6,#bef5e2); */
}


.bg1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  background:url("../img/detachment.png") center bottom no-repeat;
  opacity: 0.8;
}

.bg1 img {
  width: 100%;
  opacity: .7;
}

.garbegeBox {
  height: auto;
}

.box {
  width: 50%;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  justify-items: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.title {
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.title i.web-font {
  color: #fffbfa;
  font-size: 2.5em;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.garbegeSearchBox {
  background-color: #8bd7d2;
  border:1px solid #8bd7d275;
  border-radius: 2em;
  height: 40px;
  line-height: 40px;
  width: 80%;
  margin: 15px auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  transition:width 1s;
	-webkit-transition:width 0.5s;
}
.garbegeSearchBox:hover{
  box-shadow:  0 0 10px #fffbfa;
  width: 90%;
  background-color: #fffbfa;
}
.garbegeSearchBox:hover .searchInput{
  color: #00bd9d;
}
.searchInput{
  width: 80%;
  height: 38px;
  line-height: 38px;
  padding: 0;
  background-color: inherit;
  border: none;
  font-size: 20px;
  color: #fffbfa;
}
.searchBtn{
  width: 20%;
  height: 32px;
  background: url("../img/search.svg") center center no-repeat;
  background-size: 32px 32px;
  border: none;
  cursor: pointer;
}
.searchBtn:focus,.searchInput:focus{
  outline: none;
}
.garbegeShowBox {
  width: 80%;
  margin: 0 auto;
  color: #f8f9fa;
  font-size: 20px;
  line-height: 1.5em;
  max-height: 350px;

}

@media screen and (max-width: 980px) {
  .box{
    width: 90%;
  }
  .title i.web-font {
    font-size: 1.5em;
  }
}