@charset "UTF-8";



@media(max-width:750px) {

    .h5Main {
        display: block !important;
        background-color: #f5f5f5;
    }

    ::-webkit-scrollbar-track {
        background-color: transparent !important;
    }

    ::-webkit-scrollbar-thumb {
        background-color: transparent !important;
        border-radius: 0.125rem !important;
    }

    ::-webkit-scrollbar {
        width: 0 !important;
    }


    /* 导航样式重置 */
    /* .h5Main.configShow header{
    position: fixed;
    width: 100vw;
    top: 0;
} */
    .h5Main header {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .h5Main .headerInner {
        background: #f5f5f5;
        padding-right: 1rem;
        /* border-bottom: 0.0625rem solid #f5f5f5; */
    }

    .h5Main .headerLeft h2 {
        font-size: 0.8125rem;
        color: #7d7d7d;
        max-width: calc(70vw - 0.5rem);
        margin-left: 1rem;
    }

    .h5Main .headerInner .headerBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 1.5rem;
        margin: 0.625rem 0;
        background-color: #ebebeb;
        border-radius: 0.375rem;
        padding: 0 0.594rem;
        font-size: 12px;
        color: #7d7d7d;
    }

    .h5Main .headerInner .headerBtn img {
        width: 0.75rem;
        height: 0.625rem;
        margin-right: 0.3125rem;
    }

    .h5Main .joinShelf {
        position: fixed;
        top: 70px;
        right: -100%;
        transition: all 0.3s;
        padding: 0.75rem;
        background-color: #f5f5f5;
        font-size: 0.875rem;
        line-height: 1;
        color: #191919;
        border-radius: 1.1875rem 0 0 1.1875rem;
    }

    .configShow .h5Main .joinShelf {
        right: 0;
    }

    .h5Main .joinShelf.disabled {
        display: none !important;
    }

    .h5Main .joinShelf::before {
        content: '加入書架';
    }

    .h5Main .joinShelf.disabled::before {
        content: '已在書架';
    }
    /* 章节内容 */

    .h5Main .contains h1 {
        padding-top: 1rem;
        font-size: 1.625rem;
        line-height: 2rem;
        margin-left: 2.125rem;
        color: #333;
    }

    .h5Main .contains .detail {
        padding: 1.75rem 1rem 4rem;
        font-size: 1rem;
        line-height: 2;
        color: #191919;
    }
    /* 底部操作栏 */
    .h5Main .configBar {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100vw;
        background-color: #f5f5f5;
        transition: all 0.3s;
    }

    .h5Main .configBar.show {
        bottom: 0;
    }

    .h5Main .configTabBar {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h5Main .configTabItem {
        padding: 0.4375rem 0 0.5rem;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 3.125rem;
    }

    .h5Main .configTabItem span:first-child {
        width: 1.25rem;
        height: 1.25rem;
        background-size: cover;
    }

    .h5Main .configTabItem:nth-child(1) span:first-child {
        background-image: url(../images/h5/catalogue@2x.png);
    }

    .h5Main .configTabItem:nth-child(2) span:first-child {
        background-image: url(../images/h5/night-schedule@3x.png);
    }


    .h5Main .configTabItem:nth-child(2).active span:first-child {
        background-image: url(../images/h5/night-schedule-active.png);
    }

    .h5Main .configTabItem:nth-child(3) span:first-child {
        background-image: url(../images/h5/fontset-3@3x.png);
    }

    .h5Main .configTabItem:nth-child(3).active span:first-child {
        background-image: url(../images/h5/fontset-2@3x.png);
    }

    .h5Main .configTabItem:nth-child(4) span:first-child {
        background-image: url(../images/h5/mone.png);
    }

    .h5Main .configTabItem span:last-child {
        padding-top: 0.25rem;
        font-size: 10px;
        line-height: 1;
    }
    /* 基础操作栏 */
    .h5Main .baseConfig {
        border-top: 0.0625rem solid #e2e2e2;
        padding: 10px 0;
        display: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .h5Main .baseConfig.show {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h5Main .baseBtn {
        border-radius: 0.375rem;
        background-color: #ebebeb;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 5px - 16px);
        padding: 7px 0;
        font-size: 15px;
    }

    .h5Main .baseBtn a, .h5Main .baseBtn span {
        color: #191919;
    }

    .h5Main .baseBtn.disabled a, .h5Main .baseBtn.disabled span {
        color: #999;
    }

    .h5Main .baseBtn .baseBtnInner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h5Main .baseBtn .baseBtnInner.inner-1 {
        display: flex;
    }

    .h5Main .baseBtn .baseBtnInner.inner-2 {
        display: none;
    }

    .h5Main .baseBtn.disabled .baseBtnInner.inner-1 {
        display: none;
    }

    .h5Main .baseBtn.disabled .baseBtnInner.inner-2 {
        display: flex;
    }

    .h5Main .baseBtn .baseBtnInner i {
        width: 0.75rem;
        height: 0.75rem;
        margin-right: 0.375rem;
        background-image: url(../images/h5/addicon@2x.png);
        background-size: cover;
    }

    .h5Main .baseBtn-center {
        margin: 0 0.5rem;
    }
    /* 进度操作栏 */
    .h5Main .scheduleConfig {
        display: none;
    }

    .h5Main .scheduleConfig.show {
        display: block;
    }

    .h5Main .scheduleBtnBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 0.375rem 1rem;
        border-bottom: 0.0625rem solid #e2e2e2;
    }

    .h5Main .scheduleBtnItem {
        width: 4.0625rem;
    }

    .h5Main .scheduleBtnItem:first-child {
        display: flex;
        justify-content: flex-start;
    }

    .h5Main .scheduleBtnItem:last-child {
        display: flex;
        justify-content: flex-end;
    }

    .h5Main .scheduleBtnItem a, .h5Main .scheduleBtnItem a:hover, .h5Main .scheduleBtnItem a:active {
        color: #333;
    }

    .h5Main .scheduleBtnItem.disabled a {
        color: #999;
    }

    .h5Main .scheduleBtnItem-center {
        text-align: center;
        width: calc(100% - 4.0625rem * 2 - 2.5rem);
    }

    .h5Main .scheduleCenter .scheduleTitle {
        font-size: 0.875rem;
        color: #191919;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h5Main .scheduleCenter .scheduleNumber {
        padding-top: 0.5rem;
        font-size: 0.75rem;
        color: #686868;
    }

    /* 顶部操作栏 */
    .topTabBar {
        width: 100%;
        height: 44px;
        background-color: #f5f5f5;
        transition: all 0.3s;
        position: fixed;
        top: -100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .topTabBar.show {
        top: 0;
    }

    .menuTaBar {
        width: 165px;
        height: 122px;
        background: #F5F5F5;
        position: fixed;
        top: 44px;
        right: -100%;
        /*transition: all 0.3s;*/
        color: #191919;
        padding: 5px 0;
    }

    .menuTaBar.show {
        right: 0;
    }

    .menuTaBarItem {
        width: 100%;
        height: 33%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-left: 21px;
        font-size: 14.5px;
    }

    .sty-5 .menuTaBarItem {
        color: rgba(255,255,255,0.8);
    }
    /* 样式操作栏 */
    .h5Main .styleConfig {
        display: none;
    }

    .h5Main .styleConfig.show {
        display: block;
    }

    .h5Main .styleSliderBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.875rem 0;
        border-bottom: 0.0625rem solid #e2e2e2;
    }

    .h5Main .styleSliderBar > span {
        display: flex;
        color: #333;
        align-items: center;
        flex: 1;
        padding: 0.5rem;
        font-weight: bold;
        font-size: 0.875rem;
    }

    .h5Main .styleSliderBar > span:first-child {
        justify-content: flex-end;
    }

    .h5Main .styleSliderBar > span:last-child {
        justify-content: flex-start;
    }

    .h5Main .styleSliderBar > div {
        flex: 10;
        padding: 0.5rem;
        margin: 0 0.75rem;
    }

    .h5Main .styleBar {
        padding: 0.6875rem 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.0625rem solid #e2e2e2;
    }

    .h5Main .styleItem {
        width: 4.375rem;
        height: 1.875rem;
        border-radius: 0.125rem;
    }

    .h5Main .item1 {
        background-color: #f5f5f5;
        border: 0.0625rem solid #e8e8e8;
    }

    .h5Main .item2 {
        background-color: #CAD9E8;
        border: 0.0625rem solid #CAD9E8;
    }

    .h5Main .item3 {
        background-color: #D1EDD1;
        border: 0.0625rem solid #D1EDD1;
    }

    .h5Main .item4 {
        background-color: #DCCCA8;
        border: 0.0625rem solid #DCCCA8;
    }

    .h5Main .styleItem.active {
        position: relative;
        border: 0.0625rem solid #FF3955;
    }

    .h5Main .styleItem.active::before {
        content: '';
        position: absolute;
        top: 8%;
        left: 42%;
        transform: translate(-50%,-50%);
        width: 0.5rem;
        height: 1rem;
        border: 0.125rem solid #FF3955;
        border-top: 0;
        border-left: 0;
        transform: rotate(45deg);
    }
    /* slider样式重置 */
    .h5Main .scheduleSliderBar {
        padding: 1.4rem 2.375rem;
        border-bottom: 1px rgba(0,0,0,0.1) solid;
    }

    .h5Main .layui-slider-wrap-btn {
        width: 2.25rem;
        height: 2.25rem;
        padding: 0.75rem;
        border-width: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .h5Main .layui-slider-wrap-btn::before {
        content: '';
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background: #FF3955;
        display: block;
        border: 0.125rem solid #FF3955;
    }

    .h5Main .layui-slider {
        height: 0.125rem;
    }

    .h5Main .layui-slider-wrap {
        top: -1.0625rem;
    }

    .h5Main .layui-slider-wrap-btn.layui-slider-hover, .h5Main .layui-slider-wrap-btn:hover {
        transform: scale(1);
    }

    .h5Main .layui-slider-tips:after {
        bottom: -0.6875rem;
    }
    /* 目录动作面板 */
    .h5Main .directoryAction {
        position: fixed;
        top: 0;
        right: -100%;
        width: 20rem;
        z-index: 200;
        height: 100vh;
        overflow-y: scroll;
        background-color: #fff;
        /* padding: 0; */
        /* padding-top: 0; */
        transition: all 0.3s;
    }

    .h5Main .directoryAction.show {
        right: 0;
    }

    .h5Main .directoryTitle {
        text-align: center;
        font-size: 0.875rem;
        color: #FF3955;
        line-height: 1;
        padding: 1rem 0;
        border-bottom: 0.0625rem solid #FF3955;
    }

    .h5Main .directoryDesc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 1rem;
        border-bottom: 0.0625rem solid #eee;
    }

    .h5Main .directoryTotal {
        font-size: 0.875rem;
        line-height: 1;
        color: #262626;
        padding: 1rem 0;
    }

    .h5Main .directorySort {
        font-size: 0.8125rem;
        line-height: 0.875rem;
        color: #FF3955;
        padding: 1rem 0.625rem;
    }

    .h5Main .directoryList {
        max-height: calc(100vh - 6rem);
        overflow-y: scroll;
        margin-left: 1rem;
    }

    .h5Main .directoryList::-webkit-scrollbar-track {
        background-color: transparent !important;
    }

    .h5Main .directoryList::-webkit-scrollbar-thumb {
        background-color: #999 !important;
        border-radius: 0.125rem !important;
    }

    .h5Main .directoryList::-webkit-scrollbar {
        width: 0.25rem !important;
    }

    .h5Main .directoryList li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 0.0625rem solid #eee;
    }

    .h5Main .directoryList li a {
        font-size: 0.875rem;
        padding: 1rem 1rem 1rem 0;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #262626;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
    }

    .h5Main .directoryList li a svg {
        position: absolute;
        right: 20px;
    }

    .h5Main .directoryList li.active a {
        color: #FF3955;
    }


    /* 背景颜色 */
    .sty-1 .h5Main .contains {
        background-color: #f5f5f5;
    }

    .sty-1 .h5Main .headerInner {
        background-color: #f5f5f5;
    }

    .sty-2 .h5Main .contains {
        background-color: #CAD9E8;
    }

    .sty-2 .h5Main .headerInner {
        background-color: #CAD9E8;
    }

    .sty-3 .h5Main .contains {
        background-color: #D1EDD1;
    }

    .sty-3 .h5Main .headerInner {
        background-color: #D1EDD1;
    }

    .sty-4 .h5Main .contains {
        background-color: #DCCCA8;
    }

    .sty-4 .h5Main .headerInner {
        background-color: #DCCCA8;
    }

    .sty-5 .h5Main .contains {
        background-color: #0A0A0A;
    }

    .sty-5 .h5Main .contains h1 {
        color: #cecece;
    }

    .sty-5 .h5Main .contains .detail {
        color: #cecece;
    }

    .sty-5 .h5Main .headerInner {
        background-color: #0A0A0A;
        /* border-bottom: 0.0625rem solid #e4e4e4; */
    }

    .sty-5 .h5Main .headerInner .headerBtn {
        background-color: #2e2e2e;
    }

    .sty-5 .h5Main .configBar {
        background-color: #191919;
    }

    .sty-5 .h5Main .configTabItem:nth-child(1) span:first-child {
        background-image: url(../images/h5/catalogue_g@2x.png);
    }

    .sty-5 .h5Main .configTabItem:nth-child(2) span:first-child {
        background-image: url(../images/h5/schedule-active.png);
    }

    .sty-5 .h5Main .configTabItem:nth-child(2).active span:first-child {
        background-image: url(../images/h5/schedule-normal.png);
    }

    .sty-5 .h5Main .configTabItem:nth-child(3) span:first-child {
        background-image: url(../images/h5/fontset-1@3x.png);
    }

    .sty-5 .h5Main .configTabItem:nth-child(3).active span:first-child {
        background-image: url(../images/h5/fontset@3x.png);
    }

    .sty-5 .h5Main .configTabItem:nth-child(4) span:first-child {
        background-image: url(../images/h5/sun.png);
    }

    .sty-5 .h5Main .configTabItem span:last-child {
        color: rgba(255,255,255,0.8);
    }

    .sty-5 .h5Main .joinShelf {
        background-color: #191919;
        color: #878787;
    }

    .sty-5 .h5Main .scheduleCenter .scheduleTitle {
        color: #cecece;
    }

    .sty-5 .h5Main .scheduleBtnItem a, .h5Main.sty-5 .scheduleBtnItem a:hover, .h5Main.sty-5 .scheduleBtnItem a:active {
        color: #878787;
    }

    .sty-5 .h5Main .scheduleBtnItem.disabled a {
        color: #444;
    }

    .sty-5 .h5Main .layui-slider-tips {
        background: #f5f5f5;
        color: #1a1a1a;
    }

    .sty-5 .h5Main .layui-slider-tips::after {
        border-color: #f5f5f5 transparent transparent transparent;
    }

    .sty-5 .h5Main .styleSliderBar > span {
        color: #cecece;
    }

    .sty-5 .h5Main .topTabBar {
        background: #1F1F1F;
    }

    .sty-5 .h5Main .topTabBar svg path {
        fill: #fff;
    }

    .sty-5 .h5Main .topTabBar svg ellipse {
        fill: #fff;
    }

    .sty-5 .h5Main .menuTaBar {
        background: #1F1F1F;
        color: #fff;
    }

    .h5Main .menuTaBar svg {
        margin-right: 15px;
    }

    .sty-5 .h5Main .menuTaBar svg path {
        fill: rgba(255,255,255,0.8);
    }

    .sty-5 .h5Main .baseBtn {
        background-color: #3a3a3a;
    }

    .sty-5 .h5Main .baseBtn a, .sty-5 .h5Main .baseBtn span {
        color: #d8d8d8;
    }

    .sty-5 .h5Main .baseBtn.disabled a, .sty-5 .h5Main .baseBtn.disabled span {
        color: #818181;
    }

    .sty-5 .h5Main .baseBtn .baseBtnInner i {
        background-image: url(../images/h5/addicon_w@2x.png);
    }

    .sty-5 .h5Main .styleSliderBar, .sty-5 .h5Main .styleBar, .sty-5 .h5Main .scheduleBtnBar {
        border-bottom: 0.0625rem solid #3a3a3a;
    }

    .sty-5 .h5Main .baseConfig {
        border-top: 0.0625rem solid #3a3a3a;
    }
    /* 字号 */

    .s-14 .h5Main .contains .detail {
        font-size: 0.875rem;
    }

    .s-16 .h5Main .contains .detail {
        font-size: 1rem;
    }

    .s-18 .h5Main .contains .detail {
        font-size: 1.125rem;
    }

    .s-20 .h5Main .contains .detail {
        font-size: 1.25rem;
    }

    .s-22 .h5Main .contains .detail {
        font-size: 1.375rem;
    }

    .s-24 .h5Main .contains .detail {
        font-size: 1.5rem;
    }

    .s-26 .h5Main .contains .detail {
        font-size: 1.625rem;
    }

    .s-28 .h5Main .contains .detail {
        font-size: 1.75rem;
    }

    .s-30 .h5Main .contains .detail {
        font-size: 1.85rem;
    }

    .s-32 .h5Main .contains .detail {
        font-size: 1.95rem;
    }

    .s-34 .h5Main .contains .detail {
        font-size: 2.05rem;
    }

    .s-36 .h5Main .contains .detail {
        font-size: 2.15rem;
    }

    .s-38 .h5Main .contains .detail {
        font-size: 2.25rem;
    }

    .s-40 .h5Main .contains .detail {
        font-size: 2.35rem;
    }

    .mContent {
        min-height: 100vh;
    }
}
