html {
  background: #151922;
}

body {
  margin: 0rem;
  padding: 0rem;
  padding-bottom: 1rem;
}

.head {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.head .logo {
  width: 254px;
  height: 75px;
}
.head .qq {
  cursor: pointer;
  width: 164px;
  height: 34px;
}

.head-division {
  height: 3px;
  background: linear-gradient(90deg, #2992FF, #00F2C2);
}

.body {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../static/images/body-bg.png) no-repeat;
  background-size: 100% 100%;
}
.body .body-l > img {
  width: 728px;
  height: 645px;
}
.body .body-r {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 564px;
}
.body .body-r .img-1 {
  width: 564px;
  height: 192px;
}
.body .body-r .img-2 {
  cursor: pointer;
  margin-top: 56px;
  width: 337px;
  height: 91px;
}

.floor {
  padding: 20px 0;
  background: #151922;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-family: SimSun;
  font-weight: 400;
  color: #828282;
  line-height: 41px;
}

/*# sourceMappingURL=index.css.map */
