header {
				height: 30px;
				line-height: 30px;
			}

			header h3 {
				float: left;
				font-size: 15px;
				color: #f1ff1e;
			}

			header a {
				float: right;
				padding-right: 10px;
				display: inline-block;
				width: auto;
				height: 30px;
				margin-left: 1px;
				color: #fff;
				line-height: 30px;
				font-size: 14px;
				text-decoration: none;
				background: #212121;
			}

			header a img,
			header h3 img {
				float: left;
			}

			h3,p{
				margin: 0;
				padding: 0;
			}

			header a.vx {
				color: #72dd00;
			}

			header a.qq {
				color: #ed0606;
			}
			.fix_info{
				padding: 0px 10px;
				}
			.fix_info span{
				display: inline-block;
				margin: 0;
				padding: 0;
				color: #fff;
				font-size: 12px;
				line-height: 15px;
			}
			.fix_info span a{
				color: #f1ff1e;
				background-size: 100%;
			}
			.footer{
				position: relative;
				z-index: 2;
			}
			.footer .fix_down{
				position: absolute;
				padding:7px 0 10px;
				top: -130px;
				left: 20px;
				width:calc(100% - 40px);
				max-width: 400px;
				background: rgba(255,255,255,1);
				border-radius: 8px;
			}
			@media screen and (min-width: 400px) {
				.footer .fix_down{
					left: 50%;
					margin-left: -200px;
				}
			}
			.footer .down{
				width: 100%;
				text-align: center;
			}
			.footer .down>a{
				display: inline-block;
				max-width: 460px;
				width: 92%;
				height: 40px;
				border-radius: 40px;
				text-decoration: none;
				background: #FF0000;
				line-height: 40px;
				color: #fff;
				font-size: 14px;
			}
			.game_info{
				padding:5px 10px 8px;
				height: 50px;
			}
			.game_info img{
				float: left;
				width: 50px;
				height: 50px;
			}
			.game_info_txt{
				float:left ;
				width: calc(100% - 60px);
				margin-left: 10px;
				color: #333;
				line-height: 20px;
			}
			.game_info_txt h3{
				line-height: 25px;
				font-size: 16px;
			}
			.game_info_txt h3 p{
				float: right;
				font-weight: normal;
				font-size: 14px;
			}
			.game_info_txt h3 p a{
				display: inline-block;
				margin: 0 5px;
				text-decoration: none;
				color: #777;
				font-size: 14px;
			}
			.game_info_txt h3 span{
				margin-left: 10px;
				font-weight: normal;
				font-size: 14px;
				color: #777;
			}
			.game_info_txt>p{
				width: 100%;
				font-size: 14px;
				font-weight: normal;
				color: #777;
			}
			.game_info_txt p span{
				float: right;
				font-weight: normal;
				font-size: 14px;
			}