/* 图片悬浮放大 */
#bigimage { position:absolute; display:none; z-index: 3;}
#bigimage img { width:600px; height:50%; padding:5px; background:#fff; border:1px solid #e3e3e3; }


/*
*3D标签云
*/
#tag_cloud_widget{position:relative;width:240px;height:240px;margin:10px auto 10px}
#tag_cloud_widget a{position:absolute;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;top:0;left:0;padding:3px 5px;border:0}
#tag_cloud_widget a:hover{background:#d02f53;display:block}
#tag_cloud_widget a:nth-child(n){background:#f60;border-radius:3px;display:inline-block;line-height:18px;margin:0 10px 15px 0}
#tag_cloud_widget a:nth-child(2n){background: #45B6F7;}
#tag_cloud_widget a:nth-child(3n){background: #15a287;}
#tag_cloud_widget a:nth-child(4n){background: #5cb85c;}
#tag_cloud_widget a:nth-child(5n){background: #d9534f;}
#tag_cloud_widget a:nth-child(6n){background: #567e95;}
#tag_cloud_widget a:nth-child(7n){background: #00a67c;}
#tag_cloud_widget a:nth-child(8n){background: #b37333;}

/*Title提示*/
#tooltip{position:absolute;z-index:999999;display:none;padding:4px 8px;border:1px solid rgba(255,255,255,.25);border-radius:3px;background-color:#FCFCFC;background-image:linear-gradient(rgba(255,255,255,0) 0,rgba(235,235,235,.3) 60%,rgba(225,225,225,.6) 100%);border:1px solid #E1E1E1;color:#363636;text-align:center;text-shadow:0 0 0 #eee;font-size:12px;box-shadow:0 0 4px rgba(0,0,0,.28)}

/* 文章页面正文 */
.entry-content p{
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

.nav-list{
    font-size: 16px !important;
}

.zhankr-num{
    position: absolute;
    top: 8px;
    left: 66%;
    color: #555;
    border-radius: 8px;
    text-align: center;
    font-family: Calibri;
    background: #eee;
    font-size: 12px;
    min-width: 32px;
}