/*基础样式定义*/
body {font: 12px/1.5 Tahoma,Helvetica,Arial,'宋体',sans-serif;} 

/* body {     font-family: "FangSong","Microsoft YaHei", "宋体", "Segoe UI", Tahoma, Arial; }  */
DIV.post DIV.entry {     font-family: "STZhongsong","Microsoft YaHei", "Segoe UI", Tahoma, Arial; }

#footer,#header,#blog-news {
    display: none !important;
}

.postTitle  span{

     font-size: 30px !important;
     font-family: STZhongsong;
     
}
.postText,.postFoot {

    font-style:italic;
}

#cnblogs_post_body {
    margin-top: 20px;
}

.HeaderBarTab > a:first-child{
    background-color: #ccc;
    display: none;
}

div.postTitle a:link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.HeaderBar {
    background-color: #666;
    background-image: none
}

#leftmenu {
    background-image: none
}

#home {
    width: 100%
}

#blogTitle {
    font-size: 18px;
}

#subTitle {
    margin-left: 10px;
    font-size: 12px;
}

#blog_stats {
    display: none
}

.header_my {
    overflow: hidden;
    width: 100%;
    height: 300px;
    font-size: 35px;
    text-align: center;
 
    background: url("https://img2022.cnblogs.com/blog/691682/202202/691682-20220221213707971-1669767661.jpg") -500px -1200px no-repeat;
    color: #fff;
    background-color: #333366;
    
}

.header_my_line {
    width: 100%;
    height: 1px;
    background-color: #f1f1f1
}

.header_my2 {
}

.header_my #t1 {
    font-size: 30px;
    margin-top: 90px;
}

.header_my #t2 {
    font-size: 50px;
}

.header_my #t3 {
    font-size: 14px;
    color: #fff;
    text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    *filter: Glow(color=#000, strength=1);
}

/*二维码*/
.header_my #scan {
    width: 130px;
    /*height: 200px;*/
    position: absolute;
    top: 60px;

    right: 20px;

}

.header_my #scan img {
    width: 100%;
}


.header_my #t4 {
    font-size: 12px;
    color: #ABCDEF;
    margin-top: 20px
}

#header_my #logo {
    margin: 10px;
}

#footer_my {
    width: 100%;
    height: 200px;
    /*line-height: 200px;*/
    background-color: #2B3442;
    color: #fff;
    font-size: 14px;
    text-align: center;
    color: #ccc;
    padding-top: 100px;
}
#footer_my .footer_my_item {
    display: block;
}


#a12 {
    font-size: 28px;
}

#wrapper,#main_container,#main_content {
    width: 100% !important;
}

.HeaderTitles {
    display: none
}

#top {
    height: 30px;
}

#opt_under_post {
    display: none
}

#ad_t2 {
    display: none
}

#under_post_news {
    display: none
}

#cnblogs_c1 {
    display: none
}

#cnblogs_c2 {
    display: none
}

.subTitleArea {
    padding-left: 5px;

    border: 1px dotted #EC00C1;
    border-radius: 5px;
    display: block;
    width: 100%;
    heigth: 30px;
    line-height: 30px;
    font-size: 16px;
    background-color: #e7e7eb;
    color: #336699;
}

@media screen and (max-width: 768px) {
    .header_my {
        overflow: hidden;
        width: 100%;
        height: 300px;
        font-size: 35px;
        text-align: center;
        background: url("https://images2018.cnblogs.com/blog/691682/201807/691682-20180717192209092-882251943.png") -500px 0 no-repeat;
        color: #fff;
        background-color: #333366;
        position: relative;
    }
    .header_my #t2 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .header_my #t3 {
        font-size: 12px;
    }

    .header_my #t4 {
        font-size: 10px;
    }

    .header_my #scan{display: none}
}

/*====详情页样式定制====*/
/*标题样式*/
#post_detail #cb_post_title_url {
    font-size: 20px;
}

#post_detail .postTitle {
    text-align: center;
    width: 100%;
    line-height: 100px;
    background-image: none;
    font-family: SimSun; 
}