@charset 'utf-8';
body,html {
	font-size:100%
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.tips {
	width:50%;
	height:0.6rem;
	line-height:0.6rem;
	position:fixed;
	left: 25%;
	top:50%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	text-align:center;
	z-index:2000;
	display: none;
	font-size: .3rem;
}
.wrap,body {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	overflow-x: hidden
}
.header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
}
.banner {
	width:9rem;
	height:.8rem;
	background:url(../img/title.png) 0 .175rem no-repeat;
	background-size: 6rem .45rem;
	margin-left: .5rem;
	border-bottom: .01rem solid #d2d2d2;
}
.back {
	height:.8rem;
	line-height:.8rem;
	font-size: .32rem;
	color: #007aff;
	position:absolute;
	top:0;
	right: .5rem;
}
.nav {
	width: 9rem;
	height: .8rem;
	margin: 0 auto;
}
.nav a {
	width: 25%;
	margin-top: .225rem;
	height: .35rem;
	line-height: .35rem;
	float: left;
	font-size: .32rem;
	color: #808080;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: .04rem solid #808080;
}
.nav a:last-child {
	border-right: none;
}
.nav .cur {
	color: #007aff;
}
.list {
	width: 9rem;
	margin: 1.6rem auto 0;
}
.list li {
	margin-bottom: .3rem;
}
.title {
	height: .5rem;
	line-height: .5rem;
	font-size: .3rem;
	color: #000;
	float:left;
	font-weight:bold;
}
.list .more {
	height: .5rem;
	line-height: .5rem;
	font-size: .25rem;
	color: #007aff;
	float:right;
}
.list p {
	width: 9rem;
	line-height: .5rem;
	font-size: .25rem;
	text-indent: .5rem;
	color: #808080;
	word-wrap:break-word;
	word-break: normal;
	float:left;
}
.list img {
	width: 6rem;
	margin-left: 1.5rem;
}
.wrap .active {
	display:block;
}
.titles {
	height: .5rem;
	width: 9rem;
	line-height: .5rem;
	font-size: .25rem;
	color: #000;
	margin: 1rem auto 0;
}
.detail {
	width: 9rem;
	margin: 0 auto;
	line-height: .5rem;
	font-size: .25rem;
	color: #808080;
	word-wrap:break-word;
	word-break: normal;
}
.detail img {
	display: block;
	width: 70%;
	margin:0 auto;
}
.notice{
    width: 9rem;
    margin: 0 auto;
    font-size: .2rem;
    color: red;
    word-wrap: break-word;
    word-break: normal;
)