#top_nav
{
    display: none;
}
.bannerbar
{
    display: none;
}
#header
{
    display: none;
}
#mainContent
{
    box-shadow:none;
    border-radius: 0px;
}
body
{
    background-image:none;
    background-color: #EEE;
    font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace !important;
    line-height: 1.8;
}
.Top_baner
{
    width: 100%;
    height: 400px;
    background-color:#426ab3;
    position: relative;
    transition:height 1s;
    -moz-transition:height 1s; /* Firefox 4 */
    -webkit-transition:height 1s; /* Safari and Chrome */
    -o-transition:height 1s; /* Opera */
}
.Top_baner_bg
{
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
    background-image: url(https://ftp.bmp.ovh/imgs/2021/07/81d002157a3ddead.jpg);
    filter: blur(0px);
    transition:height 1s;
    -moz-transition:height 1s; /* Firefox 4 */
    -webkit-transition:height 1s; /* Safari and Chrome */
    -o-transition:height 1s; /* Opera */
}
#myheader_cover
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}
#mypost_title {
    position: relative;
    top: 105pt;
    margin: 0 auto;
    padding: 30px 25px 20px;
    max-width: 700px;
    color: white;
    transition: 0.5s;
    opacity: 0;
    display: none;
}
#mypost_title_e a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    outline: 0;
    text-decoration: none;
    transition: 0.5s;
}
#daohang
{
    width: 280px;
    position: absolute;
    top: 0px;
    left: 910px;
    background-color: #FFF;
}
.aside_markdown_navigator_li
{
    color: #666;
    cursor: pointer;
    text-shadow: 0px 0px 1px rgba(0,0,0, 0.3);
}
#comment_form
{
    display: none;
}
#mainContent
{
    box-shadow: 0px 0px 2px #CCC;
}
.post_tit
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 20px;
    text-align: left;
    line-height: 20px;
    font-weight: 500;
    font-size: 26px;
}
.postTitle
{
    display: none;
}
.post_tag
{
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    height: 20px;
    text-align: left;
    line-height: 20px;
}
.post_tag span
{
    padding: 5px;
    padding-left: 0px;
    margin-right: 5px;
    font-size: 16px;
}
.dayTitle
{
    display: none;
}
#blog_post_info
{
    display: none;
}