.home {
  position: relative;
  width: 100%;
}
.home .section.content {
  width: 62.5vw;
  margin: 10.4166666667vw auto;
}
.home .section .time {
  color: #999;
  font-size: 1.0416666667vw;
}
.home .section .t {
  margin: 1.09375vw 0 1.8229166667vw 0;
  color: #2D2D2D;
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 1.5;
}
.home .section .tag {
  color: #999;
  font-size: 0.8333333333vw;
  line-height: 1;
  padding-bottom: 0.8333333333vw;
  border-bottom: 1px solid #DDD;
}
.home .section .html {
  color: #666;
  font-size: 0.9375vw;
  line-height: 1.67;
  margin: 4.1666666667vw 0;
}
.home .section .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  padding-top: 0.78125vw;
}
.home .section .pager .prev {
  display: flex;
  align-items: center;
}
.home .section .pager .prev p {
  color: #333;
  font-size: 0.9375vw;
  line-height: 1.67;
  margin-left: 0.3125vw;
  transition: all 600ms;
}
.home .section .pager .prev svg {
  width: 1.0416666667vw;
  display: block;
}
.home .section .pager .prev:hover p {
  color: #000;
}
.home .section .pager .back {
  color: #333;
  font-size: 0.9375vw;
  line-height: 1.67;
  transition: all 600ms;
}
.home .section .pager .back:hover {
  color: #000;
}
.home .section .pager .next {
  display: flex;
  align-items: center;
}
.home .section .pager .next p {
  color: #333;
  font-size: 0.9375vw;
  line-height: 1.67;
  margin-right: 0.3125vw;
  transition: all 600ms;
}
.home .section .pager .next svg {
  width: 1.0416666667vw;
  display: block;
}
.home .section .pager .next:hover p {
  color: #000;
}
.home .related {
  margin: 4.1666666667vw 4.1666666667vw 6.25vw 4.1666666667vw;
}
.home .related .t {
  color: #000;
  font-size: 2.0833333333vw;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.home .related .content {
  margin: 4.1666666667vw 0 0 0;
}
.home .related .content * {
  box-sizing: border-box;
}
.home .related .content img {
  max-width: 100%;
}
.home .related .content .bigSwiper {
  width: 100%;
}
.home .related .content .bigSwiper a {
  display: block;
}
.home .related .content .bigSwiper a .pic img {
  width: 100%;
  border-radius: 1.0416666667vw;
  transition: all 600ms;
}
.home .related .content .bigSwiper a .pt {
  color: #333;
  font-size: 1.25vw;
  font-weight: 600;
  margin: 2.0833333333vw 0 1.0416666667vw 0;
}
.home .related .content .bigSwiper a .des {
  color: #999;
  font-size: 0.9375vw;
  line-height: 1.67;
  margin-bottom: 0.4166666667vw;
}
.home .related .content .bigSwiper a .time {
  color: #999;
  font-size: 0.9375vw;
  line-height: 1.67;
}
.home .related .content .bigSwiper a:hover .pic img {
  transform: scale(1.05);
}
.home .related .other {
  margin: 2.6041666667vw 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .related .other * {
  box-sizing: border-box;
}
.home .related .other .line {
  width: 83.2291666667vw;
  height: 0.3125vw;
  border-radius: 0.2083333333vw;
  background: #F4F4F4;
}
.home .related .other .line > div {
  width: 100%;
  height: 0.3125vw;
  border-radius: 0.5208333333vw;
  position: relative;
  transition: 1s;
  background: #F4F4F4;
}
.home .related .other .line > div .swiper-scrollbar-drag {
  width: 100%;
  height: 0.625vw;
  border-radius: 0.5208333333vw;
  background: #00B3B8;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02) inset, 0px -20px 50px 0px rgba(255, 255, 255, 0.4) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  top: -0.15625vw;
}
.home .related .other .circle {
  cursor: pointer;
  width: 1.9791666667vw;
  height: 1.9791666667vw;
}
.home .related .other .circle svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home .related .other .circle path, .home .related .other .circle ellipse {
  transition: 0.6s ease;
}
.home .related .other .circle:hover ellipse {
  fill: #00B3B8;
}
.home .related .other .circle:hover path:last-child {
  fill: #fff;
}
.home .related .other .circle:last-child {
  transform: rotateY(180deg);
}
.home .section_bg {
  position: relative;
}
.home .section_bg img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .section_bg .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  color: #FFF;
}
.home .section_bg .text .p1 {
  font-size: 3.3333333333vw;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.home .section_bg .text .des {
  margin: 2.0833333333vw 0 6.0416666667vw 0;
  font-size: 1.0416666667vw;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  font-family: "Montserrat-Light";
}
.home .section_bg .text a {
  border-radius: 4.6875vw;
  background: #00B3B8;
  width: 10.4166666667vw;
  display: block;
  font-size: 0.9375vw;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 2.5vw;
  color: white;
  margin: 0 auto;
  box-shadow: 0px 0.5208333333vw 1.0416666667vw 0px rgba(0, 0, 0, 0.02) inset, 0px -1.0416666667vw 2.6041666667vw 0px rgba(255, 255, 255, 0.4) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  transition: all 600ms;
}
.home .section_bg .text a:hover {
  background: #fff;
  color: #00B3B8;
}
@media screen and (max-width: 1024px) {
  .home {
    padding-top: 80px;
  }
  .home .section {
    width: 90%;
    margin: 0 auto;
  }
  .home .section .time {
    font-size: 16px;
  }
  .home .section .t {
    margin: 10px 0 20px 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .home .section .tag {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .home .section .html {
    font-size: 16px;
    margin: 30px 0;
  }
  .home .section .pager {
    padding-top: 15px;
  }
  .home .section .pager .prev svg, .home .section .pager .next svg {
    width: 20px;
  }
  .home .section .pager .prev p, .home .section .pager .next p {
    font-size: 16px;
  }
  .home .section .pager .back {
    font-size: 16px;
  }
  .home .related {
    margin: 60px 5%;
  }
  .home .related .t {
    font-size: 24px;
  }
  .home .related .t::before {
    font-size: 24px;
  }
  .home .related .content {
    margin: 35px 0 0 0;
    flex-direction: column;
  }
  .home .related .content .bigSwiper a .pic img {
    border-radius: 20px;
  }
  .home .related .content .bigSwiper a .pt {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
  .home .related .content .bigSwiper a .des {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .home .related .content .bigSwiper a .time {
    font-size: 16px;
  }
  .home .related .other {
    margin: 30px 0 0 0;
  }
  .home .related .other .circle {
    width: 35px;
    height: 55px;
  }
  .home .related .other .line {
    width: 60%;
    height: 2px;
    position: relative;
    top: -3px;
  }
  .home .related .other .line div {
    height: 4px;
  }
  .home .related .other .line div .swiper-scrollbar-drag {
    height: 100%;
  }
  .home .section_bg img {
    height: 400px;
  }
  .home .section_bg .text {
    width: 90%;
  }
  .home .section_bg .text .p1 {
    font-size: 18px;
    line-height: 1.6;
  }
  .home .section_bg .text .des {
    font-size: 16px;
    margin: 15px 0 30px 0;
    line-height: 1.6;
  }
  .home .section_bg .text a {
    width: 60%;
    line-height: 50px;
    font-size: 16px;
    border-radius: 30px;
  }
}