@font-face {
    font-family: 'Archivo';
    src: url("../font/Archivo.woff2");
}

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:link {
    color: inherit;
    text-decoration: none;
}

#bodyCover {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    font-size: 15px;
    COLOR: #5f5e5e;
    FONT-FAMILY: 'Archivo', 'Nanum Gothic', sans-serif;
    line-height: 24px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

input,
textarea,
select {
    outline-width: 0px;
    outline: none;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

select,
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

button {
    border: none;
    outline: none;
}

.bgWhite {
    background-color: #ffffff;
}

.bodyContainer {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0px;
    transition: ease-in-out, right 0.5s;
    -moz-transition: ease-in-out, right 0.5s;
    -webkit-transition: ease-in-out, right 0.5s;
}

div.rightMenu {
    right: 0px;
    transition: ease-in-out, right 0.5s;
    -moz-transition: ease-in-out, right 0.5s;
    -webkit-transition: ease-in-out, right 0.5s;
}

.headerContainer {
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #29292b;
}

.headerContainer.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    max-width: 750px;
    left: 50%;
    transform: translateX(-50%);
}

.container {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.headerContainer>.container {
    display: table;
}

.headerContainer>.container>div {
    display: table-cell;
    vertical-align: middle;
    line-height: 45px;
}

.headerContainer>.container>.headerLog {
    width: 80px;
    padding-left: 15px;
}

.headerContainer>.container>.headerLog a {
    font-weight: 600;
    color: #fff;
}

.headerContainer>.container>.headerRight>ul {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.headerContainer>.container>.headerRight>ul>li {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
}

.headerContainer.new>.container>.headerRight>ul>li {
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.headerContainer>.container>.headerRight>ul>li.search {
    padding-right: 10px;
}

.headerContainerBlock {
    position: relative;
    width: 100%;
    height: 45px;
}

.headerSearchContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 101;
    -moz-transition: ease-in-out, left 0.4s;
    -webkit-transition: ease-in-out, left 0.4s;
    transition: ease-in-out, left 0.4s;
}

.headerSearchContainer.on {
    left: 0;
}

.headerSearchContainer>.container>ul {
    position: relative;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    box-sizing: border-box;
    display: table;
    background-color: #ffffff;
}

.headerSearchContainer.new>.container>ul {
    background-color: #222222;
    padding-left: 0;
    border: 2px solid #222222;
}

.headerSearchContainer>.container>ul>li {
    display: table-cell;
    vertical-align: middle;
}

.headerSearchContainer.new>.container>ul>li.back {
    width: 40px;
    text-align: center;
}

.headerSearchContainer.new>.container>ul>li.search {
    background-color: #ffffff;
}

.headerSearchContainer>.container>ul>li>#topSearch {
    width: 100%;
    height: 35px;
    border: 1px solid #b9babd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    text-indent: 5px;
}

.headerSearchContainer.new>.container>ul>li.search>#topSearch {
    border: 0;
    border-radius: 0;
    color: #222222;
    font-size: 14px;
}

.headerSearchContainer.new>.container>ul>li.searchButton {
    width: 60px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.headerSearchContainer.new>.container>ul>li.searchButton button {
    background: none;
    color: #fff;
}

.background_div {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.background_div.on {
    background-color: #111111;
    z-index: 100;
}

.blockScroll {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}

.menuContainer {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.menuContainer.fixed {
    position: fixed;
    z-index: 10;
    top: 45px;
    max-width: 750px;
    left: 50%;
    transform: translateX(-50%);
}

.menuContainer>.container>div.mainCategoryContainer {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.menuContainer>.container>div>ul {
    width: 100%;
    font-size: 0;
}

.menuContainer>.container>div>ul.mainCategory {
    display: table;
    table-layout: fixed;
}

.menuContainer>.container>div>ul>li {
    display: inline-block;
    vertical-align: middle;
}

.menuContainer>.container>div>ul.mainCategory>li {
    position: relative;
    display: table-cell;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.menuContainer>.container>div>ul.mainCategory>li a {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.menuContainer>.container>div>ul.mainCategory>li.on a {
    color: #d90000;
}

#bodyInner {
    padding-bottom: 60px;
}

.mainRecommendContainer {
    position: relative;
    width: 100%;
    padding-top: 15px;
}

.mainRecommendContainer>.container {
    padding: 0 12px;
    box-sizing: border-box;
}

.mainRecommendContainer>.container>div.subject,
.bookListContainer>.container>div.subject {
    width: 100%;
    display: table;
}

div.subject>div,
div.subject>h1 {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.mainRecommendContainer>.container>div.subject>div.more,
.bookListContainer>.container>div.subject>div.more {
    width: 50px;
    text-align: right;
    font-size: 14px;
    color: #d90000;
    padding-right: 10px;
}

.mainRecommendContainer>.container>div.subject>div.more a,
.bookListContainer>.container>div.subject>div.more {
    color: #d90000;
}

.mainRecommendContainer .list .list_container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.mainRecommendContainer .list .list_container .list_item {
    width: calc(33.333333% - 10.111px);
}

.mainRecommendContainer .list .list_container .list_item ul {
    position: relative;
}

.mainRecommendContainer>.container>div.list .image {
    position: relative;
    width: 100%;
}

.bookCover {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 133.33%;
    overflow: hidden;
    border-radius: 3px;
}

.bookCover img {
    width: 105.1%;
    margin-left: -2.6%;
    border-radius: 4px;
}

.txtEllipsis,
.txtEllipsis p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txtEllipsis p br {
    display: none;
}

.mainRecommendContainer>.container>div.list .bookTitle {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 3px;
    color: #000000;
}

.mainRecommendContainer>.container>div.list .bookWriter {
    width: 100%;
    font-size: 13px;
    margin-top: -5px;
    color: #7c7c7c;
}

.mainRecommendContainer>.container>div.list div.bg {
    position: absolute;
    width: 100%;
    bottom: 46px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    background-image: url(../images/recommend_gift_bg.png);
    background-repeat: repeat;
    font-size: 9px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 0 0 3px 3px;
}

.bookListContainer {
    padding-top: 15px;
}

.bookListContainer .container {
    padding: 0 12px;
    box-sizing: border-box;
}

.bookListContainer .list>.book {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding-top: 15px;
}

.bookListContainer .list>.book.best {
    width: 100%;
}

.bookListContainer .list>.book.best>div.inner {
    width: 100%;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
}

.bookListContainer .list>.book.best div.imageContainer {
    position: relative;
    width: 95px;
}

.bookListContainer .list>.book.best>div.inner>div {
    display: table-cell;
    vertical-align: middle;
}

.bookListContainer .list>.book.best div.textContainer {
    padding-left: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}

.bookListContainer .list>.book.best>div.inner>div {
    display: table-cell;
    vertical-align: middle;
}

.curPoint {
    cursor: pointer;
}

.bookListContainer .list>.book.best div.textContainer>ul {
    width: 100%;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.title {
    font-size: 0;
    padding-bottom: 10px;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.title>div {
    display: inline-block;
    vertical-align: top;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.title>div.bookTitle {
    max-width: 60%;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.title>div.bookWriter {
    max-width: 40%;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: #7c7c7c;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.bookIntro {
    display: block;
    display: -webkit-box;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #7c7c7c;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.info {
    font-size: 0;
    padding-top: 10px;
    text-align: right;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.info.new {
    text-align: left;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.info>div {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: -1px;
    padding-left: 5px;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.info>div:first-child {
    padding-left: 0;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.info>div.bookPublishCnt {
    color: #c80000;
}

.bookListContainer .list>.book.best div.textContainer>ul>li.info>div.bookHit {
    color: #000000;
}

.footerContainer {
    position: relative;
    width: 100%;
    background-color: #ecedef;
}

.footerContainer>.container>.bottom>ul {
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
}

.footerContainer>.container>.bottom>ul>li {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.menuContainerBlock {
    height: 37px;
}

.subCategoryContainer {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    position: sticky;
    top: 82px;
    z-index: 10;
    background-color: #fff;
}

@media (max-width:769px) {
    .box_scroll {
        overflow: auto;
        scrollbar-width: none;
    }

    .box_scroll::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
        height: 0;
        display: none !important;
    }
}

.subCategory {
    display: flex;
    width: calc(87.5% + 8px);
    margin-left: auto;
    margin-right: 0;
}

.subCategory li {
    display: inline-block;
    vertical-align: middle;
}

.subCategory>li {
    padding-right: 35px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    width: auto;
}

.subCategory>li a {
    color: #000000;
    padding: 1.5px 3px;
    white-space: nowrap;
}

.subCategory>li.on a {
    background-color: #d90000;
    color: #ffffff;
}

.listPage {
    position: relative;
    width: 100%;
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.listPage ul {
    display: table;
    margin: 0 auto;
    border-collapse: collapse;
}

.listPage ul li {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ededed;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    color: #aaaaaa;
    letter-spacing: -0.5px;
}

.listPage ul li.active {
    background-color: #c80000;
    border: 1px solid #c80000;
    color: #ffffff;
}

div.sortGenre {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding: 10px 0;
    display: table;
}

.sortGenre>div {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
}

div.booktype>ul {
    width: 100%;
    font-size: 0;
    padding-left: 15px;
    box-sizing: border-box;
}

div.booktype>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin-left: 15px;
}

div.booktype>ul>li:first-child {
    margin-left: 0;
}

div.booktype>ul>li.on {
    color: #c80000;
}

.sortGenre .genre {
    position: relative;
    width: 120px;
    padding-right: 15px;
}

div.genre>.choose {
    position: relative;
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    z-index: 2;
}

div.genre>.choose>.text {
    width: 100%;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding-right: 25px;
    box-sizing: border-box;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    background-color: #fbfbfd;
    border-radius: 5px;
}

div.genre>.choose>.selectButton {
    position: absolute;
    width: 25px;
    line-height: 30px;
    height: 30px;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #f6f6f6;
    border-left: 1px solid #cfcfcf;
    border-radius: 0 5px 5px 0;
    font-size: 11px;
    color: #797979;
}

div.genre>.genreList {
    position: absolute;
    left: 0;
    top: 35px;
    width: calc(100% - 13px);
    max-height: 0;
    overflow: hidden;
    background-color: #fbfbfd;
    z-index: 1;
    -moz-transition: ease-in-out, max-height 0.4s;
    -webkit-transition: ease-in-out, max-height 0.4s;
    transition: ease-in-out, max-height 0.4s;
}

div.genre>.genreList>ul {
    width: 100%;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    padding-top: 8px;
}

div.genre>.genreList>ul>li {
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #eaeaea;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

div.genre>.genreList>ul>li.on {
    color: #c80000;
}

div.genre>.genreList>ul>li>a {
    display: block;
}

.bookListContainer .list>.book.search div.textContainer>ul>li {
    font-size: 12px;
    line-height: 20px;
    color: #8d8d8d;
}

.bookListContainer .list>.book.search div.textContainer>ul>li.title {
    font-size: 14px;
    padding-bottom: 0;
    color: #000000;
}

.bookListContainer .list>.book.search div.textContainer>ul>li.empty {
    height: 23px;
}

.comicBestContainer {
    padding-top: 10px;
    position: relative;
    clear: both;
    width: 100%;
}

.comicBestContainer .top {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #fdfdfd;
}

.comicBestContainer .top>.title {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-indent: 12px;
    line-height: 35px;
}

.comicBestContainer .top>.sort {
    float: right;
}

.comicBestContainer .top>ul.sort {
    font-size: 0;
    box-sizing: border-box;
    padding-right: 10px;
}

.comicBestContainer .top>ul.sort>li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    color: #333333;
    margin-left: 25px;
    padding-left: 0;
}

.comicBestContainer .top>ul.sort>li:first-child {
    margin-left: 0;
}

.comicBestContainer .top>ul.sort>li.on a {
    color: #c80000;
}

.comicBestContainer .top>ul.sort>li:after {
    position: absolute;
    content: ' ';
    top: 11px;
    left: -12.5px;
    border-right: 1px solid #333333;
    height: 14px;
}

.comicBestContainer .top>ul.sort>li:first-child:after {
    border-right: 0px;
}

.comicBestContainer .list {
    position: relative;
    width: 100%;
    clear: both;
    font-size: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.comicBestContainer .list>div {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    border-bottom: 1px solid #fdfdfd;
}

.comicBestContainer .list>div ul {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.comicBestContainer .list>div ul>li {
    display: table-cell;
    vertical-align: middle;
}

.comicBestContainer .list .curPoint a{
        display: flex;
    align-items: center;
}

.comicBestContainer .list .rank {
    width: 17.5%;
    max-width: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
        flex: 0.7;
}

.comicBestContainer .list .top1{
    color: #ef3e3e;
}
.comicBestContainer .list .top2{
    color: #e1a662;
}
.comicBestContainer .list .top3{
    color: #eecc00;
}


.comicBestContainer .list .image {
    width: 80px;
}

.comicBestContainer .list>div ul>li.text {
    /* padding-left: 10px; */
    box-sizing: border-box;
}

.comicBestContainer .list>div ul>li.text>div.bookTitle {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comicBestContainer .list>div ul>li.text>div.bookWriter {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comicBestContainer .list>div ul>li.text>div.bookGenre {
    padding-top: 10px;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comicBestContainer .list>div ul>li.text>div.bookInfo {
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comicBestContainer .list>div ul>li.text>div.bookInfo span {
    color: #c80000;
}

.pop_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    margin: 0 auto;
    opacity: 0;
    top: 122px;
    height: 100%;
    display: none;
    transition: opacity 0.5s linear;
}

.pop_div.on {
    z-index: 101;
    opacity: 1;
    display: block;
}

.bookIntroMore {
    position: relative;
    width: 92%;
    max-width: 580px;
    max-height: 300px;
    border-radius: 5px;
    margin: 0 auto;
    z-index: 10;
    overflow: hidden;
}

.bookIntroMore>div {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.bookIntroMore>div>div {
    position: relative;
    width: 100%;
}

.bookIntroMore>div>div.top {
    font-size: 14px;
    color: #c80000;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e8e9ee;
    box-sizing: border-box;
}

.bookIntroMore>div>div.top.new {
    display: table;
    background-color: #40474d;
    border-radius: 5px 5px 0 0;
}

.bookIntroMore>div>div.top.new>div {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

.bookIntroMore>div>div.top.new>div.title {
    width: 85px;
    padding-left: 10px;
    font-size: 14px;
    color: #ffffff;
}

.bookIntroMore>div>div.top.new>div {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

.bookIntroMore>div>div.top.new>div.continue>div {
    width: 135px;
    line-height: 25px;
    background-color: #ffffff;
    border: 1px solid #888888;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #c80000;
}

.bookIntroMore>div>div {
    position: relative;
    width: 100%;
}

.bookIntroMore>div>div.close {
    position: absolute;
    width: 50px;
    font-size: 14px;
    top: 8px;
    right: 15px;
    text-align: right;
    cursor: pointer;
}

.bookIntroMore>div>div.close img {
    padding-left: 3px;
    padding-bottom: 2px;
}

.bookIntroMore>div>div.text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    max-height: 250px;
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
    word-break: break-all;
    color: #606060;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
}

.breadcrumb {
    padding: 10px 12px;
}

.breadcrumb ol li {
    display: inline;
}

.breadcrumb ol li a {
    position: relative;
}

.breadcrumb ol li:not(:first-child) a {
    padding-left: 10px;
}

.breadcrumb ol li:not(:first-child) a::before {
    content: '/';
    position: absolute;
    left: 3px;
}

.breadcrumb ol li:last-child a {
    color: #d90000;
}

.chapterContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.chapterContainer .bookTop {
    width: 100%;
    background-color: #fafafa;
}

.chapterContainer .bookTop>ul {
    width: 100%;
    table-layout: fixed;
    display: table;
    box-sizing: border-box;
    padding: 10px;
}

.chapterContainer .bookTop>ul>li {
    display: table-cell;
    vertical-align: top;
}

.chapterContainer .bookTop>ul>li.image {
    position: relative;
    width: 120px;
}

.chapterContainer .bookTop>ul>li {
    display: table-cell;
    vertical-align: top;
}

.chapterContainer .bookTop>ul>li.text {
    padding-left: 10px;
    position: relative;
}

.chapterContainer .bookTop>ul>li.text>div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chapterContainer .bookTop>ul>li.text>h1.bookTitle {
    font-size: 17px;
    color: #494949;
    font-weight: 700;
    line-height: 32px;
}

.chapterContainer .bookTop>ul>li.text>div.bookWriter {
    font-size: 13px;
    color: #8d8d8d;
    line-height: 22px;
}

.chapterContainer .bookTop>ul>li.text>div.bookKeyword {
    font-size: 13px;
    color: #8d8d8d;
    line-height: 22px;
}

.chapterContainer .bookTop>ul>li.text>div.bookInfo {
    font-size: 13px;
    color: #8d8d8d;
    line-height: 22px;
}

.chapterContainer .bookTop>ul>li.text>div.bookIntroNew {
    position: absolute;
    bottom: 0px;
    white-space: initial;
    padding-right: 10px;
    box-sizing: border-box;
}

.chapterContainer .bookTop>ul>li.text>div.bookIntroNew>div.top {
    color: #c80000;
}

.chapterContainer .bookTop>ul>li.text>div.bookIntroNew>div.top>ul {
    display: table;
    table-layout: fixed;
    font-size: 13px;
    color: #c80000;
    line-height: 20px;
}

.chapterContainer .bookTop>ul>li.text>div.bookIntroNew>div.top>ul>li {
    display: table-cell;
    vertical-align: middle;
}

.chapterContainer .bookTop>ul>li.text>div.bookIntroNew>div.top>ul>li.more {
    font-size: 12px;
    color: #797979;
    text-align: center;
    line-height: 20px;
    background-image: url(../images/more_background.png);
    background-repeat: repeat;
    width: 60px;
    margin: 0 auto;
}

.chapterContainer .bookTop>ul>li.text>div.bookIntroNew>div {
    width: 100%;
    height: 30px;
    word-break: break-all;
    font-size: 13px;
    color: #8d8d8d;
    line-height: 20px;
}

.chapterContainer .bookTop>ul>li.text>div.bookIntroNew>div.text {
    border-bottom: 1px solid #e8e9ee;
}

.chapterContainer .bookButton {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #efefef;
}

.chapterContainer .bookButton>ul {
    width: 100%;
    table-layout: fixed;
    display: table;
    box-sizing: border-box;
    padding: 10px;
}

.chapterContainer .bookButton>ul>li {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.chapterContainer .bookButton>ul>li:first-child {
    text-align: left;
}

.chapterContainer .bookButton>ul>li>div {
    width: calc(100% - 5px);
    text-align: center;
    line-height: 32px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.chapterContainer .bookButton>ul>li>div.continue {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.chapterContainer .bookButton>ul>li>div.dibs {
    font-size: 14px;
    font-weight: 700;
    color: #c80000;
    display: table;
}

.chapterContainer .bookButton>ul>li>div.dibs a {
    display: table-cell;
}

.chapterContainer .bookButton>ul>li>div.dibs a svg {
    width: 20px;
    vertical-align: middle;
}

.chapterContainer .chapterBuyRental {
    width: 100%;
    clear: both;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer {
    width: 100%;
    position: relative;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>ul {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>ul.buyTypeContainer.new {
    border: 0px;
    border-top: 2px solid #000000;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>ul>li {
    width: 50%;
    display: table-cell;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #dadada;
    border-right: 0;
    border-bottom: 0;
    background-color: #f6fafd;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>ul>li:first-child {
    border-left: 0;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>ul.buyTypeContainer.new>li.on {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #c80000;
}

.scrollToFixed {
    transition: ease-in-out, left 0.5s;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #efefef;
    background-color: #ffffff;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description>ul {
    width: 100%;
    display: table;
    padding: 0 10px;
    box-sizing: border-box;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description>ul>li {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    height: 45px;
    line-height: 45px;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description>ul>li:first-child {
    width: 65px;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description>ul>li>div {
    font-size: 13.5px;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description>ul>li.selection>div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #7a7a7a;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description>ul>li.text {
    text-align: right;
    padding-left: 0px;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description>ul>li.text>div {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    color: #7a7a7a;
    letter-spacing: 0;
    width: calc(100% - 90px);
    text-align: center;
    line-height: 25px;
    padding: 10px 0;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description.new .categorySort>ul {
    width: 100%;
    font-size: 0;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description.new .categorySort>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    font-size: 13px;
    font-weight: 700;
    color: #7b7d7c;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description.new .categorySort>ul>li.on {
    color: #c80000;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description.new .categorySort>ul>li:first-child {
    margin-left: 0;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description.new .categorySort>ul>li:after {
    position: absolute;
    content: '';
    top: 7px;
    left: -17.5px;
    height: 10px;
    border-left: 1px solid #7b7d7c;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description.new .categorySort>ul>li:first-child:after {
    border: 0;
}

.chapterContainer .chapterBuyRental>.chapterFixedContainer>.description.new .categorySort>ul>li a {
    display: block;
}

.chapterContainer .list {
    position: relative;
    clear: both;
    width: 100%;
}

.chapterContainer .list>ul {
    width: 100%;
    display: table;
    padding: 10px 10px;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}

.chapterContainer .list>ul>li {
    display: table-cell;
    vertical-align: middle;
}

.chapterContainer .list>ul>li.no {
    width: 30px;
    text-align: center;
}

.chapterContainer .list>ul>li.image {
    width: 55px;
    padding-left: 5px;
}

.chapterContainer .list>ul>li.title {
    padding-left: 7px;
}

.chapterContainer .list>ul>li.title>div.chapterNumber {
    text-align: left;
    font-size: 13.5px;
    line-height: 25px;
    color: #7a7a7a;
}

.chapterContainer .list>ul>li.title>div.chapterTitle {
    text-align: left;
    font-size: 13.5px;
    line-height: 20px;
    color: #7a7a7a;
}

.chapterContainer .list>ul>li.coin {
    width: 135px;
}

.chapterContainer .list>ul>li.coin>div.text {
    text-align: center;
    font-size: 13.5px;
    line-height: 25px;
    color: #7a7a7a;
}

.red {
    color: #c6000b !important;
}

.listMore {
    width: 100%;
    position: relative;
    padding: 20px 0;
    padding-top: 30px;
}

.listMore>a {
    display: block;
    width: 90px;
    margin: 0 auto;
    background-color: #c80000;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
}

.bodyContainer {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0px;
    /* overflow: hidden; */
    transition: ease-in-out, right 0.5s;
    -moz-transition: ease-in-out, right 0.5s;
    -webkit-transition: ease-in-out, right 0.5s;
}

div.rightMenu {
    right: 0px;
}

.white {
    color: #ffffff !important;
}

.viewHeaderContainer {
    position: relative;
    width: 100%;
}

.viewHeaderContainer .viewHeader {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: ease-in-out, height 0.2s;
    z-index: 10;
    position: fixed;
    top: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 750px;
    left: 50%;
    transform: translateX(-50%);
}

.viewHeaderContainer .viewHeader.on {
    height: 50px;
}

.viewHeaderContainer .viewHeader > ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: #303030;
}

.viewHeaderContainer .viewHeader > ul > li {
    display: table-cell;
}

.viewHeaderContainer .viewHeader > ul > li.option {
    width: 37px;
    padding-right: 5px;
}

.viewHeaderContainer .viewHeader > ul > li.option > div {
    position: relative;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.viewHeaderContainer .viewHeader > ul > li.option > div img {
    width: 28px;
    padding-bottom: 2px;
}


.viewHeaderContainer .viewHeader-two > ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: #303030;
}

.viewHeaderContainer .viewHeader-two > ul > li {
    display: table-cell;
}

.viewHeaderContainer .viewHeader-two > ul > li.option {
    width: 37px;
    padding-right: 5px;
}

.viewHeaderContainer .viewHeader-two > ul > li.option > div {
    position: relative;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.viewOptionBox {
    position: fixed;
    z-index: 10;
    width: 150px;
    height: 0px;
    top: 50px;
    right: Max(4px,calc((100% - 750px) / 2 + 4px));
    overflow: hidden;
    transition: ease-in-out, height 0.4s;
}

.viewOptionBox > .inner {
    position: relative;
    width: 100%;
    height: 165px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #fafafa;
    box-sizing: border-box;
}

.viewOptionBox.on.textPager, .viewOptionBox.textPager > .inner {
    height: 91px;
}

.viewOptionBox > .inner > div {
    width: 95%;
    margin: 0 auto;
}

.viewOptionBox > .inner > div > .font {
    width: 100%;
    height: 40px;
}

.viewOptionBox > .inner > div > .font > ul {
    width: 100%;
    display: table;
}

.viewOptionBox > .inner > div > .font > ul > li {
    display: table-cell;
    line-height: 40px;
}

.viewOptionBox > .inner > div > .font > ul > li.image {
    width: 40px;
    text-align: center;
}

.viewOptionBox > .inner > div > .font > ul > li.now > div {
    background-color: #ffffff;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #494949;
    font-weight: 700;
}

.viewOptionBox > .inner > div > .font > ul > li.image img {
    width: 30px;
}

.viewOptionBox > .inner > div > .line {
    width: 100%;
    border-top: 1px solid #dadada;
}

.viewOptionBox > .inner > div > .bg > ul {
    width: 100%;
    display: table;
    padding: 5px 0;
}

.viewOptionBox > .inner > div > .bg > ul > li {
    display: table-cell;
    width: 35%;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
}

.viewOptionBox > .inner > div > .bg > ul > li:first-child {
    font-size: 15px;
    color: #494949;
    font-weight: 700;
    text-align: center;
    width: 30%;
}

.viewOptionBox > .inner > div > .bg > ul > li {
    display: table-cell;
    width: 35%;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
}

.viewOptionBox > .inner > div > .bg > ul > li > div {
    width: 93%;
    height: 35px;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 0px;
}

.viewOptionBox > .inner > div > .bg > ul > li.white > div {
    background-color: #ffffff;
}

.viewOptionBox > .inner > div > .bg > ul > li.black > div {
    background-color: #000000;
}

.viewChapterNavContainer {
    position: fixed;
    width: 100%;
    max-width: 750px;
    height: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: #303030;
    transition: ease-in-out, height 0.2s;
}

.viewChapterNavContainer.on {
    height: 40px;
}

.viewChapterNavContainer > .container > ul {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.viewChapterNavContainer > .container > ul > li {
    position: relative;
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.viewChapterNavImage {
    display: inline-block;
    line-height: 40px;
}

.viewChapterNavImage img {
    height: 20px;
    padding-bottom: 2px;
}

.viewChapterNavPrev, .viewChapterNavNext {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
}

.viewChapterNavLine_1 {
    position: absolute;
    top: 7px;
    left: 0px;
    border-left: 1px solid #111111;
    height: 26px;
}

.viewChapterNavLine_2 {
    position: absolute;
    top: 7px;
    left: 1px;
    border-left: 1px solid #4a4a4a;
    height: 26px;
}

.viewContainer .viewBody {
    width: 87%;
    max-width: 720px;
    margin: 0 auto;
    word-break: break-all;
    padding-top: 30px;
}

.viewContainer.white .viewBody {
    color: #282828;
}

.viewContainer h1 {
    width: 87%;
    margin: 0 auto;
    color: #282828;
    line-height: 1.5;
    padding-top: 20px;
    text-align: center;
}

.viewContainer.black h1 {
    color: #ffffff;
}

.viewContainer .viewBody p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.viewNextChapterContainer {
    padding: 10% 0;
    width: 85%;
    max-width: 700px;
    margin: 0 auto;
}

.viewNextChapterContainer a.viewNextChapter {
    display: block;
    position: relative;
    width: 100%;
    line-height: 50px;
    margin: 0 auto;
    background-color: #303030;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

.viewNextChapter:before {
    position: absolute;
     content: '<';
    left: 20px;
}
.viewNextChapterNext:before{
    content: none;
}
.viewNextChapterNext::after {
    position: absolute;
    content: '>';
   
    right: 20px;
}

.ocbCheckButton {
    padding-top: 10px;
    width: 100%;
}

.ocbCheckButton > a {
    display: block;
    width: 100%;
    background-color: #c80000;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.viewBg.black {
    background-color: #000000;
}

.viewContainer.black .viewBody {
    color: #ffffff;
}

.searchTitleContainer .searchTitleNotice {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #000000;
}

.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;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .t_de {
    max-width: 100%;
    line-height: 2;
    font-size: 12px;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
  }
  
  .grecaptcha-badge {
    visibility: hidden;
  }

  /* 设置面板 */
.settings-panel {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: none;
  z-index: 100;
}

.settings-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.settings-group {
  margin-bottom: 15px;
}

.settings-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.font-size-controls, .theme-controls {
  display: flex;
}

.control-button {
  flex: 1;
  padding: 8px 0;
  text-align: center;
  background-color: #f5f5f5;
  color: #666;
  border-radius: 4px;
  margin: 0 5px;
}

.control-button.active {
  background-color: #3366ff;
  color: #fff;
}


.font-size-value {
  font-size: 12px;
  color: #999;
}

/* 滑动条样式 */
.font-size-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #ddd;
  outline: none;
  border-radius: 2px;
}

.font-size-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #3366ff;
  border-radius: 50%;
  cursor: pointer;
}

.font-size-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #3366ff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
/* 顶部导航栏 */
.read-header {
  position: sticky;
  top: 46px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.back-button {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.book-title-read {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.settings-button {
  font-size: 16px;
  color: #666;
}