/*
******************************
********** author:@zhou小白猪
********** start-date:
********** end-date:
********** css:common.css
******************************
*/



body {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 14px;
	background:url(../images/all_bg.jpg) top;
	background-attachment:fixed;
	background-position:top;
}
body, tl, td, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
* {
	margin: 0;
	padding: 0;
	font-family:Microsoft Yahei, Arial, Lucida, Verdana, Helvetica, sans-serif;
}
iframe{
	float:left;
}
.all, .head, .content, .foot {
	width: 100%;
	height: auto;
	float: left;
}
/*页码代码 str*/
.page {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 25px;
}
.page_box {
	width: auto;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.page_box a, .page_box a:link, .page_box a:visited {
	width: auto;
	height: auto;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
	color: #707070;
	margin-right: 2px;
}
.page_box a:hover {
	text-decoration: none;
	background: #e6e6e6;/*修改页码移过时的颜色*/
	border: 1px solid #bcbcbc;
	cursor: pointer;
}
.page_box .current {
	width: auto;
	height: auto;
	padding: 7px 12px;
	text-decoration: none;
	background: #e6e6e6;/*修改页码被选中时的颜色*/
	border: 1px solid #bcbcbc;
	cursor: default;
	color: #707070;
	margin-right: 2px;
}
.page_box .allpages {
	width: auto;
	height: auto;
	padding: 7px 12px;
	margin-left: 2px;
	color: #999999;
	border: 1px solid #dedede;
}
placeholder {
	color: #bfbfbf;
}
input::-moz-placeholder {
 color:#bfbfbf;
}
input::-webkit-input-placeholder {
 color:#bfbfbf;
}

/* html 代码
<div class="page">
	<div class="page_box">
		<span class="current">首页</span>
		<a href="#">2</a>
		<a href="#">3</a>
		<a href="#">4</a>
		<a href="#">5</a>
		<a href="#">尾页</a>
		<span class="allpages">共9999条/99页</span>
	</div>
</div>	
*/

/*loading 正在优雅加载中*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	overflow: hidden;
	z-index: 99999;
}
.loading_box {
	position: absolute;
	top: 50%;
	margin-top: -100px;
	width: 100%;
	text-align: center;
}
.loading_img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
.loading_img img {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 70px;
	height: 70px;
}
.loading_text {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
}
.spinner {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	margin-bottom: 12px;
}
.spinner > div {
	background-color: #27794d;
	height: 100%;
	width: 3px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 @-webkit-keyframes stretchdelay {
 0%, 40%, 100% {
-webkit-transform: scaleY(0.4)
}
 20% {
-webkit-transform: scaleY(1.0)
}
}
 @keyframes stretchdelay {
 0%, 40%, 100% {
 transform: scaleY(0.4);
 -webkit-transform: scaleY(0.4);
}
20% {
 transform: scaleY(1.0);
 -webkit-transform: scaleY(1.0);
}
}

/*loading 正在优雅加载中*/
