/*body*/
body {
    margin: unset;
    background-color: #ffffff;
    color: #292929;
    line-height: 24px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
body a:link,a:visited {
    text-decoration:none;
    color: #9f5f67;
}
body a:hover{text-decoration:none; color:#169fe6}
/*导航栏渐变*/
#header {
padding:0.1em 0;
-webkit-backdrop-filter:saturate(180%) blur(1em);
backdrop-filter:saturate(180%) blur(1em);
border:none;
background-color: #fff;
background:linear-gradient(90deg, rgba(247,149,51,0.101961) 0, rgba(243,112,85,0.101961) 15%, rgba(239,78,123,0.101961) 30%, rgba(161,102,171,0.101961) 44%, rgba(80,115,184,0.101961) 58%, rgba(16,152,173,0.101961) 72%, rgba(7,179,155,0.101961) 86%, rgba(109,186,130,0.101961) 100%);
height: 40px;
}

#blogTitle {
    width: 40%;
height: 40px;
    float: left;
}
#blogTitle h1 {
    text-align: left;
    float: left;
    margin: 7px 0 0 26%;
font-size: 1.5rem;
    font-weight: 100;
}
#blogTitle h2 {
    text-align: right;
    float: right;
    color: #999;
}
#blogTitle a{color:#555; text-decoration:none;}
#blogTitle a:link{color:#555;}
#blogTitle h1 a, a:link{color:#777; }
#blogTitle h2 a:hover{text-decoration:none; color:#169fe6}
#blogTitle h2 a{color:#b9b9b9; text-decoration:none;}
#blogTitle h2 a:link{color:#b9b9b9;}
#blogTitle a:hover{text-decoration:none; color:#169fe6}
#lnkBlogLogo, #blogLogo, #blogTitle h2 {display:none; !important}
#navigator {
    display: flex;
}
#navList {
   margin: 2px 0 0 35%;
}
#navList li {    
    margin: .3em;
    display: inline-block; 
    font-size: 17px;
}
#navList a{color:#555; text-decoration:none;}
#navList a:link{color:#555;}
#navList a:hover{text-decoration:none; color:#169fe6}
#blog_nav_sitehome {display:none; !important}
.blogStats {display:none; !important}
/*main*/
#main {
    margin-top: 1.5em;
}
#mainContent {
    width: 70%;
    margin: auto;
    padding: 2em;
}
.day {
    margin: 2em;
    padding: 2%;
    border-radius: 1em;
box-shadow: 15px 15px 30px #d9d9d9, -10px -20px 25px #ffffff;
}
@media screen and (min-width: 960px) {
.day:hover {
    box-shadow: inset 13px 10px 20px #d9d9d9, inset -15px -15px 30px #ffffff;
}
.post .postTitle a span {color:#555; line-height: initial;}
.day .postTitle {
    font-size: 22px;
    margin: 0.2em 0em;
}
.day .postTitle a:link a:visited{
    color:#555;
}
.postCon {
    font-size: 17px;
    color: #555;
}
#blog_post_info_block{ padding: 2%; }

#comment_form_container, .comment_textarea {
    padding: 2%;
    border: 2px solid #efefef;
    border-radius: 1em;
}
#blog_post_info {
    margin: 20px 0 20px 0;
}
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    font-size: 12px;
    width: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#green_channel a {
    text-decoration: none;
    color: #fff;
    margin: auto;
    width: 80px;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: relative;
    background-image: none;
    margin-top: 10px;
    box-shadow: 0 15px 18px -6px rgba(95,193,206,0.65);
    margin-right: 10px;
    margin-bottom: 10px;
}
#blog-comments-placeholder{
    margin: 2% 0;
    padding: 1% 3%;
    border: 2px solid #efefef;
    border-radius: 1em;
}
div#author_profile, #div_digg {
    display: none;
}
#post_next_prev, #post_next_prev {
    margin-top: 20px;
}
.comment_btn {
    height: 40px;
    width: 80px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 1em;
}
#div_digg, #author_profile, #post_next_prev, #post_next_prev {
     font-size: 15px !important;
}
.postDesc { color: #777; margin-top: 0.8em; }
#comment_nav {  margin-bottom: 0.8em; }
.login_tips { font-weight: initial; }
/*标签*/
.PostListTitle {
    color: #555;
    padding: 0 1em;
}
#myposts .PostList {
    background-color: #ffffff;
    line-height: 27px;
    padding: 0.5em 0.8em;
    border: 1px solid #efefef;
    border-radius: 1em;
    font-size: 21px;
}
#myposts .postDesc2 {
    font-size: 17px;
}
/*禁用广告*/
#ad_t2,#cnblogs_ch,.under-post-card,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb,.formobile,div#top_nav,div#under_post_card1,div#under_post_card2 {
    display:none; !important
}
/*禁用侧边栏*/
#sideBar,#footer {
    display:none; !important
}
@media screen and (max-width: 980px) {
#blogTitle h1 { margin-left: 10%; }
#navList { margin-left: 10%; !important}
}
/*适配ipad*/
@media screen and (max-width: 839px) {
#blogTitle { width: 20%;  !important}
#blogTitle h2 { display: none; }
#blogTitle h1 { margin: 1em; font-size: 1.5em;  !important}
#navList {
    margin: -1px 0 0 28%;
}
#mainContent { width: 90%; }
}
 
@media screen and (max-width: 766px) {
#navList {
    padding-left: 0px;
}
#blog_nav_admin { display:none; !important}
#blog_nav_myhome { font-size: 1.5em; }
#blogTitle h1, #blog_nav_contact {display:none; !important}
#blogTitle h1 {
    margin: 11px 0 0 26%;
    width: 65px;
    font-size: 18px;
}
#navList {
    margin: -1px 0 0 28%;
}

#mainContent { width: 97%;  !important; padding: 0.1em 1em;}
.post,#blog_post_info_block { font-size: 17px !important}
.day { 
    margin: 0.5em 0;
    padding: 3%; 
    font-size: 17px;
    background-color: #ffffff;
    border: 2px solid #efefef;  
    border-radius: 1em;
}
#myposts { margin-left: unset; }
#myposts .PostList { margin-right: unset; }
#green_channel a {
    width: 75px;
}
#comment_form {
    margin-left: unset;
    margin-right: unset;
}
}
/*fish*/
.container {
    width: 100%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
}