.float-module {
  display: none;
}

.main {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .app-module .app-item {
    width: 10.22%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .app-module .app-item:nth-child(8n) {
    margin-right: 1%;
  }

  .app-module .app-item:nth-child(9n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1081px)  and (max-width: 1200px) {
  .app-module .app-item {
    width: 11.625%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .app-module .app-item:nth-child(7n) {
    margin-right: 1%;
  }

  .app-module .app-item:nth-child(8n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 961px)  and (max-width: 1080px) {
  .app-module .app-item {
    width: 13.4285%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .app-module .app-item:nth-child(6n) {
    margin-right: 1%;
  }

  .app-module .app-item:nth-child(7n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 841px)  and (max-width: 960px) {
  .app-module .app-item {
    width: 15.8333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .app-module .app-item:nth-child(5n) {
    margin-right: 1%;
  }

  .app-module .app-item:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 840px) {
  .app-module .app-item {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .app-module .app-item:nth-child(4n) {
    margin-right: 1%;
  }

  .app-module .app-item:nth-child(5n) {
    margin-right: 0;
  }
}

/* 背景色 */
body {
  background-color: #85fff2;
}

/* 导航栏 */
.nav-bar {
  background-image: linear-gradient(to bottom, #00a896, #32d0bf);
  box-shadow: 0 3px 8px 0 rgb(0 184 165);
}

/* 导航栏Logo */
.nav-bar .nav-logo .logo-warp {
  background-image: linear-gradient(to bottom,#32d0bf, #00a896);
  box-shadow: none;
}

/* 游戏 */
.app-module .app-item {
  box-shadow: 0 3px 4px 0 rgb(0 184 165);
}

/* about us */
#bottom .b-desc {
  background-color: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0,135,121,0.3);
}

#bottom .bd-title, #bottom .bd-block-title, #bottom .bd-block-text {
  color: #333;
}

/* about us 链接 */
#bottom .bd-link {
  color: #00a896;
}

/* 底部通栏 */
.end {
  background-color: #00a896;
}