*{margin: 0;padding: 0}
html,body{margin: 0 auto;width: 100%;height: 100%;top:0;bottom:0;position: absolute;background-color: #ffffff}
.tips_blk{z-index:99999999999;position:absolute;left:50%;bottom:10px;width:130px;height: 20px;margin-left:-65px;text-align:center;}
.tips_blk p{z-index:99999999999;font-size:10px;color:#FFF;}
/*.center{*/
    /*width: 100%;position: fixed;height: 100%;max-height:736px;*/
/*}*/
/*#body1{*/
    /*width: 100%;height: 100%;top:0;left:0;position: absolute;*/
    /*display:flex;*/
    /*justify-content:center;*/
    /*align-items:center;*/
/*}*/

a{opacity:1}
/*loading*/

/*音乐*/

.music_blk{z-index:999999;position:fixed;right:5px;bottom:5px;}
.music{display:block;width:30px;height:30px;background:url('../images/music_on.png') no-repeat;background-size:100% 100%;}

.music_on{
    -webkit-animation:rotate 1.2s linear infinite;
    animation:rotate 1.2s linear infinite;
}






