/*********clean_ad********/
div[id^="ad_"] {
    display: none;
}

div[class^="c_ad"] {
    display: none;
}

div[id^="under_post"] 
     display: none;
}

#site_nav_under {
    display: none;
}

.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}

#ad_under_google {
    height: 0;
    overflow: hidden;
}

#ad_under_google a {
    display: none;
}

/*ad_div_hidden*/
#google_ad_c1,#div-gpt-ad-1320933818841-0,#google_ad_c2,#div-gpt-ad-1320933818841-1,#ad_under_google{
    display:none;
    visibility：hidden;
}

/********************
自适应
********************/
@media screen and (max-width: 1120px) {
    #main {
        margin: 10px!important;
    }

    #header #lnkBlogLogo {
        right: 5px
    }

    #header #blogTitle .headermaintitle {
        top: 110px;
        right: 290px;
    }

    #header #blogTitle h2 {
        top: 0px;
        right: 290px;
    }
}

@media screen and (max-width: 767px) {
    #read-mode {
        bottom:15px!important;
        right: 15px!important;
        height: 48px!important;
        width: 48px!important;
        min-width: 48px!important;
    }

    .get-to-top {
        bottom: 80px!important;
        right: 15px!important;
        height: 48px!important;
        width: 48px!important;
        min-width: 48px!important;
    }

    #comment_form {
        margin-left: 0;
    }

    #topics {
        margin-left: 0!important;
    }

    #main {
        margin: 12px!important;
/*         width: 100%!important; */
    }

    #mainContent {
        width: 100%!important;
    }

    #main #mainContent .day {
        padding: 24px 20px 40px 20px;
    }

    .dayTitle {
        display:none;
    }

    #main #mainContent .have-img .postTitle {
        margin-bottom: 16px;
    }

    .topicListFooter {
        margin: 10px!important;
    }

    .topicListFooter #nav_next_page a {
        width: 100%!important;
    }

    #header #blogTitle .headermaintitle {
        top: 170px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #header #blogTitle h2 {
        top: 248px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .dashboard a {
        font-size: 50px!important;
    }
}

@media screen and (max-width: 500px) {
    #main #mainContent .c_b_p_desc a.c_b_p_desc_readmore {
        bottom: 38px!important;
        display: none;
    }

    #main #mainContent .c_b_p_desc {
        max-width: 100%!important;
    }
}

/**********全局设置*************/
* {
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    font-size: inherit;
    line-height: inherit;
}

*, ::before, ::after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

body { 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
     background-color: #efefef;
     width:100%;
     background-repeat:no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
    color: #333;
    cursor:url(https://images.cnblogs.com/cnblogs_com/xiaoliwaer/1419699/o_1.png),default;
  }

a:hover {
    cursor:url(https://images.cnblogs.com/cnblogs_com/xiaoliwaer/1419556/o_2.png),default;
}

#home {
    opacity: 0.80;
    background-color: #fff;
}

#header {
    opacity: 1;
    height: 300px;
    background-image: url('https://i.loli.net/2019/03/16/5c8c625545cf7.jpg');
    width:100%;
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed; 
    background-position: center;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) .5s;
}

#header #blogTitle {
    text-align: center;
    /*display: none;*/
}

/****用户名标题****/
#header #blogTitle .headermaintitle {
    font-size: 3.75em;
    height: 78px;
    top: 110px;
    color: #FF82AB;
    text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
}

#header #blogTitle h2 {
    position: absolute;
    font-family: YouYuan;
    font-size: 1.5rem;
    text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
    font-weight: lighter;
    top: 90px;
    right: calc(50% - 150px);
}

#header #lnkBlogLogo:active {
    transform: scale(.9);
    box-shadow: 0 0 20px 4px #fff;
}

@media (max-width:990px) {
#home{ margin:0 15px; }
}
@media (max-width:990px) {
#sideBar, #mainContent{ width:100%;margin-right:0px !important;}
.post{ border-left:none; }
#mainContent .forFlow{margin-left:0em !important;}
#main { 
padding: 20px 0 0 0px;
overflow: hidden;
}
}

#header #lnkBlogLogo {
    background-image: url("https://i.loli.net/2019/03/18/5c8f5b14d2c17.jpeg");
    border: 5px solid #fff;
    background-size: contain;
    position: absolute;
    transition: all .05s;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    top: 135px;
    left:calc(50% - 88px);
    box-shadow: 2px 2px 12px 4px rgba(0, 0, 0, 0.25);
}

/********不显示navigator**************/
#navigator {
    display: none;
}

/*****主页文章列表开始**************************/
/********************
主体样式
********************/
#main {
    max-width: 1100px;
    margin: 40px auto;
    position: relative;
}

#main #mainContent {
    line-height: 1.6;
    float: left;
    width: calc(100% - 280px);
}

.day {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 20px;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
    border-radius: 16px;
    background-color: #fff;
}

.postSeparator {
     clear: both;
     height: 1px;
     border-top: 1px dotted #666;
     width: 100%;
     clear:both;
     float: right;
     margin: 0 auto 15px auto;
 }

.dayTitle {
    box-sizing: border-box;
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 2;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-right: 1px dashed;
    box-shadow: 0 0 0 3px #F8463F, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #F8463F;
    text-transform: uppercase;
    color: white;
}



/*****主页文章列表结束**************************/
/*侧边栏*/
/*公告栏*/
#sideBar .newsItem {
    overflow: hidden;
    position: relative;
    left: 60px;
    box-shadow: 0 0 0 0, 0 6px 12px rgba(34, 34, 34, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
}

#sideBar .catListTitle {
    margin-top: 0;
    padding: 10px 30px;
    background: #FF83FA;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
}

#sideBar .newsItem #profile_block {
    padding: 20px;
    padding-top: 20px;
    color: #666;
    word-wrap: break-word;
    font-size: 1.125rem;
}

#sideBar #p_b_follow{
    margin-top:20px;
}
#sideBar #p_b_follow a{
    padding:10px;
    border-radius: 3px;
    background-color: #F44336;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.26);
    color:#fff!important;
    text-align: center;
    transition: .3s all;
}
#sideBar #p_b_follow a:hover{
    background-color:#a02f27
}
.clockdiv{
    text-align: center;
    position: relative;
    top:10px;
}
/*雪花css*/

#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}
/*雪花css  end*/

.GmusicBtn{
width: 80px;
height: 80px;
overflow: hidden;
z-index:9999;
background-image: url(https://i.loli.net/2019/03/21/5c936c0e114bc.png);
background-size: cover;
background-repeat: no-repeat;
}
@-webkit-keyframes Grotate{0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}}
.Grotate{-webkit-animation:Grotate 5s linear infinite;}