#top,
.bottom {
    display: none;
}

.lock-or {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
    text-align: center;
}

.new-episode-lock-download-app-info {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px 0;
}

.lock-items {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.lock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-bookmark.added {
    background: #8ddcd9;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.lock-price {
    flex: 1;
    font-size: 24px;
    font-weight: 500;
}

.app-download-text {
    flex: 1;
    font-size: 20px;
    color: #FF204E;
}

.lock-bottom-img {
    width: 250px;
}

.new-episode-lock {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.lock-bg {
    width: 40%;
    opacity: 1;
    z-index: 10;
    max-width: 500px;
    margin-top: 20px;
}

.lock-content-info {
    text-align: center
}

.lock-content-img {
    width: 100px;
    border-radius: 5px;
}

.lock-title-bg {}

.lock-content-title {}

.lock-episode-title {
    color: #999;
    font-size: 12px
}

.lock-download-bg {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ddd;
}

.lock-bottom-bg {
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 20px;
}

.dark-mode * {
    transition: ease-in-out 0.6s;
}

.dark-mode .watch-content,
.dark-mode .watch-main,
.dark-mode .watch-nav,
.dark-mode .watch-bottom-tab,
.dark-mode .nav-bar-bottom,
.dark-mode .watch-wap-list,
.dark-mode .config-mode-content-box,
.dark-mode .sidebar-btn,
.dark-mode #watch-main,
.dark-mode #watch-setting {
    background-color: rgb(51, 51, 51) !important;
}

.dark-mode .content-title,
.dark-mode .watch-nav-title,
.dark-mode .watch-chapter-title,
.dark-mode .watch-page-fiction-content,
.dark-mode .watch-chapter-content,
.dark-mode .watch-bottom-tab-box,
.dark-mode .iconfont,
.dark-mode p,
.dark-mode span,
.dark-mode .size-btn,
.dark-mode .line-height-btn {
    color: #fff
}

.dark-mode .setting-font-size .size-num,
.dark-mode .setting-font-size .line-num {
    color: #333
}

.dark-mode span.activity-chapter {
    color: var(--color-main);
}

.dark-mode .watch-nav-right-mobile,
.dark-mode .watch-nav-right {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 50%;
}

.dark-mode .page-icons-right,
.dark-mode .page-icons-left {
    color: #fff;
    border: 1px solid #fff
}

.box-title-chapter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* 手机端CSS适配 */
@media only screen and (max-width: 800px) {
    .lock-or {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .new-episode-lock {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateX(0);
    }

    .lock-content-title {}

    .lock-bg {
        width: 80%;
        margin-top: 50px;
    }

    .lock-content-info {}

    .lock-title-bg {}

    .new-episode-lock-download-app-info {
        font-size: 14px;
        margin: 0 5px;
    }

    .lock-content-img {
        width: 92px;
        height: 122px;
        border-radius: 4px
    }

    .lock-content-title {
        font-size: 16px;
        font-weight: 500
    }

    .lock-episode-title {
        font-size: 12px;
    }

    .lock-bottom-bg {
        padding: 10px 10px 15px 10px;
    }

    .lock-download-bg {
        padding: 10px;
        margin: 16px 0;
    }

    .lock-bottom-img {
        width: 100px;
        margin-right: 25px;
    }

    .lock-price {
        font-size: 16px;
    }

    .app-download-text {
        font-size: 14px;
    }

    .default-show-list.active,
    .config-icon.active {
        color: var(--color-main) !important;
    }
}