.mobile.showing .animatedWallpaper-m.geted {
  background-image: url(../assets/images/common/mobileBg.jpg);
}
.mobile.showing .animatedWallpaper-m.geted .title {
  background-image: url(../assets/images/art/wallPaperMobile/densicraft.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.geted .moreBtn .icon {
  background-image: url(../assets/images/news/mobile/arrow.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: center 25%;
  position: relative;
  overflow: hidden;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent {
  width: 563px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .resetSize_m {
  width: 100%;
  padding: 101px 24px 0;
  transform-origin: top center;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .resetSize_m .title {
  width: 520px;
  height: 31px;
  position: relative;
  background-size: 100% 100%;
  margin-left: 24px;
  margin-bottom: 10px;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .resetSize_m .title div {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  transform: scale(0.75);
  transform-origin: left center;
  position: absolute;
  left: 18px;
  top: 16px;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 12px;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .left {
  width: 300px;
  height: 480px;
}
.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: 203px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .one,
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .two {
  width: 100%;
  height: 234px;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .top .right .one .mWallpaperImg,
.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: 295px;
}
.mobile.showing .animatedWallpaper-m .wallpaperContent .bottom .mWallpaperImg {
  width: 100%;
  height: 100%;
  background-position: 20% 35%;
  background-size: cover;
}
.mobile.showing .animatedWallpaper-m .moreBox {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 32px;
  transform-origin: right bottom;
}
.mobile.showing .animatedWallpaper-m .moreBox .moreBtn {
  width: 139px;
  height: 31px;
  background-color: #537ef0;
  padding-left: 10px;
  padding-top: 6px;
  cursor: pointer;
}
.mobile.showing .animatedWallpaper-m .moreBox .moreBtn .t1 {
  color: #000000;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transform: scale(0.916666);
  transform-origin: left top;
}
.mobile.showing .animatedWallpaper-m .moreBox .moreBtn .t2 {
  margin-top: 2px;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  transform: scale(0.5);
  transform-origin: left top;
  font-weight: 600;
}
.mobile.showing .animatedWallpaper-m .moreBox .moreBtn .icon {
  width: 6px;
  height: 10px;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}
