.gamebadge {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 20px;
  background: #E4E4E4;
  color: #555;
}

.gamebadge a {
  color: #fff;
  text-decoration: none !important;
}

.gamebadge .buttons {
  margin-bottom: 20px;
}

.gamebadge .game_meta {
  font-size: 15px;
  color: #555;
}

.gamebadge .game_title {
  font-size: 18px;
  font-weight: 600;
}

.gamebadge .game_content {
  font-size: 16px;
}
.gamebadge .game_content a{
	color: #ec5c04 !important;
}
.btn-wanuxi {
  background-color: #e4450a;
}


.gameImg{
  width: 100% ;
  height: 200px ;
  position: relative; 
  overflow: hidden;
}

.gameImg img{
  box-sizing: border-box;
  width: auto;
  height: 100%;
  margin: auto;
}

.gameDLbtn{
  background-color: #f47b53;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  padding: 5px;
  margin: 3px;;
}

.gameDLbtn a{
  color: white;
}

.slick-slide {
  position: relative;
}

.game .gametitle{
  text-align: center;
  font-size: 18px;
  min-height: 5vh;
}

.game .gameplatform{
  text-align: center;
  font-size: 16px;
  min-height: 9vh;
}

.game .gamepin{
  z-index: 2;
  width: 100%;
  position: absolute;
}

.gamepin .pin {
  width: 80px;
  z-index: 3;
  color: white;
  background-color: #CD2823;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
  float: right;
}

.gamepin .rank{
  color: white;
  width: 0;
  text-align: center;
  z-index: 3;
  border-top: 80px solid #4267B2;
  border-left: 80px solid transparent;
  float: right;
}

.rank p{
  top: -70px;
  left: -40px;
  width: 30px;
  position: relative;
  font-weight: bold;

}

.pin p {
  margin: 0 !important;
}

.slick-prev:before, .slick-next:before{
  color: #000 !important ;
}

.slick-prev {
  left: -10px !important;
}

.slick-next{
  right: -15px  !important;
}

@media only screen and (max-width: 768px ){
  .rank{
    border-top: 60px solid #4267B2;
    border-left: 60px solid transparent;
  }

  .rank p{
    top: -45px;
    left: -30px;
  }

  .gameImg {
    height: 250px;
  }
  
  .gameDLbtn {
    width: 100%;
  }
}

@media only screen and (max-width: 450px ){
  .gamepin .rank{
    font-size: 15px ;
    padding-top: 8px;
    border-top: 40px solid #4267B2;
    border-left: 40px solid transparent;
  }
  .game .gametitle{
    font-size: 15px;
    min-height: 10vh;
  }
  .game .gamepin{
    font-size: 15px;
  }
  .gameImg {
    height: 100px;
  }

}

div.slick-slider{
border: 1px solid #000;
background-color: #eee;
}