﻿@charset "utf-8";
/* CSS Document */
#qizhan{
	width:96%;
	font-size:5px;
	margin:0 auto;}
 
#qih1{
	height:30px;
	font-size:5px;
	text-align:center;
	background:#4c4857;
	color:#CCC;
	margin:0 auto;
	}	
#qifooter{
	width:96%;
	font-size:5px;
	background:#666;
	color:#CCC;
	margin-top:300px;
	line-height:200%;
	text-align:center;}	
#qi neirong p{
	line-height:200%;
	text-indent:24px;}	
	.wxnum{
		font-size: 21px;
	}

	.footers {
		position: fixed;
		z-index: 999;
		width: 100%;
		bottom: 10px;
		color: #fff;
		max-width: 610px;
		margin: 0 auto;
		display: none;
		background:#fff;
	}
	
	.iwjkk2 {
		width: 70%;
		text-align: center;
		float: left;
		margin-top: 20px;
		padding-left: 20px;
		line-height: 30px;
		position: relative;
	}
	
	.scopy {
		position: absolute;
		left: 50%;
		bottom: 45px;
		background: rgba(0, 0, 0, .5);
		padding: 2px 15px;
		border-radius: 6px;
		display: none
	}
	
	.iwjkk2 span {
		font-size: 17px;
		color: #000;
		font-weight: 800;
		margin-right: 10px;
	}
	
	.iwjkk3 {
		width: 30%;
		float: left;
	}
	
	.iwjkk3 .ioakj {
		font-size: 16px;
		background: #FF6600;
		color: #fff;
		text-align: center;
		padding: 10px 10px;
		border-radius: 5px;
		margin: 10px 10px 0 0;
	}
	
	.ioakj {
		animation: big 1.4s ease infinite alternate;
		-webkit-animation: big 1.4s ease infinite alternate;
		-moz-animation: big 1.4s ease infinite alternate;
		-ms-animation: big 1.4s ease infinite alternate;
		-o-animation: big 1.4s ease infinite alternate;
	}
	
	@keyframes big {
		0% {
			transform: scale(1);
		}
	
		18% {
			transform: scale(1.1);
		}
	
		32% {
			transform: scale(1);
		}
	
		48% {
			transform: scale(1.1);
		}
	
		64% {
			transform: scale(1);
		}
	
		80% {
			transform: scale(1.1);
		}
	
		100% {
			transform: scale(1);
		}
	}
	
	@-webkit-keyframes big {
		0% {
			-webkit-transform: scale(1);
		}
	
		18% {
			-webkit-transform: scale(1.1);
		}
	
		32% {
			-webkit-transform: scale(1);
		}
	
		48% {
			-webkit-transform: scale(1.1);
		}
	
		64% {
			-webkit-transform: scale(1);
		}
	
		80% {
			-webkit-transform: scale(1.1);
		}
	
		100% {
			-webkit-transform: scale(1);
		}
	}
	
	@-moz-keyframes big {
		0% {
			-moz-transform: scale(1);
		}
	
		18% {
			-moz-transform: scale(1.1);
		}
	
		32% {
			-moz-transform: scale(1);
		}
	
		48% {
			-moz-transform: scale(1.1);
		}
	
		64% {
			-moz-transform: scale(1);
		}
	
		80% {
			-moz-transform: scale(1.1);
		}
	
		100% {
			-moz-transform: scale(1);
		}
	}
	
	@-o-keyframes big {
		0% {
			-o-transform: scale(1);
		}
	
		18% {
			-o-transform: scale(1.1);
		}
	
		32% {
			-o-transform: scale(1);
		}
	
		48% {
			-o-transform: scale(1.1);
		}
	
		64% {
			-o-transform: scale(1);
		}
	
		80% {
			-o-transform: scale(1.1);
		}
	
		100% {
			-o-transform: scale(1);
		}
	}
	
	@-ms-keyframes big {
		0% {
			-ms-transform: scale(1);
		}
	
		18% {
			-ms-transform: scale(1.1);
		}
	
		32% {
			-ms-transform: scale(1);
		}
	
		48% {
			-ms-transform: scale(1.1);
		}
	
		64% {
			-ms-transform: scale(1);
		}
	
		80% {
			-ms-transform: scale(1.1);
		}
	
		100% {
			-ms-transform: scale(1);
		}
	
		.alert {
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			/* background: rgba(0, 0, 0, 0.5); */
			z-index: 2;
			display: none;
		}
	
		.zhezhao {
			background-color: rgba(0, 0, 0, 0.5);
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			z-index: 3;
		}
	
		.alert_cont,
		.history_count {
			max-width: 620px;
			width: 90%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			background-color: #fff;
			border-radius: 5px;
			text-align: center;
			padding: 10px 10px;
			z-index: 5;
		}
	
		.alert_text {
			display: block;
			text-align: center;
			font-size: 28px;
		}
	
		.alert_close {
			display: block;
			width: 70%;
			margin: 15px auto 15px;
			background-color: #239de3;
			color: #fff;
			border-radius: 5px;
			height: 40px;
			line-height: 40px;
			font-size: 24px;
			font-weight: bold;
		}
	
		.red {
			color: red;
			font-weight: bold;
		}
	
