@font-face {
  font-family: 'NUM';
  src: url(//cdn.max-c.com/font/impact_num.ttf);
}
.banner {
  position: relative;
  width: 100%;
  height: 165px;
  background-color: rgba(20, 25, 30, .8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 4px;
}
.banner .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 25, 30, 0)), to(rgba(20, 25, 30, .8)));
  background-image: -webkit-linear-gradient(rgba(20, 25, 30, 0), rgba(20, 25, 30, .8));
  background-image: linear-gradient(rgba(20, 25, 30, 0), rgba(20, 25, 30, .8));
}
.banner .intro {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 7px;
  padding: 0 10px;
}
.banner .intro .title {
  height: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.banner .intro .desc {
  width: 100%;
  max-height: 80px;
  font-size: 10px;
  line-height: 14px;
  margin-top: 4px;
  color: #c8cdd2;
  overflow: hidden;
}
.banner .intro.dvp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 10px;
}
.banner .intro > .col-1 {
  width: 40px;
  height: 40px;
}
.banner .intro > .col-1 .dvp-img {
  width: 100%;
  height: 100%;
}
.banner .intro > .col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}
.banner .intro > .col-2 .title {
  height: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.banner .intro > .col-2 .desc {
  line-height: 1;
  margin-top: 6px;
}
.games {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 14px;
}
.games .game-list {
  padding: 3px 0;
}
.game-list .game-item {
  overflow: hidden;
}
.game-list .game-item .steam-game-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
.steam-game-box .img-box {
  width: 130px;
  height: 100%;
  padding: 7px 0 7px 10px;
}
.steam-game-box .img-box img {
  width: 100%;
  height: 100%;
}
.steam-game-box .info-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 0;
  height: 100%;
  padding: 11px 10px;
}
.steam-game-box .info-box .game-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
}
.steam-game-box .info-box .game-name > * {
  vertical-align: middle;
}
.steam-game-box .info-box .game-name img {
  height: 14px;
  margin-left: 4px;
  opacity: .2;
}
.steam-game-box .info-box .data-box {
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 1px;
  overflow: hidden;
}
.data-box .tag-list,
.data-box .price-box {
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-box .tag-list span,
.data-box .price-box span {
  font-size: 10px;
  margin: 0;
  padding: 0 3px;
  height: 16px;
  line-height: 16px;
  background-color: #f1f2f3;
  font-weight: 300;
}
.data-box .tag-list span {
  border-radius: 2px;
  margin-right: 4px;
}
.data-box .price-box span.free {
  font-size: 12px;
}
.data-box .price-box span.discount {
  color: #fff;
  background: #008ee8;
}
.data-box .price-box span.discount.lowest {
  background-color: #32b846;  
}
.data-box .price-box span.current {
  color: #14191e;
  font-size: 12px;
  font-weight: 700;
}
.data-box .price-box span.initial {
  color: #8c9196;
  text-decoration: line-through;
}
.data-box .price-box span.desc{
  color: #8c9196;
}
.data-box .score-box{
  width: 36px;
  height: 16px;
  font-family: Impact, 'NUM';
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
}
.data-box .score-box.grd0 {
  width: 50px;
  font-size: 11px;
}
.data-box .score-box img {
  height: 10px;
  margin-top: 3px;
}
.data-box .score-box span {
  line-height: 12px;
  height: 12px;
  color: #fff;
}
.grd0 {
  background-image: -webkit-linear-gradient(322deg, rgb(232, 232, 232), rgb(208, 208, 208));
  background-image: linear-gradient(128deg, rgb(232, 232, 232), rgb(208, 208, 208));
}
.grd1 {
  background-image: -webkit-linear-gradient(322deg, #ffa000, #fe7f00);
  background-image: linear-gradient(128deg, #ffa000, #fe7f00);
}
.grd2 {
  background-image: -webkit-linear-gradient(322deg, rgb(245, 0, 255), rgb(198, 0, 255));
  background-image: linear-gradient(128deg, rgb(245, 0, 255), rgb(198, 0, 255));
}
.grd3 {
  background-image: -webkit-linear-gradient(322deg, rgb(0, 190, 255), rgb(0, 129, 255));
  background-image: linear-gradient(128deg, rgb(0, 190, 255), rgb(0, 129, 255));
}
.grd4 {
  background-image: -webkit-linear-gradient(322deg, rgb(175, 226, 16), rgb(106, 202, 63));
  background-image: linear-gradient(128deg, rgb(175, 226, 16), rgb(106, 202, 63));
}
.btn-open-app {
  margin: 14px 20px 0;
}
