body {
    overflow-x: hidden;
    background-color: #fff;
}

html {
    font-size: calc(16px + 2 * (100vw - 360px) / 39);
}

@media screen and (min-width: 414px) {
    html {
        font-size: calc(18px + 4 * (100vw - 414px) / 586);
    }
}

h1,
h2,
h3,
h4,
h5,
dt {
    font-weight: normal;
    margin: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #333333;
}

p {
    margin: 0;
}

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

input {
    display: inline-block;
    width: 100%;
    outline: 0 none;
    font-size: 1.125rem;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

input::-webkit-input-placeholder {
    color: #aeafb1;
}

input::-moz-placeholder {
    color: #aeafb1;
}

input:-moz-placeholder {
    color: #aeafb1;
}

input:-ms-input-placeholder {
    color: #aeafb1;
}

button {
    border: 0 none;
    outline: 0 none;
    text-decoration: none;
    padding: 0;
}

.novel-cut {
    display: block;
    width: 100%;
    padding-top: 133.5%;
    overflow: hidden;
    position: relative;
}

.novel-cut img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image-cover,
.header-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.hidden {
    display: none !important;
}

button:focus,
button:active,
.form-control:active,
.form-control:focus {
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-bg-container {
    position: relative;
    overflow: hidden;
}

.header-bg,
.header-bg-mock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-bg {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.header-bg-mock {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-center-container {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.transparent-0 {
    opacity: 0;
}

.transparent-1 {
    opacity: 1;
}

.toast-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn:focus,
.btn:active,
.form-control:active,
.form-control:focus {
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wap-header-contaier {
    max-width: 750px;
    height: 2.75rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff !important;
    position: sticky;
    top: 0;
    z-index: 100;
}

.wap-header-contaier .navbar-toggler {
    border: none;
    padding: 0;
}

.wap-header-contaier .navbar-toggler span {
    width: 1.5rem;
}

.wap-header-contaier .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wap-header-contaier .navbar-brand {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: bold;
    color: #333333;
    margin-left: 0.625rem;
}

.wap-header-contaier .navbar-brand .brand-icon {
    width: 0.75rem;
    margin: 0 0.375rem 0 0.625rem;
}

.wap-header-contaier .search-btn {
    background-color: transparent;
}

.wap-header-contaier .user img {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    overflow: hidden;
}

.wap-header-contaier .signin {
    font-size: 0.875rem;
    color: #fff;
    border-radius: 50px;
    padding: 0.125rem 0.625rem !important;
    background-color: #ff593e;
}

.nav-sider {
    width: 18.125rem;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    border-radius: 0;
    text-align: left;
    border: none;
    padding-top: 1.25rem;
}

.nav-sider .nav-item {
    margin: 0 1.875rem 1.25rem 1.875rem;
}

.nav-sider .nav-item:first-child {
    padding-bottom: 1.25rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #c8c8c8;
}

.nav-sider .title {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.25rem;
}

.nav-sider .name {
    font-size: 0.875rem;
    color: #333333;
    line-height: 2.25rem;
}

.nav-sider .close-btn {
    position: absolute;
    right: 1.25rem;
    top: 0.75rem;
    text-align: right;
    color: #979797;
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1;
    background-color: transparent;
}

.footer {
    background-color: #fbf4ec;
}

.footer-accordion .card {
    border: none;
}

.footer-accordion .card,
.footer-accordion .card-header {
    border-radius: 0;
    background-color: transparent;
}

.footer-accordion .card-header button {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.footer-accordion .card-header button[aria-expanded="true"]::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    right: 0.5625rem;
}

.footer-accordion .card-header button[aria-expanded="false"]::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0.125rem;
}

.footer-accordion .card-header button[aria-expanded="true"]::before,
.footer-accordion .card-header button[aria-expanded="false"]::before {
    content: '›';
    position: absolute;
    color: #cec1b2;
    font-size: 1.5625rem;
    font-weight: 200;
    top: -0.125rem;
    color: #afa394;
}

.footer-accordion .card-body {
    padding: 0;
    font-size: 0.75rem;
    color: #333333;
    background-color: #f2dfc9;
}

.footer-accordion .card a,
.footer-accordion .card i {
    position: relative;
    display: block;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 0 0 2.1875rem;
    border-bottom: 1px solid #e7d3bd;
}

.footer-accordion .card a:last-child,
.footer-accordion .card i:last-child {
    border: none;
}

.footer-accordion .card a::after,
.footer-accordion .card i::after {
    content: '›';
    position: absolute;
    right: 1.875rem;
    font-size: 1.5625rem;
    font-weight: 200;
    color: #afa394;
}

.footer-accordion .card i {
    font-size: 1.125rem;
}

.footer-social {
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
    padding: 1.25rem 0.9375rem;
}

.footer-social img {
    width: 0.8125rem;
    height: 1.375rem;
    margin-right: 0.4375rem;
}

.footer-social p {
    font-size: 0.75rem;
    color: #333333;
    font-weight: normal;
}

.footer-social p a {
    color: #0a5ba6;
}

.score-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.625rem;
}

.score-container img {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0.125rem;
}

.score-container .fraction {
    top: 0.0625rem;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    color: #666666;
}

.wap-container {
    position: relative;
}

.wap-container .swiper-container {
    width: 100%;
    height: 9.375rem;
    background: #ff593e;
    overflow: hidden;
}

.wap-container .score-container {
    margin: 0;
    line-height: 1;
}

.wap-container .score-container img {
    width: 0.5rem;
}

.wap-container .score-container .fraction {
    font-size: 0.625rem;
}

.wap-container .recommend-container {
    margin: 0.9375rem;
}

.wap-container:not(.list-wap-container) .recommend-container .recommend-item:first-child {
    background: linear-gradient(180deg, #ffebe7 0%, #ffffff 100%);
}

.wap-container .recommend-container .recommend-item {
    padding: 0.625rem 0.9375rem;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wap-container .recommend-container h2 {
    position: relative;
    padding-left: 0.625rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.875rem;
}

.wap-container .recommend-container h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.125rem;
    height: 0.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff593e;
}

.wap-container .recommend-container .role-item {
    width: 100%;
    margin-bottom: 1.375rem;
    border-radius: 4px;
}

.wap-container .recommend-container .role-item .avatar {
    width: 5rem;
    height: 7.1875rem;
    margin-right: 0.9375rem;
}

.wap-container .recommend-container .role-item .novel-info-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: -0.0625rem;
}

.wap-container .recommend-container .role-item .title {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 1.3125rem;
}

.wap-container .recommend-container .role-item .author {
    font-size: 0.75rem;
    color: #999999;
}

.wap-container .recommend-container .role-item .description {
    font-size: 0.75rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3.375rem;
}

.wap-container .recommend-container .recommend-list {
    width: 100%;
    padding-bottom: 0.625rem;
}

.wap-container .recommend-container .recommend-list li {
    flex-shrink: 0;
}

.wap-container .recommend-container .recommend-list .title {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    line-height: 1.5;
    max-height: 2.25rem;
    margin-top: 0.3125rem;
}

.wap-container .recommend-container .recommend-list .author {
    font-size: 0.625rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wap-container .recommend-container .recommend-latest li {
    margin-bottom: 0.9375rem;
}

.wap-container .recommend-container .recommend-latest .avatar {
    width: 3.5rem;
    height: 5rem;
    margin-right: 0.9375rem;
}

.wap-container .recommend-container .recommend-latest .title {
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    line-height: 1.5;
    max-height: 1.3125rem;
}

.wap-container .recommend-container .recommend-latest .chapter {
    margin: 0.5625rem 0;
    color: #0bafff !important;
}

.wap-container .recommend-container .recommend-latest .chapter,
.wap-container .recommend-container .recommend-latest .last-time {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-size: 0.75rem;
    max-height: 1.125rem;
}

.wap-container .recommend-container .recommend-genres li {
    padding: 0.4375rem 0.75rem;
    background-color: #f5f5f5;
    margin: 0 0.625rem 0.625rem 0;
    font-size: 0.75rem;
    color: #333333;
}

.tags {
    display: flex;
}

.tags a {
    padding: 2px 4px;
    background-color: #0ece89;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}

.tags a + a {
    margin-left: 8px;
}

.d-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
}

.main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.main-fixed {
    width: 100%;
    max-width: 750px;
    left: 50%;
    transform: translateX(-50%);
}

.search-container {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 101;
    display: none;
}

.wap-navbar {
    width: 100%;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    background-color: #ffffff;
    flex-shrink: 0;
    padding: 0 1rem;
    z-index: 2;
    border-bottom: 1px solid #d8d8d8;
}

.wap-navbar .close-search {
    position: absolute;
    left: 0.9375rem;
    font-size: 3.125rem;
    font-weight: 100;
    color: #333333;
    top: -0.625rem;
    line-height: 1;
}

.wap-navbar input {
    height: 1.75rem;
    border-radius: 14px;
    border: 1px solid #d8d8d8;
    margin: 0 5% 0 10%;
    font-size: 0.875rem;
    color: #333333;
}

.wap-navbar button {
    font-size: 1.0625rem;
    font-weight: bold;
    color: #333333;
    background-color: transparent;
}

.genres-box {
    display: none;
}

.genres-box.show {
    display: block;
}

.genres-container {
    padding: 0 0.9375rem 0.9375rem;
}

.genres-container li h1 {
    padding: 0.4375rem 0.75rem;
    background-color: #f5f5f5;
    margin: 0 0.625rem 0.625rem 0;
    font-size: 0.75rem;
    color: #333333;
}

.genres-container .active h1 {
    background-color: #ff593e;
}

.genres-container .active a {
    color: #ffffff !important;
}

.division {
    margin: 0.9375rem;
    height: 0.0625rem;
    background-color: #c8c8c8;
}

.genres-reslut {
    font-size: 0.75rem;
    color: #999999;
}

.btns {
    border: 1px solid #ff593e;
    border-radius: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btns a {
    display: block;
    padding: 0.25rem 0.9375rem;
    font-size: 12px;
    color: #ff593e !important;
}

.btns a:first-child {
    border-right: 1px solid #ff593e;
}

.btns .active {
    color: #fff !important;
    background-color: #ff593e;
}

.genres-reslut,
.genres-books {
    padding: 0 0.9375rem;
}

.genres-books .avatar {
    width: 3.5rem;
    height: 5rem;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.genres-books .title {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 1.3125rem;
}

.genres-books .genres {
    font-size: 0.75rem;
    color: #999999;
}

.genres-books .desc {
    font-size: 0.75rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 2.25rem;
}

.spinner-border {
    border-width: 0.15em !important;
}

.genres-title {
    padding: 0 0.9375rem 0.625rem;
    font-size: 1rem;
    color: #ff593e;
}

.genres-title .open-close {
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
}

.genres-title .open-close.rota {
    transform: rotate(-90deg);
}

.genres-title .open-close svg path {
    fill: #ff593e;
}

.PAGE {
    padding: 20px 0;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
}

.PAGE a, .PAGE li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: inherit;
}

.PAGE li.active {
    pointer-events: none;
}

.PAGE a.now,
.PAGE a:hover,
.PAGE li.active span,
.PAGE li.active a {
    background: #ff593e;
    color: #fff
}

.detail-info-modal {
    max-width: 21.5625rem;
    height: 9.125rem;
    border-radius: 8px;
    margin: auto;
    position: absolute;
    left: 0.9375rem;
    right: 0.9375rem;
    bottom: -5.9375rem;
    top: auto !important;
    z-index: 2;
    background: linear-gradient(180deg, #FFB177 0%, #FF593E 100%);
}

.detail-info-modal .modal-content {
    padding: .5rem 0;
    border: none;
    background: transparent;
}

.detail-info-modal .modal-body {
    color: #ffffff;
    padding: .5rem 1rem;
}

.detail-info-modal .modal-body p {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.3125rem;
}

.detail-info-modal .modal-footer {
    border: none;
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.detail-info-modal .modal-footer .btn:first-child {
    width: 8.75rem;
    height: 2rem;
    color: #ff593e;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 15px;
    background-color: #ffffff;
}

.detail-info-modal .modal-footer .btn {
    background-color: transparent;
    font-size: 0.75rem;
    color: #ffffff;
}

.wap-novel .header-container {
    overflow: hidden;
}

.wap-novel .intro {
    padding: 1.5625rem 3.125rem 3.4375rem 3.125rem;
    z-index: 2;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

.wap-novel .intro .avatar {
    width: 7.1875rem;
    height: 10.375rem;
    margin: auto;
}

.wap-novel .intro .title {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
}

.wap-novel .intro .genres {
    font-size: 0.75rem;
    color: #999999;
}

.wap-novel .intro .score-container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

.wap-novel .intro .score-container img {
    width: 0.5rem;
    margin-right: 0.125rem;
}

.wap-novel .intro .btns a {
    width: 6.625rem;
    height: 2rem;
    font-size: 0.75rem;
    line-height: 2rem;
    border-radius: 4px;
}

.wap-novel .intro .btns a:first-child {
    color: #ff593e;
    background-color: #fff2f0;
}

.wap-novel .intro .btns a:last-child {
    color: #ffffff;
    background: #ff593e;
}

.m-top-80 {
    margin-top: 6rem;
}

.wap-novel .tabs-header h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #999999;
}

.wap-novel .tab-item .summary {
    padding-top: 10px;
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.125rem;
    position: relative;
}

.part-tag {
    height: 6.25rem;
    overflow: hidden;
}

.wap-novel .tab-item .part-summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
}

.fixed-bottom {
    max-width: 750px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    background: #fff;
    height: 3.125rem;
}

.fixed-bottom .btns {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
}

.fixed-bottom .list-img {
    width: 1.875rem;
    height: 100%;
    margin-left: 1.25rem;
}

.fixed-bottom img {
    display: block;
}

.fixed-bottom .read-now {
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 3.125rem;
    background: #FF593E;
    color: #fff !important;
    font-size: 1.25rem;
    text-align: center;
}

@media screen and (min-width: 750px) {
    .fixed-bottom {
        display: none;
    }
}

.NovelDetailsCard_share_cGz5b {
    gap: 0.9375rem;
}

.AlphaIcon {
    line-height: 1;
    color: #fff;
}

.AlphaIcon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.chapter-container {
    padding: 0.9375rem 0.9375rem 0;
}

.chapter-container .sub-title {
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    position: relative;
}

.chapter-container .sub-title span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.875rem;
    font-weight: 400;
}

.chapter-list {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 2.2;
}

.chapter-list.catalogue {
    max-height: 19.5rem;
    overflow: hidden;
}

.see-more {
    width: 90%;
    margin: 0.625rem auto;
    text-align: center;
    font-size: 0.75rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    border-radius: 30px;
    background: #FF593E;
    color: #fff;
}

.articles {
    padding: 1.25rem;
}

.articles .novel-title h1 {
    font-size: 1.5rem;
    margin-bottom: 0.8125rem;
}

.articles .article-container h4 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
}

.articles .article-container p.paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.625rem;
}

.page-control .navChapter {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.page-control .list {
    width: 6.25rem;
    flex-grow: 1;
    margin: 0 0.3125rem;
}

.page-control .list a {
    display: block;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: #ff593e;
    border-radius: 3px;
    border: 1px solid #ff593e;
    color: #fff;
    font-size: 0.875rem;
}

.page-control .list a.no {
    border: 1px solid #eee;
    background: #eee;
    color: #666;
}

.page-control .center a {
    background: transparent;
    color: #ff593e;
    border: 1px solid #ff593e;
}

.setFoot .set {
    transition: all .5s ease;
    position: fixed;
    bottom: -60px;
    display: flex;
    flex-flow: row nowrap;
    height: 60px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .8);
}

.setFoot .set a {
    flex-grow: 1;
    text-align: center;
    color: #fff;
    font-size: .7rem;
    line-height: 2px;
}

.setFoot .set a div {
    height: 40px;
}

.setFoot .set a.nightSet div {
    height: 60px;
}

.setFoot .set .menuSet > div {
    background: url(../images/catalog@2x.png) no-repeat center;
    background-size: 20px auto;
}

.setFoot .set .fontSet > div {
    background: url(../images/AaC@2x.png) no-repeat center;
    background-size: 22px auto;
}

.setFoot .set .nightSet > div {
    background: url(../images/Cnight@2x.png) no-repeat center;
    background-size: 22px auto;
}

.setFoot .set .day > div {
    background: url(../images/Cday@2x.png) no-repeat center;
    background-size: 22px auto;
}

.changeFont {
    position: fixed;
    bottom: -150px;
    border-bottom: 1px solid #222;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    transition: all .5s ease;
}

.mod-page .hd {
    font-size: .75em;
    padding-bottom: 10px;
    color: #999;
}

.mod-page .hd .config {
    font-size: 1rem;
    display: flex;
}

.mod-page .hd .config span {
    display: inline-block;
    width: 25%;
    height: 30px;
    line-height: 30px;
    margin: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
}

.mod-page .hd .bgcolor span.active {
    box-shadow: 0 0 0 2px #ff593e;
}

.no-scroll {
    overflow: hidden;
}

.wap-catalogue .detail-info-modal {
    height: 6.8rem;
    bottom: -3.9375rem;
}

.wap-catalogue .chapter-container {
    padding-top: 4.9375rem;
}

.wap-catalogue .chapter-list.catalogue {
    max-height: none;
}

.jumbotron {
    background: #f5f5f5;
}

.jumbotron h2 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-weight: 900;
    font-family: Arial-Black, Arial;
}

.jumbotron h2:first-child {
    color: #ff593e;
}

.jumbotron p {
    font-size: 0.75rem;
    color: #999999;
    line-height: 0.875rem;
}

.novel-list .sort {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.875rem;
    color: #dddddd;
    width: 2.125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.novel-list li:nth-child(1) .sort {
    color: #ff593e !important;
}

.novel-list li:nth-child(2) .sort {
    color: #ff593e !important;
    opacity: .8;
}

.novel-list li:nth-child(3) .sort {
    color: #ff593e !important;
    opacity: .6;
}

.novel-list .avatar {
    width: 3.5rem;
    height: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.novel-list .title {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
}

.novel-list .genre {
    font-size: 0.75rem;
    color: #999999;
}

.novel-list .description {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    line-height: 1.5;
    max-height: 2.25rem;
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    clear: both;
    min-width: 250px;
    min-height: 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;
}


/* list kw样式 */
#current-category {
    padding-left: 20px;
    font-size: 30px;
}

/* 面包屑的样式*/
.breadcrumbs {
    padding: 10px 0 10px 20px;
    display: flex;
    background: #f5f5f5;
}
.breadcrumbsItem .cate {
    color: #d52427;
}
ol li {
    list-style: none;
}

