.mobile.showing .animatedWallpaper-m.geted {
  background-image: url(../assets/images/art/wallPaperMobile/bg@2x.png);
}
.mobile.showing .animatedWallpaper-m.geted .wallpaperContent .mWallpaperImg[data-id="1"] {
  background-image: url(../assets/images/art/wallPaperMobile/1.png);
}
.mobile.showing .animatedWallpaper-m.geted .wallpaperContent .mWallpaperImg[data-id="3"] {
  background-image: url(../assets/images/art/wallPaperMobile/3.png);
}
.mobile.showing .animatedWallpaper-m.geted .wallpaperContent .mWallpaperImg[data-id="4"] {
  background-image: url(../assets/images/art/wallPaperMobile/4.png);
}
.mobile.showing .animatedWallpaper-m.geted .wallpaperContent .mWallpaperImg[data-id="5"] {
  background-image: url(../assets/images/art/wallPaperMobile/5.png);
}
.mobile.showing .animatedWallpaper-m {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.mobile.showing .animatedWallpaper-m .title {
  position: absolute;
  top: 3rem;
  left: 0.64rem;
  color: #80a7ff;
  font-family: 'MiSans-Bold';
  font-weight: 800;
}
.mobile.showing .animatedWallpaper-m .title .top {
  width: 100%;
  font-size: 0.48rem;
}
.mobile.showing .animatedWallpaper-m .title .bottom {
  font-size: 0.8rem;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent {
  margin-top: 5.72rem;
  padding: 0 0.64rem;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.32rem;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .left {
  width: 58.31%;
  height: 12.8rem;
  max-height: 41.667vh;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .left .mWallpaperImg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right {
  width: 39.359%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .one {
  width: 100%;
  height: 6.24rem;
  max-height: 20.31vh;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .one .mWallpaperImg {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .two {
  width: 100%;
  height: 6.24rem;
  max-height: 20.31vh;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .two .mWallpaperImg {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .bottom {
  width: 100%;
  height: 5.92rem;
  overflow: hidden;
  position: relative;
  max-height: 19.27vh;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .bottom .mWallpaperImg {
  width: 100%;
  height: 100%;
  background-position: 20% 35%;
  background-size: cover;
}
@media (min-aspect-ratio: 5/8) {
  .mobile.showing .animatedWallpaper-m .wallpaperContent .top .left {
    width: 58.81%;
    max-height: 38.667vh;
  }
  .mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .one,
  .mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .two {
    max-height: 18.81vh;
  }
}
