.page-swiper {
  background-color: #000103;
}
.page-swiper .swiper-slide {
  position: relative;
}
.page-swiper .swiper-slide > img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.page-swiper .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: var(--main-space);
  transform: translateY(-50%);
}
.page-swiper .swiper-slide .text h2 {
  font-size: 0.24rem;
  color: #fff;
}
.page-swiper .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 11;
}
.page-swiper .controls .bt {
  color: #fff;
  font-size: 0.15rem;
  cursor: pointer;
}
.page-swiper .controls .swiper-pagination {
  position: initial;
}
.page-swiper .controls .swiper-pagination .swiper-pagination-bullet {
  width: 0.07rem;
  height: 0.07rem;
  border: 0.015rem solid #fff;
  background-color: transparent;
  opacity: 0.5;
}
.page-swiper .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.main-1 .main-con .v {
  width: 100%;
  margin-bottom: 0.2rem;
}
.main-1 .main-con .v video {
  display: block;
  width: 100%;
}
.main-1 .main-con .des {
  display: flex;
  justify-content: space-between;
}
.main-1 .main-con .des .c {
  width: 5rem;
  font-size: 0.12rem;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #333;
}
.main-2 {
  background-color: #f7f7f7;
  background-image: url("../images/index-bg2.png");
  background-size: cover;
}
.main-2 .main-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.15rem;
}
.main-2 .item {
  padding: 0.18rem 0.25rem;
  background-color: #fff;
}
.main-2 .item h6 {
  font-size: 0.15rem;
  margin-bottom: 0.05rem;
}
.main-2 .item p {
  font-size: 0.1rem;
  color: #666;
}
.main-2 .item .more-btn {
  margin-top: 0.1rem;
}
.main-2 .more {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.main-3 .swiper-slide span {
  font-size: 0.09rem;
  color: var(--color-c1);
}
.main-3 .swiper-slide h6 {
  font-size: 0.12rem;
  margin-top: 0.08rem;
}
.main-3 .swiper-slide .des {
  margin-top: 0.1rem;
}
.main-3 .swiper-slide .des p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.05rem;
  font-size: 0.08rem;
  line-height: 1.6;
  color: #666;
}
.main-3 .swiper-slide .des p::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.06rem;
  height: 0.06rem;
  background-image: url("../images/cir.svg");
  background-size: 100%;
  background-position: center center;
}
.main-3 .swiper-slide .tags {
  display: flex;
  gap: 0.05rem;
  margin-top: 0.3rem;
}
.main-3 .swiper-slide .tags > div {
  display: flex;
  align-items: center;
  gap: 0.025rem;
  height: 0.21rem;
  padding: 0 0.1rem;
  border-radius: 0.5rem;
  background-color: var(--color-c1);
  cursor: pointer;
}
.main-3 .swiper-slide .tags img {
  width: 0.08rem;
}
.main-3 .swiper-slide .tags span {
  font-size: 0.08rem;
  color: #fff;
}
.main-3 .controls {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin-top: 0.35rem;
}
.main-3 .controls .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.21rem !important;
  height: 0.21rem !important;
  border: 1px solid var(--color-c1) !important;
  border-radius: 50%;
  transform: none !important;
  font-size: 0.1rem;
  color: var(--color-c1);
  cursor: pointer;
}
.main-3 .controls .more {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  height: 0.21rem;
  padding: 0 0.2rem;
  background-color: var(--color-c1);
  border-radius: 0.5rem;
}
.main-3 .controls .more span {
  font-size: 0.08rem;
  color: #fff;
}
.main-4 .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #333;
}
.main-4 .swiper-slide * {
  color: #fff;
}
.main-4 .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
}
.main-4 .swiper-slide h6 {
  font-size: 0.14rem;
}
.main-4 .swiper-slide .more-btn i {
  border-color: #fff;
}
.main-5 {
  padding-top: 0;
}
.main-5 .intro {
  display: flex;
  justify-content: space-between;
}
.main-5 .intro h2 {
  font-size: 0.24rem;
}
.main-5 .intro .des {
  font-size: 0.12rem;
  width: 6.3rem;
}
.main-5 .video {
  margin-top: 0.45rem;
  margin-bottom: 0.25rem;
}
.main-5 .video video {
  display: block;
  width: 100%;
}
.main-5 .con .item {
  display: flex;
  margin-top: 0.25rem;
}
.main-5 .con .item:nth-of-type(odd) {
  flex-direction: row;
}
.main-5 .con .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.main-5 .con .item > div {
  width: 50%;
  flex-shrink: 0;
}
.main-5 .con .item .text {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.3rem;
  font-size: 0.12rem;
  background-color: #f8f8f8;
}
.main-5 .con .item .img img {
  display: block;
  width: 100%;
}
.main-6 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.175rem;
}
.main-6 .title h2 {
  font-size: 0.13rem;
}
.main-6 .title p {
  font-size: 0.08rem;
}
.main-6 .title p span {
  color: var(--color-c1);
}
.main-6 .con .item {
  display: flex;
  align-items: center;
  padding: 0.2rem;
  margin-bottom: 0.12rem;
  background-color: #fafafa;
  border-bottom: 0.02rem solid transparent;
  transition: all ease 0.3s;
}
.main-6 .con .item:hover {
  border-color: var(--color-c1);
}
.main-6 .con .item .img-auto {
  flex-shrink: 0;
  width: 1.15rem;
  margin-right: 0.45rem;
}
.main-6 .con .item .img-auto::before {
  padding-top: calc(100% / 230 * 180);
}
.main-6 .con .item .txt {
  flex: 1;
  min-width: 0;
}
.main-6 .con .item .txt span {
  font-size: 0.09rem;
  color: #666;
}
.main-6 .con .item .txt h6 {
  margin: 0.05rem 0;
  font-size: 0.12rem;
  color: var(--color-c1);
  text-decoration: underline;
}
.main-6 .con .item .txt p {
  font-size: 0.09rem;
  color: #666;
}
.main-6 .con .item > p {
  font-size: 0.12rem;
}
.main-7 .return {
  width: 0.55rem;
}
.main-7 .con {
  display: flex;
  gap: 1.3rem;
  margin-top: 0.25rem;
}
.main-7 .con .text {
  flex: 1;
}
.main-7 .con .text h1 {
  font-size: 0.18rem;
}
.main-7 .con .text .des {
  font-size: 0.09rem;
  margin-top: 0.1rem;
}
.main-7 .con .text .handle {
  display: flex;
  gap: 0.05rem;
  height: 0.27rem;
  margin-top: 0.25rem;
}
.main-7 .con .text .handle > div {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  height: 100%;
  padding: 0 0.25rem;
}
.main-7 .con .text .handle .l {
  border: 2px solid var(--color-c1);
}
.main-7 .con .text .handle .l img {
  width: 0.14rem;
}
.main-7 .con .text .handle .l span {
  font-size: 0.085rem;
  color: var(--color-c1);
}
.main-7 .con .text .handle .r {
  background-color: var(--color-c1);
}
.main-7 .con .text .handle .r img {
  width: 0.09rem;
}
.main-7 .con .text .handle .r span {
  font-size: 0.08rem;
  color: #fff;
}
.main-7 .con .img {
  flex-shrink: 0;
  width: 2.85rem;
}
.main-7 .con .img img {
  width: 100%;
}
.main-8 {
  padding-top: 0.35rem;
}
.main-8 .main-con {
  display: flex;
}
.main-8 .main-con > div {
  flex: 1;
}
.main-8 .return {
  margin-bottom: 0.15rem;
}
.main-8 .item {
  padding: 0 0.3rem;
  background-color: #fafafa;
}
.main-8 .item.file {
  background-color: var(--color-c1);
}
.main-8 .item.file * {
  color: #fff;
}
.main-8 .item.file .t {
  border-color: #fff;
}
.main-8 .item.file .c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  padding: 0.2rem 0;
}
.main-8 .item.file .c > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
}
.main-8 .item.file .c img {
  width: 0.31rem;
}
.main-8 .item.file .c span {
  font-size: 0.1rem;
}
.main-8 .item .t {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 0.12rem;
  padding: 0.15rem 0;
  border-bottom: 1px solid #333;
}
.main-8 .item .c p {
  font-size: 0.1rem;
  color: #444;
}
.main-8 .item .c > p {
  padding: 0.075rem 0;
}
.main-8 .item .c > p:not(:last-of-type) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.main-8 .item .c > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.075rem 0;
}
.main-8 .item .c > div:not(:last-of-type) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 768px) {
  .page-swiper .swiper-slide > img {
    height: 50vh;
  }
  .main-1 .main-con .des {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
  }
  .main-1 .main-con .des .c {
    width: 100%;
  }
  .main-2 .main-con {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
  .main-2 .main-con .item {
    padding: 0.1rem;
  }
  .main-4 .swiper-slide .text {
    padding: 0.2rem;
  }
  .main-5 .intro {
    flex-direction: column;
    gap: 0.1rem;
  }
  .main-5 .intro h2 {
    text-align: center;
  }
  .main-5 .intro h2 br {
    display: none;
  }
  .main-5 .intro .des {
    width: 100%;
  }
  .main-5 .con .item {
    flex-direction: column !important;
  }
  .main-5 .con .item > div {
    width: 100%;
  }
  .main-6 .con .item {
    padding: 0.1rem;
  }
  .main-6 .con .item .img-auto {
    margin-right: 0.1rem;
  }
  .main-7 .con {
    flex-direction: column;
    gap: 0.2rem;
  }
  .main-7 .con .text .handle {
    margin-top: 0.2rem;
  }
  .main-7 .con .text .handle .l {
    border-width: 1px;
  }
  .main-7 .con .img {
    width: 100%;
  }
  .main-8 .main-con {
    flex-direction: column;
  }
  .main-8 .item {
    padding: 0 0.2rem;
  }
}
