﻿/*清楚默认样式*/

html {
	background: #f5f5f5;
	color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.32rem;
	font-family: 'PingFangSC-Regular', 'Source Han Sans', "微软雅黑", 'Microsoft Yahei', Helvetica;
}

img {
	border: none;
}

b,
i,
em,
strong {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}


/* 消除q前后的内容 */


/* 使得表单元素在 ie 下能继承字体大小,清楚表单元素在移动端的默认样式 */

input,
button,
select,
textarea {
	background: none;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/* 将斜体扶正 */


/* link */

a {
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

u,
s,
strike {
	text-decoration: none;
}


/*浮动*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

h2.biaoti {
	font-size: 0.4533rem;
	font-weight: bold;
	position: relative;
	margin: 0 0.48rem;
	padding: 0.48rem 0 0.48rem 0.32rem;
	line-height: 1;
}

h2.biaoti .line {
	position: absolute;
	top: 0.466rem;
	left: 0;
	width: 0.16rem;
	height: 0.5066rem;
}

.girls h2.biaoti .line {
	background: url(../images/line_icon_vertical.png) no-repeat top left;
	background-size: 0.16rem 0.5066rem;
}

.boys h2.biaoti .line {
	background: url(../images/line_icon_vertical.png) no-repeat top left;
	background-size: 0.16rem 0.5066rem;
}

h2.biaoti .more {
	font-size: 0.3466rem;
	color: #666666;
	font-weight: normal;
	line-height: 0.4266rem;
	overflow: hidden;
}

h2.biaoti .more img.arrow {
	width: 0.1866rem;
	height: 0.32rem;
	margin-left: 0.16rem;
	font-size: 0;
	margin-top: 0.0533rem;
  vertical-align: top;
}

h2.biaoti .data_time {
	font-size: 0.2667rem;
	color: #666666;
	font-weight: normal;
	margin-left: 0.3466rem;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	line-height: 0.4266rem;
}

h2.biaoti .data_time i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 0.4266rem;
	height: 0.4266rem;
	text-align: center;
	color: #fff;
	border-radius: 0.1333rem;
	margin: 0 0.08rem;
}

.girls h2.biaoti .data_time i {
	background-image: linear-gradient(0deg, #fa4679 0%, #fb7299 90%);
	box-shadow: 0 0 0.1066rem rgba(250, 70, 121, 0.6);
}

.boys h2.biaoti .data_time i {
	background-image: linear-gradient(0deg, #50d0da 0%, #63eabf 100%);
	box-shadow: 0 0 0.1066rem rgba(26, 237, 176, 0.6);
}

.m10 {
	margin-bottom: 0.1333rem;
}

.m16 {
	margin-bottom: 0.2133rem;
}

.m20 {
	margin-bottom: 0.2667rem;
}

img.bookcover {
	box-shadow: 0 0 0.2667rem rgba(220, 220, 220, 0.6);
}


/*头部*/
.top_area{
	background: #fff;
	overflow: hidden;
	position: relative;
}
.top {
	padding: 0.32rem 0.48rem 0 0.5333rem;
}

.top .logo {
	font-size: 0.4533rem;
	color: #333;
	font-weight: bold;
  position: absolute;
  left: 0.48rem;
  top: 0.32rem;
  line-height: 0.7466rem;
}
.top .login_area{
  position: absolute;
  right: 0.48rem;
  top: 0.32rem;
}
.top .login_area>a {
	margin-left: 0.32rem;
	float: left;
	width: 0.7466rem;
	height: 0.7466rem;
	text-align: center;
	line-height: 0.7466rem;
}
.top .login_area.login_top>a {
	margin-left: 0.24rem;
}
.top .login_area .login_href {
	position: relative;
}
.top .login_area  .sign_href{
	display: none;
}
.top .login_area .login_href .dot{
	display: none;
	position: absolute;
	top: 0.0533rem;
	right: 0.0266rem;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/reddot.png) no-repeat top left;
	background-size: 0.24rem 0.24rem;
}
.top .login_href img {
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	vertical-align: middle;
}

.top .sign_href img {
	width: 0.7466rem;
	height: 0.7466rem;
}

.top .recharge_href img {
	width: 0.7733rem;
	height: 0.64rem;
	vertical-align: middle;
}

.top .message_href img {
	width: 0.6933rem;
	height: 0.7466rem;
}

.data_type_area .data_type {
	font-size: 0.346rem;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	border-radius: 0.133rem;
}

.girls .data_type_area .data_type {
	border: 1px solid #fa4679;
}

.boys .data_type_area .data_type {
	border: 1px solid #62e9c0;
}

.data_type_area .data_type>a {
	display: table-cell;
	width: 1.3866rem;
	height: 0.6933rem;
	text-align: center;
	line-height: 0.693rem;
}

.girls .data_type_area .data_type>a {
	color: #fa4679;
}

.boys .data_type_area .data_type>a {
	color: #62e9c0;
}

.data_type_area .data_type>a.current {
	color: #fff;
}

.girls .data_type_area .data_type>a.current {
	background: #fa4679;
}

.boys .data_type_area .data_type>a.current {
	background-image: linear-gradient(0, #50d0da 0%, #63eabf 100%);
}

.data_type_area .data_type>a:first-child {
	border-top-left-radius: 0.1rem;
	border-bottom-left-radius: 0.1rem;
}

.data_type_area .data_type>a:last-child {
	border-top-right-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}

.nav {
	background: #fff;
	padding: 0.1333rem 0.1333rem 0.1066rem;
}

.nav ul li {
	float: left;
	font-size: 0.4rem;
	padding: 0.3466rem 0.4rem;
	position: relative;
	font-weight: bold;
}

.nav ul li:last-child {
	padding: 0.3466rem 0.2667rem;
}

.girls .nav ul li.current a {
	color: #fb7299;
}

.boys .nav ul li.current a {
	color: #6ce9c0;
}

.nav ul li.current .line {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0.5066rem;
	height: 0.16rem;
	margin-left: -0.2533rem;
}

.girls .nav ul li.current .line {
	background: url(../images/line_icon_horizontal.png) no-repeat top center;
	background-size: 0.5066rem 0.16rem;
}

.boys .nav ul li.current .line {
	background: url(../images/line_icon_horizontal.png) no-repeat top center;
	background-size: 0.5066rem 0.16rem;
}

.nav .shelf_img {
	width: 1.0533rem;
	height: 0.5066rem;
}

.navfixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  right: 0;
  display: none;
}

.navfixed {
	background: #fff;
	padding: 0.1333rem 0.1333rem 0.1066rem;
}

.navfixed ul li {
	float: left;
	font-size: 0.4rem;
	padding: 0.3466rem 0.4rem;
	position: relative;
	font-weight: bold;
}

.navfixed ul li:last-child {
	padding: 0.3466rem 0.2667rem;
}

.girls .navfixed ul li.current a {
	color: #fb7299;
}

.boys .navfixed ul li.current a {
	color: #6ce9c0;
}

.navfixed ul li.current .line {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0.5066rem;
	height: 0.16rem;
	margin-left: -0.2533rem;
}

.girls .navfixed ul li.current .line {
	background: url(../images/line_icon_horizontal.png) no-repeat top center;
	background-size: 0.5066rem 0.16rem;
}

.boys .navfixed ul li.current .line {
	background: url(../images/line_icon_horizontal.png) no-repeat top center;
	background-size: 0.5066rem 0.16rem;
}

.navfixed .shelf_img {
	width: 1.0533rem;
	height: 0.5066rem;
}
/*底部*/

.footer {
	font-size: 0.32rem;
	line-height: 0.5333rem;
	color: #999;
	padding: 0 0.5333rem 0.2667rem;
	text-align: center;
}
.footer p {
	margin-bottom: 0.1333rem;
}
.footer p a {
	color: #999;
}
.bottom {
	background: #fff;
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.4533rem;
	color: #333333;
	padding: 0.32rem 0 0.24rem;
	border-bottom: 1px solid #EBEBF2;
}

.bottom p {
	margin-bottom: 0.1066rem;
}

.bottom p .gray {
	color: #666;
}

.bottom p.writerCenter {
	margin: 0 auto 0.1066rem;
}

.bottom p.writerCenter a {
	font-size: 0.3466rem;
	color: #666666;
}

.bottom p.data_time {
	color: #999;
}

.app_download {
	background: #fff;
	padding: 0.32rem 0.5333rem;
	overflow: hidden;
}

.app_download .logo_img {
	width: 0.96rem;
	height: 0.96rem;
	margin-right: 0.2133rem;
}

.app_download .cont h5 {
	font-size: 0.3733rem;
	color: #333333;
	line-height: 0.5333rem;
}

.app_download .cont p {
	font-size: 0.3466rem;
	color: #666666;
	line-height: 0.48rem;
}

.app_download .download_btn {
	width: 1.5466rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #ED2341;
	border-radius: 2.6667rem;
	font-size: 0.4rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.1066rem;
}

.header {
	background: #fff;
	height: 1.1733rem;
	line-height: 1.1733rem;
	color: #333333;
	text-align: center;
	position: relative;
}

.header h1 {
	font-size: 0.4533rem;
	height: 1.1733rem;
	line-height: 1.1733rem;
}

.header .back_arrow {
	position: absolute;
	top: 0;
	left: 0.5333rem;
	bottom: 0;
}

.header .back_arrow img {
	width: 0.2667rem;
	height: 0.48rem;
	vertical-align: middle;
	margin-bottom: 0.08rem;
}

.header .home {
	position: absolute;
	top: 0;
	right: 0.5333rem;
	bottom: 0;
}

.header .home img {
	width: 0.5866rem;
	height: 0.5333rem;
	vertical-align: middle;
	margin-bottom: 0.08rem;
}
