﻿.read-info-hidden{
	visibility:hidden
}
body {
    background:#e6d8b7;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

/*閱讀页面样式*/
.info-ts {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.15rem;
    font-size:14px;
    color: #333;
    background: rgba(139,138,137,0.5);
}
.info-ts div {
    height: 0.8rem;
}
.info-collection {
    display: block;
    width: 1.3rem;
    height: 0.4rem;
    background: #7b694c;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    font-size: 0.22rem;
}
.read-info-main{
	padding: 0.28rem 0.15rem;
    color: rgb(51, 51, 51);
}
.read-info-title{
    font-size: 20px;
    line-height: 0.4rem;
    padding-bottom: 0.2rem;
}
.read-info-time {
    width: 100%;
    height: 0.55rem;
    font-size: 12px;
    color: #7b694c;
    line-height: 0.55rem;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    flex-direction: row;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
}
.read-info-time a{
	width: 0.45rem;
    height: 0.45rem;
    display: block;
    margin-left: 0.2rem;
}
.read-info-icon1{
    background: url(../image/all_sprites.png) no-repeat;
    -webkit-background-size: 270px 200px;
    background-size: 270px 200px;
    background-position: -184px -88px;
}

.read-info-time .read-info-icon2 {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #fff;
    border-radius: 100%;
    color: #7b694c;
    text-align: center;
    font-size: 12px;
}

.read-info-icon4 {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #fff;
    border-radius: 100%;
    color: #7b694c;
    text-align: center;
    font-size: 12px;
}

.read-info-time .read-info-icon3 {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #fff;
    border-radius: 100%;
    color: #7b694c;
    text-align: center;
    font-size: 12px;
}
@font-face {
    font-family: PinyinKaiSimplified;
    src: url('https://m.hotupub.net/ToneOZ-Pinyin-Kai-Simplified.ttf');
}
.read-info-body{
    font-size: 18px;
    line-height: 170%;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:20px;
}
.read-info-auto{
	padding: 0.4rem 0;
    color: red;
    text-align: center;
    font-size: 0.28rem;
}
.read-info-btns{
	padding: 0.3rem 0;
}
/*上一章下一章*/
.read-info-btn {
    width: 30%;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    color: #7b694c;
    display: block;
    border: 1px solid #7b694c;
    background: #fff;
    font-size: 0.28rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
}
/*目錄*/
.read-infobtn-dir{
	width: 2rem;
}
.read-infobtn-noclick{
	color: #eee;
    border: 1px solid #eee;
}
.a-text-under{
	text-decoration: underline;
}
/**/
.aboutbox {
    padding: .1rem 0;
    border-radius: 5px;
    overflow: hidden;
    
}
.read-this-title{
	background: none;
}
ul.about-ul{
	font-size: 0.26rem;
    list-style: none;
    color: #666;
    margin: 0.2rem;
    overflow: hidden;
}

.about-ul > li:last-child:before {
    height: 0;
}
.about-ul>li{
	color: #666;
    position: relative;
    padding: 0.1rem 1.3rem .1rem 0;
    display: list-item;
    text-align: -webkit-match-parent;
}
.about-ul>li>a{
	color: #666;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.about-ul>li>a>span{
	position: absolute;
    right: 0;
    color: rgb(252,96,57);
}
/*关注微信*/
.read-info-wx{
    padding: 0.5rem 0;
}
.read-info-wx img{
	display: block;
    width: 2.1rem;
    height: 2.1rem;
    margin: 0 auto;
}
.info-wx-title{
	font-size: 0.28rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.44rem;
}
.info-wx-info{
	font-size: 0.26rem;
    color: rgb(154,154,154);
    text-align: center;
    margin-top: 0.45rem;
}

a {
    text-decoration: none;
    color: inherit;
}

body,
div,
p,
a {
    margin: 0;
    padding: 0;
}

.gift-mask {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.gift-box {
    width: 100%;
    height: 100%;
}

.gift-box-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gift618-img {
    display: table;
    margin: 0 auto;
    width: 330px;
    min-height: 330px;
    background: url(../image/gift.png) no-repeat center;
    background-size: contain;
    color: #fff;
}

.gift618-txtbox {
    margin-top: 130px;
    padding: 0 31px 0 40px;
}

.gift618-close {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/gift618_close.png) no-repeat;
    background-size: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.gift618-num {
    margin: 10px 0;
    padding: 0 45px;
    height: 85px;
    overflow-y: scroll;
    font-size: 16px;
}

.btn-wrap {
    margin-top: -10px;
    text-align: center;
}

.btn {
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid #eee;
    font-size: 16px;
}

.btn + .btn {
margin-left: 15px;
}

.btn-default {
    color: #d01d47;
    border-color: #d01d47;
}
.read-betten-border {
    height: 0;
    font-size: 0;
    margin: 15px 0;
    border-bottom: 1px solid #dcd7c3;
}
.other-user-like {
    font-size: 0.28rem;
    padding: 0 0.38rem;
}
.red-topicon-rightbox {
    float: right;
}
.read-top-box {
    width: 100%;
    font-size: 0.32rem;
    padding-right: 0.15rem;
    line-height: 0.8rem;
    height: 0.8rem;
    color: #e98f36;
}
.read-nav-text {
    padding: 0.15rem;
    color: #e98f36;
}
.read-nav-border {
    color: white;
}
.read-booknum {
    float: right;
    font-size: 0.24rem;
}
.read-topflex-box {
    width: 100%;
    height: 40px;
    color: white;
    padding: 0 10px;
    overflow: hidden;
}

.read-bookid {
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: black;
}

.read-topflex-rightbox {
    float: right;
    overflow: hidden;
    font-size: 0;
    line-height: 40px;
}

.read-topflex-rightbox a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 20px;
    background-image: url(../image/css_read.png);
}

.read-goto-home {
    background-size: 20px 112px;
    -webkit-background-size: 20px 112px;
    background-position: -1px -2px;
}

.read-goto-bookpage {
    background-size: 22px 108px;
    -webkit-background-size: 22px 108px;
    background-position: -2px -23px;
}

.read-goto-myindex {
    background-size: 18px 95px;
    -webkit-background-size: 18px 95px;
    background-position: 0px -38px;
}