*,html,body{margin:0;padding:0;}
	body{
		/*background: -webkit-linear-gradient(to bottom, #f0eff0 50%, #fff 100%); !* Safari 5.1 - 6.0 *!
		background: -o-linear-gradient( 180deg, #f0eff0 0%, #e6d9f7 100%); !* Opera 11.1 - 12.0 *!
		background: -moz-linear-gradient( 180deg, #f0eff0 0%, #e6d9f7 100%); !* Firefox 3.6 - 15 *!
		background: linear-gradient( to top, #fff 98%, #4a90e2 50%); !* 标准的语法 *!*/
		background: #f8f8f8;
	}
	li{
		list-style: none;
	}
	a{
		text-decoration: none;
		color:#3971fa;
	}
input{
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
input:focus{
	border:none;
	box-shadow: none;
}
.bannerUl{
	width:96%;
	margin:0 2%;
	height:115px;
}
.bannerUl li{
	float:left;
	width:48%;
	margin-right:2%;
}
.bannerUl li:nth-child(2){
	margin-left:2%;
	margin-right:0%;
}
.bannerUl li img{
	width:100%;
	border-radius: 10px;
}
.tag3{
	background: #e0af22;
	color: #fff;
	border: none;
	font-size:13px;
	padding:2px 10px;
	margin-left:5px;
}
.tag4{
	background: #999;
	color: #fff;
	border: none;
	font-size:13px;
	padding:2px 10px;
	margin-left:5px;
}
.tag5{
	background: #3971fa;
	color: #fff;
	border: none;
	font-size:13px;
	padding:2px 10px;
	margin-left:5px;
}
.tag6{
	/*8a05f4*/
	background: #2ac845;
	color: #fff;
	border: none;
	font-size:13px;
	padding:2px 10px;
	margin-left:5px;
}
.tag9{
	/*8a05f4*/
	background: #e62d3a;
	color: #fff;
	border: none;
	font-size:13px;
	padding:2px 10px;
	margin-left:5px;
}
	.color9{
		color:#999;
		font-size:13px;
	}
	.clolrBlue{
		color:#3971fa;
	}
.refresh,.refresh2{
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	height: 80px;
	line-height: 45px;
	font-size: 25px;
	color:#777;
	display: none;
}
.refresh2{
	margin-top:-10px;
	font-size: 18px;
}

.circle,.circle2{
	width:20px;
	height:20px;
	background:hotpink;
	margin: auto;
}
.layerDiv{
	position: fixed;
	width:100%;
	height:100%;
	background: #000;
	opacity: 0.3;
	top:0;
	z-index: 101;
	display: none;

}
.poster{
	margin-left:-140px;
	left:50%;
	width: 280px;
	height: 570px;
	position: fixed;
	z-index: 1000;
	top: 7%;
	background: #fff;
	border-radius:10px;
	display: none;
}
.iframe-body-sty{position: relative;overflow: hidden;height:600px;width: 1200px;}
.iframe-body-sty>#iframe-shrink{
	position: absolute;
	transform: scale(0.25);
	left: -360px;
	top: -770px;
}
.posterDiv{
	height:30px;
	padding:15px 20px 5px;
}
.posterTitle{
	width:220px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.posterClose{
	width: 15px;
	float: right;
	margin-right: -15px;
	margin-top: -5px;
	padding: 10px;
}

.footer{
	list-style:none;
	padding:0;
	width:100%;
	height:65px;
	background: #fff;
	position: fixed;
	bottom:-5px;
	border-top:1px solid #ddd;
	z-index:10000;
}
.footer ul{
	width:100%;
	height:60px;
	background: #fff;
	z-index:10000;
}
.footer ul li{
	margin: 0;
	padding: 8px 0 0;
	display: inline-block;
	width: 20%;
	text-align: center;
	height: 50px;
	line-height: 15px;
	font-size: 12px;
	color: #666;
	float: left;
}
.footer ul .li1{
	font-weight: bold;
	color: #3971fa;
}
.btn1{
	background: #fff;
	border:1px solid #3971fa;
	color: #3971fa;
	padding: 5px 12px;
	border-radius: 5px;
	margin-right: 15px;
}
.btn2{
	background: #3971fa;
	color: #fff;
	padding: 5px 12px;
	border-radius: 5px;
	border: none;
}
.footer ul li img{
	width:25px;
	height:25px;
}
