* {
  font-family: "微软雅黑";
  color: #757575;
}

.top-nav {
  height: 45px;
  background-color: #f7f7f7;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.nav-item {
  line-height: 45px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 0.2px solid #dcdcdc;
  margin-bottom: 6px;
}

.game-item > a {
  position: relative;
  text-decoration: none;
  color: #fff;
}

.game-key {
  position: absolute;
  text-align: center;
  top: -10px;
  left: 2px;
  padding-left: 8px;
  padding-right: 8px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  background-color: #aaa;
}

.game-key-red {
  background-color: #e30101;
}

.game-info {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-logo {
  margin-top: 15px;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  margin-right: 20px;
}

.game-title {
  /* height: 20px; */
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /* margin-bottom: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-desc {
  /* height: 20px; */
  font-size: 15px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  /* 你可以根据需要调整以下属性 */
  width: 50px;
  height: 50px;
}

.footer {
  margin-bottom: 5px;
}

.ftitle {
  font-size: 18px;
  text-align: center;
}
