html,
body {
  width: 100%;
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}

.maskerDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

/* 视频加载中动画 */
.videoLoading {
  position: absolute;
  z-index: 30;
  top: 0px;
  /* bottom: 231px; */
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: red; */
  /* 不能选择 */
  -webkit-user-select: none;
  z-index: 9999;
  /* background: rgba(255, 0, 0, 0.301); */

}

.swiper-slide {
  position: relative;
}

.swiper-slide video {
  /* border:1px solid red */
}

.searchView {
  position: absolute;
  z-index: 20;
  bottom: 17%;
  /* bottom: 231px; */
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchView .cont {
  /* background: rgb(255, 255, 255, .24); */
  background: hsla(0, 0%, 100%, 0.141);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.searchView .cont .input {
  flex: 1;
  margin-right: 20px;
  width: 320px;
}

.searchView .cont .in {
  width: 100%;
  margin-left: 20px;
  padding: 13px;
  border: none;
  background: unset;
  color: #fff;
  font-size: 14px;
  /* border-color: rgb(255, 255, 255) !important; */
}

.searchView .cont .in:focus {
  outline: none;
  /* box-shadow: 0 0 0 1px #ccc; */
}

/* padding:13px; */
/* border-color: rgb(255, 255, 255)!important; */
.searchView .cont .btn {
  background: #7784f9;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 8px 8px 12px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}

.searchView .cont .btn .icon {
  margin-right: 10px;
  width: 14px;
  height: 14px;
}

.searchView .cont .btn .txt {
  /* width: 50px; */
}

.banner .topLeft {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  /* bottom: 231px; */
  /* width: 30%; */
  /* text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; */
  margin-left: 80px;
  margin-top: 33px;
  /* background: red; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .topLeft .img {
  width: 46px;
  height: 46px;
}

.banner .topLeft .lt1 {
  padding-left: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 26px;
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.banner .topLeft .lt2 {
  padding-left: 13px;
  font-family: DIN, DIN;
  font-weight: 500;
  font-size: 10px;
  color: #d9d9d9;
  line-height: 10px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 9px;
}

.banner .topRight {
  position: absolute;
  z-index: 20;
  top: 0px;
  right: 0px;
  /* bottom: 231px; */
  /* background: red; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  margin-top: 30px;
}

.banner .topRight .btn1 {
  background: #000000;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.44;
  padding: 10px 14px;
  cursor: pointer;
}

.banner .topRight .btn1 .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.banner .topRight .btn2 {
  background: #7784f9;
  border-radius: 4px 4px 4px 4px;
  margin-left: 13px;
  padding: 10px 14px;
  cursor: pointer;
}

.banner .topRight .btn2 .txt {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}



.banner .videoLoading .imga {
  width: 100px;
  height: 100px;
  /* background: blue; */
}

.banner .topCenter {
  position: absolute;
  z-index: 20;
  top: 46%;
  /* bottom: 231px; */
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: red; */
  /* 不能选择 */
  -webkit-user-select: none;
}

body {
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
}

.divLine {
  max-width: 100%;
  padding: 0 15%;
}

section {
  video {}
}

/* 视频轮播区域 */
.hero-section {
  /* height: 100vh; */
  /* height: 500px; */
  height: 955px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-video {
  /* display: inline-block;
    vertical-align: baseline; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 双视频区域 */
.secRow {
  position: relative;
  height: 1195px;
}

.secRow .txtView {
  margin-top: 200px;
  width: 80%;
  background: #181c24;
  height: 557px;
}

.secRow .videoView {
  width: 100%;
}

.secRow .txtView .title {
  padding-left: 8%;
  padding-top: 100px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 40px;
  color: #d0d4ff;
  line-height: 64px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.secRow .txtView .titleActive {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #7784f9;
  line-height: 64px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.secRow .txtView .l1 {
  padding-left: 8%;
  padding-right: 36%;
  padding-top: 49px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #d0d4ff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.secRow .txtView .l2 {
  padding-left: 6%;
  padding-right: 3%;
  padding-top: 30px;
  padding-bottom: 182px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #d0d4ff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.secRow .video-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  top: 24%;
  padding-left: 8%;
  padding-right: 8%;
}

.secRow .video-container {
  width: 100%;
  padding-top: 100px;
}

.secRow .video-container .header {
  width: 100%;
  background: #fff;
  height: 58px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.secRow .video-container .circle {
  width: 11px;
  height: 11px;
  background: #7784f9;
  border-radius: 50%;
  margin-left: 16px;
}

.secRow .video-container .vd {
  width: 100%;
  border-radius: 8px;
  /*height: 550px;*/
}

.vd video {
  height: 100%;
  width: 100%;
}

.secRow .bottomView {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  /* background: red; */
}

.secRow .bottomView .t1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 54px;
  color: #d0d4ff;
  line-height: 54px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.secRow .bottomView .t2 {
  padding-top: 40px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #d0d4ff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 120px;
}

/* .secRow .video-container video {
            width: 100%;
            border-radius: 8px;
            height: 600px;
        } */

.thrView {
  background: #111318;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.thrView .t1 {
  /* padding-top: 150px; */
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 54px;
  color: #d0d4ff;
  line-height: 54px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.thrView .t2 {
  padding-top: 40px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #d0d4ff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 126px;
}

.thrView .imgs {
  padding-top: 200px;
  padding-bottom: 180px;
}

/* 图片网格区域 */
.thrView .image-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.thrView .image-item {
  /* width: 230px;
            height: 393px; */
  overflow: hidden;
  border-radius: 8px;
}

.thrView .image-item img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.thrView .image-item:hover img {
  transform: scale(1.1);
}

/* 音乐播放器区域 */
.fourView {
  background-image: url("../resources/audioBg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 1185px;
  padding: 0 10%;
}

.fourView .t1 {
  padding-top: 150px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 54px;
  color: #d0d4ff;
  line-height: 54px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.fourView .t2 {
  padding-top: 40px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #d0d4ff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.music-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  /* max-width: 1200px; */
  margin: 0 auto;
  margin-top: 292px;
}

.music-player {
  /* background: #1a1a1a; */
  padding: 1.5rem;
  border-radius: 8px;
  /* padding-right: 102px; */
  padding-right: 22px;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.progress-bar {
  width: 100%;
  height: 4px;
  /* background: #333; */
  background: #fff;
  border-radius: 2px;
  margin: 1rem 0;
}

.progress {
  height: 100%;
  /* background: #fff; */
  background: linear-gradient(270deg, #bd40b2 0%, #455cc2 100%);
  border-radius: 2px;
}

.album-cover {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-cover .img {
  position: absolute;
  top: -60px;
  z-index: 30;
  right: 10%;
  height: 570px;
  width: 570px;
}

.album-cover .bg {
  background: #181c24;
  width: 685px;
  height: 707px;
  position: absolute;
  top: -110px;
  right: 0px;
  z-index: 10;
}

/* 最终图片网格 */
.final-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1200px;
  /* margin: 0 auto; */
}

.final-grid .image-item {
  aspect-ratio: 16/9;
}

button {
  background: #333;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: #b1bdc9;
}

.playlist {
  margin-top: 1rem;
}

.track {
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 4px;
  background: #1d334a;
  margin-top: 30px;
  border-radius: 100px;
  padding: 20px 10px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.track .action {
  padding-left: 39px;
  padding-right: 39px;
}

.track .img {
  width: 16.16px;
  height: 19.28px;
  margin-right: 20px;
}

.track .no {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 33px;
  flex-basis: 10px;
  flex-shrink: 0;
}

.track .title {
  margin-left: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 10px;

  flex-basis: 180px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track .progress1 {
  flex: 1;
}

.track .stTime {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-right: 15px;
  flex-basis: 60px;
  flex-shrink: 0;
}

.track .edTime {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 15px;
  padding-right: 75px;
  flex-basis: 60px;
  flex-shrink: 0;
}

.track:hover {
  background: #333;
}

.track.active {
  background: #b1bdc9;
}

.track.active .no {
  color: #333333;
}

.track.active .title {
  color: #333333;
}

.track.active .stTime {
  color: #333333;
}

.track.active .edTime {
  color: #333333;
}

.gallery-container {
  padding-top: 169px;
  background: #111318;
}

.gallery-header {
  margin-bottom: 2rem;
}

.gallery-header .t1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 54px;
  color: #d0d4ff;
  line-height: 54px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.gallery-header .t2 {
  margin-top: 39px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #d0d4ff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.last .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* grid-template-rows: auto; */
  grid-template-rows: repeat(11, 120px);
  gap: 1rem;
  position: relative;
}

.last .gallery-item {
  position: relative;
  overflow: hidden;
  /* border: 1px dashed rgba(255, 255, 255, 0.2); */
  border-radius: 4px;
}

.gallery-item img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.item-Txt {
  grid-column: 1 / 6;
  grid-row: 1 / 5;
}

/* Specific grid positions */
.item-1 {
  grid-column: 7 / 13;
  grid-row: 1 / 5;
}

.item-2 {
  grid-column: 5 / 7;
  grid-row: 3 / 5;
}

.item-3 {
  grid-column: 1 / 5;
  grid-row: 4 / 6;
}

.item-4 {
  grid-column: 2 / 5;
  grid-row: 6 / 9;
}

.item-5 {
  grid-column: 5 / 8;
  grid-row: 5 / 11;
}

.item-6 {
  grid-column: 8 / 12;
  grid-row: 5 / 7;
}

.item-7 {
  grid-column: 8 / 11;
  grid-row: 7 / 10;
}

.sendView {
  background-image: url("../resources/bottom_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: relative;

  padding-top: 100px;
  padding-bottom: 121px;
}


.sendView .header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sendView .header .icon {
  width: 71px;
  height: 71px;
  margin-right: 15px;
}

.sendView .header .t1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 200;
  font-size: 44px;
  color: #ffffff;
  line-height: 44px;
  letter-spacing: 6px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.sendView .header .t2 {
  margin-top: 11px;
  font-family: DIN, DIN;
  font-weight: 500;
  font-size: 18px;
  color: #d9d9d9;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.sendView .title {
  margin-top: 47px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;

  display: flex;
  justify-content: center;
  align-items: center;
}

.sendView .btnView {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sendView .btn {
  margin-top: 80px;
  /* background: #353232; */
  background: #7784F9;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 96px;
}

.sendView .btn .icon {
  width: 15px;
  height: 15px;
}

.sendView .btn .txt {
  margin-left: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

[v-cloak] {
  display: none;
}

.pagination {
  /* position: absolute;
            z-index: 20;
            left: 50%;
            bottom: 10px; */

  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.pagination .swiper-pagination-switch {
  display: inline-block;
  width: 3%;
  height: 4px;
  border-radius: 4px;
  background: #555;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pagination .swiper-active-switch {
  background: #fff;
}

.copyinfo {
  background: #0b0c12;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 0;
}

.copyinfo .item {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 20px;
}

.copyinfo .item a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
  line-height: 12px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 20px;
  text-decoration: none;
}

.loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 35%;
  max-width: 35%;
  height: 200px;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader>div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader>div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}


.line11 {
  border-top: 1px solid rgb(255, 255, 255, 0.4);
  background: #000;

  padding-left: 120px;
  padding-right: 120px;
}

.line11 .topView {
  padding-left: 20px;
  ;
}

.line11 .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 14px;
}

.line11 .tip {
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  height: 36px;

  /* background: red; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.line11 .tip .link a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #7784F9;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;

}

.line11 .linkView {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-left: 80px;
}

.line11 .items {
  display: flex;
  justify-content: space-between;
}

.line11 .cn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line11 .cnst {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.line11 .cned {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.line11 .r1,
.line11 .r2,
.line11 .r3 {
  flex: 1;
  position: relative;
  /* border-right: 1px solid red; */
}

.line11 .r2 {}

.line11 .r1::after,
.line11 .r2::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  height: 10%;
  background: rgb(255, 255, 255, .2);
  width: 1px;
}

.line11 .item {}

.line11 .top {
  display: flex;
  height: 80px;

  margin-top: 56px;
}

.line11 .topImg {
  width: 57px;
  height: 54px;
}

.line11 .item .bott {
  display: flex;
  margin-bottom: 56px;
  margin-top: 56px;
}

.line11 .item .bott .imgView {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;

}

.line11 .item .bott .txtView {
  margin-top: 20px;

}

.line11 .item .bott .img {
  width: 28px;
  height: 28px;
  margin-right: 25px;
}

.line11 .item .bott .t1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.line11 .item .bott .t2 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 22px;
}

.line11 .r1 .bott .t2 {
  font-size: 12px;
  line-height: 18px;
}



.line11 .r1 {}

.line11 .r2 {}

.line11 .r3 {}

.line11 .r3 .bott .img {
  width: 88px;
  height: 88px;
}

.copyinfo {
  margin-bottom: 1rem;
}

.copyinfo .img {
  margin-right: 5px;
  height: 14px;
  width: 14px;
}

.copyinfo .item a {
  font-size: 14px;
}

.lineNew {
  height: 872px;
  background: #000000;
  background: red;
  position: relative;
}
.lineNew .item{
  background: blue;
  /* padding:100px 0px; */
}

.paginationNew {
  /* position: absolute;
            z-index: 20;
            left: 50%;
            bottom: 10px; */

  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-fraction {
  color: #000;
  font-weight: bold;
  background: red;
}
.paginationNew .swiper-pagination-switch {
  display: inline-block;
  width: 3%;
  height: 54px;
  border-radius: 4px;
  background: #555;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.paginationNew .swiper-active-switch {
  background: #fff;
}

.paginationNew .swiper-wrapper{
  height: inherit;
  background: pink;
}
.paginationNew .swiper-wrapper .swiper-slide{
  height: inherit;
}
