.page-number {
    /* text-align: center; */
    background-color: #00a1d6;
    /* background-color:rgb(46, 46, 46); */
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: PingFang SC, HarmonyOS_Regular, Helvetica Neue, Microsoft YaHei, sans-serif;
    white-space: nowrap;
    /* border-top: 1px solid #444; */
    border: 1px solid #444;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 4px;
    text-align: center;
    width: 40px;
    position: relative;
    left: 50%;
}
.title-show {
    font-family: PingFang SC, HarmonyOS_Regular, Helvetica Neue, Microsoft YaHei, sans-serif;
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 6px;
}
.container {
    position: relative;
}
.header-area {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 40px;
    z-index: 999;
    background-color: #fff;
    /* border-bottom: 4px dashed #00a1d6; */
    border-bottom: 4px dashed rgb(46, 46, 46);
}
.toplist-area {
    z-index: 888;
    margin-top: 50px;
}
.toplist-item {
    margin-top: 0px;
    background-color: antiquewhite;
    border-bottom: 2px dotted #00a1d6;
    font-size:14px;
    font-family: 'PingFang SC', 'HarmonyOS_Regular', 'Helvetica Neue', 'Microsoft YaHei', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
}
.content-area {
    margin-top: 46px;
    /* padding: auto; */
}
.menu-area {
    z-index: 777;
    margin-top: 50px;
}
.menu-body {
    margin:0px;
    padding: 0.5em;
    background-color:#F6F3E9;
    font-size:14px;
    font-family: 'PingFang SC', 'HarmonyOS_Regular', 'Helvetica Neue', 'Microsoft YaHei', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
}
.invisible-section {
    display: none;
}
.verified-font {
    font-family: 'PingFang SC', 'HarmonyOS_Regular', 'Helvetica Neue', 'Microsoft YaHei', 'Lucida Sans';
    font-size: 20px;
    font-weight: bold;
    color:darkgreen;
}
.unverified-font {
    font-family: 'PingFang SC', 'HarmonyOS_Regular', 'Helvetica Neue', 'Microsoft YaHei', 'Lucida Sans';
    font-size: 20px;
    font-weight: bold;
    color:crimson;
}
.info-font {
    font-family: 'PingFang SC', 'HarmonyOS_Regular', 'Helvetica Neue', 'Microsoft YaHei', 'Lucida Sans';
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.navbar-brand {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.navbar-title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: bisque;
}

.title-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: bisque;
    font-weight: bold;
}

/* 下导航栏图标字体样式 */
.navbar-brand i {
    margin-right: 5px;
}

.novel-text-responsive {
    font-size: 20px;
}

@media (max-width: 576px) {
    .novel-text-responsive {
        font-size: 24px;
    }
}
@media (max-width: 420px) {
    .novel-text-responsive {
        font-size: 24px;
    }
}

