body{
    margin:0px;
    position: absolute;
    top: 0px;
    /* min-width: 100vw;     */
    width: 100vw;    
    overflow-x:hidden;
}


img {
    max-height: 70vh;
}
.medium-zoom-image{
    display:block;
    margin:0 auto;
    scale: 0.95;
}
.my_background_div{
    /* background-image: url('https://images.cnblogs.com/cnblogs_com/QuXingBai-Blog/2392352/o_240416114954_%E6%A0%BC%E5%AD%90%E5%9B%BE%20%E5%AE%BD%E7%9A%84.png'); */
    background-size:auto;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.02;
    
}
#main{
    margin-top:5em;
}
#sideBar{
    display:none;
}
#header{
    position: absolute;
    top:0px;
    width:100%;
}
.blogStats {
    display:  none;
}
#lnkBlogLogo{
    display: none;
}
#blogTitle{
    position:absolute;
    left: 2em;
    top: 0em;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}
#blogTitle a{
    color:mediumslateblue
}
#blogTitle h1{
    margin: 0px;
    font-size: 1.5em;
}

#navigator{
    background-color: rgb(250, 250, 250);
    width: 100%;
    /* background-color: black; */
    position: relative;
    top: 0px;
    padding: 0em;
    justify-content: center;
}
#navigator ul{
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;

}
#navigator ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;    
    float: left;
    /* min-width: 8em; */
    /* width: 20vw; */
    background-color: transparent;
    position: relative;
    top: 0px;
    cursor: pointer;
    text-align: center;
    height: 3.5em;
}
#navigator ul li:hover{
    background-color: rgb(236, 236, 236);
    transition: all 0.2s ease-in-out;
}
#navigator ul li:hover a{
    transition: all 0.2s ease-in-out;
    color:black;
}
#navigator ul li a{
    color: dimgray;
}
#navigator ul li>:first-child{
    min-width: 7vw;
}
.custom_iconMenuItem
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_icon{
    margin-right: 0.5em;
}
#navList{
}
#nav_next_page{
    position:fixed;
    right: 2em;
    bottom: 2em;
    border-radius: 0em;
    background-color: transparent;
    padding:1em;
}
#nav_next_page a{
    color: dimgray;
}

a{
    text-decoration: none;
}

body{
    background-color: white;
}
.forFlow{
    width:100%;
    color: dimgray;
    /* min-width: 950px; */
}
#forFlow_left{
    background-color: transparent;
    width: 20%;
    position: absolute;
    left: 2em;
    top: 5em;
}
#forFlow_right{
    background-color: transparent;
    width: 20%;
    position: absolute;
    right: 2em;
    top: 5em;
    opacity: 0.4;
}
#forFlow_right:hover{
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.post{
    margin:0 auto;
    width:50%;
    border-color: white;
    border-width: 1em;
    border-radius: 0.15em;
    box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.118);
    margin-bottom: 2em;
    background-color: white;
    padding: 0.001em 1.5em 1.5em 1.5em;
    position: relative;
    transition: all 0.15s ease-in-out;
}
.post_phone{
    width:75%;
    padding-top: 0.1em;
}


.day{
    margin:0 auto;
    width:50%;
    border-color: white;
    border-width: 1em;
    border-radius: 0.15em;
    box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.118);
    margin-bottom: 2em;
    background-color: white;
    padding: 0.05em 1.5em 1.5em 1.5em;
    position: relative;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}
.day_phone{
    width:75%;
}
.day_noload{
    opacity: 0;
    transform: translateX(50%);
    filter:blur(2.5em);
}
.day_noload2{
    opacity: 0;
    transform: translateX(-50%);
    filter:blur(2.5em);
}
.day:hover .postTitle a{
    color: black;
    transition: all 0.1s ease-in-out;
}

.day:hover{
    box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.3);
    transform:scale(1.05);
}
#post_comment_count{
    display: none;
}
#post_view_count{
    display: none;
}
.postDesc{
    color: lightgray;
}
.postDesc_ContentPage{
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
}
.postDesc_ContentPage a{
    /* color: orange; */
    display: none;
}
.postDesc_ContentPage_phone{
    position: absolute;
    top: 0em;
    right: 0px;
    font-size: 0.8em;
    margin: 1em;
    opacity: 0.5;
}

.postDesc_ContentPage_phone a{
    /* color: orange; */
    display: none;
}
#post_next_prev{
    display: flex;
    position: absolute;
    bottom: 0.3em;
    color: lightgray;
    width: 80%;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    align-items: flex-end;
}
#post_next_prev:hover{
    color: dimgray;
}
#post_next_prev a{
    margin-left: 1em;
    color: lightgray;
}
.day_infoitem{
    margin-right: 0.6em;
    margin-top: 1em;
    font-size: 0.8em;
}
.day_infoitem_edit{
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 1em;
    opacity: 0.8;
}
.day_infoitem_edit svg{
    width: 1.5em;
    height: 1.5em;
}

.dayTitle{
    background-color: white;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.dayTitle a{
    color: lightgray;
}
.dayTitle a:hover{
    color:dodgerblue;
}


.postTitle{
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top:1.1em;
}
.postTitle a{
    color: rgb(58, 58, 58);
    font-weight: bold;
}

.c_b_p_desc{
}
.c_b_p_desc a{
    color: orangered;
}


.pager{
    color:dimgray;
}
.pager a{
    color: orange;
    border-color: lightgray;
    display: inline-block;
    min-width: 1.5em;
    border-radius: 0.15em;
    padding: 0.25em 1em;
}
.pager a:hover{
    background-color: rgb(247, 247, 247);
}

#footer{
    color: lightgray;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    opacity: 0.8;
}

/* 内容页 */

#cnblogs_ch{
    display: none;
}
#under_post_card1{
    display: none;
}
#under_post_card2{
    display: none;
}
#commentform_title{
    display: none;
}
#commentbox_opt{
    display: none;
}
#tip_comment{
    display: none;
}
#comment_form:last-child p{
    display: none;
}
.comment-nav-right{
    display: none;
}
/* #comment_form_container{
    display: none;
} */
#comment_form{
    margin-left: 0px;
}
#comment_form_container p{
    display: none;
}
.comment_my_posted{
    display: none;
}

/* 消息框 */
.commentbox_main{  
    /* position: absolute; */
    /* right: 2em; */
    /* top: 32.5em; */
    opacity: 0.1;
    width: 100%;
    opacity: 0;
    transform: scale(0.5);
    padding: 0.5em;
    box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.1);
}

.commentbox_main textarea{
    height: 10em;
    width: 100%;
    border: none;
    outline: none;
    color: rgb(40, 40, 40);
}
.commentbox_main_loaded{
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
#tip_comment2{
    font-size: 0.85em;
    position: absolute;
    bottom: -3em;
}
#btn_comment_submit{
    border: none;
    background-color: whitesmoke;
    color: dimgray;
    border-radius: 0.15em;
    cursor: pointer;
    position: absolute;
    left: 2em;
    bottom: 0.7em;
}
#blog-comments-placeholder{
    /* opacity: 0.255; */
    margin-bottom: 3em;
}
.blog-comments-placeholder_default{
    box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.15);
    transform: translateY(10%) rotateX(50deg);
    opacity: 0;
    width: 100%;
    max-height: 23em;
    overflow-y: scroll;
    
    border-color: orange;
    border-width: 0.15em;
    border-style: solid;
    border-radius: 0.25em;
    /* position: absolute; */
    /* right: 2em; */
    /* top: 5em; */
}
.blog-comments-placeholder_default:hover{
}
.blog-comments-placeholder_loaded{
    background-color: rgb(252, 252, 252);
    transition: all 0.5s ease-in-out;
    opacity: 0.3;
}
.blog-comments-placeholder_loaded{
    opacity: 1;
}
#blog-comments-placeholder br{
    display: none;
}
.feedback_area_title{
    background-color: orange;
    color: white;
    padding:0.5em 1em;
    display: flex;
    align-items: center;
}
.my_shortSendInput{
    height: 2em;
    background-color: transparent;
    width: 20%;
    margin:auto;
    margin-bottom: 0.2em;
    /* padding: 0.25em; */
    position: absolute;
    right: 2em;
    top: 27.6em;
    border-color: orange;
    border-width: 0.15em;
    border-radius: 0.2em;
    border-style: solid;
    opacity: 0.1;
    transform: scale(0.3);
}
.my_shortSendInput_Loaded{
    transition: all 0.5s ease-in-out;
    opacity: 0.25;
    transform: scale(1);
    display: none;
}
.my_shortSendInput_Loaded:hover{
    opacity: 1;
}
/* #tbCommentBody:hover .my_shortSendInput{
    opacity: 1;
} */
/* #tbCommentBody:hover #blog-comments-placeholder{
    opacity: 1;
} */

.my_shortSendInput input{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    margin-left: 0.35em;
    background-color: transparent;
}
.feedbackItem{
    margin: 1em;
    padding: 0.5em;
    background-color: rgb(250, 250, 250);
    border-radius: 0.5em;
    opacity: 0;
}
.feedbackItem:hover{
    background-color: rgb(245, 245, 245);
    transition: all 0.15s ease-in-out;
}
.feedbackItem_loaded{
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.feedbackManage{
    color: white;
}
.feedbackListSubtitle .layer{
    color: white;
    padding: 0.2em;
    background-color: orange;
    border-radius: 0.15em;
    font-size: 0.5em;
}
.louzhu{
    font-size: 0.5em;
}

.comment_digg{
    color: orange;
}
.comment_burry{
    color: orange;
}
.feedbackListSubtitle a{
    font-size: 0.8em;
    font-weight: bold;
    color: dodgerblue;
}
.comment_date{
    font-size: 0.5em;
}
.comment_actions{
    display: flex;
    justify-content: right;
    opacity: 0;
}
.comment_actions_loaded{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.feedbackListSubtitle_phone{
    font-size:0.65em;
}
.feedbackListSubtitle_phone .layer{
    font-size: 0.65em;
    padding: 0.2em;
}
.feedbackListSubtitle_phone .louzhu{
    font-size: 0.8em;
}
.feedbackListSubtitle_phone .comment_date{
    font-size: 0.8em;
}
.comment_actions a svg{
    width: 1em;
    height: 1em;
}
#comment_sort{
    position: absolute;
    right: 1.5em;
    align-items: center;
}

#post_detail{
    opacity: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    transform: skew(70deg, 0deg) scaleX(3);
    filter: blur(1em);
}

.my_logNewYear{
    /* position: absolute;
    right: -1em;
    top: -0.5em;
    font-size: 1.5em;
    color: lightgray;
    padding: 0.1em;
    border-radius: 0.1em;
    transform: rotate(45deg); */
    /* position: absolute; */
    /* right: 45%; */
    /* bottom: 0.5em; */
    /* background-color: orangered;
    color: white;
    padding: 0.3em 0.8em;
    border-radius: 0.25em; */
}
#BlogPostCategory{
    /* display: flex; */
    opacity: 0;
    transition: all 0.5s ease-in-out;
    /* margin-bottom: 1.5em; */
}
.my_blogtag{
    border-color: dodgerblue;
    background-color: rgba(30, 143, 255, 0.06);
    margin-right: 1em;
    border-radius: 0.5em;;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin-bottom: 0.6em;
}
.my_blogtag a{
    padding: 0.5em 1em;
    color:dodgerblue;
    display: block;
}
.my_blogtag_phone{
    border-color: dodgerblue;
    background-color: rgba(30, 143, 255, 0.06);
    margin-right: 0.6em;
    border-radius: 0.4em;;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin-bottom: 0.6em;
}
.my_blogtag_phone a{
    padding: 0.25em 0.5em;
    font-size: 0.8em;
    color:dodgerblue;
    display: block;
}

#blog_post_info{
    display: none;
}



.entrylistItem{   
    width: 50%;
    margin:0 auto;
    border-color: white;
    border-width: 1em;
    border-radius: 0.15em;
    box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.118);
    margin-bottom: 2em;
    background-color: white;
    padding: 1.8em;
    position: relative;
    transition: all 0.15s ease-in-out;
    opacity: 1;
}

.entrylistTitle{
    margin: 0 auto;
    display: block;
    /* width: 15em; */
    /* height: 2em; */
    padding: 0.5em;
    background-color: white;
    color: dimgray;
    text-align: center;
    margin-bottom: -0.2em;
}
.phone_entrylistItem{
    width: 10em;
}

.entrylistDescription{
    margin: 0 auto;
    display: block;
    width: 10em;
    margin-bottom: 1em;
    opacity: 0.5;
}
.entrylistItemTitle{
    font-size: 1.6em;
}

.baseAnima{
    transition: all 0.1s ease-in-out;
}