.favoriteGame[data-v-3ae51500] {
  width: 100%;
  color: #5f5f5f;
  position: relative;
}
.favoriteGame .favoriteGame-content[data-v-3ae51500] {
  padding: 15px 17px 20px;
  background-color: #fff;
  min-height: 404px;
  max-height: 800px;
  overflow-y: auto;
}
.favoriteGame .favoriteGame-content .favorites-list[data-v-3ae51500] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 0;
  text-align: left;
}
.favoriteGame .favoriteGame-content .favorites-list li[data-v-3ae51500] {
  position: relative;
  display: inline-block;
  width: 160px;
  min-height: 180px;
  margin: 5px 26px 12px;
  padding: 0 9px;
  vertical-align: top;
  z-index: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.favoriteGame .favoriteGame-content .favorites-list li .imgBox[data-v-3ae51500] {
  position: relative;
}
.favoriteGame .favoriteGame-content .favorites-list li .imgBox .hoverView[data-v-3ae51500] {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
}
.favoriteGame .favoriteGame-content .favorites-list li .imgBox .hoverView .enterGame[data-v-3ae51500] {
  position: absolute;
  width: 102px;
  height: 31px;
  color: #ffffff;
  font-size: 14px;
  background-color: #5c5c5c;
  border-radius: 5px;
  text-align: center;
  line-height: 31px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.favoriteGame .favoriteGame-content .favorites-list li img[data-v-3ae51500] {
  width: 140px;
  height: 140px;
  display: block;
  margin-top: 9px;
}
.favoriteGame .favoriteGame-content .favorites-list li .name[data-v-3ae51500] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0 3px 0;
  color: inherit;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.favoriteGame .favoriteGame-content .favorites-list li .name .iconfont[data-v-3ae51500] {
  color: #d00;
  cursor: pointer;
}
.favoriteGame .favoriteGame-content .favorites-list li .supplier[data-v-3ae51500] {
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.favoriteGame .favoriteGame-content .favorites-list li[data-v-3ae51500]:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.favoriteGame .favoriteGame-content .favorites-list li:hover .hoverView[data-v-3ae51500] {
  display: block;
}
.favoriteGame .favoriteGame-content .noData[data-v-3ae51500] {
  margin-top: 60px;
  color: #bfbfbf;
  font-size: 14px;
  text-align: center;
  background: transparent;
}
.favoriteGame .favoriteGame-content .noData[data-v-3ae51500]::before {
  content: "";
  display: block;
  height: 83px;
  background: url(../../static/img/favorites.png) no-repeat center top;
  background-size: contain;
}
.favoriteGame .favoriteGame-content .noData h3[data-v-3ae51500] {
  margin: 2px 0 3px;
  color: #aaa;
  font-size: 16px;
  font-weight: bold;
}

