@charset "UTF-8";

.detail {
	height: 3.4rem;
	padding: 0.3rem;
	margin-bottom: 0.2rem;
}
.detail-list .list-book {
	padding: 0.3rem 0;
}
.list-book img {
	width: 1.38rem;
	height: 1.94rem;
	border-radius: 0.05rem;
}
.list-book .info {
	width: 5.2rem;
	height: 1.94rem;
}
.list-book .info h4 {
	color: #000;
	font-weight: 600;
	font-size: 0.34rem;
}
.list-book .info .text {
	color: #999;
	margin: 0.2rem 0;
	font-size: 0.26rem;
	overflow:hidden;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.info .flex p {
	color: #999;
	font-size: 0.26rem;
}
.info .sign span {
	font-size: 0.22rem;
	border-radius: 0.08rem;
	padding: 0.02rem 0.1rem;
}
.info .sign span:nth-child(1) {
	color: #fc9753;
	border: 1px solid #fc9753;
}
.info .sign span:nth-child(2) {
	color: #7ecef4;
	border: 1px solid #7ecef4;
}
.info .sign span:nth-child(3) {
	color: #facd89;
	border: 1px solid #facd89;
}
.detail-btn a {
	width: 3rem;
	color: #fc9753;
	display: block;
	height: 0.74rem;
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.74rem;
	border-radius: 0.1rem;
	background-color: #fff;
	letter-spacing: 0.02rem;
	border: 1px solid #fc9753;
}
.detail-btn a.active {
	color: #fff;
	background-color: #fc9753;
}
/*============================================================================================*/
/*目录*/
.readnotes {
	height: 1rem;
	margin-bottom: 0.2rem;
	padding: 0.2rem 0.3rem;
}
.readnotes {
	font-size: 0.24rem;
}
.readnotes a:nth-child(1) {
	color: #fc9753;
	font-weight: 600;
	padding: 0 0.2rem;
	font-size: 0.34rem;
	border-right: 1px solid #d6d6d6;
}
.readnotes-book {
	color: #999;
	width: 5.6rem;
	padding-left: 0.2rem;
}
.readnotes-book div p {
	width: 4.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.readnotes-book p:nth-child(1) {
	color: #333;
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
}
.readnotes-book i {
	width: 0.18rem;
	height: .32rem;
	display: block;
	background: url('../images/kun.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*====================================================================================================*/
/*打赏*/
.reward {
	height: 5.2rem;
	padding: 0.3rem;
	margin-bottom: 0.2rem;
}
.reward-title {
	height: 0.5rem;
	line-height: 0.5rem;
}
.reward-title h3 {
	font-weight: 600;
	font-size: 0.34rem;
}
.reward-title h3 i {
	width: 0.06rem;
	height: 0.35rem;
	margin-right: 0.15rem;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/bar.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.reward-slide {
	width: 100%;
	margin-top: 0.3rem;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 0.6rem;
	-webkit-overflow-scrolling:touch;
}
.reward-slide .blcok {
	width: 1.28rem;
	height: 1.96rem;
	text-align: center;
	margin-right: 0.2rem;
	border-radius: 0.1rem;
	border: 1px solid #eee;
	-webkit-box-flex: 0;
	-ms-flex:none;
	flex:none;
}
.reward-slide .blcok.active {
	border-color: #fc9753;
	box-shadow: 0 0 0.05rem #eee;
}
.reward-slide .blcok p {
	color: #666;
	font-size: 0.26rem;
}
.reward-slide .blcok p:nth-child(3) {
	color: #999;
	font-size: 0.22rem;
}
.reward-slide .blcok img {
	width: 1.18rem;
	display: block;
	height: 1rem;
	margin-top: 0.25rem;
	margin-left: 0.15rem;
}
.blcok:nth-child(4) img,
.blcok:nth-child(5) img,
.blcok:nth-child(6) img {
	width: 1.28rem;
	display: block;
	height: 1.23rem;
	margin-top: 0;
	margin-left: 0rem;
}
.reward-text {
	font-size: 0.28rem;
}
.reward-text p {
	margin-bottom: 0.2rem;
}
.reward-text .cost {
	color: #fc9753;
}
.reward-text #num {
	padding: 0 0.2rem;
	font-size: 0.34rem;
}
.reward-text #minus,
.reward-text #add {
	color: #fc9753;
	font-size: 0.42rem;
}
.reward-text button {
	color: #fff;
	width: 2.4rem;
	height: 0.74rem;
	font-size: 0.32rem;
	text-align: center;
	margin-top: 1rem;
	line-height: 0.74rem;
	border-radius: 0.1rem;
	letter-spacing: 0.02rem;
	background-color: #fc9753;
}
/*==================================================================================*/
/*评论*/
.discuss h3 span {
	color: #999;
	font-size: 0.26rem;
	padding-left: 0.2rem;
}
.discuss {
	height: auto;
	padding: 0.3rem;
}
.discuss .write {
	color: #fc9753;
	font-size: 0.28rem;
}
.discuss-list {
	color: #999;
	padding: 0.3rem 0;
	font-size: 0.24rem;
	border-bottom: 1px solid #eee;
}
.discuss-list img {
	width: 0.69rem;
	height: 0.69rem;
	border-radius: 50%;
}
.discuss-list .list-cont {
	width: 3.8rem;
}
.list-cont p:nth-child(1) {
	color: #333;
	font-size: 0.28rem;
	margin-bottom: 0.1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.discuss-list .do-dis {
	margin-right: 0.2rem;
}
.discuss-list .do-dis i {
	width: 0.23rem;
	height: 0.22rem;
	margin-right: 0.1rem;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/dis.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.discuss-list .do-zan i {
	width: 0.23rem;
	height: 0.22rem;
	margin-right: 0.1rem;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/zan.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*==============================================================================================*/
.discuss-modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.discuss-box {
	width: 100%;
	height: 4rem;
	font-size: 0.28rem;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0.2rem 0.2rem 0 0;
}
.discuss-box-title {
	height: 0.8rem;
	padding: 0 0.3rem;
	line-height: 0.8rem;
	border-bottom:1px solid #eee;
}
.discuss-box-title a {
	color: #000;
	display: block;
}
.discuss-box-title a:nth-child(2) {
	color: #fc9753;
}
.discuss-box-int {
	padding: 0.3rem;
}
.discuss-box textarea {
	color: #666;
	font-size: 0.3rem;
	line-height: 0.5rem;
}
.reply_list {
	width: 5.2rem;
	height: auto;
	padding: 0.2rem;
	margin: 0.2rem;
	margin-left: 1rem;
	border-radius: 0.1px;
	background-color: #f4f4f4;
	display: none;
}
.reply_list li {
	margin: 0.1rem 0;
}
.reply_list li p:nth-child(1) {
	color: #333;
}