@charset "UTF-8";
/* CSS Document */
html{ font-size:50px;color: #333;}
*{ margin:0; padding:0;}
b,strong,h1,h2,h3,h4,h5,h6{ font-weight:normal;}
i,em{ font-style:normal;}
ol, ul {list-style: none;}
img{ display:block;} 
a {text-decoration: none; color:#333;}
body { width:100%;background:#fcfcfc;}
input{ border:none; background:none; outline:none; }
select{ border:none; background:none; outline:none; }
textarea{ border:none; outline:none; resize:none; }
button{ border:none; outline:none; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* 数字输入框去掉上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input[type="number"]{
  -moz-appearance: textfield;
}
html, body, button, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strike, tt, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input
{margin: 0;padding: 0;border: none;outline: 0;vertical-align: baseline;font-family:"Noto Sans CJK SC","Source Han Sans CN",'Microsoft YaHei';}

.clearfix:after{ content:''; clear:both; display:block; overflow:hidden}
.clearfix{ zoom:1; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }

.flex {
	display: flex;
	display: -webkit-flex;
}
.flex_just {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_center {
	-webkit-align-items: center;
	-webkit-align-content: center;
}
.flex_colum {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex_1 {
	flex: 1;
	-webkit-flex: 1;
}
.flex_wrap {
	flex-wrap: wrap ;
}
.flex_around {
	justify-content: space-around;
}
.flex_between {
	justify-content: space-between;
}
.flex_start {
	justify-content: flex-start;
}
.flex_end {
	justify-content: flex-end;
}
/*============================================================================*/
section,header {
	background-color: #fff;
}
#header {
	height: 1.05rem;
	padding: 0 0.3rem;
}
#header .logo {
	width: 1.27rem;
	height: 0.48em;
	/*background: url('../images/logo.png') no-repeat 0 0;*/
	-webkit-background-size: 100%;
	background-size: 100%;
}
#header .usercenter {
	width: 0.51rem;
	height: 0.51rem;
	display: inline-block;
	margin-right: 0.2rem;
}
#header .usercenter img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
#header .homeicon {
	width: 0.38rem;
	height: 0.36rem;
	margin-right: 0.2rem;
	background: url('../images/header04.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#header .bookstore {
	width: 0.32rem;
	height: 0.31rem;
	margin-right: 0.2rem;
	background: url('../images/header02.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#header .recharge {
	height: 0.29rem;
	padding: 0.05rem 0.2rem;
	border-left: 1px solid #d6d6d6;
}
#header .recharge i {
	width: 0.29rem;
	height: 0.29rem;
	margin-right: 0.1rem;
	display: inline-block;
	background: url('../images/header03.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#header .recharge span {
	font-size: 0.24rem;
	vertical-align: middle;
}
.more-head a {
	width: 0.18rem;
	height: 0.32rem;
	margin-top: 0.08rem;
	margin-right: 0.3rem;
	display: inline-block;
	background: url('../images/back.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.more-head span {
	color: #000;
	width: 3.8rem;
	font-size: 0.32rem;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*===========================================================================================*/
.paging-btn {
	padding: 0.3rem;
	text-align: center;
}
.paging-btn a {
	color: #fc9753;
	width: 1.8rem;
	height: 0.6rem;
	font-size: 0.28rem;
	line-height: 0.6rem;
	display: block;
	border-radius: 0.3rem;
	border: 1px solid #fc9753;
}
.paging-btn a.active {
	color: #fff;
	background-color: #fc9753;
}
/*==============================================================================================*/
.error_msg {
	color: red;
	font-size: 14px;
	visibility: hidden;
}
/*弹框*/
.alert-modal {
	color: #fff;
	min-width: 3.2rem;
	height: 0.8rem;
	font-size: 0.28rem;
	line-height: 0.8rem;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	margin-left: -1.6rem;
	border-radius: 0.1rem;
	background-color: rgba(0,0,0,.6);
	display: none;
}
* {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
input {
	-webkit-user-select:auto; /*webkit浏览器*/
}
/*=====================================================================================================*/
footer {
	color: #999;
	padding: 0.2rem;
	font-size: 0.26rem;
	background-color: #fff;
}
footer .title {
	color: #000;
	font-weight: 600;
	font-size: 0.28rem;
	margin-bottom: 0.2rem;
}
footer .works {
	width: 4.3rem;
	height: 3rem;
	line-height: 0.6rem;
}
footer img {
	width: 3rem;
	height: 3rem;
}
footer .copyright {
	margin: 0.2rem 0;
	text-align: center;
}