*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    background-color: #eeeeee;
    overflow-x:hidden;
}
/* 推荐游戏模块样式 */
.recommend {
    width: 100%;
    /* height: 3rem; */
    padding-top: .23rem;
    background-image: url('../images/rc_bgi.png');
    background-size: 100% 1.17rem;
    background-repeat: no-repeat;
    border-bottom: .01rem solid #D8D8D8;
    background-color: #fff;
}
.rc_title {
   font-size: .16rem;
   color:#fff;
   text-align: center;
   margin-bottom: .23rem;
   font-weight: 600;
}
.rc_container {
    width:100%;
    display: flex; 
    flex-wrap: wrap; 
    padding-left: .19rem;
    padding-right: .18rem;
}
.rc_game{
    width: .69rem;
    margin-left: 0.07rem;
    margin-right: 0.08rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
}
.rc_icon_container{
    width: .58rem;
    height: .58rem;
    position: relative;
    
}
.rc_icon{
    width: .58rem;
    height: .58rem;
    position: absolute;
    z-index: 999;
    /* -webkit-box-shadow:; */
    /* filter:blur(.06rem); */
}
.rc_icon_shadow{
    position: absolute;
    width:0.46rem;
    height:0.46rem;
    border-radius:0.09rem;
    opacity:0.7;
    filter:blur(0.06rem);
    left: 50%;
    margin-left: -0.23rem;
    top: .16rem;
}
.rc_name{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: .06rem;
    font-size: .14rem;
    color:#5A5A5A;
    max-width: .69rem;
    overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
}
.rc_likes{
    margin-top: .03rem;
    font-size: .1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #8C97AE;
    max-width: .69rem;
    overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
}
.rc_button{
    margin-top: .08rem;
    width: .5rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .11rem;
    color: #fff;
    text-align: center;
    background-image: url('../images/button_bgi.png');
    background-size: 100% 100%;/*按比例缩放*/
}
/* 广告预留位 */
.advert{
    /* width: 3.2rem; */
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#fff;
}
/* 猜你喜欢模块 */
.like{
    width: 100%;
    height: 1.29rem;
    background-color: #fff;
    padding-top: .12rem;

}
.like_title{
    color: #333333;
    font-size: .17rem;
    font-weight: 600;
    margin-left:.13rem;
}
.like_container{
    margin-top: .13rem;
    padding-left: .13rem;
    padding-right: .16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.like_goods_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: .11rem;
}
.like_img_container{
    width: .54rem;
    height: .54rem;
    position: relative;
}
.like_img{
    width: .54rem;
    height: .54rem;
    position: absolute;
    z-index: 999;
}
.like_img_shadow{
    position: absolute;
    width:0.46rem;
    height:0.46rem;
    border-radius:0.09rem;
    opacity:0.7;
    filter:blur(0.06rem);
    left: 50%;
    margin-left: -0.23rem;
    top: .1rem;
}
.like_name{
    margin-top: .05rem;
    max-width: .58rem ;
    text-align: center;
    overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
    color: #5A5A5A;
    font-size: .13rem;
    font-family: Arial, Helvetica, sans-serif;
}
/* 所有游戏模块 */
.all_game{
    width: 100%;
    margin-bottom: .35rem;
    background-color: #eeeeee;
}
.all_game_title{
    margin-top: .13rem;
    margin-left: .13rem;
    color: #333333;
    font-size: .17rem;
    font-weight: 600;
}
.all_game_container{
    margin-top: .12rem;
    display: flex;
    flex-wrap: wrap;
    padding-left: .08rem;
    padding-right: .07rem;
}
.all_game_info{
    width:.8rem;
    height:1.12rem;
    background-color:#fff;
    box-shadow:0 0.02rem 0.09rem 0 rgba(89,110,122,0.15);
    border-radius:7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .11rem;
    margin-left: .05rem;
    margin-right: .05rem;
    margin-bottom: .11rem;
}
.game_name{
    color: #5A5A5A;
    font-size: .13rem;
    max-width: .65rem;
    margin-top: .06rem;
    height: .15rem;
    line-height: .15rem;
    /* text-align: center; */
    overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
}
.user_count{
    margin-top: .03rem;
    color: #000000;
    font-size: .1rem;
    text-align: center;
    height:.12rem;
    line-height:.12rem;
    font-family: Arial, Helvetica, sans-serif;
}