.pc.showing .art.geted .gameVideo .gameVideoFlex .videoRelativeBox .right .videoLeft {
  background-image: url(../assets/images/art/left.png);
}
.pc.showing .art.geted .gameVideo .gameVideoFlex .videoRelativeBox .right .videoRight {
  background-image: url(../assets/images/art/right.png);
}
.pc.showing .art.geted .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo[data-index="1"] {
  background-image: url(../assets/images/art/6.jpg);
}
.pc.showing .art.geted .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo[data-index="2"] {
  background-image: url(../assets/images/art/7.jpg);
}
.pc.showing .art.geted .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo[data-index="3"] {
  background-image: url(../assets/images/art/8.jpg);
  background-position: 20%;
}
.pc.showing .art.geted .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo .bg {
  background-image: url(../assets/images/art/mask.png);
}
.pc.showing .art.geted .gameMusic .wallPaper .wallPaperFlex .wallPaperItem[data-index="0"] {
  background-image: url(../assets/images/art/half/laofei.jpg);
}
.pc.showing .art.geted .gameMusic .wallPaper .wallPaperFlex .wallPaperItem[data-index="1"] {
  background-image: url(../assets/images/art/half/qiangwei.jpg);
}
.pc.showing .art.geted .gameMusic .wallPaper .wallPaperFlex .wallPaperItem[data-index="2"] {
  background-image: url(../assets/images/art/half/jiangbei.jpg);
}
.pc.showing .art.geted .gameMusic .wallPaper .wallPaperFlex .wallPaperItem[data-index="3"] {
  background-image: url(../assets/images/art/half/nande.jpg);
}
.pc.showing .art.geted .gameMusic .wallPaper .wallPaperFlex .wallPaperItem .activeMask {
  background-image: url(../assets/images/art/wallpaper_mask_01.png);
}
.pc.showing .art.geted .gameMusic .rayBg .halfRay .picBox .yuanneng {
  background-image: url(../assets/images/art/half/laofei.jpg);
}
.pc.showing .art.geted .gameMusic .rayBg .halfRay .picBox .sun {
  background-image: url(../assets/images/art/half/qiangwei.jpg);
}
.pc.showing .art.geted .gameMusic .rayBg .halfRay .picBox .monster {
  background-image: url(../assets/images/art/half/jiangbei.jpg);
}
.pc.showing .art.geted .gameMusic .rayBg .halfRay .picBox .StillAlight {
  background-image: url(../assets/images/art/half/nande.jpg);
}
.pc.showing .art.geted .gameMusic .rayBg .halfRay .picBox .rayMask {
  background-image: url(../assets/images/art/rayMask.png);
}
.pc.showing .art.geted .gameMusic .rayBg .halfRay .rayCenter {
  background-image: url(../assets/images/art/rayCenter.png);
}
.pc.showing .art.geted .wallpaper .wallpaperFlex .wallpaperRelativeBox .side div[data-id="1"] {
  background-image: url(../assets/images/art/1.png);
}
.pc.showing .art.geted .wallpaper .wallpaperFlex .wallpaperRelativeBox .side div[data-id="2"] {
  background-image: url(../assets/images/art/2.png);
}
.pc.showing .art.geted .wallpaper .wallpaperFlex .wallpaperRelativeBox .side div[data-id="3"] {
  background-image: url(../assets/images/art/3.png);
}
.pc.showing .art.geted .wallpaper .wallpaperFlex .wallpaperRelativeBox .side div[data-id="4"] {
  background-image: url(../assets/images/art/4.png);
}
.pc.showing .art.geted .wallpaper .wallpaperFlex .wallpaperRelativeBox .center div[data-id="5"] {
  background-image: url(../assets/images/art/5.png);
}
.pc.showing .art {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  position: relative;
  overflow: hidden;
}
.pc.showing .art .title {
  position: absolute;
  top: 12.963vh;
  right: 19.9vh;
  opacity: 0;
  right: 11.2vw;
  color: #fff;
  font-size: 4.977777vh;
  font-size: max(4.977777vh, 2.3vw);
  font-family: 'MiSans-Bold';
  font-weight: 800;
  z-index: 3;
}
.pc.showing .art .title .top {
  font-size: 2.3111vh;
  font-size: max(20.5px, 1.3vw);
}
.pc.showing .art .title .bottom {
  text-align: right;
}
.pc.showing .art .rightTab {
  position: absolute;
  height: 64.888vh;
  top: 19.5vh;
  right: -6.25vw;
  opacity: 0;
  padding: 20.48148vh 0 6vh 0;
  border-left-width: 0;
  border-right-width: 2px;
  border-right-style: solid;
}
.pc.showing .art .rightTab .activeTab {
  position: absolute;
  right: -1.6vw;
  width: 3.2vw;
  height: 1.7vw;
  transform: translateY(-50%);
}
.pc.showing .art .rightTab .activeTab img {
  width: 100%;
  height: 100%;
  display: block;
}
.pc.showing .art .rightTab .tabItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #625f64;
  margin-right: 2vw;
  margin-bottom: 2.6vw;
  cursor: pointer;
}
.pc.showing .art .rightTab .tabItem .top {
  font-size: 0.2rem;
}
.pc.showing .art .rightTab .tabItem .bottom {
  font-size: 12px;
}
.pc.showing .art .rightTab .tabItemActive {
  color: #fff;
}
.pc.showing .art .rightTab .tabItemActive .bottom {
  color: #80a7ff;
}
.pc.showing .art .gameMusic {
  display: none;
}
.pc.showing .art .gameMusic .ray {
  position: absolute;
  top: 50%;
  left: -18.4vw;
  transform: translateY(-46%);
  height: 68.148vh;
  width: 34.074vh;
  min-width: 202px;
  min-height: 405px;
  z-index: 3;
}
.pc.showing .art .gameMusic .ray img {
  width: 100%;
  height: 100%;
}
.pc.showing .art .gameMusic .rayBg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -46%);
  width: 70.36vh;
  height: 70.36vh;
  max-width: 39.583vw;
  max-height: 39.583vw;
  background-color: #b3b7bd;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc.showing .art .gameMusic .rayBg .halfRay {
  width: 68.148vh;
  height: 68.148vh;
  max-width: 38.49vw;
  max-height: 38.49vw;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #6e6e6e;
}
.pc.showing .art .gameMusic .rayBg .halfRay .picBox {
  width: 100%;
  height: 100%;
}
.pc.showing .art .gameMusic .rayBg .halfRay .picBox .pic {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pc.showing .art .gameMusic .rayBg .halfRay .picBox .rayMask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 109%;
  height: 109%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  background-size: 100% 100%;
}
.pc.showing .art .gameMusic .rayBg .halfRay .rayBorder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65.09vh;
  height: 65.09vh;
  max-width: 36.614vw;
  max-height: 36.614vw;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pc.showing .art .gameMusic .rayBg .halfRay .rayCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  width: 12.824vh;
  height: 25.648vh;
  max-width: 7.1875vw;
  max-height: 14.427vw;
  background-size: 100%;
}
@keyframes rayrotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.pc.showing .art .gameMusic .wallPaper {
  display: none;
  width: 59.583vw;
  height: 58.3vh;
  max-height: 32.8125vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47.2%, -55%);
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 58.3vh;
  max-height: 32.8125vw;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .wallPaperItem {
  width: 23.689%;
  height: 100%;
  border: 2px solid #4c4c4c;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .wallPaperItem .arrow {
  position: absolute;
  bottom: -4.08888vh;
  bottom: max(-4.08888vh, -2.3vw);
  left: 50%;
  transform: translateX(-50%);
  width: 8.61111vh;
  height: 7.87vh;
  max-width: 4.84375vw;
  max-height: 4.427vw;
  min-width: 32px;
  min-height: 32px;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .wallPaperItem .activeMask {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background-size: 100%;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .wallPaperItem .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .wallPaperItemActive {
  border: 2px solid #ffffff;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .wallPaperItemActive .activeMask {
  display: block!important;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 100%;
  height: 9.44vh;
  max-height: 5.3125vw;
  font-size: 1.7vw;
  color: #fff;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content {
  flex-grow: 1;
  position: relative;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* 静态样式 - 中间高两边低 */
  /* 激活状态 - 添加动画 */
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .music-visualizer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 3.2vh;
  max-height: 1.8vw;
  margin: -0.06vw;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .bar {
  width: 0.4444vh;
  margin: 0.06vw;
  max-width: 0.25vw;
  background-color: #fff;
  transition: all 0.3s ease;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .bar:nth-child(1) {
  height: 100%;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .bar:nth-child(2) {
  height: 40%;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .bar:nth-child(3) {
  height: 70%;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .bar:nth-child(4) {
  height: 50%;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .bar:nth-child(5) {
  height: 30%;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .music-visualizer.playing .bar {
  animation: wave-music 1s infinite ease-in-out;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .music-visualizer.playing .bar:nth-child(1) {
  animation-delay: -0.8s;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .music-visualizer.playing .bar:nth-child(2) {
  animation-delay: -0.6s;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .music-visualizer.playing .bar:nth-child(3) {
  animation-delay: -0.4s;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .music-visualizer.playing .bar:nth-child(4) {
  animation-delay: -0.2s;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .top .music-visualizer.playing .bar:nth-child(5) {
  animation-delay: 0s;
}
@keyframes wave-music {
  0%,
  100% {
    height: 20%;
  }
  50% {
    height: 100%;
  }
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .stopBox {
  width: 11.733vh;
  max-width: 6.6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.777vh;
  margin-right: min(1vw, 1.777vh);
  flex-shrink: 0;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .stopBox .handel {
  width: 1.777vh;
  max-width: 1vw;
  height: 0.9vw;
  min-width: 10.5px;
  min-height: 9.5px;
  cursor: pointer;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .stopBox .stop {
  width: 1.1vw;
  height: 1.35vw;
  min-width: 11px;
  min-height: 14px;
  cursor: pointer;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .progressBox {
  font-size: 0.8333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 27vw;
  height: 2px;
  flex-grow: 1;
  /* 进度条容器样式 */
  /* 进度条样式 */
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .progressBox .progress-container {
  flex: 1;
  height: 3px;
  background-color: #5d5759;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .progressBox .progress-bar {
  width: 0%;
  height: 100%;
  background-color: #fff;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .progressBox #currentTime {
  margin-right: 0.8vw;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .content .bottom .progressBox #totalTime {
  margin-left: 0.8vw;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .logo {
  width: 50.37vh;
  height: 13.7vh;
  max-width: 28.333vw;
  max-height: 7.7vw;
  margin-right: 3.646vw;
}
.pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio .relativeBox .logo img {
  width: 100%;
  height: 100%;
  transform: translateY(-8%);
}
.pc.showing .art .wallpaper {
  display: none;
}
.pc.showing .art .wallpaper .wallpaperFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57.8%, -46%);
  width: 75.3vw;
  height: 69.7vh;
  max-height: 39.2vw;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox {
  position: relative;
  height: 69.07vh;
  width: 100%;
  max-height: 39vw;
  display: flex;
  justify-content: space-between;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox .wallpaperImg {
  cursor: pointer;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox .wallpaperImg .wallpaperMask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox .wallpaperImg .wallpaperMask.active {
  opacity: 0;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox .side {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox .side div {
  width: 100%;
  height: 48.5%;
  background-position: center top;
  background-size: cover;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox .center {
  width: 57%;
  height: 100%;
}
.pc.showing .art .wallpaper .wallpaperFlex .wallpaperRelativeBox .center div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 80% center;
}
.pc.showing .art .gameVideo {
  display: none;
}
.pc.showing .art .gameVideo .videoLeft,
.pc.showing .art .gameVideo .videoRight {
  width: 17.7778vh;
  height: 21.86667vh;
  max-width: 10vw;
  max-height: 12.3vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.pc.showing .art .gameVideo .videoLeft {
  left: 1%;
}
.pc.showing .art .gameVideo .videoRight {
  right: 1%;
}
.pc.showing .art .gameVideo .gameVideoFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57.8%, -46%);
  width: 75.3vw;
  height: 69.7vh;
  max-height: 39.2vw;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo {
  width: 100%;
  height: 100%;
  border: 2px solid #444555;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo[data-index="3"] {
  background-position: 20%;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.5vw;
  height: 6.5vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo .bofang img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3vw;
  height: 3.8vw;
  margin-left: 0.5vw;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo .name {
  font-family: 'MiSans-Bold';
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  position: absolute;
  line-height: 1;
  bottom: 1vw;
  right: 1vw;
  font-size: 2.5vw;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo .activeBg {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo .mask {
  width: 100%;
  height: 100%;
  background-color: #000000b3;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo.active {
  border-color: #ffffff;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo.active .activeBg {
  opacity: 1;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo.active .mask {
  opacity: 0;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .animationVideo.active .name {
  opacity: 1;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .relativeBox {
  position: relative;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left {
  width: 38.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .name {
  font-size: 1.8vw;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .animation {
  width: 100%;
  height: 48%;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .animation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .animation .bofang {
  width: 5vw;
  height: 5vw;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .animation .bofang img {
  width: 2.5vw;
  height: 3vw;
  transform: translate(-60%, -50%);
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .world {
  width: 100%;
  height: 48%;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .world img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .world .bofang {
  width: 5vw;
  height: 5vw;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .left .world .bofang img {
  width: 2.5vw;
  height: 3vw;
  transform: translate(-60%, -50%);
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .right {
  width: 59.9%;
  height: 100%;
}
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .right .videoLeft,
.pc.showing .art .gameVideo .gameVideoFlex .videoRelativeBox .right .videoRight {
  width: 28.444vh;
  height: 30.75556vh;
  max-width: 16vw;
  max-height: 17.3vw;
}
@media (max-height: 900px) {
  .pc.showing .art .gameVideo .gameVideoFlex,
  .pc.showing .art .wallpaper .wallpaperFlex {
    height: 64.7vh;
    width: 73.3vw;
  }
  .pc.showing .art .gameMusic .wallPaper {
    width: 58.6vw;
    height: 54.1vh;
  }
}
@media (max-height: 600px) {
  .pc.showing .art .rightTab {
    padding-top: 18.48148vh;
  }
}
@media (max-height: 400px) {
  .pc.showing .art .rightTab {
    padding-top: 12.48148vh;
  }
}
@media (min-aspect-ratio: 16/7) {
  .pc.showing .art .gameMusic .wallPaper .wallPaperFlex .audio {
    font-size: 1.3vw;
  }
}
::-webkit-scrollbar {
  display: none;
}
