.home {
  position: relative;
}
.home .banner {
  position: relative;
}
.home .banner .bg {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
}
.home .banner .text h1 {
  font-size: 3.3333333333vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.12;
}
.home .banner .waterBox {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: -0.1041666667vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .banner .waterBox svg {
  width: 100%;
  height: 4.0625vw;
  max-height: 100vh;
  margin: 0;
  display: block;
}
.home .banner .waterBox .water .parallax > use {
  transition: fill 0.5s ease-in-out;
  animation: 5s linear 1s infinite move-forever;
}
.home .main {
  margin: 4.1666666667vw 10.4166666667vw 10.4166666667vw 10.4166666667vw;
}
.home .main > * {
  padding: 0 8.3333333333vw 0.625vw 8.3333333333vw;
}
.home .main .bottom_line {
  border-bottom: 1px solid #DDD;
}
.home .main .t {
  text-align: center;
  font-weight: 600;
  font-size: 1.875vw;
}
.home .main .t2 {
  margin: 2.1875vw 0;
  display: flex;
  justify-content: space-between;
}
.home .main .t2 .share {
  display: flex;
  align-items: center;
}
.home .main .t2 .share p {
  color: #000;
  font-size: 0.8333333333vw;
}
.home .main .t2 .share .icons {
  display: flex;
}
.home .main .t2 .share .icons a {
  margin-left: 0.5208333333vw;
}
.home .main .t2 .share .icons a img {
  max-width: 1.0416666667vw;
  display: block;
  opacity: 0.5;
  transition: all 600ms;
}
.home .main .t2 .share .icons a:hover img {
  opacity: 1;
}
.home .main .html {
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
.home .main .html img {
  width: 100%;
  vertical-align: middle;
}
.home .main .html .f_24 {
  font-size: 1.25vw;
  font-weight: 500;
}
.home .main .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.0833333333vw 0;
}
.home .main .pager .prev {
  display: flex;
  align-items: center;
  font-size: 0.8333333333vw;
}
.home .main .pager .prev svg {
  width: 1.25vw;
  display: block;
  margin-right: 0.625vw;
  transition: all 600ms;
}
.home .main .pager .prev:hover svg {
  transform: translateX(0.2604166667vw);
}
.home .main .pager .back {
  color: #000;
  font-size: 0.8333333333vw;
  text-decoration: underline;
}
.home .main .pager .next {
  display: flex;
  align-items: center;
  font-size: 0.8333333333vw;
}
.home .main .pager .next svg {
  width: 1.25vw;
  display: block;
  margin-left: 0.625vw;
  transition: all 600ms;
}
.home .main .pager .next:hover svg {
  transform: translateX(-0.2604166667vw);
}
.home .main .share_box p {
  color: #000;
  font-size: 0.7291666667vw;
  margin-bottom: 0.7291666667vw;
}
.home .main .share_box .icons {
  display: flex;
}
.home .main .share_box .icons a {
  margin-right: 0.5208333333vw;
}
.home .main .share_box .icons a img {
  max-width: 1.0416666667vw;
  display: block;
  opacity: 0.5;
  transition: all 600ms;
}
.home .main .share_box .icons a:hover img {
  opacity: 1;
}
.home .main .recommend {
  padding: 0;
}
.home .main .recommend .t1 {
  color: #000;
  font-size: 1.6666666667vw;
  font-weight: 600;
  padding: 0 8.3333333333vw;
  margin: 3.125vw 0 0 0;
}
.home .main .recommend .list a {
  display: flex;
  justify-content: space-between;
  padding: 2.0833333333vw 8.3333333333vw;
  align-items: center;
}
.home .main .recommend .list a .pic {
  width: 11.1458333333vw;
  overflow: hidden;
}
.home .main .recommend .list a .pic img {
  width: 100%;
  display: block;
  height: 6.25vw;
  object-fit: cover;
  transition: all 600ms;
}
.home .main .recommend .list a .text {
  width: calc(100% - 13vw);
}
.home .main .recommend .list a .text .tag, .home .main .recommend .list a .text .time {
  color: #000;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
.home .main .recommend .list a .text .pt {
  color: #000;
  font-size: 1.25vw;
  font-weight: 600;
  margin: 0.4166666667vw 0;
}
.home .main .recommend .list a:hover .pic img {
  transform: scale(1.05);
}
.home .main .recommend .list a:last-child {
  border-bottom: none !important;
}
@media screen and (max-width: 1024px) {
  .home .banner {
    margin-top: 60px;
  }
  .home .banner img {
    height: 200px;
  }
  .home .banner .text h1 {
    font-size: 18px;
  }
  .home .main {
    margin: 30px 5% 80px 5%;
  }
  .home .main > * {
    padding: 0 5% 10px 5%;
  }
  .home .main .t {
    font-size: 18px;
  }
  .home .main .t2 {
    margin: 21px 0;
  }
  .home .main .t2 p {
    font-size: 14px;
  }
  .home .main .t2 .share p {
    font-size: 14px;
  }
  .home .main .t2 .share .icons a {
    margin-left: 5px;
  }
  .home .main .t2 .share .icons a img {
    max-width: 12px;
  }
  .home .main .html {
    font-size: 14px;
  }
  .home .main .html .f_24 {
    font-size: 18px;
  }
  .home .main .pager {
    margin: 20px 0;
  }
  .home .main .pager .prev {
    font-size: 14px;
  }
  .home .main .pager .prev svg {
    width: 16px;
    margin-right: 6px;
  }
  .home .main .pager .back {
    font-size: 14px;
  }
  .home .main .pager .next {
    font-size: 14px;
  }
  .home .main .pager .next svg {
    width: 16px;
    margin-left: 6px;
  }
  .home .main .share_box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home .main .share_box .icons a {
    margin-right: 5px;
  }
  .home .main .share_box .icons a img {
    max-width: 12px;
  }
  .home .main .recommend .t1 {
    font-size: 18px;
    margin: 20px 0 0 0;
    padding: 0 5%;
  }
  .home .main .recommend .list a {
    padding: 20px 5%;
    flex-direction: column;
  }
  .home .main .recommend .list a .pic {
    width: 100%;
  }
  .home .main .recommend .list a .pic img {
    height: 120px;
  }
  .home .main .recommend .list a .text {
    width: 100%;
    margin-top: 15px;
  }
  .home .main .recommend .list a .text .tag, .home .main .recommend .list a .text .time {
    font-size: 14px;
  }
  .home .main .recommend .list a .text .pt {
    font-size: 18px;
    margin: 8px 0;
  }
}