@charset "utf-8";
/* CSS Document */
html,body {
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family:"微软雅黑","arial", "Helvetica", "Helvetica Neue";
    color: #111;
    line-height: 1.5;
    text-align: center;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background-color: #f9f9f9;
}

input,textarea {
    font-family: "微软雅黑","arial", "Helvetica", "Helvetica Neue";
    color: #111;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #111;}
a:hover {	color: #875adb;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #757575;}
input::-moz-placeholder{	color: #757575;}
input:-ms-input-placeholder{	color: #757575;}

textarea::-webkit-input-placeholder{	color: #757575;}
textarea::-moz-placeholder{	color: #757575;}
textarea:-ms-input-placeholder{	color: #757575;}

.wrap { overflow: hidden; }
.con { width:96%; max-width:750px;  margin: 0 auto; }
.font28 { font-size: 28px;}
.font24 { font-size: 24px;}
.font20 { font-size: 20px;}
.font18 { font-size: 18px;}
.font16 { font-size: 16px;}
.font15 { font-size: 15px;}
.font14 { font-size: 14px;}
.font12 { font-size: 12px;}
.pcs {display: block;}

@media only screen and (max-width:3000px) {
    html,body { font-size: 16px; }
    .wrap { padding-top: 3em;}
    .con { width:auto; margin: 0 auto; }
    .ms {display: block;}
    .pcs {display: none !important;}
    .font28 { font-size: 26px;}
    .font24 { font-size: 22px;}
    .font20 { font-size: 18px;}
    .font18 { font-size: 16px;}
    .font16 { font-size: 16px;}
    .font15 { font-size: 16px;}
    .font14 { font-size: 14px;}
    .font12 { font-size: 12px;}
}

/*头部*/
.header { max-width: 750px; margin: 0 auto;  background-color: #875adb; color: #fff;}
.header .con {
    display: flex; justify-content:space-between; align-items: center;}
.header .logo {color: #fff;
    display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #fff;}
.header .logo .name {font-size: 20px; padding: 0.8em 0 0.7em;}
.header .logo img {	display: block;	height:auto; width:24px; position: absolute; right: 10px;}

.header .btnQS { display: inline-block; cursor: pointer;
    padding: 0.2em 0.8em;
    background-color: #fff; color: #875adb;}
.header .menuM { display: none;
    position: absolute; right: 1em; top: 50%; margin-top: -0.8em;
    width: 1.6em; height: 1.6em;
    object-fit: contain;
    background: url(../images/menu.webp) center center no-repeat;
    background-size:contain ;}

@media only screen and (max-width:3000px) {
    .header {  position: fixed; z-index: 1000; left: 0; right: 0; top: 0;
    }
    .header .logo .en { display: none;}
    .header .logo .name { font-weight: normal; font-size: 16px;}
    .header .logo { width: 100%; text-align: center; color: #fff;}
    .header .logo a { color: #fff;}
    .header .links { position: absolute; right: 1em; top: 50%; margin-top: -0.8em;}
    .header .menuM { display: block;}
}

.searchBox { margin: 1.25em 0 3em; padding:1.2em 0.8em;
    -moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    -webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
.searchBox form {display: flex; position: relative;
    justify-content: space-between; align-items: stretch; }
.searchBox form .iw { flex: 1; padding: 0 1em; border: 1px solid #ddd;
    -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.75em; height: 2.75em;
    width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch {  font-weight: bold; cursor: pointer; height: 2.75em;
    outline-width: 0; border: 1px solid #ddd; padding:0 1.4em;
    color: #111; font-size: 1em;
    background-color: #f0f0f0; line-height: 2.75;
    -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
    position: absolute;  right: 0; top: 1px;
}


/*头部导航*/
.nav { }
.nav ul {display: flex; justify-content: center; align-items: center;}
.nav ul li { }
.nav ul li a { padding: 0.8em 0.5em 0.7em; cursor: pointer; color: #fff; display: block; }
.nav ul li a:hover { color: #fff; text-decoration: underline;}

@media only screen and (max-width:3000px) {
    .nav { display: none;}
}

.navM { position: fixed; z-index: 900; top: 0; right: 0; width: 50%;
    display: none; background-color: #875adb;  height: 100vh; overflow-x: hidden;
    overflow-y: auto;
    text-align: left;}
.navM.show {display: block;}
.navM ul{ padding: 4em 1em 2em;}
.navM li { line-height: 2.8em; text-align: right;}
.navM li a { display: block; color: #fff; cursor: pointer;}

/*底部*/
.footer {color: #4c4c4c;padding: 1.4em 0 1.4em;}
.footer a { color: #875adb;}
.footer a:hover { color: #875adb; text-decoration: underline;}
.footer .copyRight {}
.footer .flink { margin-top: 0.4em;}

/*首页 start*/
.main {  display: flex; justify-content: space-between; align-items: flex-start; max-width: 750px; margin: 0 auto;
    text-align: left;}
.main .conL {width: 75.8%;}
.main .conR {  flex: 1; margin-left: 1.25em;}

.main { display: block;}
.main .conL { width: auto; }
.main .conR{ width: auto; margin-left: auto;}

.main .boxI { position: relative; z-index: 0; overflow: hidden;
    margin-top: 1.25em; padding:0 1.2em; flex: 1;
    -moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    -webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
.main .boxI .tit { margin: 0 -1.2em; font-weight: bold; color: #555;line-height: 2.7;
    border-bottom: 1px solid #eee; padding: 0 1.2em;}

.main .boxI .tuijian{position: absolute; background-color: #f65220;
    top: -2px;
    right: -22px;
    z-index: 1;
    color: #fff;
    font-size: 12px;padding: 0.5em 1.7em 0.1em;
    font-style: normal;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);}

@media only screen and (max-width:3000px) {
}

.main .boxB { margin-top: 1.5em; padding: 0 1.2em 1.2em; flex: 1;
    -moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    -webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
.main .boxB .tit { font-weight: bold; line-height: 2.5; color: #875adb;
    border-bottom: 1px solid #e5e5e5; }

.rankList { padding: 0.4em 0 0.6em;}
.rankList li { border-bottom: 1px solid #eee;
    overflow: hidden; padding: 0.8em 0 0.7em;
    display: flex; justify-content: space-between; align-items: center;}
.rankList .num {font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.7em;
    width: 1.7em; height: 1.7em; text-align: center; line-height: 1.7em;
    -moz-border-radius:0.25em; -webkit-border-radius:0.25em; border-radius:0.25em;
    overflow: hidden;
    background-color: #875adb; color: #fff;}
.rankList li:last-child { border-bottom: 0;}
.rankList li:nth-child(1) .num {
    background-color: #c22020;
}
.rankList li:nth-child(2) .num,
.rankList li:nth-child(3) .num{ background-color: #fa744e;}
.rankList li .name { flex: 1; margin: 0 0.6em; line-height: 1.7;
    height: 1.7em; overflow: hidden;}


.main .picList ul { padding: 0.6em 0; display: flex; flex-wrap: wrap; justify-content: flex-start;
    align-items: stretch; }
.main .picList li { width:50%; padding: 0.5em 0;
    border-bottom: 1px dotted #ccc;
    display: flex; justify-content: space-between;
    align-items: flex-start;}
.main .picList li:nth-child(5) { border-bottom: 0;}
.main .picList li:nth-child(6) { border-bottom: 0;}
.main .picList .picb { width: 6em;}
.main .picList .picb .pic {
    position: relative;z-index: 0; display: block; cursor: pointer;
    padding-top: 133.33%;}
.main .picList .picb .pic img { position: absolute; left: 0; top: 0;
    width: 100%; height: 100%; object-fit: cover;
    display: block;}
.main .picList .txtb {flex: 1; margin-left: 0.8em; margin-right: 0.8em;}
.main .picList .txtb .txt { line-height: 2;
    border-bottom: 1px dotted #a6d3e8; display: flex;
    justify-content: space-between; align-items: center;}
.classify {  background-color: #875adb; color: #fff; font-size: 12px; padding: 3px 6px; border-radius: 3px; width: fit-content;
margin: 6px 0; }


.main .picList .name { font-weight: bold; margin-right: 0.5em;}
.main .picList .intro { margin-top: 0.6em;
    width: 100%; color: #7a7a7a; line-height: 1.7;
    height: 5.1em; overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;}

.main .picList ul { display: block;}
.main .picList li { display: none; width: 100%;}
.main .picList li:nth-child(1),
.main .picList li:nth-child(2),
.main .picList li:nth-child(3),
.main .picList li:nth-child(4){display:flex;}

.main .picList2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main .picList2 ul li {
    width: 31%;
}

.main .picList2 .picb .pic {
    position: relative;z-index: 0; display: block; cursor: pointer;
    padding-top: 133.33%;}
.main .picList2 .picb .pic img { position: absolute; left: 0; top: 0;
    width: 100%; height: 100%; object-fit: cover;
    display: block;}

.main .picList2 .name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.main .list { margin: 0 0.2em;}
.main .list li {
    height: 2em; overflow: hidden; line-height: 2;
    display: flex; justify-content: space-between; align-items: center;}
.main .list li .author { color: #999; margin-left: 0.5em;height: 2em; overflow: hidden;}
.main .list li .name  { flex: 1;  height: 2em; overflow: hidden;}


.main .list2 {}
.main .list2 li {color: #111;overflow: hidden; line-height: 2.7;  margin-top: 0.1em;
    display: flex; justify-content: space-between; align-items: center;}

.main .list2 li.liTit { color: #875adb;}
.main .list2 li.liTit .author {color: #875adb }
.main .list2 li.liTit .state {color: #875adb }
.main .list2 li.liTit .date {color: #875adb }

.main .list2 li .name  { width: 26.25%; margin-right: 0.5%;
    height: 2.7em; overflow: hidden;
    border-bottom: 1px solid #eee;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;}
.main .list2 li .chapter  { flex: 1; margin-right: 0.5%;
    height: 2.7em; overflow: hidden;
    border-bottom: 1px solid #eee;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;}

.main .list2 li .author { width: 20.6%; color: #999; margin-right: 0.5%;
    height: 2.7em; overflow: hidden;
    border-bottom: 1px solid #eee; }
.main .list2 li .state { width: 10%;  color: #999; margin-right: 0.5%;
    height: 2.7em; overflow: hidden;
    border-bottom: 1px solid #eee; }
.main .list2 li .date { color: #999; width: 13%; margin-right: 0.5%;
    height: 2.7em; overflow: hidden;
    border-bottom: 1px solid #eee; }

@media only screen and (max-width:3000px) {
    .main .list2 li.liTit  { display: none;}
    .main .list2 li {  padding: 0.6em 0; border-bottom: 1px solid #eee;
        height: auto;line-height: 1.7; flex-wrap: wrap;
        position: relative; z-index: 0;}
    .main .list2 li .name { font-size: 1.2em;
        width: 69.5%; margin-right: 30%; border-bottom: 0;
        height: 1.7em; }
    .main .list2 li .chapter { width: 69.5%;margin-right: 30%; border-bottom: 0;
        height: 1.7em; }
    .main .list2 li .author { position: absolute; right: 0; top: 0.7em;
        width: 28%; border-bottom: 0; margin-right: 0; text-align: right;
        height: 1.7em; }
    .main .list2 li .date { position: absolute; right: 0; bottom: 0.6em;
        text-align: right; width: 28%; margin-right: 0; border-bottom: 0;
        height: 1.7em; }
    .main .list2 li .state { display: none; width: 50%; border-bottom: 0;
        height: 1.7em; }
}

.cateBox {display: flex; justify-content: space-between; align-items: flex-start;
    margin-top: 1.5em; padding: 0 1.2em 0.8em;
    -moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    -webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}

.cateBox .conL { flex: 1; margin-right: 0.6em;}
.cateBox .conC {flex: 1;  margin: 0 0.6em;}
.cateBox .conR {flex: 1; margin-left: 0.6em;}

.cateBox { display: block;}
.cateBox .conC { border: 0;}
.cateBox .conL { margin-top: 0.75em; margin-right: auto;}
.cateBox .conC { margin-top: 0.75em;margin-right: auto;margin-left: auto;}
.cateBox .conR { margin-top: 0.75em;margin-left: auto;}

.cateBox .tit { font-weight: bold; line-height: 2.5; color: #875adb;
    border-bottom: 1px solid #e5e5e5; }

@media only screen and (max-width:3000px) {

}
.cateBox .picList ul { padding: 0.3em 0 0.3em; display: block;}
.cateBox .picList li { width: 100%; border-bottom: 0;}
.cateBox .picList .name { font-weight: normal;}
.cateBox .picList .intro { margin-top: 0.4em;}

.intro2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*首页 end*/


.page { margin-top: 1.4em; padding-bottom: 0.3em;	text-align: center;	color: #555;	}
.page a,.page .cur {
    display: inline-block;	color: #aaa;
    padding: 0.1em 0.3em 0; min-width: 2.2em;
    margin: 0.4em 0.1em 0; line-height: 2.7em;
    -moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.page a:hover { background-color: #eee; color: #555;}
.page .cur { background-color: #875adb;color: #fff;}
.page .cur:hover { background-color: #875adb;color: #fff;}
.page span { display: inline-block; margin: 0 0.5em;}

.page2 { display: flex; justify-content: space-between; align-items: center;
    margin: 0.8em 1em 0; padding-bottom: 0.5em;	text-align: center;	color: #333;
    line-height: 2.6em; font-size: 14px;}

.btn { display: inline-block; cursor: pointer;
    background-color: #e78455; color: #fff; line-height: 2.8;
    padding: 0.05em 3.1em 0 3.1em;
    transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;
}


.btnGreen { display: block; cursor: pointer; color: #fff; line-height: 3.5;
    padding: 0.05em 1.7em 0 1.8em;
    transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
    border: 2px solid #24b76c; background-color: #24b76c;}
.btnGreen:hover { color: #fff;}


.ReadpageT { display: none; background-color: #fff; padding: 0.3em 0;}
.ReadpageT a {display: inline-block; cursor: pointer;}
.lightoff, .huyanoff, .sizebgon { vertical-align: middle; display: inline-block; padding:0.3em 0.5em;
    border: 1px solid #333; color: #fff; font-weight: bold;
    box-shadow: 0 1px 2px #8b8b8b inset, 0 -1px 0 #3d3d3d inset, 0 -2px 3px #8b8b8b inset;
    background: -webkit-linear-gradient(top, #656565, #4c4c4c);
    background: -moz-linear-gradient(top, #656565, #4a4a4a);
    background: linear-gradient(top, #656565, #4a4a4a);
    -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.lightoff:hover, .huyanoff:hover, .sizebgon:hover {color: #fff;}
.ReadpageT .sizebg { vertical-align: middle;
    padding: 0 0.6em;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 1px #333;
    border-radius: 5px;

    position: relative;
    overflow: hidden;
}
.huyanon {display: inline-block; padding:0.3em 0.5em; color: #fff; font-weight: bold;
    border: 1px solid #64c878;
    box-shadow: 0 1px 2px #b9ecc4 inset, 0 -1px 0 #6c9f76 inset, 0 -2px 3px #b9ecc4 inset;
    background: -webkit-linear-gradient(top, #90dfa2, #84d494);
    background: -moz-linear-gradient(top, #90dfa2, #84d494);
    background: linear-gradient(top, #90dfa2, #84d494);
    -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.huyanon:hover {color: #fff;}
.lighton {display: inline-block; padding:0.3em 0.5em; color: #fff; font-weight: bold;
    border: 1px solid #d2a000;
    box-shadow: 0 1px 2px #fedd71 inset, 0 -1px 0 #a38b39 inset, 0 -2px 3px #fedd71 inset;
    background: -webkit-linear-gradient(top, #fece34, #d8a605);
    background: -moz-linear-gradient(top, #fece34, #d8a605);
    background: linear-gradient(top, #fece34, #d8a605);
    -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.lighton:hover {color: #fff;}

.addbook { line-height: 3; display: none; font-weight: bold; color: #507BBF;}
.addbook a {color: #507BBF;}

.readPage {display: none;}
@media only screen and (max-width:3000px) {
    .ReadpageT { display: block; }

    .readPage { line-height: 2.3em; display: block; color: #2a779d; background: #d4eaf2;;}
    .readPage a { display: inline-block; margin: 0 0.7em;color: #2a779d;}
    .readPage .pageDown{text-shadow: 1px 1px #2a779d;
        color: #fff;}

    .addbook { display: flex; justify-content: space-around; align-items: center;}
}

.position { color: #888; text-align: left; line-height: 3;
    -moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    -webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; max-width: 750px; margin: 0 auto;}
.position .arrow { display: inline-block; margin: 0 0.4em;}
.position .posi { padding: 0 1em;}

/*列表页start*/
.boxZ { padding-bottom: 1em;}
.boxZ .picZList li {
    display: flex; justify-content: space-between;
    align-items: flex-start;
    position: relative; z-index: 0; overflow: hidden;
    margin-top: 1em; padding:1.2em 1.2em;
    background-color: #fff;	border: 1px solid #e5e5e5;}
.boxZ .picZList .picb { width: 7.8em;}
.boxZ .picZList .picb .pic {
    position: relative;z-index: 0; display: block; cursor: pointer;
    padding-top: 133.33%;}
.boxZ .picZList .picb .pic img { position: absolute; left: 0; top: 0;
    width: 100%; height: 100%; object-fit: cover;
    display: block;}
.boxZ .picZList .txtb {flex: 1; margin-left: 0.8em; margin-right: 0.8em;}
.boxZ .picZList .txtb .txt { line-height: 2;
    border-bottom: 1px dotted #a6d3e8; display: flex;
    justify-content: space-between; align-items: center;}
.boxZ .picZList .name {height: 1.5em; overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;}
.boxZ .picZList .name a {transition: all 0.5s;
    -webkit-transition:all 0.5s;
    position: relative; z-index: 0;
    left: 0; }
.boxZ .picZList .name a:hover {	left: 0.5em;}
.boxZ .picZList .intro { margin-top: 0.6em;
    width: 100%; color: #666; line-height: 1.7;
    height: 5.1em; overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;}
.boxZ .picZList .about { margin-top: 0.4em; color: #999;}
.boxZ .picZList .btnRead { position: absolute; bottom: 0; right: 0;
    display: block; color: #fff; background-color: #d2d2d2; line-height: 2.2;
    padding: 0.1em 1.6em 0;
    transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-border-top-left-radius:0.4em;
    -webkit-border-top-left-radius:0.4em;
    border-top-left-radius:0.4em;

    -moz-border-bottom-right-radius:0.4em;
    -webkit-border-bottom-right-radius:0.4em;
    border-bottom-right-radius:0.4em;
}
.boxZ .picZList li:hover .btnRead { padding: 0 2.9em;
    background-color: #875adb;}
@media only screen and (max-width:3000px) {
    .boxZ .picZList .btnRead { display: none;}
    .boxZ .picZList .about { margin-top: 0.8em;}
}

/*列表页 end*/

/*章节页 start*/

.chapterBox { flex: 1; overflow: hidden;  min-height: 18.1em;
    margin-top: 1.25em; padding:1.2em 1.2em;
    -moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    -webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
    display: flex; justify-content: space-between; align-items: flex-start;}

.chapterBox .picb {  width: 8.75em;}
.chapterBox .picb .pic {
    position: relative;z-index: 0; display: block;
    padding-top: 133.33%;}
.chapterBox .picb .pic img { position: absolute; left: 0; top: 0;
    width: 100%; height: 100%; object-fit: cover;
    display: block;}

.chapterBox .txtb {flex: 1; margin-right: .3em; color: #555; text-align: left;}
.chapterBox .txtb .tit { padding-top: 0.3em;}
.chapterBox .txtb .name {  line-height: 1.2; font-weight: bold; color: #875adb;}
.chapterBox .txtb .author span { display: inline-block; margin: 0 0.5em;}
.chapterBox .txtb .about ul {display: flex;flex-wrap: wrap;
    justify-content: flex-start; align-items: flex-start;}
.chapterBox .txtb .about ul li { margin: 1em 1em 0 0;
    line-height: 2.5;
    color: #999;}
.chapterBox .txtb .about ul .btnAddShelf {
    margin: 1em 1em 0 0; cursor: pointer;
    padding: 0 1.2em; line-height: 2.5;
    background-color: #875adb; color: #fff;
}

.chapterBox .txtb .lastChapter { margin-top: 1.3em; padding-bottom: 0.8em; border-bottom: 1px solid #eee;}
.chapterBox .intro { margin-top: 1.3em; line-height: 2; color: #666; text-indent: 2em;}

@media only screen and (max-width:3000px) {
    .chapterBox .txtb .about { margin: 0.9em 0 1em; display: flex;
        justify-content: flex-start; align-items: flex-start;}
    .chapterBox .txtb .about ul { flex-direction: column; flex: 1; margin-left: .6em;}
    .chapterBox .txtb .about ul li { margin: 0 0 0.7em 0; line-height: 1.78em; font-size: 12px; line-height: 30px;}
    .chapterBox .txtb .about ul li  span{ margin-left: 4px; background-color: #875adb; color: #fff; padding: 2px 4px;
        white-space: nowrap;border-radius: 3px;}
    .chapterBox .txtb .about ul .btnAddShelf { margin: 0 0 0.7em 0; line-height: 1.78em;}
    .chapterBox .picb {  width: 35%;}
    .chapterBox .txtb .lastChapter { margin-top:0.8em ;}

}

.chapterList { overflow: hidden;  text-align: left;
    margin-top: 1.25em; padding:0.6em 1.2em 1.2em;
    -moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    -webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
    -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
.chapterList .tit { line-height: 2.4em;
    border-bottom: 1px solid #eee;  color: #875adb;}

.chapterList .tit img { width: 16px; height: 16px;}

.chapterList .list ul { margin-top: 0.4em; line-height: 2.5em; display: flex; flex-wrap: wrap;
    justify-content: flex-start; align-items: stretch;}
.chapterList .list li { width: 33.3%; height: 39px; overflow: hidden; border-bottom: 1px solid #f5f5f5;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; }
.chapterList .list li .name  { margin: 0 1em 0 0; }

.chapterList .list:not(.catalogue-height) { max-height: 400px; overflow: hidden; }

@media only screen and (max-width:3000px) {
    .chapterList .list ul { display: block;}
    .chapterList .list li { width: 100%;}
}


/*阅读页 start*/
.readBox { margin-top: 0.7em; padding: 0 0 1.3em;
}
.readBox .tit { padding: 0.8em 1em 0.7em;

    display: flex; justify-content: space-between;
    align-items: flex-start; font-size: 12px;
}
.readBox .tit .oninfo {display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.readBox .tit .oninfo input { position: relative; z-index: 0;
    top: -0.1em; margin: 0 0.2em; padding: 0; vertical-align: middle; }
.readBox .tit .oninfo span { display: inline-block; vertical-align: middle; margin: 0 .2em;}
.readBox .tit .oninfo select { vertical-align: middle; margin: 0 .2em;}
.readBox .title { text-align: center;
    color: #875adb;    margin: 1em 0 0;	font-weight: bold;}
.readBox .content {margin: 2em 1em 0; text-align: left;
    line-height: 2; color: #555;}

.readBox .content a.red { color: #ff0000;}
.readBox .content a.red:hover { text-decoration: underline; color: #ff0000;}

.readBox .btnW { margin: 1.2em auto 0; padding-bottom: 1em;
    border-bottom: 1px dotted #eee;}
.readBox .btnW a { display: inline-block; cursor: pointer;
    color: #875adb; margin: 0 0.8em; }

@media only screen and (max-width:3000px) {
    .readBox .tit .oninfo {display: flex; flex-wrap: wrap; justify-content:center; align-items: center;}
}


/*阅读页 end*/

.container-list {
    max-width: 750px;
    margin: 10px auto 30px;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* 菜单部分 */
.menu {
    display: flex;
    align-items: center;
    margin: 0 auto 10px;
    max-width: 750px;
}

.menu-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
    white-space: nowrap;
}

.menu-options {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.menu-options a {
    padding: 1px 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f1f1f1;
    color: #555;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    flex-shrink: 0;
}

.menu-options a.active {
    background-color: #875adb; /* 红色背景 */
    color: #fff;
    border-color: #875adb;
}

.menu-options a:hover {
    background-color: #875adb;
    color: #fff;
    border-color: #875adb;
}


.menu-options2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.menu-options2 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding: 10px 0; /* 内边距 */
    text-align: center;
    color: #444;
}

.menu-options2 .item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px; /* 图片与文字间距 */
}

.menu-options2 .item span {
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.page2 {
    background-color: #875adb;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 20px;
}

.PAGE {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.PAGE .active {
    background-color: #875adb;
}

.PAGE  li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
}

.PAGE a {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.PAGE .active a {
    color: #fff;
}


.share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btnAddShelf {
    width: 150px;
    height: 40px;
    background-color: #875adb;
    color: #fff;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
}

.take-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 160px;
    height: 40px;
}

.share .blue {
    margin-left: 4px;
    width: 20px;
    height: 20px!important;
}

.share .blue svg {
    width: 20px!important;
    height: 20px!important;
}

.read {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background-color: #875adb;
    color: #fff;
}

@media (max-width: 829px) {
    .read {
        display: block!important;
    }
}
/* 广告位css */
.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ad-div {
    clear: both;
    min-width: 250px;
    min-height: 250px;
    margin-bottom: 10px;
    width: 100%;
}

.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}


.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: bottom .3s;
    -webkit-overflow-scrolling: touch;
}

.van-popup--bottom {
    left: 50%;
    width: 100%;
    max-width: 750px;
    transform: translateX(-50%);
}

.mask {
    background: #222;
    box-sizing: border-box;
    padding: 1.611rem 1.833rem;
}

.menu1 {
    z-index: 99;
    bottom: -100px;
}

.menu2 {
    z-index: 100;
    bottom: -100px;
}

.menu2.mask {
    padding: 1rem 1.3rem;
}

.menu1 .percent .menu_container {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.menu1 .percent .menu_container img.menu_item {
    width: 1.4722rem;
    height: 1.4722rem;
}


.font_sz {
    height: 3.055rem;
    background: #000;
    font-size: 0.944rem;
    font-weight: 500;
    color: #fff;
    line-height:1.2rem;
    max-width: 300px;
    margin: 0 auto;
}

.font_sz {
    border-radius: 50px;
    padding: 0.722rem 0.9722rem 0;
    text-align: center;
    box-sizing: border-box;
}

.font_sz img {
    width: 1.4722rem;
    height: 1.4722rem;
}

.font_sz img.a1 {
    float: left;
}

.font_sz img.a2 {
    float: right;
}

.van-overflow-hidden {
    overflow: hidden;
}
.styles_reading_page___VsXH {
    background-color: #f5f5fa;
    min-height: 100vh;
}

.styles_theme-dark__IOD0H {
    background-color: #121217;
    transition: background .3s;
}

.styles_theme_dark__HAeCK {
    color: #666;
}

.styles_container__MQTlA {
    padding: 0 1.125rem 1.125rem;
}

.ChapterTitle_chapter_title_container__aV2xK {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.ChapterTitle_chapter_title__PMxFw {
    font-size: 1.5em;
    line-height: 1.125;
    margin-bottom: 1rem;
}

.styles_content__6FxEK {
    position: relative;
    transition: all .3s ease;
    margin-bottom: 1.5rem;
    max-width: 750px;
    margin: 0 auto;
}

.styles_content__6FxEK p {
    line-height: 1.6875;
    margin: .8em 0;
}

.page_wrap {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.next_chapter, .prev_chapter {
    width: 9.667rem;
    height: 2.444rem;
    background: #d0deff;
    font-size: 0.833rem;
    font-weight: 400;
    color: #875adb;
    line-height: 2.444rem;
    border-radius: 0.10667rem;
    text-align: center;
}

.next_chapter.disabled, .prev_chapter.disabled {
    opacity: .36;
}

.txtb .about span {
    padding: 2px 4px;
    background-color: #875adb;
    color: #fff;
}

.breadcrumb li {
    display: inline;
}