@charset "UTF-8";
/*
Theme Name: 一本书
Theme URI: https://x09.cn
Author: 零九
Author URI: https://x09.cn
Version: 0.9
*/
@import "res/imgbox.css";
:root{
    --base-backgrundcolor:#c4d4cf;
}
*, *:after, *:before {
    box-sizing: border-box
}
html {
    height: 100%;
    width: 100%;
    font-size: 20px;
}
body {
    background: var(--base-backgrundcolor);
    background-attachment: fixed;
    height: 100%;
    font-family: 'LXGW WenKai';
}

a {
    text-decoration: none;
    color: #009999
}

a:hover {
    text-decoration: none;
    color: #009999
}

#header {
    height: 110px;
    padding: 20px;
}

#header h1 {
    font-size: 30px
}
.header {
    /* font-family: 'font1680' */
    font-weight: bold;
}
#home {
    position: relative;
    width: 720px;
    height: 900px;
}

#home>.description {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: calc(50% - 150px);
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 2.5em;
    text-align: center;
    transform: skewY(-6deg);
    font-weight: bold;
}

#catlog_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    background: var(--base-backgrundcolor);
    /* overflow: hidden; */
    /* overflow-x: visible; */
    -webkit-transition-property: left,opacity;
    -webkit-transition-duration: 0.5s;
    transition-property: left,opacity;
    transition-duration: 0.5s;
    z-index: 20;
    opacity: 0.8;  
}
#catlog_bg:hover{
    opacity: 1;  
}
.catlog_bg_sel {
    left: -270px!important;
    opacity: 0.3!important;  
}
#m_nav {
    width: 50px;
    height:50px;
    /* background-color: rgb(37, 99, 18); */
    position: fixed;
    bottom: 100px;
    /* top:800px; */
    left: 250px;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.m_navb {
    height: 6px;
    position: absolute;
    background: rgb(97, 113, 128);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 2px;
}

.m_nav_a {
    left: 19px;
    top: 13px;
    width: 25px;
    transform: rotate(30deg)!important;
}

.m_nav_b {
    top: 20px;
    width: 40px;
    left: 5px;
}

.m_nav_c {
    left: 19px;
    top: 27px;
    width: 25px;
    transform: rotate(-30deg)!important;
}
.m_nav_sel{
    left: 400px!important;
    /* margin-left: 380px!important;; */
}
.m_nav_sel>.m_navb {
    background: rgb(168, 151, 113)
}

.m_nav_sel>.m_nav_c {
    left: 5px;
    transform: rotate(30deg)!important;
    /* top: 140px!important; */
    /* opacity: 0 */
}

.m_nav_sel>.m_nav_b {
    transform: rotate(0deg)!important;

}

.m_nav_sel>.m_nav_a {
    transform: rotate(-30deg)!important;
    left: 5px;
    /* top: 35px */
}
#catlogButton{
    position:absolute;
    top: 0;
    right:0;
    width: 0%;
    height: 100%;
    /* background-color: chartreuse; */
    z-index: 1;
    /* pointer-events: none; */
    cursor: pointer;
    /* overflow-y: scroll; */
}
#catlog {
    position: relative;
    padding: 50px 20px;
    height: calc(100% - 110px);
    /* height: 100%; */
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 1s;
   
}

#catlog::-webkit-scrollbar {
    width: 2px;
    transition: all 1s
}


#catlog::-webkit-scrollbar-thumb {
    background: #618f8fa6;
}

#catlog ul, #catlog li {
    list-style-type: none
}

#catlog ul {
    width: 100%
}

#catlog>ul>li {
    position: relative;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: 0.5s;
    transition-property: box-shadow;
    transition-duration: 0.5s;
    /* margin: 10px 0; */
    width: 300px;
    margin-left: 22px;
}

#catlog>ul>li>a {
    color: #000;
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 5px;
    line-height: 30px;
    /* margin-left: 22px; */
    /* perspective: 300px */
}

#catlog .al_mon_list_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    background-color: #80ce8f;
    height: 100%
}

#catlog>ul>li>.select, #catlog>ul>li>a:hover {
    color: #000000;
    font-weight: bold;
}

#catlog>ul>li>a>span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none
}

#catlog h2 {
    margin-top: 20px
}

#catlog>ul>li>i {
    font-style: normal;
    position: absolute;
    padding: 5px 5px;
    right: 5px;
    /* margin-top: 14px; */
    pointer-events: none;
    line-height: 30px;
    z-index: 2
}

.al_year {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px
}

.al_age {
    font-size: 16px;
    padding-left: 10px
}

#am-post {
    min-height: 100%;
    -webkit-transition-property: opacity, margin-left;
    -webkit-transition-duration: 1s;
    transition-property: opacity, margin-left;
    transition-duration: 1s;
    z-index: 1;
    margin-left: 0;
    position: absolute;
    left: 470px;
    top: 0;
}

.post_am {
    opacity: 0;
    margin-left: 100px!important;
}

#pajx-post {
    min-height: 100%
}

#post {
    position: relative;
    width: 720px;
    height: 100%;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: 1s;
    transition-property: box-shadow;
    transition-duration: 1s;
    font-size: 24px;
    color: #000
}

#post>h2 {
    font-size: 40px;
    margin-top: 50px
}

.title-author a {
    color: #000;
    font-weight: bold
}

.title-author {
    position: absolute;
    width: 720px;
    padding: 20px 00px;
    z-index: 2;
    -webkit-transition-property: box-shadow, border-bottom;
    -webkit-transition-duration: 1s;
    transition-property: box-shadow, border-bottom;
    transition-duration: 1s;
    background: var(--base-backgrundcolor);
}

.title-author-fixed {
    position: fixed;
    top: 0;
    border-bottom: 1px #222 dashed;
}

.title-time {
    position: absolute;
    right: 15px
}

.wp-block-quote {
    border-left: 4px solid #666;
    color: #333;
    font-weight: normal;
    padding-left: 20px;
    margin: 30px 0;
    font-family: "楷体"!important
}

.wp-block-quote p {
    line-height: 42px;
    margin-left: -10px;
    padding-left: 10px
}

.wp-block-quote cite {
    font-size: 13px;
    text-align: right;
    font-style: normal;
    color: #666;
    display: block;
    line-height: 42px;
    margin-left: -10px;
    padding-left: 10px
}

.entry {
    margin-top: 100px
}

.entry>p {
    line-height: 42px; 
    /* padding-right: 40px; */
    /*text-indent: 2em;*/
    letter-spacing: 0.05em;
    margin-top: 20px;
    margin-bottom: 20px
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
    margin-bottom: 40px;
    margin-top: 60px
}

#read_line {
    background: #333;
    width: 8px;
    height: 250px;
    position: fixed;
    top: calc(50% - 125px);
    margin-left: -110px;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .4)
}

.read_line_box {
    background-color: green;
    height: 8px;
    min-height: 8px!important;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
    transition: 0.1s
}

.post_end {
    text-align: center;
    font-size: 30px;
    padding: 30px 0px
}

.previous_next {
    width: 100%;
    height: 50px
}

.previous_next>span {
    width: 50%;
    text-align: center
}

.comments_box {
    margin-top: 50px
}

.comments_box .fn {
    padding-right: 10px
}

.comment-author {
    display: flex
}

#comments {
    line-height: 50px;
    font-size: 16px
}

.comment-body {
    position: relative
}

.comment-body p {
    padding: 0 20px;
    line-height: 42px
}

.comment-meta {
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0
}

.comment-meta a {
    color: #666
}

.commentlist, .commentlist li {
    list-style-type: none
}

.commentlist li {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px dashed rgba(255, 0, 0, 0.445)
}

.commentlist .fn {
    font-weight: bold;
    font-style: normal
}

.comment-notes {
    font-size: 12px
}

.comment-form {
    display: block
}

.comment-form-comment>textarea, .comment-form-author>input, .comment-form-email>input, .comment-form-url>input {
    background: #fffbf1;
    border: 1px dashed rgba(255, 0, 0, 0.445);
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    /* font-family: "微软雅黑" */
}

.comment-form-comment>label {
    display: none
}

.comment-form input {
    max-width: 100%;
    padding: 10px;
    margin-top: 5px
}

textarea {
    resize: vertical
}

.comment-form-author, .comment-form-email, .comment-form-url {
    width: calc(33.3333333% - 10px);
    float: left;
    margin-top: 5px;
    font-size: 14px
}

.comment-form-author, .comment-form-email {
    margin-right: 15px
}

.comment-form-cookies-consent {
    clear: both;
    font-size: 14px;
    padding: 10px 0
}

.form-submit input {
    width: 100%;
    cursor: pointer
}

.comment-respond {
    overflow: hidden;
    margin: 50px 0;
    clear: both;
    transition: all 1s
}

#reply-title {
    cursor: pointer
}

#comment {
    color: #a1a1a1
}

.comment_focus {
    color: #000000!important;
    background: #ffffff!important
}

#login {
    position: fixed;
    z-index: 4;
    right: 0px;
    top: 0;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.8);
    padding: 5px 10px
}

#login a {
    color: #666
}

#footer {
    position: fixed;
    z-index: 4;
    bottom: 0;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.8);
    padding: 5px 10px;
    writing-mode:vertical-lr;
}
#footer span{
    margin-bottom: 10px;
}
#footer a {
    color: rgba(102, 102, 102, 0.904)
}

.footer_wp {
    margin-right: 20px
}

#wechatbox {
    cursor: pointer
}

#wechat {
    display: none;
    position: absolute;
    top: -54px;
    margin-left: -138px
}

#wechat img {
    width: 128px;
    height: 128px
}

.icp {
    color: #fff!important;
    margin-left: 20px
}

.wp-block-image {
    text-align: center
}

#nprogress .spinner {
    left: 810px;
    top: calc(50% - 25px)
}

#nprogress .spinner-icon {
    width: 50px;
    height: 50px
}

#setup {
    position: fixed;
    top: 20px;
    left: 1200px;
    z-index: 98;
    font-size: 20px;
    transition: 0.5s
}

#setup-set {
    color: var(--base-backgrundcolor);
    font-size: 24px;
    font-family: 'font1680';
    border-radius: 2px;
    font-weight: bold;
    background-color: rgba(144, 173, 173, 0.404);
    /* box-shadow: 1px 4px 1px rgb(37, 39, 38); */
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 1px;
    cursor: pointer
}

#setup-box {
    margin-top: 20px;
    opacity: 0;
    transition: all 1s
}

.setup-box {
    margin-top: 0!important;
    opacity: 1!important
}

.setup-font {
    margin-top: 10px;
    display: flex
}
#setup-fontfamily-yahei{
    font-family: '微软雅黑';
}
#setup-fontfamily-song {
    font-family: '宋体';
    line-height: 26px
}

#setup-fontfamily-fangsong {
    font-family: 'LXGW WenKai';
    line-height: 27px;
    /* font-weight: bold */
}

.setup-font-box {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(146, 132, 132, 0.377);
    margin-right: 5px;
    justify-content: space-around;
    border-radius: 2px;
    /* border: 5px double rgb(82, 82, 82);
    box-shadow: 0 0 8px rgb(0, 0, 0, 0.8) */
}

.setup-font-box-sel {
    background-color: green;
    color: ivory;
    /* border: 5px double rgb(161, 161, 161) */
}



@media screen and (max-width:768px) {
    .title-time {
        font-size: 14px;
        position: relative;
        right: -5px
    }
    #m_nav {
        bottom: 10px;
        right: 10px;
        left: auto
    }
    #catlog_bg {
        width: 100%;
        left: 0;
        background: var(--base-backgrundcolor);
        opacity: 1;
    }
    .catlog_bg_sel {
        left: -100%!important
    }
    #catlog_bg:hover {
        box-shadow: 0px 0px 2px rgb(0, 0, 0)
    }

    #catlog {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 10px;
        height: calc(100% - 50px);
        font-size: 24px;
    }
    #catlog>ul>li>a {
        width: 100%
    }
    #catlog>ul>li {
        width: 100%
    }
    #home>.description {
        font-size: 2em;
        height: 100px
    }
    #am-post {
        width: 100%;
        left: 0;
    }
    .post_am {
        opacity: 0;
        margin-left: 0
    }
    body {
        background-attachment: fixed
    }
    #post {
        overflow-x: hidden;
        width: 100%;
        padding: 20px 0px;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        left: 0;
        /* background-color: #f1eee3; */
        /* background: #fbf7ed url(res/img/catlog_bg2.png) repeat-y -20px */
    }
    .title-author {
        width: 100%;
        margin-left: -20px;
        /* padding: 20px 10px; */
        padding-left: 20px;
        /* background: #fbf7ed url(res/img/catlog_bg2.png)repeat-y -20px!important */
    }
    #home {
        width: 100%
    }
    #header {
        height: 50px;
        padding: 10px 10px;
        /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.534) */
        border-bottom: 1px #222 dashed;
    }
    #home {
        display: none
    }
    #header h1 {
        font-size: 20px
    }
    #footer {
        display: none
    }
    .wp-block-quote {
        width: 100%
    }
    #header h1, #header .description {
        display: inline
    }
    .al_year {
        margin: 0
    }
    #catlog>ul>li>i {
        right: 15px
    }
    #music_x09 {
        display: none
    }
}