.jiexiu-page {
  --themeColor: #92905d;
  --tabbg: rgba(146, 144, 93, 0.04);
  --tabText: rgba(146, 144, 93, 0.6);
  --tabbgActive: rgba(146, 144, 93, 0.12);
  --topIcon: url("../img/top02.png");
}

.start-page {
  user-select: none;
  width: 100%;
  height: var(--height, 100vh);
  min-height: 580px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.start-page .player-bar {
  position: relative;
  flex: 1 1 0;
  background-color: #000;
  overflow: hidden;
  text-align: center;
}

.catalogue-bar {
  display: flex;
  position: relative;
  flex-shrink: 0;
  height: 40%;
  max-height: 5.8rem;
  /* background-color: var(--themeColor, #822327); */
}

.catalogue-bar .catalogue-lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("https://p5.img.cntv.cn/photoAlbum/templet/common/DEPA1747792086610688/addr5.png");
  background-size: 1.1rem;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0.46rem;
  text-align: center;
}

.catalogue-bar .catalogue-lead span {
  font-size: 0.28rem;
  color: #fff;
  display: block;
}

.catalogue-bar .catalogue-lead img {
  transform: translateX(0);
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  animation: leadAnimation 2s infinite;
}

.catalogue-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 10;
  background-color: #fff;
}

.catalogue-active .active-dot {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  padding: 0.06rem;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 0.16rem;
}

.catalogue-active .active-dot .active-dot2 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  /* background-color: var(--themeColor, #822327); */
}

.catalogue-bar .catalogue-text {
  width: auto;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
  padding: 0.26rem 0.2rem 0.12rem 0.5rem;
  line-height: 0.44rem;
}

.catalogue-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}

.catalogue-swiper .swiper-slide {
  width: auto;
  padding: 0.2rem 1.2rem 0.1rem 0;
}

.catalogue-swiper .swiper-slide .swiper-slide-content {
  display: flex;
}

/* .catalogue-swiper .swiper-slide.catalogue-text {
  padding: 0.1rem 0.3rem;
}
.catalogue-swiper .swiper-slide.catalogue-text .tit {
  font-weight: 500;
} */
.catalogue-swiper .swiper-slide div {
  /* width: 16px; */
  color: #fff;
  /* font-weight: 100; */
  display: inline-block;
  opacity: 0.86;
}

.catalogue-swiper .swiper-slide .sub-tit {
  width: 0.4rem;
  font-size: 0.24rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 0.32rem;
}

.catalogue-swiper .swiper-slide-active div {
  font-weight: 500;
  opacity: 1;
}

.catalogue-swiper .swiper-slide-active .sub-tit {
  font-weight: 300;
}

.catalogue-swiper .swiper-slide .sub-tit span {
  transform: rotate(90deg);
}

.catalogue-swiper .swiper-slide .tit {
  width: 0.4rem;
  font-size: 0.32rem;
  padding: 0.12rem 0.06rem;
  line-height: 0.44rem;
}

.data-value {
  display: none;
  opacity: 0;
}

.card-show {
  position: relative;
  height: var(--height, 100vh);
  /* opacity: 0; */
  transition: opacity 0.3s ease;
}

.logo {
  position: absolute;
  right: 0.26rem;
  top: 0.36rem;
  width: 50%;
  height: 0.84rem;
  z-index: 12;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("https://os.j.cctv.cn/common/channel/qiye/lingshi/img/logo.png");
}

.back-btn {
  position: absolute;
  display: block;
  font-size: 0;
  left: 0.26rem;
  top: 0.36rem;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  cursor: pointer;
  z-index: 12;
  background-size: 49%;
  background-repeat: no-repeat;
  background-image: url("https://os.j.cctv.cn/common/site/img/home.png");
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.back-btn:active {
  background-color: rgba(0, 0, 0, 0.8);
}

.mask-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.audio-btn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  z-index: 12;
  font-size: 0;
  border-radius: 0.175rem;
  text-align: right;
}

.audio-btn:hover {
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* transition: all 0.3 ease-out; */
}

.audio-btn img {
  width: 0.46rem;
  object-fit: contain;
  pointer-events: none;
}

.card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.36rem 0.36rem 7vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-content2 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.36rem;
}

.card-content2 .card-textImg {
  top: 0.1rem;
  left: 0.1rem;
}

.card-textImg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-textImg img {
  height: 26vh;
  margin-right: 0.1rem;
}

.card-place {
  /* position: absolute;
  bottom: 0.76rem;
  right: 0;
  transform: translateX(0); */
  width: 0.56rem;
  line-height: 0.38rem;
  padding: 0.16rem 0;
  background-color: #fff;
  font-size: 0.34rem;
  /* font-weight: 500; */
  color: #000;
  text-align: center;
  border-top-right-radius: 0.28rem;
  border-top-left-radius: 0.28rem;
  border-bottom-right-radius: 0.28rem;
  border-bottom-left-radius: 0.28rem;
}

/* .card-content2 .card-place {
  position: absolute;
  bottom: 0.76rem;
  right: 0;
  transform: translateX(0.66rem);
  width: 0.56rem;
  line-height: 0.38rem;
  padding: 0.16rem 0;
  background-color: #fff;
  font-size: 0.34rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  border-top-right-radius: 0.28rem;
  border-top-left-radius: 0.28rem;
  border-bottom-right-radius: 0.28rem;
  border-bottom-left-radius: 0.28rem;
} */
.player-container {
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
} */

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-logo-left {
  min-width: 2.4rem;
  min-height: 1rem;
  background-image: url("https://os.j.cctv.cn/common/channel/qiye/lingshi/img/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.card-logo-right {
  min-width: 2rem;
  min-height: 1rem;
  background-image: url("https://os.j.cctv.cn/common/channel/qiye/lingshi/img/home_df.png");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: right;
}

.card-textImg {
  text-align: center;
}

.card-textImg img {
  height: 32vh;
}

.card-btn {
  text-align: center;
}

.btn1-step,
.btn2-step {
  position: relative;
  display: inline-block;
  height: 0.88rem;
  line-height: 0.88rem;
  border: 1px solid #fff;
  border-radius: 0.44rem;
  cursor: pointer;
}

/* .btn1-step .card-text,
.btn2-step .card-text {
  font-size: 0.32rem;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 1.18rem 0 0.68rem;
} */

.btn1-step:hover,
.btn2-step:hover {
  opacity: 0.8;
}

.btn2-step {
  display: none;
}

/* .btn1-step a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.18rem 0 0.68rem;
} */
.btn-placeholder {
  float: right;
  width: 0.5rem;
  height: 100%;
}

.btn-arrow {
  position: absolute;
  right: 0.78rem;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background-image: url("https://os.j.cctv.cn/common/channel/qiye/lingshi/img/arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
  transform: translateX(0.2rem);
  will-change: transform;
  animation: smallbounce 0.8s ease-in-out infinite alternate;
}

@keyframes smallbounce {
  0% {
    transform: translateX(0.2rem);
  }

  100% {
    transform: translateX(0.4rem);
  }
}

@keyframes leadAnimation {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  90% {
    -webkit-transform: translateX(-1.2rem);
    -ms-transform: translateX(-1.2rem);
    transform: translateX(-1.2rem);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes leadAnimation {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  90% {
    -webkit-transform: translateX(-1.2rem);
    -ms-transform: translateX(-1.2rem);
    transform: translateX(-1.2rem);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-moz-keyframes leadAnimation {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  90% {
    -webkit-transform: translateX(-1.2rem);
    -ms-transform: translateX(-1.2rem);
    transform: translateX(-1.2rem);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes breath {
  0% {
    background: #00000055;
  }

  50% {
    background: #000000aa;
  }

  100% {
    background: #00000055;
  }
}



@keyframes breath {
  0% {
    background: #00000055;
  }

  50% {
    background: #000000aa;
  }

  100% {
    background: #00000055;
  }
}

.box {
  width: 100%;
  /* min-height: 100vh; */
  background-image: url("https://p5.img.cntv.cn/photoAlbum/templet/common/DEPA1747792086610688/pc-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.fillH-image {
  height: 100%;
}

.box-cover {
  width: 100%;
  height: 100%;
  animation-name: breath;
  animation-duration: 7.5s;
  animation-iteration-count: infinite;
}

.content {
  width: 100%;
  max-width: 1200px;
  padding: 24px 0 60px 0;
  margin: 0 auto;
}

.top {
  width: 100%;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.top-left {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-left .place-name {
  width: 27px;
  line-height: 20px;
  padding: 8px 0;
  background-color: #fff;
  font-size: 17px;
  margin-left: 10px;
  color: #3b3b3b;
  font-weight: 500;
  text-align: center;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.top-right {
  height: 48px;
}

.bottom {
  width: 100%;
  height: 680px;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.bottom-left {
  flex: 1;
  max-width: 800px;
  height: 100%;
  margin-right: 25px;
}

.pc-video-b {
  width: 100%;
  height: 450px;
  background: #1a1a1a;
}

.pc-video-b video {
  width: 100%;
  /* object-fit: cover; */
}

.pc-info {
  width: 100%;
  padding: 24px 20px;
  background: #1a1a1acc;
}

.pc-title {
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-left {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-left: 17px;
  position: relative;
}

.title-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 5px;
  height: 24px;
  background: #c01e13;
}

.pc-text {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  text-align: justify;
  opacity: 0.8;
  color: #ffffff;
  margin-top: 20px;
  height: 136px;
  overflow: hidden;
}

.title-right {
  width: 136px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  /* opacity: 0.4; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.title-right>img {
  height: 18px;
  margin-right: 8px;
  opacity: 0.4;
}

.title-right span {
  opacity: 0.4;
}

.title-qrc {
  width: 104px;
  height: 104px;
  position: absolute;
  background: #ffffff;
  bottom: 30px;
  left: 40%;
  transform: translateX(-50%);
  display: none;
  text-align: center;
  padding-top: 5px;
}

.title-qrc img {
  width: 100%;
  height: 100%;
}

.title-right:hover span {
  opacity: 1;
}

.title-right:hover>img {
  opacity: 1;
}

.title-right:hover .title-qrc {
  display: block;
}

.bottom-right {
  width: 375px;
  height: 100%;
  background: #fff;
}

.bottom-right iframe {
  width: 100%;
  height: 100%;
}

.playerB {
  height: 100%;
}

.card-m-a {
  height: 100%;
}

/* #codeqr canvas {
  padding: 5px;
  background: #fff;
} */