/* CSS reset */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }  
    body, button, input, select, textarea { font:12px/1.5 Microsoft Yahei, arial}  
    h1, h2, h3, h4, h5, h6{ font-size:100%; }  
    address, cite, dfn, em, var { font-style:normal; }  
    code, kbd, pre, samp { font-family:couriernew, courier, monospace; }  
    small{ font-size:12px; }  
    ul, ol { list-style:none; }  
    a { text-decoration:none; color: #22cac2}  
    a:hover { text-decoration:underline; }  
    sup { vertical-align:text-top; }  
    sub{ vertical-align:text-bottom; }  
    legend { color:#000; }  
    fieldset, img { border:0; }  
    button, input, select, textarea { font-size:100%; }

/*-----------------------------------------分界线------------------------------------------------------*/

body{
   background: url(https://images.cnblogs.com/cnblogs_com/bigbin96/1583664/o_191106100240hfghf.jpg) no-repeat fixed;
   background-size: cover;
}
#home{
   width: 75%;
   min-width: 950px;
   margin: 0 auto;
   background-color: rgba(255,255,255,.8);
   padding: 30px;
   margin-top: 30px;
   margin-bottom: 50px;
   box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#sideBar{
    float: left;
    width: 200px;
    margin-left: -100%;
}
#mainContent{
   float: left;
   width: 100%;
}
#mainContent .forFlow{
   margin-left: 240px;
}

#header{
   margin-bottom: 20px;
}

#blogTitle{
   margin-bottom: 20px;
}

#blogTitle h1 a{
   font-size: 36px;
   font-weight: 700;
   color: #000;
   text-shadow: -2px 2px 4px #ccc;
   letter-spacing: 2px;
}

#blogTitle h2{
   font-size: 18px;
   font-weight: 700;
   margin-top: 18px;
}
#navigator{
   background: #fff;
   border-radius: 5px;
   position:relative;
}

#navList li{
   display: inline-block;
}
#navList li a{
   display: block;
   padding: 12px 16px;
   border-radius: 5px;
   color: #333;
   transition: all .2s;
}
#navList li a:hover{
  background: #0d83da;
  text-decoration: none;
  color: #fff;
}

#navigator .blogStats{
   position: absolute;
   right: 20px;
   top: 12px;
}

#sideBarMain .catListTitle{
   font-size: 18px;
   font-weight: 700;
}

#sidebar_news,
#blog-calendar,
#sidebar_search,
#sidebar_shortcut{
   margin-bottom: 20px;
}

#footer{
   margin-top: 40px;
   text-align: center;
}

#mainContent .day{
   margin-bottom: 26px;
}
#mainContent .day .dayTitle{
   margin-bottom: 8px;
}
#mainContent .day .dayTitle a{
   font-size: 18px;
   font-weight: 700;
   transition: all .2s;
}
#mainContent .day .dayTitle a:hover{
   color: #009480;
   text-decoration: none;
}
#mainContent .day .postTitle{
   font-size: 16px;
   margin-bottom: 5px;
   white-space: nowarp;
   overflow: hidden;
   text-overflow: ellipsis;
}
#widget_my_zzk #q,
#widget_my_google #google_q
{
   border-radius: 4px;
   outline: 0;
   text-indent:5px;
}

#widget_my_zzk #q:focus,
#widget_my_google #google_q:focus
{
   border-color: #22cac2;
}

#widget_my_zzk #btnZzk,
#widget_my_google .btn_my_zzk
{
   background: none;
   outline: 0;
   border: 0;
  cursor: pointer;
}
#widget_my_zzk #btnZzk:hover,
#widget_my_google .btn_my_zzk:hover
{
   color: #22cac2;
}

/*--------------------------------------------------隐藏广告--------------------------------------------------*/
#ad_t2,
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb{
   display: none;
}