
.div_my_zzk{
    width: 150px;!important
}
html{
    display: none;
}

/*屏蔽博客园顶上的*/
div#top_nav {
    display: none;
}


/*定义滚动条样式*//*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
width:0px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 0.1rem;
    background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}






/*首页文章大标题*/
.postTitle a, .postTitle a:link, .postTitle a:visited {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #55AA88, 0 0 1px rgba(0, 0, 0, 0);
    margin: .4em;
    padding: 5px;
    margin-left: 0;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #55aa88;
}

.postTitle a:hover {
    background: #fff;
    color: black;
    box-shadow: inset 0 0 0 4px #55AA88, 0 0 1px rgba(0, 0, 0, 0);
}

/*下一页*/
#nav_next_page a {
    box-shadow: 0 1px 3px #3671a5;
    border: 1px solid #3671a5;
    background: #3671a5;
    color: #fff;
    阿 transition: all .4s linear 0s;
}

/*动画设置*/

@keyframes pulse {
    25% {
        transform: scale(1.05);
    }

    75% {
        transform: scale(.99);
    }
}

.entrylistPosttitle a:hover {
    margin: 8px;
    transform: none;
}

.entrylistPosttitle a:before, .PostList a:before, .postCon h3:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.entrylistPosttitle a:hover, .PostList a:hover {
    padding: 1em;
    box-shadow: none;
}

.entrylistPosttitle a:hover:before, .PostList a:hover:before, .postCon h3:hover:before {
    width: 25px;
    height: 25px;
}

.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .PostList a:link, .PostList a:visited, .postCon a:link, .postCon a:visited {
    color: white;
}

.entrylistPosttitle a, .PostList a, .postCon h3 {
    display: table;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    margin: .4em;
    padding: 1em;
    background: #5b94c5;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;

}

/*hover相关*/
/*正文*/
.day:hover {
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.4);
}

/*头像*/
img.author_avatar:hover {
    transform: rotateZ(360deg);
    transition: all 0.5s ease-out;
}

/*a标签*/
a:hover {
    box-shadow: inset 20px 16px 20px 0px #fff;
    border-radius: 5px;
    padding: 5px;
}

.postCon a:hover {
    box-shadow: none;
}


a.head-top:hover {
    background-color: rgba(82, 168, 236, 0.22);
}

.dayTitle a {
    color: white;
    box-shadow: none;
}

.dayTitle a:link {
    color: white;
}

.dayTitle a:visited {
    color: white;
}

#Header1_HeaderTitle:hover {
    background: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1455150/o_44444444.gif);
    background-size: 100% 100%;
}

.dayTitle a:hover {
    color: #222;
    border-radius: 0 10px 10px 0px;
    background: #A7995A;
}


#navList a:link {
    color: #222
}

.dayTitle a:link {
    color: #ffffff
}


/*a标签样式*/
#blogTitle h1 a {
    box-shadow: none;
}

a {
    padding: 5px;

}

#ad_under_google a {
    display: none;
}


.dayTitle a {
    display: block;
    width: 120px;
    padding: 0;
    position: absolute;
    margin: 0;
    color: white;
}


/*右侧公告栏a标签特效*/
#sideBar a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#sideBar a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#sideBar a:hover {
    color: white;
}

#sideBar a {
    display: -webkit-inline-box;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: #222;
}

#sideBar a:link, #sideBar a:visited {
    text-decoration: none;
}

/*首页随笔效果设置*/
#navList a {
    color: #222;
    margin: 2px 10px 0px .2px;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding: 2px 0 0 0;
}

#navList a:hover {
    box-shadow: none;
}

#navList a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#navList a:hover:before {
    left: 0;
    right: 0;
}

#navList a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

#navList a :link, #navList a :visited {
    text-decoration: none;
}

.scrollCls {
    position: fixed;
    top: 0;
    height: 3px;
    background: cornflowerblue;
    transiton-property: width, background;
    transition-duration: 1s, 1s;
    z-index: 99999;
}


#mainContent {
    width: 94%;
}


.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: none;
}


.postDesc-img {
    position: absolute;
    padding-bottom: 0;
    float: right;
    right: 0;
    bottom: 0;
    z-index: -1;
}


.cnblogs-post-body h3 {
    text-decoration: none;
    font-size: 10px;
    line-height: 10px;
}

.cnblogs-post-body h2 {
    color: red;
    font-size: 20px;

}

.day {
    padding: 54px 4% 2% 4%;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.35s;
    box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
    margin-bottom: 50px;
    margin-top: 0px;
    margin-right: 20px;
}


#blog_stats {
    height: 35px;
    margin: 20px 5px 10px 5px;
    color: rgb(0, 0, 0);

    float: right;
    position: absolute;
    right: 145px;
    top: 175px;
}

.headermaintitle {
    font-family: sans-serif;
}


*:hover, #green_channel:hover, #green_channel a:hover, #div_digg:hover, a:hover, .diggit:hover, .buryit:hover {
    cursor: url(https://www.cnblogs.com/images/cnblogs_com/pythonywy/1516412/o_Hand.png), auto;
}

a:active {
    cursor: url(https://www.cnblogs.com/images/cnblogs_com/pythonywy/1516412/o_AppStarting.png), auto;
}

a:focus {
    cursor: url(https://www.cnblogs.com/images/cnblogs_com/pythonywy/1516412/o_wait.png), auto;
}

p, code {
    cursor: url(https://www.cnblogs.com/images/cnblogs_com/pythonywy/1516412/o_IBeam.png), auto;
}

* {
    cursor: url(https://www.cnblogs.com/images/cnblogs_com/pythonywy/1516412/o_Arrow.png), auto;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;

}

a.head-top {
    font-family: cursive;
    margin: 0 -10px 0 0;
    padding: 6px 8px;
    border: inset 1px #57ade678;
    border-bottom: none;
    border-radius: 19px 19px 0px 0px;
    background: white;
}


#site_nav_under {
    display: none;
}

.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}

#ad_under_google {
    height: 0;
    overflow: hidden;
}


#tbCommentBody.comment_textarea {
    background: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1455150/o_yinghua.gif);
    background-size: 100% 100%
}

#Header1_HeaderTitle {
    background: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1455150/o_biaotiend.png);
    background-size: 100% 100%;
    padding: 0 40px 50px 0;
    position: absolute;
    margin-top: 14px;
    top: 20px;
}


#blog_stats {
    height: 35px;
    margin: 20px 5px 10px 5px;
    color: rgb(0, 0, 0);

}


#blogTitle h2 {
    color: rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    width: 100%;
    margin: 48px 5px 0px 5px;

}


/*生成博客目录的CSS*/
#uprightsideBar {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    position: fixed; /*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top: 50px;
    right: 0;
    width: auto;
    height: auto;
    display: none;
}

#sideBar {
    float: left;
    padding: 0 0 0 65px;
}

#sideBarTab {
    float: left;
    width: 40px;
    height: 200px;
    border: 1px solid #e5e5e5;
    border-right: none;
    text-align: center;
    background-image: url(https://www.cnblogs.com/images/cnblogs_com/pythonywy/1455951/o_%e7%82%ab%e5%bd%a9.png);
    color: #79a3e5;
}

#sideBarContents {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    min-width: 250px;
    max-width: 500px;
    min-height: 200px;
    max-height: 550px;
    border: 1px solid #e5e5e5;
    border-right: none;
    background: #fff;
    background-size: 100% 100%;
    color: #79a3e5;
}

#sideBarContents dl {
    margin: 0;
    padding: 0;
}

#sideBarContents dt {
    margin-top: 5px;
    margin-left: 5px;
}

#sideBar a.QQ:before{
    background: none;
}
.QQ:hover,#sideBarContents dd:hover, dt:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    box-shadow: none;
    color: #A7995A;
}

#sideBarContents dd {
    margin-left: 20px;
}


#blogTitle h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin: 48px 5px 0px 5px;

}


.menu {
    color: #000000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.menu:hover {
    color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}


#Header1_HeaderTitle {
    background: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1455150/o_biaotiend.png);
    background-size: 100% 100%;
    padding: 0 40px 50px 0;
}


#header {
    background: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1455150/o_1kongbai.png);
    background-size: 100% 100%;
    width: 102.5%;
}

/*simplememory*/
#google_ad_c1, #google_ad_c2 {
    display: none;
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td,
.syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    font-size: 14px !important;
}

#home {
    opacity: 0.80;
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #ffffff30;
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    color: #515151;
}

#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 30px;
    clear: both;
    margin-top: 25px;
}

.catListTitle {
    font-weight: bold;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding-left: 35px;
    background: url(https://images.cnblogs.com/cnblogs_com/pythonywy/1466306/o_xiao1.png) no-repeat;
    height: 20px;
    line-height: 10px;
    padding-top: 11px;
    color: rgb(143, 198, 242);
}

#ad_under_post_holder #google_ad_c1, #google_ad_c2 {
    display: none !important;
}

body {
    color: #000;
    background: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
}

#topics .postTitle {
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

div.commentform p {
    margin-bottom: 10px;
}

.comment_btn {
    padding: 5px 10px;
    height: 35px;
    width: 90px;
    border: 0 none;
    border-radius: 5px;
    background: #ddd;
    color: #999;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    display: inline !important;
}

#commentform_title {
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0;
    font-size: 24px;
}

#commentbox_opt, #commentbox_opt + p {
    text-align: center;
}

.commentbox_title {
    width: 100%;
}

#tbCommentBody {
    font-family: 'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
    margin-top: 10px;
    max-width: 100%;
    min-width: 100%;
    background: white;
    color: #333;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px #aaa;
    padding: 10px;
    height: 250px;
    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;
}

#blog-comments-placeholder, #comment_form {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
    margin-bottom: 50px;
}

.feedback_area_title {
    margin-bottom: 15px;
    font-size: 1.8em;
}

.feedbackItem {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
    background: rgb(248, 248, 248);
}

.color_shine {
    background: rgb(226, 242, 255);
}

#comment_form .title {
    font-weight: normal;
    margin-bottom: 15px;
}


.day {
    font-weight: bold;
    color: #222222;
}


.md-end-block md-pr {
    background: #ffffff;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 2px 2px 2px #ffffff;
}


/*此处自定义标题背景色*/
#cnblogs_post_body h1 {
    background: #265B8A;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 12px 0 8px 5px;
    text-align: center;
    margin-bottom: 20px;
}

#cnblogs_post_body h2 {
    background-color: #008FC6;
    text-align: center;
    color: white;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
    padding: 5px 15px 0px 15px;
    margin-bottom: 10px;
}

#cnblogs_post_body h3 {
    background-color: #51C332;
    text-align: left;
    color: white;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}

#cnblogs_post_body h4 {
    background-color: #5bc0de;
    border-radius: 3px;
    text-align: left;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 10px;
}

code {
    padding: 1px 3px;
    margin: 0 3px;
    background: #ddd;
    border: 1px solid #ccc;
    font-family: Menlo, Monaco, Andale Mono, lucida console, Courier New, monospace;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 14px;
}

#cnblogs_post_body table {
    text-align: center;
    width: 100%;
    border: 1px solid #dedede;
    margin: 15px 0;
    font-weight: bold;
    border-collapse: collapse;
}


.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}

#BlogPostCategory a:link, #BlogPostCategory a:active {
    color: #FFF;
}

.c_b_p_desc:hover {
    color: #4d90ae;
}

.c_b_p_desc {
    color: #222222;
}

div.div.blogStats {
    float: right;
    color: #6a7aaaf0;
    margin-top: 0px;
    margin-right: 80px;
    text-align: right;
    padding: 2px 0 2px 0;
}

.blogStats {
    float: right;
    color: #222222;
    margin-top: 0px;
    margin-right: 80px;
    text-align: right;
    padding: 2px 0 2px 0;
}

a:visited {
    color: #222222;
    text-decoration: none;
}

a:link {
    color: #222222;
    text-decoration: none;
}


.day .postTitle {
    border-left: none;
}

.postCon {
    float: none;
    line-height: 1px;
    width: 100%;
    clear: both;
    padding: 5px;
}

.dayTitle {
    display: block;
    width: 120px;
    border-radius: 0 10px 10px 0px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    background: #222;
    top: 0px;
    border: none;
    left: 100px;
}


.postTitle a:hover {
    margin-left: 0;
}


#topics {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.35s;
    box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
    margin-bottom: 1px;
    margin-top: 1px;
    margin-right: 20px;
    width: 98%;
}

.read_auto_button:hover,.read_goend_button:hover,.read_gotop_button:hover,.read_book_button:hover,a.uri:hover, .postDesc a:hover, .postBody a:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    box-shadow: none;
}

#blog-comments-placeholder a:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    box-shadow: none;
    padding: 5px;
    text-decoration:none
}

#blog-comments-placeholder a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        padding: 5px;
}

a.uri, .postBody a, .postDesc a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#navList li {
    margin: 0;
}

#topics {
    background: white;
}

.postDesc2,.c_b_p_desc,.entrylistItemPostDesc{
    display: none;
}

