body[data-router="lingshi"] {
  --themeColor: #822327;
  --tabText: rgba(130, 35, 39, 0.6);
  --tabbg: rgba(130, 35, 39, 0.04);
  --tabbgActive: rgba(130, 35, 39, 0.12);
  --topIcon: url("../img/top.png");
}

body[data-router="jiexiu"] {
  --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: 550px;
  display: flex;
  flex-direction: column;
}

.start-page .player-bar {
  position: relative;
  flex: 1 1 0;
  background-color: #000;
}

.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("../img/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;
}

.btns-bar {
  position: fixed;
  left: 0;
  top: 90vh;
  transform: translateY(-100%);
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.btns-bar .btns-box {
  width: 100%;
  min-width: 320px;
  max-width: var(--maxWidth);
  padding: 0.12rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.btns-bar .btn-li {
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  border-radius: 0.12rem;
  background-color: #fff;
  margin-top: 0.1rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: var(--themeColor, #822327);
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0.06rem 0.06rem 0.15rem 0 rgba(0, 0, 0, 0.06);
}

.preview-btn .btn-li:nth-of-type(3),
.preview-btn .btn-li:nth-of-type(4) {
  display: none;
}

.btns-bar .btn-li-top {
  background-image: var(--topIcon, url("../img/top.png"));
  background-repeat: no-repeat;
  background-size: 0.46rem;
  background-position: center;
}

.btns-bar .btn-li:active {
  opacity: 0.8;
}

.catalog-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  display: none;
}

.popup-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.catalog-popup .catalog-wrapper {
  width: 100%;
  min-width: 320px;
  max-width: var(--maxWidth);
  position: relative;
}

.catalog-popup .catalog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top-right-radius: 0.12rem;
  border-top-left-radius: 0.12rem;
  background-color: #fff;
  padding: 0.1rem 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.catalog-popup .popup-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.catalog-popup .close-popup {
  position: absolute;
  top: 0.36rem;
  right: 0.38rem;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.catalog-popup .catalog-content .title {
  font-size: 0.36rem;
  line-height: 0.96rem;
  text-align: center;
  font-weight: 500;
}

/* .catalog-popup .catalog-content .catalog-lu {
  list-style: decimal;
} */
.catalog-popup .catalog-content li {
  list-style: disc;
  list-style-position: inside;
  padding: 0 0.52rem;
  font-size: 0.3rem;
  line-height: 0.96rem;
}

.catalog-popup .catalog-content li a {
  color: #000;
  font-size: 0.3rem;
  width: 100%;
}

.catalog-popup .catalog-content li:hover,
.catalog-popup .catalog-content li:active {
  background-color: #ddd;
}

.catalog-popup-show .catalog-content {
  transform: translate(0);
}

.link-btn {
  cursor: pointer;
}

@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%);
  }
}