.pc.showing .originator.geted .maskBg {
  background-image: url(../assets/images/originator/home_mask.png);
}
.pc.showing .originator.geted .hero [data-id="yinuo"] {
  background-image: url(../assets/images/originator/yinuo.png);
}
.pc.showing .originator.geted .hero [data-id="qianqian"] {
  background-image: url(../assets/images/originator/qianqian.png);
}
.pc.showing .originator.geted .hero [data-id="yilisi"] {
  background-image: url(../assets/images/originator/yilisi.png);
}
.pc.showing .originator.geted .hero [data-id="paqian"] {
  background-image: url(../assets/images/originator/paqian.png);
}
.pc.showing .originator.geted .hero [data-id="fuluola"] {
  background-image: url(../assets/images/originator/fuluola.png);
}
.pc.showing .originator.geted .hero [data-id="luosha"] {
  background-image: url(../assets/images/originator/luosha.png);
}
.pc.showing .originator.geted .leftBox .relativeBox .heroTab .heroList .heroItem .heroHalf[type="yinuo"] {
  background-image: url(../assets/images/originator/yinuoHalf.png);
}
.pc.showing .originator.geted .leftBox .relativeBox .heroTab .heroList .heroItem .heroHalf[type="qianqian"] {
  background-image: url(../assets/images/originator/qianqianHalf.png);
}
.pc.showing .originator.geted .leftBox .relativeBox .heroTab .heroList .heroItem .heroHalf[type="yilisi"] {
  background-image: url(../assets/images/originator/yilisiHalf.png);
}
.pc.showing .originator.geted .leftBox .relativeBox .heroTab .heroList .heroItem .heroHalf[type="paqian"] {
  background-image: url(../assets/images/originator/paqianHalf.png);
}
.pc.showing .originator.geted .leftBox .relativeBox .heroTab .heroList .heroItem .heroHalf[type="fuluola"] {
  background-image: url(../assets/images/originator/fuluolaHalf.png);
}
.pc.showing .originator.geted .leftBox .relativeBox .heroTab .heroList .heroItem .heroHalf[type="luosha"] {
  background-image: url(../assets/images/originator/luoshaHalf.png);
}
.pc.showing .originator {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  position: relative;
  overflow: hidden;
}
.pc.showing .originator .maskBg {
  height: 100%;
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-position: center right;
}
.pc.showing .originator .leftBox {
  position: absolute;
  z-index: 9;
  left: 8.6vw;
  top: 50%;
  transform: translateY(-50%);
  height: 76.85185vh;
  width: 55.5556vh;
  max-width: 31.25vw;
  max-height: 43.229vw;
  display: flex;
  align-items: center;
}
.pc.showing .originator .leftBox .relativeBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.pc.showing .originator .leftBox .relativeBox .logo {
  position: absolute;
  left: -6%;
  top: 15%;
  transform: translateY(-50%) scale(1.2);
  width: 23.1112vh;
  height: 23.1112vh;
  max-width: 13vw;
  max-height: 13vw;
}
.pc.showing .originator .leftBox .relativeBox .logo img {
  width: 100%;
  height: 100%;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  z-index: 4;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .name {
  font-size: 0.4375rem;
  color: #fff;
  font-family: 'MiSans-Bold';
  font-weight: 800;
  margin-right: 0.7vw;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .star {
  display: flex;
  position: relative;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .star img {
  position: absolute;
  top: 5%;
  width: 0.4375rem;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(2) {
  left: 0.29rem;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(3) {
  left: 0.58rem;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(4) {
  left: 0.87rem;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(5) {
  left: 1.16rem;
}
.pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(6) {
  left: 1.45rem;
}
.pc.showing .originator .leftBox .relativeBox .audio {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: -1.04vw;
  width: 32.407vh;
  height: 5.084vh;
  max-width: 18.229vw;
  max-height: 2.86vw;
  min-width: max-content;
  border: 1px solid #8e8e95;
  border-radius: 2.54222vh;
  border-radius: max(22px, 1.43vw);
  padding-left: 0.88vw;
  padding-right: 0.19vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.04vh;
  font-size: max(12px, 1.146vw);
  margin-bottom: 2vw;
  z-index: 4;
}
.pc.showing .originator .leftBox .relativeBox .audio .cv {
  color: #fff;
}
.pc.showing .originator .leftBox .relativeBox .audio .name {
  width: 3.90625vw;
  min-width: 63px;
  color: #7092e0;
  flex-grow: 0.8;
}
.pc.showing .originator .leftBox .relativeBox .audio .audio-btn {
  width: 0.5rem;
}
.pc.showing .originator .leftBox .relativeBox .audio .audio-btn .music-bar {
  height: 0.03rem;
  margin: 0 0.02rem;
  width: 0.02rem;
  background-color: #ffffff;
}
.pc.showing .originator .leftBox .relativeBox .bgStory {
  position: absolute;
  left: 0;
  top: 67%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 4;
  /* 定义滚动条整体样式 */
  /* 定义滚动条滑块 */
  /* 定义滚动条滑块悬停时的样式 */
}
.pc.showing .originator .leftBox .relativeBox .bgStory .title {
  display: flex;
  align-items: center;
  font-size: 1.852vh;
  font-size: max(12px, 1.04vw);
  margin-bottom: 0.4vw;
}
.pc.showing .originator .leftBox .relativeBox .bgStory .title span {
  margin-right: 1vw;
}
.pc.showing .originator .leftBox .relativeBox .bgStory .title .arrow {
  width: 0.6vw;
  height: 0.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc.showing .originator .leftBox .relativeBox .bgStory .title .arrow img {
  width: 100%;
  height: 100%;
}
.pc.showing .originator .leftBox .relativeBox .bgStory .story {
  width: 55.55vh;
  height: 14.8148vh;
  font-size: 0.9375vw;
  line-height: 1.8;
  max-width: 31.25vw;
  max-height: 8.333vw;
  overflow: auto;
  font-family: 'MiSans-Light';
  scrollbar-width: none;
  -ms-overflow-style: none;
  text-shadow: 0 0 3px #000;
}
.pc.showing .originator .leftBox .relativeBox .bgStory ::-webkit-scrollbar {
  width: 10px;
  /* 滚动条宽度 */
}
.pc.showing .originator .leftBox .relativeBox .bgStory ::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块背景颜色 */
  border-radius: 5px;
  /* 滑块圆角 */
}
.pc.showing .originator .leftBox .relativeBox .bgStory ::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块背景颜色 */
}
.pc.showing .originator .leftBox .relativeBox .heroTab {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  bottom: -12%;
  z-index: 4;
  opacity: 0;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList {
  width: 55.5vh;
  max-width: 31.3vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem {
  width: 8.337778vh;
  height: 15.64445vh;
  max-width: 4.69vw;
  max-height: 8.8vw;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  background-color: #000;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem .heroHalf {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem .lt {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 3;
  width: 9px;
  height: 11px;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem .rb {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  width: 13px;
  height: 12px;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem .activeRb {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  width: 13px;
  height: 12px;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem .blueArrow {
  position: absolute;
  width: 0.45vw;
  height: 0.6vw;
  left: 0;
  bottom: -1vw;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItem .whiteArrow {
  position: absolute;
  width: 0.45vw;
  height: 0.6vw;
  left: 0.5vw;
  bottom: -1vw;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .heroItemActive {
  box-shadow: 0 0 10px 3px #80a7ff;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.77334vh;
  height: 3.697778vh;
  max-width: 1.56vw;
  max-height: 2.08vw;
  cursor: pointer;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .leftArrow {
  left: -2.9vw;
}
.pc.showing .originator .leftBox .relativeBox .heroTab .heroList .rightArrow {
  right: -2.9vw;
}
.pc.showing .originator .hero {
  position: absolute;
  right: 50%;
  z-index: 3;
}
.pc.showing .originator .hero div {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.pc.showing .originator .rbLogo {
  position: absolute;
  top: 44.537vh;
  right: 8.33vw;
  width: 2.448vw;
  height: 2.448vw;
  z-index: 4;
}
.pc.showing .originator .rbLogo img {
  width: 100%;
}
.pc.showing .originator .br {
  display: none;
  position: absolute;
  top: 52.537vh;
  right: 0;
  width: 97.4%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.pc.showing .originator .br .relativeBox {
  position: relative;
  width: 100%;
}
.pc.showing .originator .br .relativeBox .boxxx {
  width: 7.46667vh;
  height: 0.728889vh;
  right: 101.297778vh;
  max-width: 4.2vw;
  max-height: 0.41vw;
  position: absolute;
  right: min(56.98vw, 101.297778vh);
}
.pc.showing .originator .br .relativeBox .boxxx .box_t {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pc.showing .originator .br .relativeBox .leftBorder {
  width: 106.48148vh;
  height: 15.4666vh;
  max-width: 59.89583vw;
  max-height: 8.7vw;
  position: absolute;
  top: -7.2vh;
  top: max(-4.05vw, -7.2vh);
  left: -2vw;
}
.pc.showing .originator .br .relativeBox .leftBorder .relativeBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.pc.showing .originator .br .relativeBox .leftBorder .relativeBox .topBox {
  width: 3px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 10.3%;
  background-color: #8d8e94;
  transform: translateX(-1.5px);
}
.pc.showing .originator .br .relativeBox .leftBorder .relativeBox .centerBox {
  position: absolute;
  top: 0;
  left: 10.3%;
  height: 14.6354vw;
  border-right: 1px solid #44454b;
}
.pc.showing .originator .br .relativeBox .leftBorder .relativeBox img {
  width: 100%;
  height: 100%;
  margin-left: 0.5%;
  opacity: 0.3;
}
.pc.showing .originator .rightBorder {
  position: absolute;
  bottom: 0;
  right: 6.1vw;
  height: 83vh;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.pc.showing .originator .jiaobiao {
  width: 2.6vw;
  height: 2.6vw;
  position: absolute;
  bottom: 2vw;
  right: 2vw;
}
.pc.showing .originator .jiaobiao img {
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 14/11) {
  .pc.showing .originator .hero {
    top: 10vh;
  }
}
@media (max-aspect-ratio: 11/10) {
  .pc.showing .originator .hero {
    top: 15vh;
  }
}
@media (max-aspect-ratio: 7/8) {
  .pc.showing .originator .hero {
    top: 20vh;
  }
}
@media (min-aspect-ratio: 23/10) {
  .pc.showing .originator .leftBox .relativeBox .nameAndStar .name {
    font-size: 0.3rem;
  }
  .pc.showing .originator .leftBox .relativeBox .nameAndStar .star img {
    width: 0.3rem;
    top: 10%;
  }
  .pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(2) {
    left: 0.18rem;
  }
  .pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(3) {
    left: 0.36rem;
  }
  .pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(4) {
    left: 0.54rem;
  }
  .pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(5) {
    left: 0.72rem;
  }
  .pc.showing .originator .leftBox .relativeBox .nameAndStar .star img:nth-child(6) {
    left: 0.9rem;
  }
  .pc.showing .originator .leftBox .relativeBox .audio {
    font-size: 18px;
  }
}
@keyframes gentleFlashRise {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.mobile.showing .originator-m.geted .heroView .swiper-slide .heroImg[data-id="yinuo"] {
  background-image: url(../assets/images/originator/yinuo.png);
}
.mobile.showing .originator-m.geted .heroView .swiper-slide .heroImg[data-id="qianqian"] {
  background-image: url(../assets/images/originator/qianqian.png);
}
.mobile.showing .originator-m.geted .heroView .swiper-slide .heroImg[data-id="yilisi"] {
  background-image: url(../assets/images/originator/yilisi.png);
}
.mobile.showing .originator-m.geted .heroView .swiper-slide .heroImg[data-id="paqian"] {
  background-image: url(../assets/images/originator/paqian.png);
}
.mobile.showing .originator-m.geted .heroView .swiper-slide .heroImg[data-id="fuluola"] {
  background-image: url(../assets/images/originator/fuluola.png);
}
.mobile.showing .originator-m.geted .heroView .swiper-slide .heroImg[data-id="luosha"] {
  background-image: url(../assets/images/originator/luosha.png);
}
.mobile.showing .originator-m {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url(../assets/images/originator/mobile/bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.mobile.showing .originator-m .title {
  position: absolute;
  top: 3rem;
  left: 0.64rem;
  color: #80a7ff;
  font-family: 'MiSans-Bold';
  font-weight: 800;
  z-index: 3;
}
.mobile.showing .originator-m .title .top {
  font-size: 0.48rem;
}
.mobile.showing .originator-m .title .bottom {
  font-size: 0.8rem;
}
.mobile.showing .originator-m .bgImgBox {
  width: 100%;
  height: 100%;
  position: absolute;
}
.mobile.showing .originator-m .bgImgBox .bgLogo {
  position: absolute;
  left: -7.733vw;
  top: 2.52rem;
  filter: grayscale(100%) brightness(0) opacity(25%);
  width: 75%;
}
.mobile.showing .originator-m .bgImgBox .bgLogo img {
  width: 100%;
}
.mobile.showing .originator-m .bgImgBox .line1 {
  position: absolute;
  top: 5.52rem;
  right: 4.267vw;
  height: 80%;
  width: 1px;
  background: #ffffff;
  opacity: 0.2;
}
.mobile.showing .originator-m .bgImgBox .line2 {
  position: absolute;
  top: 9.16rem;
  right: 4.267vw;
  height: 1px;
  width: calc(100% - 4.267vw * 2);
  background: #ffffff;
  opacity: 0.2;
}
.mobile.showing .originator-m .bgImgBox .img {
  position: absolute;
  top: 9.16rem;
  left: 28.267vw;
  width: 1.28rem;
}
.mobile.showing .originator-m .heroView {
  width: 100%;
  height: calc(18rem + 8.128vh);
  position: relative;
}
.mobile.showing .originator-m .heroView .swiper-slide {
  position: relative;
  height: 80vh;
  padding-top: 8.128vh;
  opacity: 0;
  /* 初始透明度 */
  transition: opacity 0.5s ease;
  /* 过渡效果 */
}
.mobile.showing .originator-m .heroView .swiper-slide .heroImg {
  width: 20.271rem;
  height: 24.56rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  background-size: 100% 100%;
}
.mobile.showing .originator-m .heroView .swiper-slide-active {
  opacity: 1;
  /* 当前活动滑块的透明度 */
}
.mobile.showing .originator-m .heroInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 14.52rem;
  background-image: url(../assets/images/originator/mobile/mask.png);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
  padding: 2.2rem 0.64rem 0.5rem;
  /*解决ios层级显示异常*/
  transform: translate3d(0px, 0px, 0px);
  pointer-events: none;
}
.mobile.showing .originator-m .heroInfo .cvName {
  font-size: 0.48rem;
  font-family: 'MiSans-Regular';
  margin-bottom: 0.36rem;
}
.mobile.showing .originator-m .heroInfo .cvName .cv {
  color: #fff;
  margin-right: 0.15rem;
}
.mobile.showing .originator-m .heroInfo .cvName .name {
  color: #80a7ff;
}
.mobile.showing .originator-m .heroInfo .nameAndStar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left {
  display: flex;
  align-items: center;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .name {
  color: #fff;
  font-size: 1.28rem;
  font-family: 'MiSans-Bold';
  font-weight: 800;
  margin-right: 0.48rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .star {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 1.4rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .star img {
  position: absolute;
  top: 66%;
  transform: translateY(-50%) scale(1.4);
  height: 100%;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .star img:nth-child(2) {
  left: 0.7rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .star img:nth-child(3) {
  left: 1.4rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .star img:nth-child(4) {
  left: 2.1rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .star img:nth-child(5) {
  left: 2.8rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .left .star img:nth-child(6) {
  left: 3.5rem;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .right {
  margin-right: 0.48rem;
  pointer-events: all;
}
.mobile.showing .originator-m .heroInfo .nameAndStar .right .audio {
  margin: -20px;
}
.mobile.showing .originator-m .heroInfo .bgStory {
  width: calc(100% / 0.9166);
  font-size: 0.48rem;
  line-height: 0.78rem;
  opacity: 0.8;
  transform: scale(0.9166);
  transform-origin: 0 0;
  font-family: 'MiSans-Light';
  color: #fff;
  pointer-events: all;
}
.mobile.showing .originator-m .heroInfo .bgStory .story {
  height: 2.4rem;
  overflow: auto;
}
.mobile.showing .originator-m .heroInfo .tabList {
  width: 100%;
  position: relative;
  height: 3rem;
  pointer-events: all;
}
.mobile.showing .originator-m .heroInfo .tabList .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.3%;
}
.mobile.showing .originator-m .heroInfo .tabList .prev img {
  width: 0.54rem;
}
.mobile.showing .originator-m .heroInfo .tabList .next {
  position: absolute;
  right: 2.3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.mobile.showing .originator-m .heroInfo .tabList .next img {
  width: 0.54rem;
  transform: rotate(180deg);
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content {
  width: calc(100% - 4.6% - 0.54rem * 2 - 4vw);
  padding: 0 0.36rem;
  height: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  /* 隐藏原生滚动条 */
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .heroItem {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../assets/images/originator/mobile/off.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.48rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .heroItem .heroAvatar {
  width: 1.52rem;
  height: 1.52rem;
  position: relative;
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .heroItem .heroAvatar .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .heroItem .heroAvatar::after {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .heroItem:nth-child(6) {
  margin-right: 0;
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .active {
  background-image: url(../assets/images/originator/mobile/on.png);
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .active .heroAvatar::after {
  display: none;
}
.mobile.showing .originator-m .heroInfo .tabList .scroll-content .active::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.56rem;
  height: 1.56rem;
  box-shadow: 0 0 0.48rem 0.1rem #80a7ff;
}
.mobile.showing .originator-m .heroInfo .tabList .scrollbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* 自定义滚动条 */
}
.mobile.showing .originator-m .heroInfo .tabList .scrollbar .custom-scrollbar {
  position: relative;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.mobile.showing .originator-m .heroInfo .tabList .scrollbar .custom-thumb {
  position: absolute;
  height: 4px;
  /* 滑块高度大于轨道 */
  top: 50%;
  transform: translateY(-50%);
  /* 垂直居中 */
  background-color: #fff;
  transition: background-color 0.2s;
  /* 优化移动端触摸体验 */
  touch-action: none;
}
.mobile.showing .originator-m .more {
  /*解决ios层级显示异常*/
  transform: translate3d(-50%, 0px, 0px);
}
