.homepage-v2 .container-history {
  overflow: hidden;
}

.homepage-v2 .container-history .history-item {
  position: relative;
  margin-top: 20px;
  padding: 10px 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
}

.homepage-v2 .container-history .history-item:hover {
  transform: scale(1.01);
}

.homepage-v2 .container-history .history-item:hover  img {
  transform: scale(1.1);
}

.homepage-v2 .container-history .history-item .bookmark {
  position: absolute;
  top: -10px;
  right: 20px;
  color: #fff;
  font-size: 1.5em;
  transition: all .3s;
}

.homepage-v2 .container-history .history-item:hover .bookmark {
  top: -12px;
  transform: scaleY(1.5);
}

.homepage-v2 .container-history .history-item img {
  width: 4em;
  height: 4em;
  border: 4px solid #fff;
  transition: all .3s;

}

.homepage-v2 .container-history .history-item .game-name {
  font-size: 1.2em;
}

.homepage-v2 .container-history .history-item .game-desc {
  font-size: 0.8em;
}

.homepage-v2 .container-history .history-item  .game-name,
.homepage-v2 .container-history .history-item  .game-desc  {
  transition: all .3s;
}

.homepage-v2 .container-history .history-item:hover  .game-name,
.homepage-v2 .container-history .history-item:hover  .game-desc  {
  transform: scale(1.01);
}

.homepage-v2 .container-history .game-detail {
  margin-left: 20px;
}

.homepage-v2 .history-item.bg-tounao {
  background-color: #333;
}




