#bannerbar
{
display:none;
}
.catListFeedback
{
display:none;
}
#top_nav
{
display:none;
}
.cirlepoint {
    width: 64px;
    height: 64px;
    position: absolute;
    background: #313131ff;
    background-size: 64px 64px;
    background-image: url(https://pic.cnblogs.com/avatar/692572/20161025114643.png);
    border-radius: 50%;
    border: 1.5px solid white;
    z-index: 100;
    right: calc((100vw - 1200px - 66px) / 2);
    top: calc( 1em + 22px + 12px );
}
.cirlepoint:hover{
    border: 1.5px solid #59A0E1;
}
#sidebar_imagecategory
{
display:none;
}
#catListComment
{
display:none;
}
#sidebar_recentcomments
{
display:none;
}
.qcf 
{
display:none;
}
#blogTitle
{
    display:none;
}
#home
{
    background:rgba(31,31,31,1);
    /*
     background-image: url('https://images.cnblogs.com/cnblogs_com/linqing/774752/o_timg.jpg');
    */
}
#blog-calendar
{
    display:none !important;
}
#sidebar_search
{
    padding-bottom: 12px;
}
#navList,#navigator,.dayTitle
{
    background:#384952;
    border-top:none;
}
.sidebar-block h3,.catListTitle
{
    background:#384952;
    border:1px solid #384952;
}
.day
{
    margin: 0px 0px 10px 0px;
}
.postCon
{
    border-top: 1px solid #cfcfcf;
}
.topicListFooter .pager a:hover
{
    padding: 8px 10px;
 display:inline-block;
height: 26px !important;
    line-height: 26px !important;
    margin-top: 0px !important;
}
.pager a
{
    padding: 8px 10px;
 display:inline-block;
}

.c_ad_block
{
   display:none;
}
.under_post_news
{
   display:none;
}

#ad_t2
{
   display:none;
}

#comment_nav a
{
    padding:6px 4px;
}


a:link
{
    color:while;
}

#comment_nav
{
background:white;
}

.entrylistItem
{
margin-bottom:16px;
}

.left_title,.right_title,.middle_dialog
{
    display:none;
}

.middle_dialog
{
    display: none;
    font-size: 10em;
    font-weight: bolder;
    position: fixed;
    top: 20vh;
    width: 100vw;
    text-align: center;
    color: #ff6b01;
z-index:10000;
}
#pay:hover
{
color:black;
}
.pay_dialog
{
    display: none;
    font-size: 4.3em;
    font-weight: bolder;
    position: fixed;
    top: 15vh;
    width: 1200px;
    left: calc((100vw - 1200px )/ 2);
    text-align: center;
    color: #ff6b01;
    z-index: 10001;
    line-height: 1.1em;
}
#treemapArea
{
   width:100vw;
   height:20vh;
}

.pager a
{
    color: black;
    background: white;
    border-radius: 3px;
    webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
}

.titletag
{
 display:none;
}

@media screen and (min-width: 1650px) and (min-height: 820px)
{
.titletag
{
 display:block;
}

.qcf {
    -webkit-text-stroke: 2px #000;
    background: rgb(56 73 82);
    padding: 0;
    display: block;
    text-align: center;
    color: white;
    font-size: 7em;
    line-height: 9rem;
    letter-spacing: 0.5em;
    padding-top:12px;
    user-select: none;
    font-weight: bolder;

}
.right_title
{
    display:block;
    font-size: 10em;
    font-weight: bolder;
    position: fixed;
    color: white;
    right: calc((100vw - 1200px) / 8);
    line-height: 1.3em;
    top: 200px;
    font-family: cursive;
    user-select: none;
}

.left_title
{
    display:block;
    font-size: 10em;
    font-weight: bolder;
    position: absolute;
    color: white;
    left: calc((100vw - 1200px) / 8);
    line-height: 1.3em;
    top: 200px;
    user-select: none;
    font-family: cursive;
}

.left_title div:hover ,.right_title div:hover 
{
    color:red;
    tranform:scale{1.3 1.3};
    transform: scale(1.15);
    transform: scale(1.15) rotate(10deg);
    transition:transform 0.1s linear;
}
/*
.buryit
{
    transform: translateX(10000px)  !important;
}
*/