/*新M版真人 live Group3*/
.live-group3 {
    position: relative;
    width: 100%;
    margin-top: 60px;
}
/*選單版*/
.live-group3 .live-game-wrap {
    padding-top: 49px;
}
.live-group3 .gameMenu .menuControll ul li {
    width: 160px;
}
/*Icon 版*/
.live-group3 ul li .entergame{
    position: absolute;
    bottom: 22%;
    right: 26%;
    color: #000;
    font-size: .7rem;
}
@media screen and (min-width: 415px){
    .live-group3 ul li .entergame{
        right: 18%;
    }
}