.headerpage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.swiper-container {
  width: 100%;
  /* height: 23rem; */
}
.swiper-slide img {
  width: 100%;
  /* height: 26.3125rem; */
}
.swiper-slide .qk_logo {
  width: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.swiper-slide .look_word {
  width: 6.25rem;
  height: 1.8125rem;
  background-color: #ba0614;
  border-radius: 1.25rem;
  color: #fff;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  border: none;
}
.look_word a {
  color: #fff;
}
.photo-many .suspended {
  width: 0.625rem;
  position: fixed;
  top: 25%;
  right: 12%;
  z-index: 999;
}

.photo-many .suspended img {
  width: 3rem;
  height: 3rem;
}
.mainpage {
  width: 100%;
}

.mainpage .our-work {
  display: block;
  height: 3.125rem;
  line-height: 3.4rem;
  text-align: center;
  font-size: 1.125rem;
}
.our-work span:last-child {
  color: red;
}
.game-img {
  display: flex;
}
.game-img .left {
  flex: 1;
  float: left;
  padding: 0 0.4rem;
}
.game-img .left img {
  width: 100%;
  height: 100%;
  padding-bottom: 0.4rem;
  /* padding: 0.2928rem; */
}

.right {
  overflow: hidden;
  flex: 1;
  float: right;
  padding-right: 0.4rem;
}
.right img {
  width: 100%;
  height: 100%;
  padding-bottom: 0.325rem;
}

/*
.game-img .top {
  width: 100%;
  height: 14rem;
  margin-bottom: 0.4rem;
}

.top .top-nova {
  float: left;
  margin-left: 0.4rem;
}
.top .top-nova img {
  width: 11rem;
  height: 14rem;
}
.game-img .top .top-dance {
  width: 11rem;
  float: right;
  margin-right: 0.4rem;
}
.top .top-dance img {
  width: 11rem;
  height: 6.8rem;
}
.top .top-dance img:first-child {
  margin-bottom: 0.4rem;
}
.bottom {
  overflow: hidden;
  width: 100%;
  height: 7rem;
}
.bottom img {
  width: 11rem;
  height: 7rem;
}
.bottom img:first-child {
  float: left;
  margin-left: 0.4rem;
}
.bottom img:last-child {
  float: right;
  margin-right: 0.4rem;
} */

.navpage {
  width: 100%;
  background-color: #f1f1f1;
  overflow: hidden;
}
.navpage .our-work {
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.125rem;
}
.navpage .do_title {
  display: block;
  margin: 0 0.8rem;
  line-height: 1.875rem;
  text-align: center;
  height: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ececec;
  font-size: 0.9375rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
  color: rgba(255, 0, 0, 0.8);
}
.game-list li {
  width: 100%;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  line-height: 3.05rem;
  border-bottom: 1px solid #ccc;
  padding: 0.3125rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-list span {
  padding: 0.7rem;
  font-size: 0.9375rem;
  text-align: center;
  color: #5d5d5d;
}
.game-list span:first-child {
  color: #ffffff;
}
.game-list li:nth-child(1) {
  background: url(../images/mobile1/di-1.png) no-repeat 0.1rem center;
  background-size: 3.75rem 1.9375rem;
}
.game-list li:nth-child(2) {
  background: url(../images/mobile1/di-1.png) no-repeat 0.1rem center;
  background-size: 3.75rem 1.9375rem;
}
.game-list li:nth-child(3) {
  background: url(../images/mobile1/di-1.png) no-repeat 0.1rem center;
  background-size: 3.75rem 1.9375rem;
}
.game-list li:nth-child(4) {
  background: url(../images/mobile1/di-2.png) no-repeat 0.1rem center;
  background-size: 3.75rem 1.9375rem;
}
.game-list li:nth-child(5) {
  background: url(../images/mobile1/di-1.png) no-repeat 0.1rem center;
  background-size: 3.75rem 1.9375rem;
}
.game-list li:nth-child(6) {
  background: url(../images/mobile1/di-1.png) no-repeat 0.1rem center;
  background-size: 3.75rem 1.9375rem;
}
.floor-more {
  width: 88%;
  height: 2.5313rem;
  background-color: #f1f2f7;
  margin: 0 auto;
  text-align: center;
}
.floor-more a {
  display: block;
  line-height: 2.53rem;
  text-align: center;
  color: #a8a8a8;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: rgb(255, 0, 0);
}
.swiper-pagination-bullet-active {
  background: rgb(255, 0, 0);
}
