.mobile.showing {
  transition: all 0.5s ease;
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-bg {
  background-image: url(../assets/images/common/mobileBg.jpg);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .musicImg[type="yuanneng"] {
  background-image: url(../assets/images/art/half/mobile/yuanneng.jpg);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .musicImg[type="sun"] {
  background-image: url(../assets/images/art/half/mobile/sun.jpg);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .musicImg[type="monster"] {
  background-image: url(../assets/images/art/half/mobile/monster.jpg);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .musicImg[type="Waterfront"] {
  background-image: url(../assets/images/art/half/mobile/Waterfront.jpg);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .musicImg[type="StillAlight"] {
  background-image: url(../assets/images/art/half/mobile/StillAlight.jpg);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .img1 {
  background-image: url(../assets/images/art/gameMusic/logo.png);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .nameBox .img {
  background-image: url(../assets/images/art/gameMusic/line.png);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .handel .prev,
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .handel .next {
  background-image: url(../assets/images/art/gameMusic/next.png);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .handel .play {
  background-image: url(../assets/images/art/gameMusic/play.png);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .handel .play.playing {
  background-image: url(../assets/images/art/gameMusic/stop.png);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .progress-handle {
  background-image: url(../assets/images/art/gameMusic/ball.png);
}
.mobile.showing .animatedMusic-m.geted .animatedMusic-m-content .listItem .icon {
  background-image: url(../assets/images/art/gameMusic/ico.png);
}
.mobile.showing .animatedMusic-m {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.mobile.showing .animatedMusic-m.open {
  overflow-y: auto;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 25%;
  position: absolute;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content {
  width: 563px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m {
  width: 100%;
  transform-origin: top center;
  padding-top: 100px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .musicImg {
  width: 100%;
  height: 318px;
  background-size: cover;
  background-position: center;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .img1 {
  width: 100%;
  height: 100px;
  background-size: 100% 100%;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .nameBox {
  display: flex;
  align-items: center;
  padding-left: 37px;
  color: #ffffff;
  position: relative;
  height: 43px;
  margin-top: 19px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .nameBox .name {
  font-size: 27px;
  line-height: 43px;
  font-weight: 600;
  margin-right: 10px;
  flex-shrink: 0;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .nameBox .writerName {
  font-size: 21px;
  line-height: 43px;
  flex-shrink: 0;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .nameBox .img {
  width: 206px;
  height: 65px;
  background-size: 100% 100%;
  position: relative;
  flex-shrink: 1;
  top: -31px;
  margin-right: 18px;
  margin-left: 10px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .handel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .handel div {
  width: 90px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .handel .prev {
  background-size: 37px 32px;
  transform: rotate(180deg);
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .handel .next {
  background-size: 37px 32px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .handel .play {
  background-size: 37px 44px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m #m-time {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  margin-left: 36px;
  margin-top: -2px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .progressBox {
  width: 490px;
  margin: 0 auto;
  height: 12px;
  position: relative;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .progressBox .progress-bg {
  width: 100%;
  height: 3px;
  margin-top: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .progressBox .progress-bar {
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255);
  position: absolute;
  top: 0;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .progressBox .progress-handle {
  width: 17px;
  height: 17px;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-4px, -5px);
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .m-musicList {
  width: 490px;
  margin: 12px auto 0;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .m-musicList .listItem {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #ffffff;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .m-musicList .listItem .icon {
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  margin: 0 17px 0 13px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .m-musicList .listItem .name {
  font-size: 15px;
  line-height: 30px;
  width: 200px;
  flex-grow: 0.95;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .m-musicList .listItem .time {
  font-size: 15px;
  line-height: 30px;
  margin-right: 17px;
}
.mobile.showing .animatedMusic-m .animatedMusic-m-content .resetSize_m .m-musicList .listItem:nth-child(2n-1) {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile.showing .mobileFooter {
  width: 100%;
  background-color: #000;
  color: #848484;
  font-size: 12px;
  padding: 0.52rem 0.5rem 0.52rem;
  text-align: center;
  border-top: 1px solid #383739;
  font-family: 'MiSans-Regular';
}
.mobile.showing .mobileFooter .m-title,
.mobile.showing .mobileFooter .tips,
.mobile.showing .mobileFooter .com {
  color: #fff;
  opacity: 0.5;
  line-height: 1.8;
}
.mobile.showing .mobileFooter .m-title {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2px;
}
.mobile.showing .mobileFooter .sp {
  margin-bottom: 0.24rem;
}
.mobile.showing .mobileFooter .ib {
  display: inline-block;
}
.mobile.showing .mobileFooter .btn {
  display: inline-block;
}
.mobile.showing .mobileFooter .footIconBox {
  position: relative;
}
.mobile.showing .mobileFooter .footIconBox .icon {
  width: 31.467vw;
  margin-bottom: 0.4rem;
}
.mobile.showing .mobileFooter .footIconBox .dot {
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
}
.mobile.showing .mobileFooter .footIconBox .dot.dot1 {
  left: -8px;
}
.mobile.showing .mobileFooter .footIconBox .dot.dot2 {
  right: -8px;
}
