﻿





	/*更多游戏*/
	.moreGame{width:200px;height:274px;position:fixed;left:-3px;bottom:125px;background:url(../images/bg_moregame.png) no-repeat left top;cursor:pointer;z-index:13500;}
	.moreGame img{width:187px;height:190px;position:absolute;top:0px;left:50%;margin-left:-93px;z-index:1500;}
	.moreGame ._yuan{width:104px;height:104px;position:absolute;top:43px;left:51px;background:url(../images/bg_moregame2.png) no-repeat left top;}
	.moreGame:hover ._tips{background-position:left bottom;}
	.moreGame span._txt{width:100%;line-height:23px;text-align:center;position:absolute;font-size:16px;top:80px;left:0px;}
	.moreGame ._tips{width:102px;height:47px;position:absolute;text-indent:-99em;overflow:hidden;bottom:80px;left:50%;margin-left:-51px;background:url(../images/txt_moregame.png) no-repeat left top;display:block;}
	        /*音乐*/
		.liveBroadcast .btn_bg,.music,.moreGame ._yuan{
			  -webkit-animation: rotate 4s linear infinite;
			  animation: rotate 4s linear infinite;
			}

			@-webkit-keyframes rotate {
			  0%,
			  100% {-webkit-transform: rotate(0deg);}
			  100% {-webkit-transform: rotate(360deg);}
			}
			@keyframes rotate {
			  0%,
			  100% {transform: rotate(0deg); }
			  100% {transform: rotate(360deg);}
			}
