body {cursor: url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/default.cur),auto!important;}
body {cursor: url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/default.cur),pointer!important;}
a:hover{cursor:url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),auto!important;}
button:hover{cursor:url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),auto!important;}
i:hover{cursor:url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),auto!important;}

body {cursor: url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/default.cur),auto!important;}
body {cursor: url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/default.cur),pointer!important;}
a:hover{cursor:url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),auto!important;}

button:hover{cursor:url(https://cdn.jsdelivr.net/gh/sviptzk/HexoStaticFile@latest/Hexo/img/pointer.cur),auto!important;}

#navigator{
    //background-color: rgba(22, 159, 230, 0.3); /* 这里的0.3表示30%的透明度 */
    //background-color: rgba(66, 64, 182, 0.8); /* 这里的0.3表示30%的透明度 */
    background-color: transparent; /* 这里的0.3表示30%的透明度 */
    background: url(https://img.zcool.cn/community/038f83958ae3d5ea801219c77fd3fc0.gif) repeat-x scroll 0 0 #f0eef5;
    height: 60px;
    clear: both;
    position: relative;
    /* border: 1px solid #138cca; */
    border: none;
    border-left: none;
    border-right: none;
}

#navList a{
    font-size: 16px;
    color: #fff;
    transition: 
    background-color 0.5s ease, 
    color 0.5s ease, 
    font-size 0.5s ease; /* 同时过渡背景色、字体颜色和字号 */
}

#navList a:hover {
    font-size: 18px;
    color: #c2e4f3;
    text-decoration: none;
    background-color: rgba(220, 235, 241, 0.3);
}

body{
    background-color: rgba(26,26,26,1);
    color: #eee;
}

/* #blog_nav_sitehome{
    color:red !important;
} */

#header {
    background: url(https://gcdn.grapecity.com.cn/data/attachment/forum/202002/26/113608fw0xao0wdcfchnaa.gif) repeat-x scroll 0 #f0eef5;
    overflow-x: hidden
}

#topics {
    background: rgba(51,51,51,1);
    overflow: hidden;
    padding: 20px;
    border: none;
    //border: 1px solid #dedede;
}

#topics .postTitle {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #e5e5e5;
}

#topics .postTitle a {
    color: #e5e5e5;
}


#author_profile_detail a{
    color: #e5e5e5;
}

#cnblogs_post_body, .blogpost-body{
    color: #e5e5e5;
    line-height: 1.8;
}

#div_digg .diggit {
    width: 46px;
    height: 46px;
    float: left;
    border: none;
    border-radius: 50%;
    background: url(https://img2.baidu.com/it/u=3044936502,2886661008&fm=253&fmt=auto&app=138&f=JPEG?w=256&h=256);
    background-size: 110%; /* 背景图像完整显示，保持宽高比 */
    background-repeat: no-repeat; /* 背景图像不重复 */
    background-position: center center; /* 背景图像居中显示 */
    color: #999;
}

#div_digg .buryit {
    width: 46px;
    height: 46px;
    float: right;
    border: none;
    border-radius: 50%;
    background: url(https://img2.baidu.com/it/u=2818001729,4001158718&fm=253&fmt=auto&app=138&f=JPEG?w=300&h=300);
    background-size: 110%; /* 背景图像完整显示，保持宽高比 */
    background-repeat: no-repeat; /* 背景图像不重复 */
    background-position: center center; /* 背景图像居中显示 */
    color: #999;
}

.diggnum, .burynum{
    color: transparent;
}

.day{
    background: rgba(51, 51, 51, 1);
    padding: 20px;
    margin-bottom: -1px;
    border: none;
}

.day .postTitle2 {
    color: #e5e5e5;
}

.c_b_p_desc {
    font-size: 14px;
    color: #e5e5e5;
    line-height: 200%;
}

#comment_form_container {
    border: none;
    padding: 20px;
    background: rgba(51, 51, 51, 1);
}

.comment_textarea, textarea{
    color: #e5e5e5;
    background: rgba(51, 51, 51, 1);
}

#commentform_title{
    background-image: none;
    padding: 0px;
}

#commentform_title a{
    display: none;
}

.commentbox_tab:hover, .commentbox_tab.active {
    border-top: 2px solid #8ec1f5;
    border-bottom: none;
    color: #e5e5e5;
}

#cnblogs_ch, .under-post-card{
    display: none;
}

#btn_comment_submit {
    text-decoration: none;
    color: #fff;
    margin: 10px auto auto;
    width: 80px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: relative;
    background-image: none;
}

.comment_btn:hover {
    background: #71ace5;
}

.comment_btn {
    border: none;
    background-color: #5c8ec6;
}

#commentbox_opt a{
    display: none;
}

.comment_svg:hover{
    fill: #e5e5e5;
}

.comment_svg_stroke:hover{
    stroke: #e5e5e5;
}

.current-collection{
    background: rgba(81, 81, 81, .98);
}

.current-collection-links>.current-collection-item.current {
    background: rgba(65, 65, 65, .9);
}

#cnblogs_post_body .current-collection a {
    color: #ddd;
}
