/*公用*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,span,img,button ,em,i,b{margin:0;padding:0;}
html{-webkit-box-sizing:border-box;margin:0 auto;min-width: 320px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overflow-x:hidden;  }
body { font-size:15px; background-color:#4f77a6;margin:0 auto;font-family:"微软雅黑","宋体",Arial; min-width:1200px;
background:#efeff4 url('https://images.cnblogs.com/cnblogs_com/surfaces/662294/o_o_love1.jpg') no-repeat top center fixed;
-webkit-background-size: 120%;background-size: 120%;
}
dl,li,menu,ol,ul{list-style:none}

h1 {
    margin:0;
}
h3 {
    font-size:15px;
    font-weight:bold;
}
/*超链接*/
a {
    color:#464646;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited,a:hover {
    color:#4b73a3;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
image {
    border:none;
}


#home {
    opacity:0;
    box-shadow:0 0 10px rgba(102,102,102,.85);
    margin:40px auto ;
    width:1200px;
    background:#fff;
   background:rgba(255,255,255,.85);
  
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
 
-webkit-transition-timing-function:ease-in;
  transition-timing-function:ease-in;
   -webkit-transform:translateY(80px);
   -moz-transform:translateY(80px);
   transform:translateY(80px);
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

 -webkit-animation-name:fadeInDown;
    -moz-animation-name:fadeInDown;
    -o-animation-name:fadeInDown;
    animation-name:fadeInDown;
    min-height:600px;
  
}

	@-webkit-keyframes fadeInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(120px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0px)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity:0;
        -moz-transform:translateY(120px)
    }
    100% {
        opacity:1;
        -moz-transform:translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity:0;
        transform:translateY(120px)
    }
    100% {
        opacity:1;
        transform:translateY(0)
    }
}



#header {
    padding:20px 20px 10px;
}
/*博客标题*/
#blogTitle,#blogTitle a {
    font-weight:bold;margin-bottom:10px;
    color:#666;
}
#blogTitle .title {
    margin-top:10px;
    height:100px;
    line-height:100px;
    font-size:36px;
    padding-left:120px;
    background:#fff url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_light2.png') no-repeat;
}

#blogTitle,#blogTitle a:hover {
    text-decoration:none;
}

/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}

/*子标题*/
.subtitle {
    padding-left:30px;
    font-size:14px;
    color:#999;
    font-weight:normal;
    margin:10px 0;
}
/*导航栏*/
#navigator {
    font-size:16px;
    height:48px;
    background:#4f77a6;
    background: rgba(79,119,166,.97);
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
#navList li {
    margin:0;
    line-height:48px;
    display:inline-block;
    float:left;
}
#navList li:hover {
    background:#4b73a3;
}
#navList li a {
    padding:0 30px;
    text-decoration:none;
    line-height:48px;
    border:0;
    color:#fff;
    display:-moz-inline-box;
    display:inline-block;
 -webkit-transition:background .2s; 
-moz-transition: background .2s; 
-o-transition: background .2s;
  transition: background .2s;
}
.blogStats {
    height:48px;
    color:#fff;
    line-height:48px;
}
#main {
    padding: 10px 20px;
    clear:both;
}
/*左边*/

#sidebar_shortcut{margin-top:25px}
    
#sideBarMain {
   padding: 0 10px 0 30px;
    margin:0 0 20px 0;
    width:180px;
    font-size:13px;
    line-height:22px; float:left; overflow: hidden;
}
#sideBarMain a {
    color:#666;
}
#leftcontentcontainer {
    color:#666;
}
.newsItem {
    color:#666;
}
/*公告*/
#profile_block {
    margin-top:0px;
    line-height:24px;
    text-align:left;
}
/*主面板*/
#mainContent {
    margin-top:0px;
    padding-top:20px;
    padding-right:20px;
    padding-bottom:20px;
    float:left;
    width:900px;
    padding-left:0px;
}
/*每日文章列表*/
.day {
    padding:0;
    margin:0 0 20px 0px;
}
/*博客标题*/
.postTitle a {
    color:#4f77a6;
}
.postTitle {
    font-size:20px;
    font-weight:bold;
    color:#4f77a6;
    padding-left:30px;
}
#topics  .postTitle {  padding-top:20px;}
.dayTitle {
    display:none;
}
/*摘要*/
.c_b_p_desc {
    padding:10px;
    line-height:20px;
    color:#888;
}
.c_b_p_desc a {
    color:#888;
}
.c_b_p_desc a:hover {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
/*右侧图片*/
.desc_img {
    margin-left:10px;
    border:solid 1px #fff;
    box-shadow:0 0 10px #aaa;
}
/*博文页*/
#topics .post {
    background:#fff;
}
.postCon {
      padding: 5px 0px 0 20px;
}
.postDesc {
    margin:0 30px;
    margin-bottom:2px;
    padding:8px 0px;
    font-size:12px;
    color:#aaa;
    text-align:right;
}
.postDesc a {
    color:#AAA;
}
.postBody {
    padding:0;padding-left:30px;
}
/*google搜索框*/
#google_q,#q {
    height:22px;
    width:120px;
    border:solid 1px #ccc;
    box-shadow:inset 0 0 3px #ddd;
    border-radius:4px;
}
/*搜索按钮*/
.btn_my_zzk {
    font-family:'Microsoft Yahei';
    border:none;
    height:26px;
    width:60px;
    padding:1px;
    font-size:14px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#6181a8;
    border-radius:4px;
    color:#fff;
}
.btn_my_zzk:hover {
    background:#6DA47D;
}
/*评论按钮*/

#btn_comment_submit {
    border:none;
    height:48px;
    width:120px;
}
/*评论按钮*/
.comment_btn {
    font-family:'Microsoft Yahei';
    border:none;
    height:48px;
    width:120px;
    font-size:18px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    display:inline-block;
    background:#6181a8;
    color:#fff;
}
#btn_comment_submit:hover {
    background:#6DA47D;
}
#sidebar_search{display:none}
/*评论标题*/
.feedback_area_title {
    padding:10px;
    font-size:24px;
    font-weight:bold;
    color:#6181a8;
    border-bottom:solid 6px #6181a8;
}
.feedbackListSubtitle {font-size:12px; color:#888;}
.feedbackListSubtitle a { color:#888;}
.comment_quote { background:#FCFAAC; padding:15px; border:1px solid #CCC;}
#comment_nav{padding:10px 30px 0}
#commentform_title {
    color:#6181a8;
    background-image:none;
    background-repeat:no-repeat;
    margin-bottom:10px;
    padding:10px 20px 10px 30px;
    font-size:24px;
    font-weight:bold;
    border-bottom:solid 6px #6181a8;
}
/*评论框*/
#comment_form {margin:10px 0; padding:0;}
.commentform {margin:10px 0; padding:10px 20px;background:#fff;}
.commentform p { padding:0 30px;}

.commentbox_main{padding: 10px 18px;}
#comment_form_container{padding-bottom:20px;}
/*评论输入域*/
#tbCommentBody {
    font-family:'MIcrosoft Yahei';
    margin-top:10px;
    width:100%;
   
    background:white;
    color:#333;
    border:1px solid #ddd;
    box-shadow:inset 0 0 3px rgba(102,102,102,.25);
    padding:10px;
    height:120px;
    font-size:14px;
    min-height:120px;
}
/*评论条目*/
.feedbackItem {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle { font-weight:normal;}
/*分类页*/
.entrylist {
    padding:10px 20px;
    background:#fff;
}
.entrylistItem { margin:10px 0;padding:10px;}
.entrylistTitle{margin-left:30px}
.entrylistPosttitle {
    font-size:18px;
    font-weight:bold;
    padding-left:20px;
}
.entrylistPostSummary {
    padding:10px;
}
.entrylistItemPostDesc {
    font-size:12px;
    color:#999;
    padding-left:40px;
    float:right;
}
#TopViewPostsBlock li{ margin-bottom: 10px;;}
.catListTitle{ margin-bottom:10px;margin-top:22px;}
/*尾部*/
#footer {
    font-size:12px;
    margin:20px;
    padding:12px;
    text-align:center;
    background:#6181a8;
    background: rgba(79,119,166,.97);
    color:#fff;
    font-size:14px;
}
/*文章内图片*/
#cnblogs_post_body p img {
    margin:10px; max-width:880px;
}
/*顶一下*/
.diggnum {
    font-size:28px;
    color:#6DA47D;
    font-family:'Microsoft Yahei';
}
#div_digg .diggnum {
    line-height:100px;
}
.diggit {
    float:left;
    width:128px;
    height:128px;
    background:url('https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_dig.gif') no-repeat;
    background-position:0 0;
    text-align:center;
    cursor:pointer;
}
.diggit:hover {
    background-position:-128px 0;
}
/*踩一下（园友反映，这个有点“邪恶”，呵呵，其实是我没来得及设计这个背景图片，就暂时把它隐藏了……可以去掉这句话）*/
.buryit {
    display:none;
}
.diggword {
    display:none;
}
/*green_channel*/
#green_channel {
    text-align:right;
    background:#eee;
    font-weight:normal;
    font-size:15px;
    width:810px;
    border:none;
    color:#fff;
    padding:20px;
    border-radius:4px;
}
/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#4f77a6;
}
.topicListFooter {
    text-align: center;
    margin: 10px 40px;
}
.topicListFooter  a{  padding:10px;text-align: center;    text-align: center;
background-color:#577da9;color: #fff; display:block; }
#homepage1_HomePageDays_homepage_bottom_pager{ background:none;}
.pager{margin-top:20px;   }
.pager a{display:inline; padding: 5px 10px;border-color:#6181a8;}
#homepage_top_pager  .pager{display:none}
.feedback_area_title {padding-left:30px;}
.sidebar-block{margin-bottom:20px}


/*移动端*/
@media all and (min-width:769px){
body{background:#efeff4 url('https://images.cnblogs.com/cnblogs_com/surfaces/662294/o_o_love1.jpg') no-repeat top center fixed;}
}
@media all and (max-width:640px){
#home {width:auto !important;margin: 100px 10px; 
	 -webkit-box-sizing:border-box;box-sizing:border-box; background: rgba(252,252,252,.8) !important;display: block;
}
}

@media all and (max-width:980px){
html,body{min-width:320px !important; font-size:14px;}
body{ 
	
	background-size: 180%;
    background-attachment: fixed;
    background-position: 85% 0; }

#home {width:auto !important;margin: 20px 10px; margin: 60vh 10px 20px;
	 -webkit-box-sizing:border-box;box-sizing:border-box; background: rgba(252,252,252,.8) !important;-webkit-backdrop-filter:blur(1px);display: block;
}
#header { padding: 10px 10px 0;position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:sticky;}

#main {padding:0px 10px 20px;}
#mainContent {width: 100%; padding-top:20px; padding-left:10px;  padding-right:10px; background:none;padding-bottom:10px;display:block; box-sizing: border-box;float:none;clear:both;  }
#lnkBlogLogo{ display:none}
#navigator { margin-bottom:0; margin-top:0;padding:0 8px}
#navList li{padding:0 2%}
#navList li a { padding: 0; font-size: 14px; text-align: center;}
.blogStats{display:none;}

.day{ margin: 0 0 10px 0px; padding-bottom:5px; overflow-x:hidden; background: rgba(255,255,255,.95); position:relative;}
.postTitle{ font-size:16px;padding: 10px 10px 0;max-width: 96%;height: 25px; line-height:25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.postCon {padding: 0; }
.postDesc{ display:none}
.c_b_p_desc{ text-indent:2em; font-size:13px;}
.c_b_p_desc a {
    color: #555;
    margin-left: 15px;
}

.day:after{ content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(165,165,165,.6);
    color: #D9D9D9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  pointer-events: none; z-index:5;}

#sideBar {padding:10px;  font-size: 13px;line-height: 22px;}
#sideBarMain{ width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;}

  
#sidebar_shortcut,#sidebar_postarchive{ display:none}
  
.topicListFooter {text-align: center;  margin: 20px auto 10px; background-color: #4b73a3; color: #fff;}
.topicListFooter  a{  color: #fff; display:block; padding:10px 0;}
.pager a{display:inline;    padding: 5px 6px;border-color:#6181a8;}
#footer {   margin: 10px 10px 20px;}
#commentform_title,.feedback_area_title {padding-left:20px;}
  /*内页*/
.postBody { padding: 0 10px;}
#cnblogs_post_body p img{ width:100%;vertical-align:middle; margin:0;}
#green_channel { width:auto;padding:5px; text-align:left}
#green_channel a{ margin-right:5px}
#tbCommentAuthor{ width:80%; min-width:200px; margin-top:10px;}
#tbCommentBody{ width:88%; min-width:200px; max-width:90%;}
.commentbox_title {  width: 90%;}

  
div.commentform p { padding:0 20px;}
#topimg{width: 100%; -webkit-backface-visibility:hidden;backface-visibility:hidden;  height: 120%;position: fixed; max-width:980px;top: 0; left:0; right:0; margin-left:0; margin-right:0;
  
-webkit-background-size:180%;background-size:180%;
	}
	
	
#myposts { margin-left: 0; }
.entrylist {
    padding: 10px 0px; margin-bottom:20px;
    background: #fff;
}
.entrylistTitle {
    margin-left: 10px;
}
.entrylistPosttitle {
    padding-left:0px;
}
.entrylistItemPostDesc{ display:none}	
}

/*ad*/
#ad_t2, .c_ad_block,#cnblogs_c1, #under_post_card1 ,#under_post_card2{display:none !important}

.comment_textarea{ width:100%  !important;}

#cnblogs_post_body h2,#cnblogs_post_body h3 {
    margin: 10px auto;
}
#post_next_prev{font-size: 14px;}
#footer{display:none !important}


/*ipad 横屏*/
@media   (max-width: 768px) {
	
body{;margin: 0 auto;background-size: cover;}
#topimg{-webkit-backface-visibility: hidden;
    backface-visibility: hidden;position: fixed;left: 0; top: 0;  left: 0;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
background-size: cover;
-webkit-background-size:135%;background-size:135%;width:100%;max-width: 1024px;height:110%; 
 min-height: 768px; 
}
#header {padding-bottom:0px;}
#home{ width: 980px;margin:100% auto 0px;  background: rgba(255,255,255,.8);}   

}
#home,#main{
   
    background-color: rgba(255,255,255,0.72);

}