/* Swiper 模板(1/4)：电脑端固定 480px 居中，与手机一致 */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  background: #0a0a0a !important;
}

#root,
#click-layer,
#md-app {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 480px !important;
  height: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

#md-app .swiper,
#md-app .swiper-container,
#md-app .swiper-wrapper,
#md-app .swiper-slide,
#md-app .swiper-slide-bg,
.splash {
  width: 100% !important;
  max-width: 480px !important;
}

#md-app .swiper,
#md-app .swiper-container,
#md-app .swiper-wrapper,
#md-app .swiper-slide,
#md-app .swiper-slide-bg {
  height: 100% !important;
}

#md-app .swiper-slide-bg,
.splash {
  object-fit: cover !important;
}

.splash {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  height: 100% !important;
  z-index: 0 !important;
}
