html,
body {
	position: relative;
	height: 100%;
}

body {
	font-size: 16px;
	color: #666;
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #666;
}

p {
	margin: 0;
}

::-webkit-scrollbar {
	width: 0px;
}

::-webkit-scrollbar {
	display: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.btn-on {
	background: #00c98d!important;
	color: #fff!important;
}

.indexbg {
	background: #f0f0f2;
}

.header {
	position: relative;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #636363;
	border-bottom: 1px solid #f3f3f3;
}

.header .title {
	font-size: 17px;
	background: #fff;
	color: #333;
}

.header .back {
	position: absolute;
	left: 15px;
	top: 0;
	height: 45px;
}

.header .back .iconfont {
	margin-right: 5px;
	font-size: 14px;
}

.header .back a {
	display: block;
	outline: none;
}

.header .backicon {
	width: 22px;
	display: block;
	height: auto;
	padding-top: 15px;
}

.header .gohome {
	position: absolute;
	right: 15px;
	top: 0;
}

.header .gohome a {
	display: block;
}

.header .gohome .iconfont {
	font-size: 23px;
}

.header .indexRt {
	position: absolute;
	right: 15px;
	top: 3px;
}

.header .indexRt .loginedimg {
	border-radius: 50%;
	width: 26px;
	height: 26px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.header .indexRt .loginimg {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.header .indexRt .bookimg {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.header .indexRt .iconfont {
	font-size: 21px;
	color: #00c98d;
}

.header .gohome .changeimg {
	width: 24px;
	padding-top: 10px;
}

.deletebook {
	display: none;
}

.deletebook .iconfont {
	position: absolute;
	right: -8px;
	top: -10px;
	color: #ea2d2d;
	font-size: 22px;
}

.login .tops a {
	text-align: center;
	display: block;
	width: 50%;
	float: left;
	outline: none;
}

.login .tops .on {
	color: #00c98d;
	border-bottom: 2px #00c98d solid;
}

.login .main {
	padding: 25px;
}

.login .loginbtn {
	height: 45px;
	line-height: 45px;
	border: 1px solid #00c98d;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	width: 100%;
	background: #00c98d;
	color: #fff;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
	outline: none;
}

.login .forget a {
	color: #8c8c8c;
	font-size: 13px;
	display: inline-block;
	margin-top: 15px;
}

.loginlist {
	position: relative;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 5px;
	margin-top: 25px;
}

.loginlist .yzmimg {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}

.loginlist span {
	position: absolute;
	color: #333;
}

.loginlist input {
	display: block;
	margin-left: 65px;
	width: 75%;
	height: 20px;
	font-size: 16px;
	border: none;
	line-height: 20px;
	outline: none;
}

.booklist {
	width: 95%;
	margin: 0 auto;
	margin-top: 5px;
}

.bookother{
	width: 100%!important;
}
.bookother ul li{
	width: 19%!important;
    display: inline-block;
    float: left;
    margin: 5px 3%!important;
    position: relative;
}
.booklist ul li {
	width: 26%;
	display: inline-block;
	float: left;
	margin: 15px 3%;
	position: relative;
}

.booklist ul li a {
	display: block;
}

.booklist ul li img {
	width: 100%;
}

.booklist ul li h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	width: 100%;
	color: #333;
	font-size: 13px;
	line-height: 14px;
	padding-top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	margin: 0;
	font-weight: 100;
	padding-top: 4px;
	text-align: center;
}

.bookin .bookinfo {
	padding: 15px;
	background: #fff;
	padding-bottom: 0;
}

.bookin .bookinfo .bookimg {
	display: inline-block;
	width: 25%;
	float: left;
}

.bookin .bookinfo .bookimg img {
	width: 100%;
}

.bookin .bookinfo .booktext {
	width: 70%;
	display: inline-block;
	float: right;
}

.bookin .bookinfo .booktext h4 {
	margin: 10px 0;
	font-weight: 100;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.bookin .bookinfo .booktext p {
	font-size: 14px;
	color: #999;
	margin: 5px 0;
}

.bookin .bookinfo .bookbutton {
	margin-top: 8px;
}

.bookin .bookinfo .bookbutton a {
	display: inline-block;
	width: 30%;
	border: 1px solid #00c98d;
	border-radius: 5px;
	font-size: 14px;
	color: #00c98d;
	text-align: center;
	background: #fff;
	height: 40px;
	line-height: 40px;
}

.bookin .bookinfo .bookbutton button {
	display: inline-block;
	width: 30%;
	border: 1px solid #00c98d;
	border-radius: 5px;
	font-size: 14px;
	color: #00c98d;
	text-align: center;
	background: #fff;
	height: 42px;
	line-height: 40px;
	padding: 0;
}

.bookinfo .bookjianjie {
	margin-top: 15px;
}

.bookinfo .bookjianjie p {
	line-height: 23px;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.bookinfo .bookcatalog {
	margin-top: 20px;
	border-top: 1px solid #eee;
}

.bookinfo .bookcatalog a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	position: relative;
	outline: none;
}

.bookinfo .bookcatalog .icon-mulu {
	margin-right: 5px;
}

.bookinfo .bookcatalog .icon-youbian {
	position: absolute;
	right: 0;
}

.bookcomment {
	margin-top: 10px;
	padding: 15px;
	background: #fff;
}

.bookcomment .title {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	padding-bottom: 10px;
	color: #333;
}

.bookcomment .list {
	padding-left: 10px;
	margin: 10px 0;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	position: relative;
}

.bookcomment .list span {
	color: #999;
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.bookcomment .list p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 15px;
	color: #333;
	position: relative;
	line-height: 21px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	max-height: 44px;
	word-break: break-word;
}


.catalog .list a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #eee;
	padding: 0 25px;
}

.Bookopen {
	width: 100%;
	height: 100%;
}

.Bookopen {
	width: 100%;
	height: 100%;
}

.Bookopen .read {
	padding: 15px;
	height: 100%;
}

.Bookopen .read h3 {
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0;
}

.Bookopen .read p {
	font-size: 17px;
	color: #413a34;
	line-height: 25px;
}

.Bookopen .center {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	z-index: 10;
	background-image: none;
	outline: none;
	opacity: 0;
	left: 35%;
}

.Bookopen .bookset .top {
	position: fixed;
	top: 0;
	background: #333;
	height: 50px;
	line-height: 50px;
	color: #afb0ba;
	width: 100%;
	z-index: 9999;
}

.Bookopen .bookset .bottom {
	position: fixed;
	bottom: 0;
	background: #333;
	height: 70px;
	line-height: 70px;
	color: #afb0ba;
	width: 100%;
	z-index: 9999;
}

.bookset .top .bookname {
	text-align: center;
	font-size: 14px;
	color: #afb0ba;
}

.bookset .top .bookrack a {
	position: absolute;
	right: 15px;
	color: #afb0ba;
	top: 12px;
	font-size: 13px;
	border: 1px solid #1f1f1f;
	background-color: rgba(48, 48, 48, .97);
	height: 26px;
	line-height: 26px;
	width: 60px;
	text-align: center;
	border-radius: 5px;
}

.bookset .top .bookrack .iconfont {
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.bookset .top .back {
	position: absolute;
	left: 20px;
	top: 2px;
}

.bookset .top .back img {
	width: 20px;
}

.Bookopen .bookset .bottom a {
	color: #afb0ba;
	width: 50%;
	float: left;
	text-align: center;
	height: 100%;
	position: relative;
}

.Bookopen .bookset .bottom a img {
	position: absolute;
	top: 13px;
	width: 22px;
	left: 45%;
}

.Bookopen .bookset .bottom a span {
	margin-top: 14px;
	display: block;
	font-size: 14px;
}








/*星星打分*/

.BOX {
	padding: 20px 15px;
	background-color: #fff;
}

#star {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #fff;
}

#star ul,
#star span {
	float: left;
	display: inline;
	padding: 0;
	color: rgb(102, 102, 102);
	font-size: 14px;
}

#star span.name {
	border: 0px solid black;
	position: relative;
	box-sizing: border-box;
	display: block;
	-webkit-box-orient: vertical;
	flex-direction: column;
	align-content: flex-start;
	flex-shrink: 0;
	font-size: 15.456px;
	color: rgb(102, 102, 102);
}

#star ul {
	margin: 0 4px;
	padding-left: 20%;
}

#star li {
	list-style: none;
	float: left;
	width: 22px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/stars.png) no-repeat;
	height: 22px;
	margin: 0 10px;
}

#star strong {
	color: #f60;
	padding-left: 10px;
}

#star li.on {
	background-position: 0 -29px;
}

.starBar {
	height: 16px;
	width: 118px;
	-webkit-mask-image: url(../img/star.png);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #DCDCDC), color-stop(100%, #DCDCDC));
	-webkit-mask-size: 118px 15px;
	position: absolute;
	right: 4px;
	top: 12px;
}

.starBarMask {
	height: 16px;
	background: url(../img/star.png) no-repeat;
	background-size: 118px 15px;
	width: 3.2rem;
	position: absolute;
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
	/* 兼容iphone5 */
	#star span.name {
		font-size: 13px;
		line-height: 25px;
	}
	#star li {
		margin: 0 5px;
	}
	.rateHS .fabiaoPJ {
		height: 45px;
	}
	.rateHS .fabiaoPJ span {
		font-size: 14px;
	}
}

.discuss {
	padding: 10px;
}

.discuss .discussText textarea {
	width: 100%;
	height: 150px;
	font-size: 15px;
	color: #666;
	outline: none;
	border: none;
	border: 1px solid #eee;
	border-radius: 5px;
	text-indent: 5px;
}

.booksaveed {
	background: #e6e7ed!important;
	border-color: #e6e7ed!important;
	color: #c6c7cc!important;
}

.mytop {
	height: 45px;
	background: #fff;
	padding: 10px 25px;
}

.mytop .gray {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}

.mylist {
	margin-top: 8px;
	background: #fff;
	padding: 10px 25px;
	font-size: 14px;
	padding-bottom: 35px;
}

.mylist ul li {
	height: 60px;
	line-height: 60px;
	position: relative;
	padding-left: 40px;
}

.mylist ul li a img {
	display: block;
	width: 18px;
	position: absolute;
	left: 0;
	top: 20px;
}

.mylist ul li .iconfont {
	position: absolute;
	right: 0;
	color: #c5c5c5;
	font-size: 26px;
}

.mylist ul li a {
	color: #333;
	display: block;
	border-bottom: .6px solid rgba(153, 153, 153, .3);
}

.my .quitbtn {
	height: 45px;
	line-height: 45px;
	border: 1px solid #00c98d;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	width: 90%;
	background: #00c98d;
	color: #fff;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
	outline: none;
}

.classify .listnav {
	position: fixed;
	left: 0;
	top: 46px;
	width: 88px;
	height: calc(100vh - 2.76rem);
	overflow-y: auto;
	z-index: 50;
	background-color: #f4f4f4;
}

.classify .listnav ul li {
	position: relative;
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #F4F4F4;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
}

.listbox .conbox {
	box-sizing: border-box;
	margin: 0 0 0 90px;
	padding: 15px;
	overflow: auto;
	padding-top: 0;
}

.listbox ul li {
	height: 65px;
	position: relative;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
}

.listbox ul li img {
	position: absolute;
	left: 0;
	width: 35px;
	top: 9px;
}

.listbox ul li .consave {
	position: absolute;
	right: 0;
	top: 19px;
	font-size: 14px;
	padding: 2px 8px;
	border: 1px solid #00c98d;
	border-radius: 3px;
	color: #00c98d;
	background-color: #fff;
	outline: none;
}

.listbox ul li h4 {
	margin: 0;
	font-weight: 100;
	font-size: 15px;
	color: #484848;
	padding-top: 10px;
}

.listbox ul li a {
	display: block;
	outline: none;
}

.listbox ul li p {
	font-size: 13px;
	color: #999;
	margin-top: 5px;
}

.listnav ul li.on {
	border-right-color: transparent;
	background: #FFF;
	font-size: 15px;
}

.listnav ul li.on:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	width: .16rem;
	background-color: #00c98d;
}

.search {
	background: #F0F0F2;
	padding: 10px 15px;
	height: 35px;
}

.inputs {
	width: 100%;
	height: 100%;
	position: relative;
}

.search .iconfont {
	position: absolute;
	left: 9px;
	top: 9px;
	font-size: 17px;
	color: #8a8a8a;
}

.search input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #fff;
	outline: none;
	text-indent: 35px;
	font-size: 14px;
}

.searchover {
	margin-top: 15px;
}

.searchover .conbox {
	margin: 0;
	padding: 0;
}

.searchover .conbox ul li {
	height: 100px!important;
	padding-left: 70px;
}

.searchover ul li img {
	width: 55px;
}

.searchover ul li h4 {
	font-size: 15px;
}

.searchover ul li .fenlei {
	font-size: 13px;
	color: #999;
	border: 1px solid #666;
	padding: 0 5px;
	border-radius: 3px;
	margin-top: 12px;
	display: inline-block;
	border: 1px solid rgba(153, 153, 153, .3);
}

.searchover ul li .consave {
	top: 35px;
}

.fankuibtn {
	height: 45px;
	line-height: 45px;
	border: 1px solid #00c98d;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	width: 95%;
	background: #00c98d;
	color: #fff;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	outline: none;
}

.nothing {
	direction: none;
}

.nothing img {
	width: 170px;
	display: block;
	margin: 0 auto;
	margin-top: 28%;
}

.nothing span {
	display: block;
	font-size: 12px;
	color: #a5a8ac;
	text-align: center;
	margin-top: 15px;
}

.nothing .gobooks {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 5px;
	background-color: #e6e7ed;
	width: 137px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.message ul li {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
}

.message ul li h4 {
	margin: 0;
	font-weight: 200;
	color: #000;
	margin-bottom: 10px;
}

.message ul li p {
	color: #969896;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.message ul li .date {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 12px;
	color: #8c8c8c;
}

.messagein {
	position: relative;
	padding: 15px;
}

.messagein h4 {
	font-size: 18px;
	margin: 0;
	text-align: center;
	font-weight: 300;
	margin-bottom: 15px;
}

.messagein p {
	line-height: 25px;
	font-size: 15px;
}

.messagein .date {
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 12px;
	color: #8c8c8c;
}

.index {
	padding: 10px;
	color: #fff;
}

.index .indexlist {
	height: 75px;
	background: #fff;
	margin-top: 10px;
}

.index .indexlist .left {
	width: 62%;
	float: left;
	height: 100%;
	background: #5d5f3a;
}

.index .indexlist .right {
	width: 36%;
	float: right;
	height: 100%;
	background: #92794a;
}

.index .indexlist a {
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 15px;
	height: 55px;
}

.index .indexbook {
	background: #4b6cd0;
	margin-top: 20px;
	padding: 10px;
	padding-bottom: 25px;
}

.index .indexbook .list li a {
	color: #fff;
}

.index .indexbook .list li {
	display: block;
	width: 30.3%;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #294dad;
	margin: 0 1.5%;
	border-radius: 5px;
	margin-top: 15px;
	font-size: 15px;
}

.index .indexbook {
	position: relative;
}

.index .indexbook .more {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	font-size: 13px;
}


.news .container {
	/*width: 100%;*/
	border: 1px solid #ccc;
}

.news .swiper1 {
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

.news .swiper1 .selected {
	color: #ec5566;
	border-bottom: 2px solid #ec5566;
}

.news .swiper1 .swiper-slide {
	text-align: center;
	font-size: 16px;
	height: 50px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}

.news .swiper2 {
	width: 100%;
}

.news .swiper2 .swiper-slide {
	height: calc(100vh - 50px);
	background-color: #fff;
	color: #fff;
	text-align: left;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
	padding: 10px;
}


.news .newlist {
    position: relative;
    min-height: 80px;
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
}
.news .newlist a{
	display: block;
	min-height: 80px;
}

.news .img {
	position: absolute;
}

.news .newimg {
	width: 110px;
}

.news .newtext {
	padding-left: 120px;
	color: #333;
	max-height: 65px;
	overflow: hidden;
}

.news .newdate {
    position: absolute;
    bottom: 15px;
    left: 120px;
    z-index: 99;
    color: #928c8c;
    font-size: 12px;
}

.newsin{
	padding: 10px;
}
.newsin h3.title{
    text-align: center;
    margin: 10px 0;
}
.newsin .time{
	font-size: 12px;
	color: #827f7f;
	padding-left: 10px;
}

.newsin .textmain{
	margin-top: 5px;
	padding: 13px;
	line-height: 25px;
}

