@font-face {
  font-family: "iconfont"; /* Project id 4627767 */
  src: url('//at.alicdn.com/t/c/font_4627767_v3eelmbyi3.woff2?t=1721491981355') format('woff2'),
       url('//at.alicdn.com/t/c/font_4627767_v3eelmbyi3.woff?t=1721491981355') format('woff'),
       url('//at.alicdn.com/t/c/font_4627767_v3eelmbyi3.ttf?t=1721491981355') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-huojian:before {
  content: "\e67b";
}








html,
body{
    font-family:"DingTalk JinBuTi","serif","sans-serif","cursive","fantasy","monospace";
    scroll-behavior: smooth;
}
a{
    color:#409eff;
    text-decoration:none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #66B1FF;
}
a:active{
    color:#409eff;
    text-decoration:none;
}
.postTitle:hover{
    transform:translateX(5px)!important;
    transition:all .3s;
}
.c_b_p_desc_readmore:hover{
    text-decoration:underline!important;
}
#green_channel #green_channel_digg{
    background: #409EFF;
    box-shadow: none;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
}
#green_channel #green_channel_digg:hover{
    background: #66B1FF;
}

#green_channel #green_channel_follow{
    background: #F56C6C;
    box-shadow: none;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
}
#green_channel #green_channel_follow:hover{
    background: #F78989;
}

#green_channel #green_channel_favorite{
    background: #E6A23C;
    box-shadow: none;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
}
#green_channel #green_channel_favorite:hover{
    background: #EBB563;
}

#green_channel #green_channel_wechat{
    background: #67C23A;
    box-shadow: none;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
}
#green_channel #green_channel_wechat:hover{
    background:#85CE61;
}
#under_post_card1,#under_post_card2,#comment_nav{
    display: none;
}
#comment_form_container{
    margin-top: 5px;
}
#navigator #navList a{
    text-shadow: none;
}

#div_digg{
    display: none;
}
#navigator{
    border: 0;
}

.author{
    height: 200px;
}

.toTop{
    color: white;
    background-color: #409EFF;
    border-radius: 50%;
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    user-select: none;
    cursor: pointer;
}
.hide{
    display: none;
}
.toTop i{
    font-size: 28px;
    display: block;
    animation-duration: 2s;
}