html,body{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
body{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
}
canvas{
	display: block;
}
.header{position: absolute;left:0;top:0;background:#fff;}
.wuqi{
    border: 1px solid #0492ff;
    padding-bottom:15px;
    position: fixed;
    right:100px;
    top:200px;    width: 230px;
    box-sizing:border-box;
    background:#fff;
}
.wuqi p{padding-left:20px;line-height: 25px;}
.wuqi p span{height: 15px;line-height: 15px;background:#f40;padding:0 10px;color:#fff;font-size:12px;display: inline-block;margin-left:20px;border-radius: 5px;cursor: pointer;}
.tm_tit, .top_tit {

    background: #eeffd9;

    height: 32px;

    line-height: 32px;

    background-image:-webkit-linear-gradient(to top, #0492ff, #DAF4FE);

    background-image:linear-gradient(to top,#0492ff,#DAF4FE);

    border-radius:5px 5px 0 0;
    margin-bottom:20px;
} 

.tit_ico2{

    float:left;

    display:block; 

    width:15px;

    height:15px;

    margin-top: 8px;

    margin-left: 5px;

    background:url(/game/images/tit_ico2.png) no-repeat;

    background-size:100% 100%;

    text-align:middle;

}.tit_a {

    font-weight: bold;

    color: #240586;

}  /* i i s 7 . c o m */