
/*鍙充笅瑙掑浘鐗囨牱寮� begin 2017/08/20 21:10*/
#rightFoot_hotGame {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 330px;
    height: 120px;
    z-index:99999;
}
#rightFoot_hotGame a { display: block;}
#rightFoot_hotGame .hot-games {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 10001;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#rightFoot_hotGame .hot-game-bt {
    position: absolute;
    right: -1060px;
    bottom: 5px;
    width: 1060px;
    height: 200px;
    background: url("../images/common/hol-bj-5.png?=352") no-repeat;
    z-index: 100002;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}
#rightFoot_hotGame .hot-game-bt a{
    float: left;
    width: 155px;
    height: 222px;
    /*margin-left: 10px;*/
}
#rightFoot_hotGame .hot-game-bt a:first-child{ }
