.game-info-bar{
    background-color: #fff;
    padding: 80px 0 40px;
    margin-top: -20px;
}
.game-info-bar>div{
    width: 70%;
    margin: 0 auto;
}
.game-info{
    display: flex;
    color: #1c1c1c;
}
.game-img img{
    width: 160px;
    height: 160px;
    border-radius: 50% !important;
    margin-right: 30px;
}
.game-name{
    font-size: 34px;
    margin-bottom: 20px;
}
.game-score-num{
    background-color: #edd34c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.game-score-text{
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.game-score{
    display: flex;
}
.game-score-num img{
    width: 40px;
    height: 40px;
}
.game-score-item{
    margin-right: 80px;
}
.like-dislike{
    display: flex;
    margin-top: 40px !important;
}
.we-like{
    margin-right: 150px;
}
.we-lick-title{
    font-size: 20px;
    color: #1c1c1c;
}
.we-like-item{
    display: flex;
    margin-left: 15px;
    align-items: center;
    margin-top: 10px;
}
.we-like-item img{
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.general-bar{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #aaa;
}
.general-bar-item{
    display: flex;
    width: 50%;
    margin-bottom: 20px;
}
.general-bar-item img{
    width: 23px;
    height: 22px;
    margin-right: 20px;
}
.general-item-name{
    color: #1c1c1c;
}
.general-item-content{
    color: #707070;
}
.general-bar-item>div:nth-child(2){
    width: 70%;
}
.game-content-text{
    width: 70%;
    margin: 50px auto;
}
.player-reviews{
    width: 70%;
    margin: 20px auto;
    color: #1c1c1c;
}
.player-reviews-title{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.player-reviews-title>div:first-child{
    font-size: 34px;
    
}
.player-reviews-rate{
    color: #888888;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.player-reviews-rate div{
    background-color: #88ba57;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: #1c1c1c;
}
.player-reviews-item{
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.player-user{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.player-userinfo{
    display: flex;
    align-items: center;
}
.player-userinfo-avatar img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.player-userinfo-name{
    font-size: 14px;
}
.player-rate{
    background-color: #88ba57;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.player-reviews-content{
    margin: 20px 0 0 40px;
}
.reviews-reply{
    margin: 20px 0 0 40px;
}
.reviews-reply-content{
    margin-top: 20px;
}
@media (max-width: 576px) {
    .game-info-bar>div{
        width: 100%;
        margin: 0 auto;
    }
    .game-img img{
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto;
    }
    .game-info{
        display: block;
        padding: 0 20px;
    }
    .game-score{
        display: block;
    }
    .game-score-item{
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .game-name{
        text-align: center;
    }
    .game-score-num{
        margin-right: 10px;
    }
    .like-dislike{
        display: block;
        padding:0 20px;
    }
    .we-like{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .general-bar{
        width: 100%;
        padding: 20px;
        display: block;
    }
    .general-bar-item{
        width: 100%;
    }
    .game-content-text,.player-reviews{
        width: 100%;
        padding: 0 20px;
    }
    .player-reviews-title>div:first-child{
        font-size: 26px;
    }
    .player-reviews-content,.reviews-reply{
        margin-left: 0;
    }
}

