.index-swiper .swiper-slide {
  background-color: #ccc;
  position: relative;
  height: 100vh;
}
.index-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}
.index-swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-swiper .swiper-slide a {
  position: relative;
}
.index-swiper .swiper-slide a:hover .code {
  display: block;
}
.index-swiper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateX(-50%);
  padding-bottom: 10%;
}
.index-swiper .swiper-slide .text * {
  color: #fff;
}
.index-swiper .swiper-slide .text h2 {
  font-size: 3.1rem;
  line-height: 2;
  font-weight: normal;
}
.index-swiper .swiper-slide .text p {
  font-size: 1.55rem;
  line-height: 1.4;
  text-align: center;
  color: #adb4c3;
}
.index-swiper .swiper-slide .text p span {
  font: inherit;
  color: #fff;
}
.index-swiper .swiper-slide .text .btn {
  display: flex;
  margin-top: 1rem;
}
.index-swiper .swiper-slide .text .btn a {
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  margin: 0 0.5rem;
}
.index-swiper .swiper-pagination {
  bottom: 3rem;
}
.index-swiper .swiper-pagination span {
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  margin: 0 0.5rem;
  position: relative;
  z-index: 1;
}
.index-swiper .swiper-pagination span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #fff;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loop-bg {
  fill: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet-active .path-loops {
  stroke: #fff;
}
.index-swiper .swiper-pagination .path-loop-bg {
  fill: #fff;
}
.index-swiper .swiper-pagination .path-loops {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
  stroke-width: 6px;
  stroke-dashoffset: 0;
}
.index-swiper .swiper-button {
  top: auto;
  bottom: 2rem;
  margin-bottom: 0;
  background-color: transparent;
}
.search-page .tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-page .tit p {
  color: #1c2b62;
  font-size: 1.2rem;
  font-family: "Hm-Regular";
  margin-bottom: 0.8rem;
}
.search-page .tit span {
  font-size: 1.8rem;
  font-family: "Hm-Regular";
}
.search-page .tit .nav {
  display: flex;
}
.search-page .tit .nav a {
  margin-left: 1.5rem;
  font-size: 1.2rem;
}
.search-page .tit .nav a:hover,
.search-page .tit .nav a.active {
  color: #D92E1E;
}
.search-page .result .link {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0;
}
.search-page .result .link:hover {
  border-color: #333;
}
.search-page .result .link * {
  font-size: 0.9rem;
}
.search-page .result .link span {
  font-size: 0.9rem;
  color: #999;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.search-page .result .link .txt {
  text-decoration: underline;
}
.search-page .result .link .time {
  margin-left: auto;
  margin-right: 4.45rem;
}
.section-swiper {
  height: 100vh;
}
.section-swiper > .swiper-wrapper > .swiper-slide {
  padding-top: 3rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-swiper > .swiper-wrapper > .swiper-slide:first-of-type {
  padding-top: 0;
}
.section-swiper > .swiper-wrapper > .swiper-slide:last-of-type {
  height: auto;
}
#p1 > .icon {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  font-size: 2rem;
  transform: translateX(-50%);
  z-index: 20;
}
#p2 .content {
  display: flex;
  justify-content: space-between;
}
#p2 .content > div {
  width: calc((100% - 1.5rem) / 2);
}
#p2 .content .left .link {
  display: block;
  position: relative;
  overflow: hidden;
}
#p2 .content .left .link:hover img {
  transform: scale(1.04);
}
#p2 .content .left .link img {
  display: block;
}
#p2 .content .left .link .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.3rem 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#p2 .content .left .link .txt * {
  color: #fff;
}
#p2 .content .left .link .txt h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#p2 .content .left .link .txt p {
  font-size: 0.7rem;
}
#p2 .content .tabs {
  display: flex;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
#p2 .content .tabs a {
  position: relative;
  flex: 1;
  text-align: center;
}
#p2 .content .tabs a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 100%;
  border-bottom: 1px solid transparent;
}
#p2 .content .tabs a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 80%;
  border-left: 1px solid #333;
  transform: translateY(-50%);
}
#p2 .content .tabs a:hover,
#p2 .content .tabs a.active {
  color: #D92E1E;
}
#p2 .content .tabs a:hover::before,
#p2 .content .tabs a.active::before {
  border-color: #D92E1E;
}
#p2 .content .tabs a:last-of-type::after {
  display: none;
}
#p2 .content .tabs-swiper .link {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #F9F9F9;
  margin-bottom: 0.3rem;
}
#p2 .content .tabs-swiper .link:hover h6 {
  color: #D92E1E;
}
#p2 .content .tabs-swiper .link:last-of-type {
  margin-bottom: 0;
}
#p2 .content .tabs-swiper .link .time {
  width: 3rem;
  margin-right: 1.5rem;
}
#p2 .content .tabs-swiper .link .time span {
  font-size: 1.4rem;
}
#p2 .content .tabs-swiper .link .time p {
  font-size: 0.7rem;
  color: #999;
}
#p3 {
  background-image: url("../images/index\ \(1\).png");
  background-size: cover;
}
#p3 .content {
  padding-left: calc((100% - 70rem) / 2);
}
#p3 .swiper-slide .txt {
  padding: 1.7rem 2.2rem;
  background-color: #fff;
}
#p3 .swiper-slide .txt h6 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#p3 .swiper-slide .txt p {
  color: #999;
}
#p4 .swiper-slide {
  width: 1000px;
}
#p4 .swiper-slide img {
  display: block;
}
@media screen and (max-width: 768px) {
  .section-swiper {
    height: calc(100vh - 3.5rem);
  }
  .section-swiper > .swiper-wrapper > .swiper-slide {
    padding-top: 0;
    height: calc(100vh - 3.5rem);
  }
  .index-swiper {
    height: 100%;
  }
  .index-swiper .swiper-slide {
    height: 100%;
  }
  #p1 > .icon {
    display: none;
  }
  #p2 .main-center {
    width: 100%;
  }
  #p2 .content {
    flex-direction: column;
  }
  #p2 .content > div {
    width: 100%;
  }
  #p2 .content .left {
    margin-bottom: 1rem;
  }
  #p2 .content .left .link {
    height: 12rem;
  }
  #p2 .content .left .link .txt {
    padding: 1rem;
  }
  #p2 .content .swiper {
    width: 100%;
  }
  #p3 .content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #p4 .main-center {
    width: 100%;
  }
  #p4 .swiper-slide {
    width: 100%;
  }
}
