/* 背景色 */
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 .bd-title, #bottom .bd-block-title, #bottom .bd-block-text {
  color: #333;
}

/* about us 链接 */
#bottom {
  background-color: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0,135,121,0.3);
}

#bottom .game-link {
  color: #00a896;
}

/* 底部通栏 */
.end {
  background-color: #00a896;
}