.wrap {
  height: auto;
  min-height: 100%;
  background: none;
  background-size: 100% auto;
  padding-top: 1rem;
}

html {
  font-size: calc(100vw / 1920);
}

body {
  min-height: 100vh;
  background: url(//game.gtimg.cn/images/dfm/cp/a20251114sslrlr/mBg.jpg)
    no-repeat;
  background-size: 100% auto;
}

.main {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1096rem;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.header .l {
  background: url(//game.gtimg.cn/images/dfm/cp/a20251114sslrlr/logoSlogan.png)
    no-repeat;
  background-size: 100% auto;
  /* width: 1210rem;
  height: 116rem; */
  width: 1180rem;
  height: 280rem;
}

.vbg {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.vbg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon_box{
  width: 1000rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:225rem;
  z-index: 2;
  .q_icon{
    width: 0;
    height: 373rem;
    background: url(https://game.gtimg.cn/images/dfm/cp/a20251114sslrlr/q_icon.png) no-repeat;
    background-size: auto 100%;
    zoom: .5;
    animation: ww 1.5s ease-in-out forwards;
  }
}