/*GoDieAd*/
.c_ad_block,#ad_t2,.ad_text_commentbox,#under_post_news,#under_post_kb,#bannerbar,.under-post-card,.itnews under-post-card{
display: none;
}
/*markdown*/
.comment_textarea{
width: 660px;
}




/*player*/
#musichid:hover i {
    color: #fff;
}
#musichid:hover {
    background: #d6d6de;

}
#musicbox:hover{
    left:-30px;

}
#musichid {
    background: #fff;
    width: 30px;
    height: 80px;
    border-radius: 15px 15px;
    box-shadow: 0px 10px 30px rgb(0,0,0,0.1);
    z-index: 9;
    position: relative;
    left: 390px;
}

.musicout {
    color: lightgrey;
    margin: 26px 0px 0px 5px;
}

#musicbox {
    position: fixed;
    bottom: 20px;
    left: -381px;
    transition: left 0.5s;
    z-index:79;
     width:430px;
}
#yl{
    position: absolute;
    bottom: 20px;
    left: 320px;
    z-index: 9;
    /*background: #ff6a84;*/
    height: 50px;
    padding-left:10px;
}

span.ytext{
    font-size: 12px;
    visibility:hidden;
}

span.bol{
    width: 8px;
    height: 8px;
    z-index: 2;
    background: #FFEB3B;
    position: absolute;
    top: 24px;
    left: 52px;
    box-shadow: 0 0 3px rgb(0,0,0,0.3);
    border-radius: 50%;
    transition: left 0.3s;
}


div#yi{
    background: rgb(0,0,0,0.08);
    width: 50px;
    height: 4px;
    position: absolute;
    cursor: pointer;
}

div#yn{
    height: 4px;
    width: 50px;
    position: absolute;
    background: #FFEB3B;
    border-radius: 10px;
    transition: width 0.3s;
}









*:focus {
	outline:none;
}
#app-cover {
	position:absolute;
	right:0;
	left:0;
	width:430px;
	height:100px;
	margin:-4px auto;
	transform: scale(0.8);
        top:-6px;
}
#bg-artwork {
	position:fixed;
	top:-30px;
	right:-30px;
	bottom:-30px;
	left:-30px;
	background-image:url(https://k003.kiwi6.com/hotlink/8msy543338/1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%;
	filter:blur(40px);
	-webkit-filter:blur(40px);
	z-index:1;
}
#bg-layer {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#fff;
	opacity:0.51;
	z-index:2;
}
#player {
	position:relative;
	height:100%;
	z-index:3;
}
#player-track {
	position:absolute;
	top:0;
	right:15px;
	left:15px;
	padding:13px 22px 10px 184px;
	background-color:#fff7ae;
	border-radius:15px 15px 0 0;
	transition:0.3s ease top;
	z-index:1;
}
#player-track.active {
	top:-92px;
}
#album-name {
	color:#54576f;
	font-size:17px;
	font-weight:bold;
        line-height: 22px;
}
#track-name {
	color:#acaebd;
	font-size:13px;
	margin:2px 0 0px 0;
	width: 134px;
   	height: 18px;
    	overflow: hidden;
}
#track-time {
	height:18px;
	margin-bottom:5px;
	overflow:hidden;
}
#current-time {
	float:left;
}
#track-length {
	float:right;
}
#current-time,#track-length {
	color:transparent;
	font-size:11px;
	background-color:#ffffff;
	border-radius:10px;
	transition:0.3s ease all;
}
#track-time.active #current-time,#track-time.active #track-length {
	color:#FF9800;
	background-color:transparent;
}
#s-area,#seek-bar {
	position:relative;
	height:4px;
	border-radius:4px;
}
#s-area {
	background-color:#dcdcdc;
	cursor:pointer;
}
#ins-time {
	position:absolute;
	top:-29px;
	color:#fff;
	font-size:12px;
	white-space:pre;
	padding:5px 6px;
	border-radius:4px;
	display:none;
        z-index: 80;
}
#s-hover {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	opacity:0.2;
	z-index:2;
}
#ins-time,#s-hover {
	background-color:#3b3d50;
}
#seek-bar {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:0;
	background-color:#FFC107;
	transition:0.2s ease width;
	z-index:1;
}
#player-content {
	position:relative;
	height:100%;
	background-color:#fff;
	box-shadow:0 30px 80px #656565;
	border-radius:15px;
	z-index:2;
}
#album-art {
	position:absolute;
	top:-40px;
	width:115px;
	height:115px;
	margin-left:40px;
	-webkit-transform:rotateZ(0);
	transform:rotateZ(0);
	transition:0.3s ease all;
	box-shadow:0 0 0 10px #fff;
	border-radius:50%;
	overflow:hidden;
}
#album-art.active {
	top:-60px;
	box-shadow:0 0 0 4px #fff7f7,0 30px 50px -15px #afb7c1;
}
#album-art:before {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	left:0;
	width:20px;
	height:20px;
	margin:-10px auto 0 auto;
	background-color:#d6dee7;
	border-radius:50%;
	box-shadow:inset 0 0 0 2px #fff;
	z-index:2;
}
#album-art img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:-1;
}
#album-art img.active {
	opacity:1;
	z-index:1;
}
#album-art.active img.active {
	z-index:1;
	-webkit-animation:rotateAlbumArt 3s linear 0s infinite forwards;
	animation:rotateAlbumArt 3s linear 0s infinite forwards;
}
@-webkit-keyframes rotateAlbumArt {
	0% {
	-webkit-transform:rotateZ(0);
	transform:rotateZ(0);
}
100% {
	-webkit-transform:rotateZ(360deg);
	transform:rotateZ(360deg);
}
}@keyframes rotateAlbumArt {
	0% {
	-webkit-transform:rotateZ(0);
	transform:rotateZ(0);
}
100% {
	-webkit-transform:rotateZ(360deg);
	transform:rotateZ(360deg);
}
}#buffer-box {
	position:absolute;
	top:50%;
	right:0;
	left:0;
	height:13px;
	color:#1f1f1f;
	font-size:13px;
	font-family:Helvetica;
	text-align:center;
	font-weight:bold;
	line-height:1;
	padding:6px;
	margin:-12px auto 0 auto;
	background-color:rgba(255,255,255,0.19);
	opacity:0;
	z-index:2;
}
#album-art img,#buffer-box {
	transition:0.1s linear all;
}
#album-art.buffering img {
	opacity:0.25;
}
#album-art.buffering img.active {
	opacity:0.8;
	filter:blur(2px);
	-webkit-filter:blur(2px);
}
#album-art.buffering #buffer-box {
	opacity:1;
}
#player-controls {
	width:250px;
	height:100%;
	margin:0 5px 0 141px;
	float:right;
	overflow:hidden;
}
.control {
	width:33.333%;
	float:left;
	padding:12px 0;
}
.button {
	width:26px;
	height:26px;
	padding:25px;
	background-color:#fff;
	border-radius:6px;
	cursor:pointer;
}
.button i {
	display:block;
	color:#d6dee7;
	font-size:26px;
	text-align:center;
	line-height:1;
}
.button,.button i {
	transition:0.2s ease all;
}
.button:hover {
	background-color:#d6d6de;
}
.button:hover i {
	color:#fff;
}


/*player end*/
.iconlink:hover{
    color:red;
}
.iconlink{
    color:white;
    width:30px;
}
.blur{
     filter:blur(5px);
}
#overlay_whole {
            background: #000;
            opacity: 0.5; /* 透明度 */
            display:none;
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 9001; /* 此处的图层要大于页面 */
}
/*specialday 
#overlay_specialday {
            background: #000;
            opacity: 0.5; 
            display:block;
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 9001; 
}
#cout { 
position: fixed;
 top: 10%; 
left: 0px; 
width: 500px; 
margin: 0px auto;
 height: 80%;
 z-index: 9999; 
overflow: hidden; 
}

#cfocus { 
display: block; 
position: absolute; 
top: 1%; 
left: 10%; 
width: 400px; 
margin: 0px auto; 
height: 99%;
 background-color: rgb(0, 0, 255); 
border-radius: 5px; 
box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px 0px; 
}

#cfocus h1 {
 color: rgba(255, 255, 255, 0.25); 
margin-top: 10px; 
margin-bottom: 20px; 
font-weight: bold; 
font-size: 40px; 
position: absolute;
 top: 10px;
 left: 10px; }

#cfocus p { 
color: rgb(241, 202, 23); 
margin-bottom: 8px; 
}

#jd1 { 
position: relative;
 transform: rotate(40deg) scale(0.5); 
top: -50px; 
left: -130px;
 z-index: 99;
 }

#dc1 {
 transform: rotate(-5deg) scale(1.5); 
position: relative; 
top: -70px; 
left: -30px; 
box-shadow: rgba(0, 0, 0, 0.44) 0px 10px 30px;
 }

#cdiv { 
overflow: scroll; 
width: 100%; 
height: 150px; 
position: relative; 
top: -30px; 
}

#cdiv::-webkit-scrollbar { 
display: none; 
}

.cfimg { 
position: absolute; 
width: 400px; 
top: 0px; 
left: 0px; 
}
specialday end*/
#inputbox{
    width: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0 12px;
    border-radius: 50px;
    vertical-align: middle;
    background-color: #dfc85a;
    overflow: hidden;
    float: right;
    position: relative;
    top: -47px;
    right: 70px;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.51);
    transition:width 2s;
}
#inputbox:hover{
    width: 195px;
    border: 1px solid #8a7200;
    background-color:#fff;
    box-shadow: unset;
    transition:width 2s;
}
.linka{
      text-decoration:underline;
      color:white;
      font-weight:bold;
}
.linka:hover{
      text-decoration:none;
      color:#8076a3;
      font-weight:bold;
}
.menu{
     text-decoration:none;
}

#h1x a{
        text-decoration:none;
}
.topicListFooter {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px
}

* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

body {
	background: url(images/body_bg.png) repeat-x scroll 0 0 #fffefa;
	color: #fcd217;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 25px;
	min-height: 101%
}
::selection { 
        background:#695e45; 
        color:#ffffff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#sideBar ul {
	word-break: break-all;
	list-style: none
}

#sideBar li {
	list-style: none
}

h1,h2,h3 {
	font-size: 100%;
	font-weight: normal
}

/*a:link {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #f60;
	text-decoration: underline
}*/

.clear {
	clear: both
}

#blogTitle {
	/*background: url(images/title-yellow.png) no-repeat center 21px;*/
	height: 140px;
	clear: both;
	width: 1200px;
	margin: 0 auto;
	position: relative;
        display:none;
}
#blogTitlex{
        height:250px;
}
#blogTitlex h1 {
	font-size: 30px;
	width: 310px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 17px;
	font-weight: normal
}
#header{
        margin-bottom:30px;
}
#blogTitlex h2 {
	width: 200px;
	position: relative;
	line-height: 180%;
	font-weight: normal;
	top: 98px;
	left: 94px;
	font-size: 16px;
        color: #d2b42c
}

#blogTitlex #h1x a{
        color: #f1ca17
}

#blogLogo {
	float: right
}
#navigatorx {
	background-color: #f1ca17;
	height: 60px;
	clear: both;
	/*position: relative!important;强调该样式   优先使用            解决冲突*/
	border-left: none;
	border-right: none;
        opacity:0.6;
        overflow:hidden;
        top:150px;
        z-index:90;
}
#navigator {
	background-color: #f1ca17;
	height: 60px;
	clear: both;
	position: relative;
	border-left: none;
	border-right: none;
        opacity:0.6;
        display:none;
}

#navList {
	margin: 0 0 0 72px ;/*0 auto居中*/
	height: 60px;
        display:table;
        background-color:#f1ca17;
}

#navList li {
	float: left;
	height: 60px;
	line-height: 60px;
	list-style-type: none
}

#navList a {
	padding: 0 20px;
	font-size: 16px;
	display: block;
	color: #fff;
        font-weight: bold;
        text-shadow:1px 1px 8px #757575;
}

#navList a:link {
	color: #fff;
}

#navList a:hover {
	text-decoration: overline;
	background-color:#fffefa;
	color: #2e317c
}

.blogStats {
	display: none
}

#main {
	width: 1010px;
	margin: 20px auto 0;
	clear: both
}

.postDesc a:link {
	color: #a3a3a3
}

.postDesc a:hover {
	color: #9ab26b;
	text-decoration: none
}

.postSeparator {
	border-top: 1px dashed #c0c0c0;
	margin: 20px 0;
	clear: both
}

.topicListFooter {
	margin-top: 15px;
	height: 68px;
	line-height: 68px;
	font-size: 16px
}

#nav_next_page {
	line-height: 40px
}

#nav_next_page a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #99b16b;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none
}

#calendar table a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f60
}

.divRecentComment {
	margin-top: .5em
}

#EntryTag a:hover {
	color: #f60
}

.feedbackListSubtitle {
	padding: 0 5px
}

.feedbackListSubtitle a:hover {
	color: #9ab26b;
	text-decoration: none
}

#divRefreshComments {
	text-align: right;
	margin-bottom: 10px
}

.entrylistItemPostDesc a:hover {
	color: #f60
}

.topicListFooter .pager a,.topicListFooter .pager span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	height: 40px;
	line-height: 40px;
	margin-top: 14px;
	color: #2e6ab1;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	border: none
}

.topicListFooter .pager a:hover,.topicListFooter .pager span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #9ab26b;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.09);
	height: 40px;
	line-height: 40px;
	margin-top: 14px;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	border: none
}

.divPhoto:hover {
	border-color: #08c;
	box-shadow: 3px 3px 3px rgba(0,0,0,.3)
}

#footer {
	text-align: center;
	min-height: 15px;
	_height: 15px;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333
}

.pfl_feedback_area_title {
	margin-bottom: 1em
}

.pfl_feedbackCon {
	margin: .5em
}

.postCon a:link {
	text-decoration: none;
	color: #9ab26b
}

body,div,h1,h2,h3,h4,h5,h6,ul,li,img {
	margin: 0;
	padding: 0
}

img {
	border: none
}

#home {
	margin: 0 auto
}

#BlogMusicPayer,#flashContent {
	display: block;
	left: 719px;
	position: absolute;
	top: 45px
}

#user .user_info a:hover {
	color: rgba(255,255,255,1)
}

#mynav li:hover {
	background-color: #99b16b;
	color: #fff
}

#mynav li,#profile_block a,.catListTag ul li,.catListTag ul li:before,.catListPostCategory ul li a,.catListPostArchive ul li a,.recent_comment_title a,.catListView ul li a,.catListFeedback ul li a {
	-webkit-transition: all .2s ease-in;
	-o-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out
}

#mainContent {
	background: none;
	float: left;
	overflow: visible;
	text-overflow: ellipsis;
	width: 700px;
	word-break: break-all
}

#mainContent .forFlow {
	float: none;
	width: 100%
}

.day {
        transition: box-shadow 0.6s , transform 0.5s; 
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
        opacity:0.7;
        border-radius: 5px;
        box-shadow: 0px 1px 7px #b3b3b3;
        transform: scale(1,1);    
}

.day:hover {
        transition: box-shadow 0.6s , transform 0.5s;
	background: #f7f5eb;
        box-shadow: 0px 1px 25px #b3b3b3;
	position: relative;
	z-index: 10;
        transform:scale(1.01,1.01);    
}

.day:hover .postSeparator {
	border-top: 1px dashed #867018
}

.dayTitle {
	color: #fff;
	background-color: #d2b116;
	padding: 3px 6px;
	font-size: 12px;
	display: block;
	float: left;
	margin-right: 10px;
	z-index: 10px;
        border-radius: 3px;
}

.dayTitle:hover {
	background-color: #8076a3
}

.dayTitle a {
	color: #fff;
        text-decoration: none;
}

.day .postTitle2 {
	color: #555
}

.day .postTitle {
	font-size: 21px;
	line-height: 1.5em;
	float: left;
	clear: right
}

.postCon {
	padding: 15px 0;
	clear: both
}

.postDesc {
	clear: both;
	color: #bcbcbc;
	float: none;
	text-align: left;
	line-height: 200%;
	font-size: 12px
}

.postDesc a {
	color: #999
}


#topics {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    opacity: 0.9;
    border-radius: 5px;
    box-shadow: 0px 1px 10px #b3b3b3;
}

#topics .postTitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #652d17;
    text-decoration: underline;
}

#topics .postTitle a {
	color: #333
}

#topics .postBody blockquote {
	border: none;
	border-left: 5px solid #ddd;
	margin: 0;
	padding-left: 10px
}

#topics .postBody blockquote p {
	margin: 0;
	padding: 0;
	color: #777
}
.comment_date + a{
    color: #ffdbae!important;
}
a.layer{
        color:#fff;
}
span.louzhu {
    color: #08ea08;
}
.comment_actions a {
    padding-right: 10px;
    color: #eed159;
}
a.comment_digg {
    color: green;
}
a.comment_burry {
    color: orangered;
}
.blog_comment_body {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #52412b;
    font-weight: 600;
}
#comment_form_container {
    border: 1px solid #8b6f4b;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}
#comment_form_container {
    border: 1px solid #8b6f4b!important;
    margin-bottom: 30px;

}
#comment_nav a {
    color: #8b6f4b;
}
#commentform_title {
    color: #8b6f4b;
    font-weight: 600;
}
.comment_btn {
    verticle-align:middle;
    height: unset;
    width: unset;
    border: none;
    background: #61649f;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 20px 6px 20px;
}



.postTitle a:link {
	color: #7e8c8d;
        text-decoration: none;
}

.postTitle a:hover {
	color: #2e317c;
	text-decoration: none
}

#cnblogs_post_body {
	color: #333;
	line-height: 1.8
}

#cnblogs_post_body h2 {
	margin: 20px 0
}

#cnblogs_post_body p a:hover,#cnblogs_post_body ol li a:hover,#cnblogs_post_body ul li a:hover {
	border-bottom: 1px dotted #9ab26b
}

#cnblogs_post_body ol,#cnblogs_post_body ul {
	margin: 0 0 1em;
	margin-left: 40px;
	padding: 0
}

#EntryTag {
	font-size: 14px;
	color: #7e8c8d;
	font-weight: bold
}

#EntryTag a {
	text-decoration: none;
	color: #9fa4a4;
	font-weight: normal;
	margin-left: 10px
}

#BlogPostCategory a {
	margin-left: 10px
}

#BlogPostCategory a:hover {
	color: #ff5e52;
	border-bottom: 1px dotted #ff5e52
}

#post_next_prev {
	line-height: 200%;
	margin: 10px 0;
	font-size: 14px
}

#post_next_prev a {
	color: #333
}

#post_next_prev a:hover {
	border-bottom: 1px dotted #ff5e52;
	color: #ff5e52
}

#topics .postDesc {
	font-size: 14px;
	color: #777;
	line-height: 200%;
	margin: 10px 0
}

#topics .postDesc a:hover {
	color: #9ab26b
}

#mystart ul li a.a,#mystart ul li a.b {
	float: left;
	margin-right: 12px;
	text-decoration: none
}

#myinfo a:hover {
	border-bottom: 1px dotted #9ab26b
}

.feedbackManage {
	line-height: 26px;
	float: right
}

.comment_actions a:hover {
	color: #9ab26b
}

.login_tips a {
	padding: 4px
}

.login_tips a:link,.login_tips a:active,.login_tips a:visited {
	color: #7d8b8d
}

.login_tips a:hover {
	color: #f60
}

.login_tips_login {
	background: #9ab26b
}

.login_tips_regist {
	background: #49c8f5
}

.login_tips_home {
	background: #2b6695
}

.entrylistItem {
	margin-bottom: 20px;
	min-height: 20px;
	position: relative;
	background: #fff;
	position: relative;
	z-index: 2
}

.entrylistPosttitle a.desc_img_wrap {
	margin: 0;
	margin-bottom: 10px;
	display: block;
	position: relative;
	height: 320px
}

.entrylistPosttitle a:hover {
	color: #99b16b;
	text-decoration: none
}

.c_b_p_desc {
	font-size: 14px;
	color: #333;
	line-height: 200%
}

a.c_b_p_desc_readmore {
	color: #9ab26b
}

.entrylistItemPostDesc a:hover {
	color: #9ab26b
}

#sideBar {
	width: 290px;
	margin-left: 20px;
	float: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: visible;
	word-break: break-all
}

#blog-news {
	overflow: visible;
	margin-bottom: 20px
}

#blog-news .share {
	width: 290px;
	height: 118px;
	background: #fff
}

#blog-news .share li:hover {
	box-shadow: 0 0 3px rgba(0,0,0,.3)
}

#profile_block {
	background: #fff;
	padding: 20px;
	color: #7e8c8d;
	font-size: 13px;
	line-height: 1.8;
	margin-top: 0 !important;
	border: 1px solid #dedede;
        display:none;
}

#profile_block:hover {
	border: 1px solid #ff5e52
}

#profile_block a {
	color: #9fa4a4;
	text-decoration: none;
	font-size: 13px
}

#profile_block a:hover {
	color: #99b16b;
	border-bottom: 1px dotted #99b16b
}

#blog-news .social .social_weibo,#blog-news .social .social_github,#blog-news .social .social_envelope {
	background: #d04341;
	font-size: 30px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	width: 63px;
	height: 58px;
	display: block;
	line-height: 58px
}

#blog-news .social .social_weibo {
	text-shadow: #b13937 1px 1px,#b13937 2px 2px,#b13937 3px 3px,#b13937 4px 4px,#b13937 5px 5px,#b13937 6px 6px,#b13937 7px 7px,#b13937 8px 8px,#b13937 9px 9px,#b13937 10px 10px,#b13937 11px 11px,#b13937 12px 12px,#b13937 13px 13px,#b13937 14px 14px,#b13937 15px 15px,#b13937 16px 16px,#b13937 17px 17px,#b13937 18px 18px,#b13937 19px 19px,#b13937 20px 20px,#b13937 21px 21px,#b43a38 22px 22px,#b73b39 23px 23px,#bb3c3a 24px 24px,#be3d3b 25px 25px,#c23e3c 26px 26px,#c53f3d 27px 27px,#c9403e 28px 28px,#cc413f 29px 29px,#d04341 30px 30px
}

#blog-news .social .social_github {
	background: #34c8f4;
	text-shadow: #2fb4dc 1px 1px,#2fb4dc 2px 2px,#2fb4dc 3px 3px,#2fb4dc 4px 4px,#2fb4dc 5px 5px,#2fb4dc 6px 6px,#2fb4dc 7px 7px,#2fb4dc 8px 8px,#2fb4dc 9px 9px,#2fb4dc 10px 10px,#2fb4dc 11px 11px,#2fb4dc 12px 12px,#2fb4dc 13px 13px,#2fb4dc 14px 14px,#2fb4dc 15px 15px,#2fb4dc 16px 16px,#2fb4dc 17px 17px,#2fb4dc 18px 18px,#2fb4dc 19px 19px,#2fb4dc 20px 20px,#2fb4dc 21px 21px,#2fb6de 22px 22px,#30b8e1 23px 23px,#30bae4 24px 24px,#31bce6 25px 25px,#31bfe9 26px 26px,#32c1ec 27px 27px,#32c3ee 28px 28px,#33c5f1 29px 29px,#34c8f4 30px 30px
}

#blog-news .social .social_envelope {
	background: #f8bc2e;
	text-shadow: #d3a027 1px 1px,#d3a027 2px 2px,#d3a027 3px 3px,#d3a027 4px 4px,#d3a027 5px 5px,#d3a027 6px 6px,#d3a027 7px 7px,#d3a027 8px 8px,#d3a027 9px 9px,#d3a027 10px 10px,#d3a027 11px 11px,#d3a027 12px 12px,#d3a027 13px 13px,#d3a027 14px 14px,#d3a027 15px 15px,#d3a027 16px 16px,#d3a027 17px 17px,#d3a027 18px 18px,#d3a027 19px 19px,#d3a027 20px 20px,#d3a027 21px 21px,#d7a327 22px 22px,#dba628 23px 23px,#dfa929 24px 24px,#e3ac2a 25px 25px,#e7af2a 26px 26px,#ebb22b 27px 27px,#efb52c 28px 28px,#f3b82d 29px 29px,#f8bc2e 30px 30px
}

#blog-news .social .social_weibo:hover,#blog-news .social .social_github:hover,#blog-news .social .social_envelope:hover {
	text-shadow: none
}

#leftcontentcontainer {
	margin-top: 20px
}

.myad {
	padding: 20px;
	background: #fff;
	margin-top: 20px
}

.mySearch {
	background: #fff
}

.catListTitle {
	font-size: 18px;
	padding: 10px 20px;
	background-color: #f1ca17;
	color: #fff;
	font-weight: normal;
        opacity:0.8;
        border-radius:5px 40px 0px 8px ;
        margin-bottom:10px;
        display:none;/*______________________________________________________________原始title*/
}

#widget_my_zzk {
	padding: 15px 0 0 15px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	margin: 0 !important
}

#widget_my_google {
	padding: 10px 0 15px 15px;
	border: 1px solid #dedede;
	border-top: none;
	margin: 0 !important
}
#inputbox:hover .input_my_zzk{
    width: 170px;
    border: 1px solid #fff;
    line-height: 35px;
    font-size: 16px;
    outline:none;
    vertical-align: middle;
    height: 28px;
    position: relative;
    top: -1px;
    display:unset;
}
.input_my_zzk {
    display:none;
}

input.btn_my_zzk {
    font-size: 14px;
    height: 30px;
    width: 30px;
    background: #ffffff;
    text-align: center;
    border: 3.5px;
    color: #8b7d38;
    border-radius: 50%;
    position: relative;
    right: -175px;
    top: -36.2px;
    border-color: #dfc85a;
    border-style: solid;
}

input.btn_my_zzk:hover {
    cursor: pointer;
    background: #dfc85a;
    box-shadow: 1px 1px 5px #696969;
}

.catListTag ul li:hover {
	background: #ff5e52;
	cursor: pointer;
	color: #fff
}

.catListTag ul li:hover a {
	color: #fff
}

.catListTag ul li a:hover {
	text-decoration: none;
	color: #fff
}

.catListPostCategory {
	background: #fff
}

.catListPostCategory ul {
	border: 1px solid #dedede;
	border-top: none
}

.catListPostCategory ul li {
	line-height: 44px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 25px;
	font-size: 15px;
	color: #777
}

.catListPostCategory ul li a,.catListPostArchive ul li a,.catListArticleCategory ul li a,.recent_comment_title a,.catListView ul li a,.catListFeedback ul li a {
	color: #777;
	text-decoration: none
}

.catListPostCategory ul li a:hover,.catListPostArchive ul li a:hover,.catListArticleCategory ul li a:hover,.recent_comment_title a:hover,.catListView ul li a:hover,.catListFeedback ul li a:hover {
	color: #ff5e52;
	border-bottom: 1px dotted #ff5e52
}

.catListPostArchive {
	background: #fff
}

.catListPostArchive ul {
	border: 1px solid #dedede;
	border-top: none
}

.catListPostArchive ul li {
	line-height: 44px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 25px;
	font-size: 15px;
	color: #7e8c8d
}

.catListArticleCategory {
	width: 290px;
	padding-top: 20px;
	background: #fff
}

.catListImageCategory {
	width: 290px;
	padding-top: 20px;
	background: #fff
}

.catListComment {
	background: #fff
}

.recent_comment_title {
	color: #7e8c8d;
	border: none !important
}

.recent_comment_body,.recent_comment_author {
	color: #9fa4a4;
	padding-top: 0 !important
}

.recent_comment_body {
	border-bottom: none !important
}

.recent_comment_author {
	border-bottom: 1px solid #e9e9e9
}

.catListView {
	background: #fff;
	margin-top: 20px
}

.catListFeedback {
	background: #fff;
	margin-top: 20px
}

.catListFeedback ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: 8px 0
}

.catListLink {
	display: none
}

.clearFix:after {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	content: "";
	visibility: hidden
}

#myding {
	background: #99b16b;
	display: none
}

#myadd:hover {
	opacity: 1
}

#goto-top:hover {
	background: url(https://images.cnblogs.com/cnblogs_com/Li-Cheng/554829/o_goto-top.png) no-repeat 0 -36px
}

#blog-comments-placeholder {

    padding: 20px;
    border: 1px solid #ccc;
    padding-top: 0;
    margin-top: 20px;
    background: #87502be8;
    border-radius: 5px;
}

.feedbackItem {
	margin-top: 10px
}

.feedbackCon {
	border: 1px dashed #dedede;
	padding: 10px;
	margin: 10px 0;
        background: #eef7f2;
        border-radius: 4px;
}

#comment_nav {
	margin: 10px 0
}

#comment_nav a:hover {
	color: #9ab26b
}

#comment_form_container {
	border: 1px solid #dedede;
	padding: 20px;
	background-color: #fff
}

#site_nav_under {
	border: 1px solid #dedede;
	padding: 20px;
	background-color: #fff
}

#ad_under_post_holder {
	width: 300px;
	float: left;
	margin-bottom: 10px
}

#ad_t2,#under_post_kb,#under_post_news {
	margin-top: 10px;
	border: 1px solid #dedede;
	padding: 10px 20px;
	background-color: #fff
}

#under_post_news {
	width: 528px;
	margin-left: 0
}

#under_post_kb {
	clear: left
}

#google_ad_c2 {
	float: left;
	width: 570px;
	margin-left: 0;
	margin-bottom: 10px;
	clear: right
}

.entrylist h1 {
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px
}

.entrylistItem {
	background: #fff;
	padding: 20px;
	border: 1px solid #dedede;
	margin-bottom: -1px
}

.entrylistItem:hover {
	border: 1px solid #169fe6;
	position: relative;
	z-index: 10
}

.entrylist .postSeparator {
	display: none
}

.entrylistItemTitle {
	color: #555
}

.entrylistPosttitle {
	font-size: 21px;
	line-height: 1.5em;
	float: left;
	clear: right
}

.entrylistPostSummary {
	padding: 15px 0;
	clear: both
}

.entrylistItemPostDesc {
	clear: both;
	color: #bcbcbc;
	float: none;
	text-align: left;
	line-height: 200%;
	font-size: 12px
}

.entrylistItemPostDesc a {
	color: #999;
	float: none
}

#myposts h3 {
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	font-size: 28px !important
}

#myposts .PostList {
	background: #fff;
	padding: 20px;
	border: 1px solid #dedede;
	margin: 0 0 -1px 0 !important
}

#myposts .PostList:hover {
	border: 1px solid #169fe6;
	position: relative;
	z-index: 10
}

#myposts .PostList a {
	display: block;
	font-size: 16px;
	color: #333
}

#myposts .PostList a:hover {
	color: #ff5e52
}

.cnblogs-post-body {
	color: #333
}

.sidebar-block {
	margin-bottom: 20px;
	background-color: #fff
}

.sidebar-block h3 {
	background-color: #f1ca17;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px
}

.sidebar-block ul {
	border: 1px solid #dedede;
	border-top: none
}

.sidebar-block ul li {
	line-height: 2;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 10px 15px 20px;
	font-size: 14px;
	color: #777
}

.sidebar-block ul li a {
	color: #777;
	text-decoration: none
}

.sidebar-block ul li a:hover {
	color: #ff5e52;
	border-bottom: 1px dotted #ff5e52
}

#cnblogs_post_body img {
	max-width: 800px
}

#cnblogs_post_body a:link {
	text-decoration: underline
}

#ad_t2 a:link,#ad_t2 a:active,#ad_t2 a:visited,#under_post_news a:link,#under_post_news a:active,#under_post_news a:visited,#under_post_kb a:link,#under_post_kb a:active,#under_post_kb a:visited {
	color: #000
}
body {
cursor:url("https://files.cnblogs.com/files/SingleWalker/cutecursor.ico"),auto;
}
a:hover {
        cursor:url("https://files.cnblogs.com/files/SingleWalker/shycursor.ico"),auto;
}
div.notice {
	background:#fff;
	padding:20px;
	color:#7e8c8d;
	font-size:13px;
	line-height:1.8;
	margin-top:0!important;
	border:1px solid #dedede;
}
div.notice:hover {
	border:1px solid #ff5e52;
}
div.notice p {
	text-indent:20px；
}
div.notice h2 {
        color:#ff5e52;
}
div.rt {
        z-index:80;
	position:fixed;
	bottom:60px;
	right:5px;
	width:55px;
	height:150px;
}
div.rt a {
        text-align:center;
	display:block;
	width:38px;
	background:#EBF4FA;
	border-radius:3px;
	box-shadow:2px 2px 8px #808080;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	color:#169fe6;
	margin-bottom:5px;
}
div.rt a.rtb:hover {
	background:#6495ED;
	color:#FFF;
}
div.lt3{
        z-index:80;
        width:100%;
        top:0;
        left:0; 
        box-shadow:0 5px 15px rgba(0,0,0,.18);
	overflow:hidden;
        visibility: hidden;
}
div.lt3slow{
	transform: translate(0,-100%);
	transition: all 0.5s ease-in-out;
}
div.lt3scrolling{
	visibility: visible;
	transform: translate(0,0);
}
.span {
	position:relative;
	padding:5px;
}
.tip {
	display:block;
	background:#f00;
	border-radius:50%;
	width:8px;
	height:8px;
	top:0px;
	right:0px;
	position:absolute;
}
.tip:hover{
	background:blue;

}
#ffixed {
        z-index:90;
	position:fixed;
	bottom:70px;
	right:70px;
	width:120px;
	height:120px;
        text-align:center;
	background:#EBF4FA;
	border-radius:3px;
	box-shadow:2px 2px 8px #808080;
	color:#169fe6;
	padding:10px;
	font-size:13px;
	line-height:1.8;
	margin-top:0!important;
}
.type {
        color:red;
}
#page-border-top {
  position: fixed;
  top: 0;
  height: 6px;
  left: 0;
  right: 0;
  z-index: 80;
  background: #f8df72;
}
#page-border-bottom {
  position: fixed;
  bottom: 0;
  height: 6px;
  left: 0;
  right: 0;
  z-index: 80;
  background: #f8df72;
}
#page-border-left {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 6px;
  left: 0;
  z-index: 80;
  background: #f8df72;
}
#page-border-right {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 6px;
  right: 0;
  z-index: 80;
  background: #f8df72;
}



           /* ————————————对话框效果*/
.cbp_tmtimeline {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
	position:relative;
}
#containtimeline{
        margin:15px 0px 20px 0px;
        height:500px;        
       overflow:scroll;
        
}
#containtimeline::-webkit-scrollbar {
         display: none;
}
/* The line */
.cbp_tmtimeline:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:7px;
	background:#ffefa6;
	left:20%;
	margin-left:-10px;
}
.cbp_tmtimeline > li {
	position:relative;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display:block;
	width:25%;
	padding-right:100px;
	position:absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	display:block;
	text-align:right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size:12px;
	color:#bdd0db;
	margin-right:35px;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size:14px;
        color:#8076a3;
	margin-right:30px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color:#8076a3;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin:0 0 15px 25%;
	background:#f1ca17;
	color:#fff;
	padding:1em;
	font-size:1.2em;
	font-weight:300;
	line-height:1.4;
	position:relative;
	border-radius:5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background:#f8df72;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top:0px;
	padding:0 0 10px 0;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right:100%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#f1ca17;
	border-width:10px;
	top:10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color:#f8df72;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width:13px;
	height:13px;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	font-size:1.4em;
	line-height:40px;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	color:#fff;
	background:#d2b116;
	border-radius:100%;
	box-shadow:0 0 0 4px #ffefa6;
	text-align:center;
	left:24%;
	top:13.3px;
	margin:0 0 0 -25px;
}

/* Example Media Queries */
@media screen and (max-width:2048) {
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size:1.5em;
}
}
@media screen and (max-width: 1199px) { 
commentbox_main {
        width:660px;
}

.inputclosem{
   opacity:0 !important;
   transition:opacity 2s;
}
.inputclose{
     cursor: pointer;
    font-weight:bold;
    font-size:20px;
    position:absolute;
    color:#ffffff;
    width: 25px;
    height: 25px;
    text-shadow: 2px 4px 10px  rgba(0,0,0,0.3);
    float: right;
    top: 19px;
    right: 38px;
    display: unset;
    transition:display 2s;
   opacity:1;
   transition:opacity 2s;
}
 .input_my_zzk{
    width: 170px;
    border: 1px solid #fff;
    line-height: 35px;
    font-size: 16px;
    outline:none;
    vertical-align: middle;
    height: 28px;
    display:unset;
     position: relative;
    top: -1px;
}
#inputbox{
    width: 195px;
    border: 1px solid #8a7200;
    background-color:#fff;
    box-shadow: unset;
    height: 35px;
    overflow: hidden;
}
.inputm{
     cursor: pointer;
    width: 10px !important;
    background-color: #dfc85a!important;
    border: none!important;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.51)!important;
    transition: width 2s;
}
.inputm  .input_my_zzk{
    display:none !important;
}
}
@media screen and (max-width:47.2em) {

.cbp_tmtimeline:before {
	display:none;
}
.cbp_tmtimeline > li .cbp_tmtime {
	width:100%;
	position:relative;
	padding:0 0 20px 0;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	text-align:left;
}
.cbp_tmtimeline > li .cbp_tmlabel {
	margin:0 0 10px 0;
	padding:1em;
	font-weight:400;
	font-size:95%;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right:auto;
	left:20px;
	border-right-color:transparent;
	border-bottom-color:#f1ca17;
	top:-20px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color:transparent;
	border-bottom-color:#f8df72;
}
.cbp_tmtimeline > li .cbp_tmicon {
	position:relative;
	float:right;
	left:auto;
	margin:-55px 5px 0 0px;
        display: none;
}
commentbox_main {
        width:100%;
}
.background .imagesWrapper .imageWrapper .overlay {
	opacity:0.4!important;
}
.background .imagesWrapper .imageWrapper .plusButton {
	opacity:1!important;
        width:35px!important;
        height:35px!important;
}
}
/*specialday
@media screen and (max-width: 490px) {
  #cfocus { 
margin: 0px auto; 
width: 80%;
 }
  #cout { 
margin: 0px auto; 
width: 100%; 
}
  .cfimg {
 width: 100%; 
}
}
specialday*/
/*响应式代码结尾*/
.cbp_tmlabel h2{
        font-weight:bold;
        font-size:16px;
}
.cbp_tmlabel p, .cbp_tmlabel h2{
	word-break:break-word;
	margin:0;
}
           /* ————————————对话框效果end*/

.background {
   margin:0 0 35px 0;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25);
    height: 180px;
    width: 290px;
    display: flex;
    overflow: hidden;
    background: white;
    z-index:0;
}
.background .imagesWrapper {
	display:flex;
	justify-content:space-around;
	align-items:center;
	background:white;
	flex-wrap:wrap;
}
.background .imagesWrapper .imageWrapper {
	position:relative;
	cursor:pointer;
}
.background .imagesWrapper .imageWrapper:hover .overlay {
	opacity:0.4;
}
.background .imagesWrapper .imageWrapper:hover .plusButton {
	opacity:1;
	transform:scale(1);
}
.background .imagesWrapper .imageWrapper .image {
        position:relative;
	width:100%;
        height:100%;
        top:-100px;
}
.background .imagesWrapper .imageWrapper .overlay {
	position: absolute;
    background-color: #222;
    height: 180px;
    width: 290px;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}
.background .imagesWrapper .imageWrapper .plusButton {
    opacity: 0;
    position: relative;
    border-radius: 50%;
    background-color: #f6de71;
    width: 55px;
    height: 55px;
    top: -283px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 2px 4px 10px 0 rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
    transform: scale(2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.background .detailsWrapper {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	pointer-events:none;
	font-size:0;
}
.background .detailsWrapper.active {
	pointer-events:auto;
}
.background .detailsWrapper.active .close {
	transform:translate3d(0,0,0);
	transition:all 0.5s ease-in-out;
}
.background .detailsWrapper.active .header {
	transform:translate3d(0,0,0);
	transition:all 0.8s ease-out;
}
.background .detailsWrapper.active .profileImageWrapper {
	transform:translate3d(0,0,0);
	transition:all 0.8s ease-out 0.3s;
}
.background .detailsWrapper.active .details {
	opacity:1;
	transform:translate3d(0,0,0);
	transition:all 0.8s ease-out;
}
.background .detailsWrapper .close {
    z-index: 5;
    position: absolute;
    color:#ffffff;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    text-shadow: 2px 4px 10px  rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: translate3d(0,-140%,0);
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
    font-weight:bold;
    font-size:20px
}
#closerotate:hover{
	transform:rotate(45deg);
        font-size: 22px;
}
.background .detailsWrapper .header {
	width:100%;
	transform:translate3d(0,-200%,0);
	transition:all 1s ease-in 0.5s;
}
.background .detailsWrapper .header .hero {
	width: 290px;
        height: 180px;
}
.background .detailsWrapper .profileImageWrapper {
	position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid white;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    top: -65px;
    left: -150px;
    right: 0;
    bottom: 0;
    box-shadow: 4px 6px 15px 0 rgba(0,0,0,0.2);
    transform: translate3d(0,-250%,0);
    transition: all 1s ease-in 0.2s;
    z-index: 3;
}

.background .detailsWrapper .profileImageWrapper img {
    width: 100%;
    height: auto;
}
.background .detailsWrapper .details {
	opacity: 0;
    background-color: #8076a3;
    height: 180px;
    width: 150px;
    transform: translate3d(0,105%,0);
    transition: all 1s ease-in 0.5s;
    z-index: 0;
    color: white;
    padding-top: 35px;
    position: absolute;
    top: 0;
    right: 150px;
}
.background .detailsWrapper .details .name {
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    text-shadow: 4px 6px 15px rgba(0,0,0,0.2);
    left: 58px;
    top: 107px;
}
}
.background .detailsWrapper .details .buttonsWrapper {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:15px;
}
.background .detailsWrapper .details .buttonsWrapper .iconWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid #fffefa;
    margin: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.background .detailsWrapper .details .buttonsWrapper .iconWrapper:hover {
	color:red;
	background-color:white;
	border-color:#8076a3;
	box-shadow:2px 3px 5px 0 rgba(0,0,0,0.2);
}
.background .detailsWrapper .details .buttonsWrapper {
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 300px;
    position: absolute;
    top: 132px;
    left: 10px;
}

/*markdown修改*/
.cnblogs-markdown p code, .cnblogs-markdown ul li code {
    border: none !important;
    line-height: 18px;
    text-indent: 0px;
    padding: 0.2em 0.3em!important;
    margin: 0 5px!important;
    font-size: 100% !important;
    color: #b78d12;
    background: #f9f1db !important;
    font-weight: bold;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code{
	border-radius:5px;
	max-height: 300px;
}
.hljs{
	border-radius:5px;
	max-height: 300px;
}
.cnblogs-markdown code, .cnblogs-post-body code{
        border:none!important;
}
#cnblogs_post_body table{
        overflow:unset!important;
}
::-webkit-scrollbar { 
        width: 5px;
        height: 5px;
} 
::-webkit-scrollbar-thumb { 
       background-color: rgb(246, 222, 113);
       border-radius: 100px;
} 
/*::-webkit-scrollbar-track { 
       background-color: #fff; 
} */
::-webkit-scrollbar-corner {
    background-color: #35333c;
    border-radius: 100px;
}
