.mobile.showing {
  /*pc媒体查询*/
}
.mobile.showing .animatedVideo-m.geted {
  background-image: url(../assets/images/art/videoMobile/bg@2x.png);
}
.mobile.showing .animatedVideo-m.geted .mask {
  background-image: url(../assets/images/art/videoMobile/alpha@2x.png);
}
.mobile.showing .animatedVideo-m.geted .topBox .pv {
  background-image: url(../assets/images/art/videoMobile/8.jpg);
}
.mobile.showing .animatedVideo-m.geted .bottomBox .anima {
  background-image: url(../assets/images/art/videoMobile/6.jpg);
}
.mobile.showing .animatedVideo-m.geted .bottomBox .world {
  background-image: url(../assets/images/art/videoMobile/7.jpg);
}
.mobile.showing .animatedVideo-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 .animatedVideo-m .title {
  position: absolute;
  top: 3rem;
  left: 0.64rem;
  color: #80a7ff;
  font-family: 'MiSans-Bold';
  font-weight: 800;
}
.mobile.showing .animatedVideo-m .title .top {
  width: 100%;
  font-size: 0.48rem;
}
.mobile.showing .animatedVideo-m .title .bottom {
  font-size: 0.8rem;
}
.mobile.showing .animatedVideo-m .name {
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  font-size: 0.56rem;
  color: #fefefe;
  font-weight: 600;
  z-index: 2;
}
.mobile.showing .animatedVideo-m .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
.mobile.showing .animatedVideo-m .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
}
.mobile.showing .animatedVideo-m .topBox {
  margin-top: 5.72rem;
  padding: 0 0.64rem;
}
.mobile.showing .animatedVideo-m .topBox .pv {
  width: 100%;
  height: 11.2rem;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  max-height: 36.458vh;
}
.mobile.showing .animatedVideo-m .topBox .pv .lineRight {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  width: 4.84rem;
  height: 5.12rem;
  max-height: 80%;
}
.mobile.showing .animatedVideo-m .topBox .pv .lineLeft {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%) rotate(180deg);
  width: 4.84rem;
  height: 5.12rem;
  max-height: 80%;
}
.mobile.showing .animatedVideo-m .topBox .pv .name {
  font-size: 0.72rem;
}
.mobile.showing .animatedVideo-m .bottomBox {
  width: 100%;
  padding: 0 0.64rem;
  margin-top: 0.48rem;
  display: flex;
  justify-content: space-between;
}
.mobile.showing .animatedVideo-m .bottomBox .underBox {
  width: 48.1%;
  height: 6.6rem;
  border: 1px solid #ffffff;
  background-size: cover;
  max-height: 21.48vh;
}
.mobile.showing .animatedVideo-m .bottomBox .anima {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.mobile.showing .animatedVideo-m .bottomBox .world {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-height: 700px) {
  .mobile.showing .animatedVideo-m .topBox .pv,
  .mobile.showing .animatedVideo-m .bottomBox .underBox {
    max-height: calc(50vh - 5rem);
    max-height: calc(var(--vh)*50 - 5rem);
  }
}
