html,body{
  background: #fff;
}
/* banner */
.baneer{
  width: 100%;
  height: 577px;
  background: url(../img/home-banner.png) #000 no-repeat center;
  background-size: cover;
}
.banner-info{
  height: 484px;
}
.download{
  padding: 0 80px 0 124px;
}
.download .code{
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.download .code .pic{
  width: 100%;
  height: 100%;
}
.btn-download{
  width: 160px;
  height: 50px;
  border-radius: 50px;
  background: #13C5CD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  box-sizing: border-box;
  cursor: pointer;
}
.btn-download.type2{
  background: #5791FB;
}
.btn-download .icon{
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #fff;
}
.btn-download .icon .pic{
  width: 100%;
  height: 100%;
}
.btn-download .text{
  margin-right: 18px;
  font-size: 16px;
  color: #fff;
}
.banner-desc{
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.3;
}
.banner-desc .highlight{
  color: #FFBE30;
}
.banner-desc .tags{
  display: flex;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
}
.banner-desc .tags .tag{
  margin-right: 20px;
}
/* 榜单热游 */
.hot-game{
  background: #fff;
  padding: 26px;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(29,33,39,0.1);
  margin-top: -94px;
}
.hot-game-title{
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.hot-game .game-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.game-card{
  width: 386px;
  border-radius: 10px;
  background: #F6F8FB;
  overflow: hidden;
  padding-bottom: 12px;
  margin-top: 32px;
  cursor: pointer;
}
.game-card-holder{
  width: 386px;
  height: 0;
}
.game-card .preview{
  width: 100%;
  height: 280px;
}
.game-card .preview .pic{
  width: 100%;
  height: 100%;
}
.hot-game-info{
  display: flex;
  padding: 24px 16px 14px;
  box-sizing: border-box;
}
.hot-game-info .icon{
  width: 78px;
  height: 78px;
  border-radius: 10px;
  overflow: hidden;
}
.hot-game-info .icon .pic{
  width: 100%;
  height: 100%;
}
.hot-game-info .hot-game-desc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
}
.hot-game-info .hot-game-desc .line1{
  color: #333333;
  font-size: 16px;
}
.hot-game-info .hot-game-desc .line2{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.hot-game-info .hot-game-desc .line2 .space{
  display: block;
  width: 1px;
  height: 14px;
  background: #A7ABB2;
  margin: 0 10px;
}
.hot-game-recomond{
  font-size: 16px;
  color: #333333;
  padding: 0 16px;
}
.hot-game-recomond .recomond-title{
  color: #FE784B;
}
.hot-game-recomond .recomond-desc{
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 新游推荐 */
.recomond-game{
  margin-top: 48px;
}
.recomond-game .recomond-game-head{
  display: flex;
  align-items: center;
}
.recomond-game-title{
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}
.recomond-game-navs{
  display: flex;
  align-items: center;
  margin-left: 34px;
}
.recomond-game-navs .navs-item{
  padding: 11px 24px;
  border-radius: 6px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  line-height: 1;
  margin-right: 10px;
}
.recomond-game-navs .navs-item.active{
  color: #fff;
  background: #13C5CD;
}
.recomond-game-navs .navs-item:hover{
  color: #fff;
  background: #13C5CD;
}
.recomond-game-list{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recomond-game-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 10px;
  width: 244px;
  height: 434px;
  cursor: pointer;
  margin-bottom: 19px;
}
.recomond-game-item-placeholder{
  width: 244px;
  height: 0;
}
.recomond-game-item .icon{
  width: 102px;
  height: 102px;
  border-radius: 16px;
  overflow: hidden;
}
.recomond-game-item .icon .pic{
  width: 100%;
  height: 100%;
}
.recomond-game-item .title{
  font-size: 20px;
  color: #333333;
  margin-top: 19px;
}
.recomond-game-item .num{
  color: #999999;
  font-size: 14px;
  margin-top: 11px;
}
.recomond-game-item .tag{
  width: 122px;
  height: 46px;
  border-radius: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #FE784B;
  margin-top: 35px;
}
.recomond-game-item .tag2{
  background: #13C5CD;
}
.link{
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.link:hover{
  text-decoration: underline;
}
