body {
    background: #f0f0f0;
}

a:link {
    color: #0773ef;
}

a:hover {
    text-decoration: none;
}

#blogTitle {
    display: none;
}

/*导航栏*/
#header {
    width: 100%;
}

#navigator {
    background: #0593d3;
    border: none;
}

#navList a:hover {
    background: #0482ba;
    /*color: rgb(51, 103, 214);*/
    color: #fff;
    /*text-shadow: 1px 1px 3px #969696;*/
    /*font-weight: bold;*/
}

/*内容栏*/
@media screen and (max-width: 900px) {
    #main {
        margin:0 auto;
    }
}

#mainContent {
    margin-bottom: 20px;
}

.day {
    border: none;
    border-bottom: 2px solid #dedede;
}

.day a {
    color: #fff;
}

#topics .postDesc a, .postDesc a {
    color: #999;
}

a.c_b_p_desc_readmore {
    color: #0773ef;
}

#topics .postDesc a:hover, .postDesc a:hover, a:hover.c_b_p_desc_readmore, .entrylistItemPostDesc a:hover {
    color: #ff5e52;
}

.day a:visited.c_b_p_desc_readmore {
    color: #9f9f9f;
}

/*随笔分类内容栏*/
.entrylistPosttitle a:hover{
    color: #0e90d2;
}

.entrylistItemPostDesc a {
    float: none;
    color: #999;
}

/*侧边栏flex布局*/
.sidebar-block ul{
    display: flex;
    flex-wrap: wrap;
}

.sidebar-block ul li {
    flex: auto;
    padding: 15px 10px;
}

#blog-news{
    border: 1px solid #EAEAEA;
}

#blog-news:hover{
    border: 1px solid #FF5E52;
}

#profile_block {
    border: none;
    padding: 10px 20px 10px 20px;
}

#profile_block:hover {
    border: none;
}

#profile_block a:hover{
    color: #ff5e52;
    border-bottom: 1px dotted  #ff5e52;
}

.newsItem h3.catListTitle{
    display: none;
}

/*我的个人信息*/
#myInfoWrap {
    background: #fff;
    width: 100%;
    height: 100%;
    position:relative;
    box-size: border-box;
}

#myInfoWrap:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 90px;
    width: 0px;
    height: 0px;
    border-top: 6px dashed transparent;
    border-left: 4px solid #FF5E52;
}

#myInfoWrap:after{
    content: "Dylan";
    font-family: "comic sans ms","Microsoft Yahei";
    width:70px;
    height:28px;
    position: absolute;
    background-color:#FF5E52;
    left:20px;
    top:-6px;
    text-align: center;
    line-height: 28px;
    color:#FFFFFF;
    font-size: 15px;
/*    letter-spacing: 10px;
    text-indent: 10px; */
}

#myInfoWrap .catListTitle{
    font-family: "comic sans ms";
    display: none;
}

#myInfo {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    text-align: center;
}

#myInfo .myPortrait {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    border: 1px solid #eee;
    padding: 2px;
}

#myInfo .myNickname {
    font-weight: 600;
    color: #222;
    line-height: 32px;
}

#myInfo .myDescr {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

#myInfo a{
    color: #757575;
    font-size: 16px;
    padding-right: 5px;
}

#myInfo a:hover{
    color: #222;
}

#myInfoWrap .quickLink{
    padding-left: 20px;
    font-size: 13px;
}

#myInfoWrap .quickLink a:link, #myInfoWrap .quickLink a:visited {
    font-size: 12px;
    color: #777;
}

#myInfoWrap .quickLink a:hover{
    color: #ff5e52;
    border-bottom: 1px dotted  #ff5e52;
}

#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
    display: none;
}

.c_b_p_link_desc {
    display: none;
}

/*评论*/
#author_profile {
    width: auto;
}

#comment_nav {
    display: none;
}

#blog-comments-placeholder:empty {
    display:none;
}

#comment_form_container {
   margin-top: 10px;
}

@media screen and (max-width: 767px) {
    div.commentform textarea {
        width: 100% !important;
    }

    div.commentform input.author, div.commentform input.email, div.commentform input.url {
        width: 84%;
    }
}

/*下一页*/
#homepage_top_pager {
    display: none;
}

.topicListFooter {
    height: 38px;
    line-height: 38px;
}

.topicListFooter:empty {
    display: none;
}

.pager {
    text-align:right;
    font-size: 14px;
    color: #9f9f9f;
}

#nav_next_page a {
    height: 30px;
    line-height: 30px;
    color: #444;
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
}

#nav_next_page a:hover {
    color: #fff;
    background: rgba(100,100,100,0.8);
}

.topicListFooter .pager a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #444;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.09);
    margin-top: 14px;
    padding: 0 10px;
    border: none;
}

.topicListFooter .pager a:hover, .topicListFooter .pager span {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(100,100,100,0.8);
    padding: 0 10px;
}

/*随笔正文二级标题*/
#cnblogs_post_body h2 {
    background: #f5f5f5;
    background: rgba(240,240,240,.8);
    display: block;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0 0 -10px;
    border-left: 10px solid #169fe6;
    font-size: 16px;
}

/*随笔正文段落*/
#cnblogs_post_body p{
    /* text-indent: 2em; */
}

/*随笔正文code*/
.cnblogs_code {
    padding: 0;
    border: none;
}

/*随笔签名*/
#MySignature {
    margin-top: 10px;
}

/*行内code*/
span.cnblogs_code {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
    margin: 1px 3px;
    line-height: 1.8em;
    vertical-align: middle;
    text-indent: 0;
}

div.cnblogs_code {
    border-radius: 5px;
}

.cnblogs_code pre {
    padding: 10px;
}

.cnblogs_code_toolbar {
    display: none;
}

/*随笔正文表格*/
#cnblogs_post_body table, .cnblogs-post-body table {
    border: none;
}

#cnblogs_post_body table thead, .cnblogs-post-body table thead {
    /*background-color: #008080;
    color: #fff;*/
    background-color: #fff;
    color: #000;
}

#cnblogs_post_body table tbody, .cnblogs-post-body table tbody {
    font-size: 12px;
}

#cnblogs_post_body table tbody tr:nth-child(2n+1), .cnblogs-post-body table tbody tr:nth-child(2n+1) {
    background: #fff;
}

#cnblogs_post_body table tbody tr:hover, .cnblogs-post-body table tbody tr:hover {
    /*background: rgba(22, 159, 230,0.6);*/
    background: #edf1f2;
}

@media screen and (max-width: 767px) {
    #cnblogs_post_body table::-webkit-scrollbar {
        display: none;
    }
}

/*随笔正文链接*/
#cnblogs_post_body a:link {
    text-decoration: none;
}

#cnblogs_post_body p a:hover, #cnblogs_post_body ol li a:hover, #cnblogs_post_body ul li a:hover {
    border-bottom: none;
    /*border-bottom: 1px dotted #ff5e52;*/
}

#cnblogs_post_body a:visited {
    color: #9f9f9f;
}

#cnblogs_post_body a:hover {
    color: #ff5e52;
}

/*到顶部*/
#go-top {
    display: block;
    opacity: 0.6;
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*border: 1px solid #0593d3;*/
    width: 38px;
    height: 38px;
    background-color: rgba(240, 240, 240,.8);
    border-radius: 3px;
    cursor: pointer;
}

#go-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#go-top div.arrow {
    position: absolute;
    left: 10px;
    top: -1px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #0593d3;
}

#go-top div.stick {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 8px;
    height: 14px;
    display: block;
    background-color:#0593d3;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}