body{
    -webkit-user-select: none;/* 禁用手机浏览器的用户选择功能 */
    -moz-user-select: none;
    background:#f6f6f8 !important;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
}

.read_wrap{
	position: relative;
	overflow: hidden;
	/*height: 100%;*/
	/*overflow-y: auto;*/
}

/*顶部导航样式*/
.nav_bar_wrap{
	width: 100%;
	padding: 20px 15px 10px;
	box-sizing:border-box;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid rgba(81,84,86,0.2); 
}

.read_header,
.control_box,
.font_control,
.paging_catalog,
.menu_con{
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-webkit-align-items:center;
}

.go_back{
	position: relative;
	display: block;
	padding: 7px;
	width: 7px;
    height: 7px;
    cursor: pointer;
}

.go_back_icon{
	display: block;
	width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.chapter_title{
	font-size: 20px;
	color: #555555;
	line-height: 28px;
	margin-bottom: 2px;
	text-align: center;
	max-width: 70%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.complain{
	font-size: 14px;
	color: #555555;
	line-height: 20px;
}

.novel_title,
.novel_title span{
	font-size: 14px;
	color: #555555;
	line-height: 20px;
	text-align: center;
    margin: 0 auto;
}

.novel_title span{
	display: inline-block;
	max-width: 70%;
	vertical-align: bottom;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*章节内容样式*/
.chapter_con{
	padding: 16px 15px 40px;
}

.control_box{
	padding-bottom: 25px;
}

.color_control{
	overflow: hidden;
}

.color_control li{
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	border-radius: 50%;
	cursor: pointer;
}

li.cur_color{
	position: relative;
}

li.cur_color:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #ef3a3a;
	background: (255,255,255,0);
	box-sizing:border-box;
}

.font_control span{
	display: inline-block;
	padding: 2px 6px;
	color: #555;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #555;
	border-radius: 3px;
	cursor: pointer;
}

.font_control em{
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	color: #555555;
	line-height: 24px;
}

.chapter_text{
	text-align: justify;
}

.chapter_text *{
	text-indent: 2em;
    letter-spacing: 0.4px;
    line-height: 1.8;
    word-wrap: break-word;
    margin-bottom: 20px;
}

/*整本购买*/
.whole_buy_book_wrap{
	display: none;
	margin: 120px 0  150px;
}

.whole_buy_book_wrap{
	text-align: center;
}

.whole_buy_book_wrap p *{
	font-size: 15px;
	color: #4D3E28;
	line-height: 21px;
}

.continue_read{
	display: block;
	width: 280px;
	line-height: 40px;
	background: #EF3A3A;
	border-radius: 20px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 20px auto 0;
}

/*分页章节*/
.paging_catalog{
	margin-top: 8px;
}

.paging_catalog span{
	border: 1px solid #555555;
	border-radius: 4px;
	font-size: 14px;
	color: #555555;
	line-height: 40px;
	padding: 0 32px;
	cursor: pointer;
}

.catalog_svg{
	vertical-align: middle;
	cursor: pointer;
}

/*菜单栏信息*/
.menu_wrap{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
	padding: 11px 28px 8px;
	box-sizing:border-box;
}

.menu_con li{
	text-align: center;
	cursor: pointer;
}

.menu_con li em{
	display:  block;
	width: 24px;
	height: 24px;
	margin: 0 auto 3px;
}

.menu_con li em img{
	width: 100%;
	height: 100%;
}

.menu_con li span{
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

.close_menu{
	position: absolute;
	right: 15px;
	top: -40px;
	display: block;
	width: 30px;
	height: 30px;
	background: url('https://img.readgood.cn/novel/cover/2019-06-26/22459C39296899AEB5751F78435B1428.png') center center no-repeat;
	background-size: 24px 24px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}

/*引导图*/
.guide_pic_wrap,
.serialize_mask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 5;
}

.wx_collect{
	position: absolute;
	top: 0;
	right: 0;
	width: 287px;
	height: 115px;
	background: url('https://img.readgood.cn/novel/cover/2019-06-27/164C20ACD0CE94EA7F1FC4783B683B62.png') center center no-repeat;
	background-size: 287px 115px;
}

.wx_suspend{
	position: absolute;
	width: 100%;
	height: 100%;
}

.wx_suspend_top{
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	height: 63px;
	background: url('https://img.readgood.cn/novel/cover/2019-06-27/A7C5B42031AFDAF683FB7C86668E7202.png') center center no-repeat;
	background-size: 210px 63px;
}

.wx_suspend_bot{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.wx_suspend_bot img{
	width: 100%;
	display: block;
	overflow: hidden;
}

.serialize_con{
	position: absolute;
	top: 0;
	right: 0;
	width: 287px;
	height: 115px;
	background: url('https://img.readgood.cn/novel/cover/2019-07-02/5F81C48F88D9F13FF501B758224FF32E.png') center center no-repeat;
	background-size: 287px 115px;
}