@charset "utf-8";
@import url("base.min.css");
body{
	background: #F04943;
}
header img{
	display: block;
	width: 100%;
}
.content{
	background: url(../img/wap-bg.png) center no-repeat;
	background-size: 100% 100%;
	min-height: 500px;
	padding: 0 16px;
	position: relative;
}
.con{
	background:#feb85d;
	border-radius: 10px;
	padding: 16px;
}
.part{
	background: #fff;
	padding: 10px 10px;
	border-radius: 10px;
	position: relative;
}
.top{
	position: absolute;
	width: 30px;
	left: 0;
	top: 0;
}
.part-name{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #f04943;
	font-weight: 600;
}
.part-tip img{
	margin-top: 10px;
	width: 65%;
}
.bbgs{
	background-color: #fcf4f3;
	border-radius: 10px;
	padding: 10px 10px;
	margin-top: 20px;
}
.bkname{
	width: 60%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: #666666;
	opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	
}
.bkname span{
	color: #fb5b49;
}
.bkauthor{
	width: 40%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: #666666;
	opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
.bkname:not(.b){
	cursor: pointer;
}
.bkauthor:not(.b){
	cursor: pointer;
}
.b{
	color: #F04943;
	font-size: 16px;
	font-weight: 600;
	opacity: 1;
}
.box{
	border-bottom: solid 1px #ffffff;
}
.pages{
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
.pages span{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	border: solid 1px #8b8b8b;
	font-size: 12px;
	cursor: pointer;
}
.pages span.ac{
	background-color: #cc0d0b;
	border: solid 1px #cc0d0b;
	color: #fff;
}
#page2,#page3,#page4,#page5,#page6,#page7{
	display:none;
}
.no{
	background-color: #fff;
	border-radius: 10px;
	margin-top: 20px;
	background: #fcf4f3;
}
.no .name{
	padding: 0 14px;
	height: 46px;
	line-height: 46px;
	background-color: #fb5b49;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.no-con{
	padding: 0 10px;
	padding-bottom: 10px;
}
.no-con .box:nth-last-of-type(1),
.bbgs .box:nth-last-of-type(1){
	border: none;
}
.no-con .b{
	height: 40px;
	line-height: 40px;
}
.tip{
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	font-weight: 600;
}
.fuli{
	padding-bottom: 50px;
}
.fuli img{
	height: 30px;
	margin-top: 20px;
	cursor: pointer;
}
.caidai1{
	position: absolute;
	left: 0;
	top: 50px;
	width: 20px;
}
.caidai2{
	position: absolute;
	right: 0;
	width: 20px;
	top: 50px;
	width: 20px;
}
.caidai3{
	position: absolute;
	left: 0;
	bottom: 150px;
	width: 20px;
}
.caidai4{
	position: absolute;
	right: 0;
	bottom: 150px;
	width: 20px;
}