* {
  margin: 0;
  padding: 0;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
html {
  background: url(../images/bg.jpg) center top #000 no-repeat;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  background-size: contain;
}
.main-content {
  padding-top: 180px;
}
.header {
  height: 150px;
  text-align: center;
  margin-bottom: 20px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: rgb(11, 18, 40);
}
.header img {
  padding-top: 3vh;
  width: 300px;
  display: block;
  margin: 0px auto;
}
.main {
  /* width: 1400px;
  margin: 0 auto; */
  margin: 0 8%;
  display: flex;
  justify-content: space-between;
}
.main .left {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.main .left a:first-child {
  margin-bottom: 30px;
}
.main .left img {
  display: block;
  margin: 0 auto;
}
.main .middle {
  width: 1000px;
  margin: 0 auto;
}
.main .middle .mySwiper {
  /* width: 765px; */
  height: 420px;
}
.main .middle .mySwiper img {
  width: 100%;
}
.main .right {
  padding-top: 80px;
  background: url(../images/right-bg.png) center top no-repeat;
}
.main .right .downgif {
  width: 234px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.main .right img {
  width: 260px;
  display: block;
  margin-bottom: 10px;
}
.main .game-box {
  background: url(../images/hot-bg.png) #110d25 center top;
  background-size: 100% auto;
  padding: 15px 20px 0;
}
.main .game-box .hots {
}
.main .game-box .hots .title {
  margin-bottom: 10px;
}
.main .game-list {
  
}
.main .game-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.main .game-list ul li {
  margin-bottom: 20px;
  flex-basis: calc(100% / 6);
}
.main .game-list ul li.first img {
  width: 65%;
}
.main .game-list ul li.first:last-child img {
  width: 40%;
}
.main .game-list ul li img {
  width: 78%;
}
.main .game-list ul li span {
  margin-top: 8px;
  font-size: 16px;
  display: block;
  color: #bfbfbf;
}
.footer {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 50px;
  background: rgba(11, 24, 53, 0.6);
  padding: 30px 0px;
}
.footer p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer ul li {
  border-right: 1px solid #7d7d7d;
  padding: 0 15px;
  color: #7d7d7d;
}
.footer ul li:last-child {
  border-right: 0;
}
.footer ul li a {
  color: #fff;
}
.copyright {
  text-align: center;
  color: rgb(45, 82, 110);
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0px;
}
