nav {
  width: 100vw;
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
html {
  overflow-x: hidden;
}
body {
  animation: fadeIn 0.6s ease-in-out;
  overflow-x: hidden;
}
.navbar-default {
  background-color: #fff;
  border: none;
  margin-bottom: 0;
}
.navbar-default .nav.navbar-nav.navbar-right .active a {
  background-color: #fff;
  color: #008f3f;
}
.navbar-default .nav.navbar-nav.navbar-right a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-default .nav.navbar-nav.navbar-right a:hover {
  color: #008f3f;
}
body {
  padding-top: 80px;
  font-family: Microsoft YaHei !important;
}
.navbar {
  min-height: 80px;
}
.navbar .navbar-brand {
  padding: 0 !important;
}
.navbar .navbar-brand img {
  height: 40px;
  margin-top: 20px;
}
.navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
}
.nav.navbar-nav.navbar-right li a {
  color: #333;
}
.footer {
  font-size: 16px;
  height: 240px;
  background-color: #313131;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .text {
  margin-top: 90px;
  line-height: 1.6em;
}
.footer .qrcode {
  text-align: center;
  margin-top: 50px;
}
.footer .qrcode .content img {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .navbar-default {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
  }
  .navbar-default .nav.navbar-nav.navbar-right .active a {
    background-color: #fff;
    color: #008f3f;
  }
  .navbar-default .nav.navbar-nav.navbar-right a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-default .nav.navbar-nav.navbar-right a:hover {
    color: #008f3f;
  }
  body {
    padding-top: 50px;
  }
  .navbar {
    min-height: 50px;
  }
  .navbar .navbar-brand {
    padding: 15px 15px;
  }
  .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar .navbar-brand {
    padding: 0 !important;
    margin-left: 10px;
  }
  .navbar .navbar-brand img {
    height: 30px;
    margin-top: 10px;
  }
  .footer {
    font-size: 14px;
    padding: 20px 0;
    height: auto;
  }
  .footer .text {
    margin-top: 10px;
  }
  .footer .qrcode {
    margin-top: 20px;
  }
  .footer .qrcode .content {
    float: left;
  }
}
.navbar.navbar-default {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.alert {
  width: 50%;
  position: fixed;
  top: 10px;
  left: 25%;
  z-index: 99999;
  animation: fadeIn 0.6s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grids-item h2 {
  text-align: center;
  line-height: 3em;
  height: 3em;
}
.grids-item h2 span {
  color: #008f3f;
}
.grids-item .row {
  margin: 0;
}
.grids-item .row > div {
  background-color: #e2f7e5;
  background-clip: content-box;
  min-height: 460px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.grids-item .row > div:hover {
  transform: translateY(-8px);
  background-color: #c4f7cf;
}
.grids-item .row > div .text-wrap {
  padding: 0 2em;
  line-height: 1.5em;
}
.grids-item .row > div .text-wrap h3 {
  text-align: center;
  color: #008f3f;
}
.recycle h2 {
  text-align: center;
  color: #008f3f;
  line-height: 3em;
  height: 3em;
  margin-top: 0;
  margin-bottom: 0;
}
.recycle p {
  text-align: center;
  padding: 0 10%;
  font-size: 20px;
  margin-bottom: 20px;
}
.recycle .row > div {
  margin-bottom: 30px;
}
.recycle .row > div img {
  transition: all 0.3s;
  width: 100%;
}
.recycle .row > div img:hover {
  box-shadow: 0 3px 10px 0 rgba(165, 247, 167, 0.8);
}
.flow {
  background-color: #e2f7e5;
  padding: 50px 0;
}
.flow p {
  text-align: center;
  padding: 0 10%;
  font-size: 20px;
  margin-bottom: 20px;
}
.flow h2 {
  text-align: center;
  color: #008f3f;
  margin-top: 0;
}
.flow img {
  width: 100%;
}
.carousel-indicators .active {
  height: 20px;
  width: 20px;
  padding: 2px;
  border: 1px solid #f5b725;
  background-color: #f5b725;
  background-clip: content-box;
}
.carousel-indicators li {
  transition: all 0.3s;
  border-radius: 9999px;
  margin-right: 10px !important;
  padding: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background-color: #fff;
  background-clip: content-box;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-inner img {
  width: 100%;
}
@media (max-width: 768px) {
  .carousel-indicators .active {
    height: 12px;
    width: 12px;
    padding: 2px;
    border: 1px solid #f5b725;
    background-color: #f5b725;
    background-clip: content-box;
  }
  .carousel-indicators li {
    border-radius: 9999px;
    margin-right: 5px !important;
    padding: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background-color: #fff;
    background-clip: content-box;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .carousel-inner .item img {
    transform: scale(1.2);
  }
  .grids-item h2 {
    padding: 0 2em;
    font-size: 16px;
    text-align: center;
    line-height: 1.2em;
  }
  .grids-item h2 span {
    color: #008f3f;
  }
  .grids-item .row {
    margin: 0;
  }
  .grids-item .row > div {
    background-color: #e2f7e5;
    background-clip: content-box;
    min-height: 300px;
    margin-bottom: 30px;
  }
  .grids-item .row > div .text-wrap {
    padding: 0 2em;
    padding-bottom: 20px;
    line-height: 1.3em;
  }
  .grids-item .row > div .text-wrap h3 {
    font-size: 14px;
    text-align: center;
    color: #008f3f;
  }
  .recycle h2 {
    font-size: 16px;
    text-align: center;
    color: #008f3f;
  }
  .recycle p {
    font-size: 14px;
  }
  .recycle .row {
    margin: 0;
  }
  .recycle .row > div {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .recycle .row > div img {
    width: 100%;
  }
  .flow {
    background-color: #e2f7e5;
    padding: 20px 0;
  }
  .flow p {
    font-size: 14px;
  }
  .flow h2 {
    font-size: 16px;
    text-align: center;
    color: #008f3f;
    margin-top: 0;
  }
  .flow img {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */