/*欢迎私信交流学习呀😃*/
body{
         background-image:url(//bg.blyoo.com);
         background-repeat:no-repeat;
         background-attachment:fixed;
         background-size:cover;
} 
#top {
    background-color: transparent;
}

.out{background-color: #EE5A24;color:#FFF;}
.over{background-color: red;color:#FFF;}
.down{background-color: yellow;color:#1289A7; }

 @-webkit-keyframes masked-animation {
                0% {
                    background-position: 0 0
                }
                to {
                    background-position: -100% 0
                }
            }
#header h1 a{
                color: hsla(0, 0%, 100%, .65);
background-image: -webkit-linear-gradient(left, #cddc39, #ff9800 25%, #cddc39 50%, #ff9800 75%, #cddc39);
                -webkit-text-fill-color: transparent;
                -webkit-background-clip: text;
                -webkit-background-size: 200% 100%;
                -webkit-animation: masked-animation 2s infinite linear;
}
#header h1 a:hover{
-webkit-animation: masked-animation 0.5s infinite linear;
}

                  .link {
				text-decoration: none;
			}
                   .link:hover{
			box-shadow: 0 0 6px orange;
			color:red;
			font-size: 20px;
		   }
			a:hover {
				text-decoration: none;
			}
			#back_top{
				position: fixed;
				bottom: 10px;
				padding: 5px 10px;
				right: 50px;
				border-radius: 8px;
				opacity: 0.7;
				z-index: 100;
				background: url(https://blog-static.cnblogs.com/files/SUN99bk/backtop.gif);
				width: 30px;
				height: 40px;
			}
			
			#back_top:hover {
				/*box-shadow: 6px 0px 0px 6px orange;*/
				background:url(https://blog-static.cnblogs.com/files/SUN99bk/backtop2.gif);
				z-index: 100;
				width: 30px;
				height: 40px;
                              
			}

			#div_digg {
			   position: fixed;
				bottom: 5px;
				width: 46px;
				height: 52px;
				right: 0px;
				top:450px;
				border: 2px solid #6FA833;
				padding: 10px;
				background-color: #fff;
				border-radius: 5px 5px 5px 5px !important;
				box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
			}

			  .buryit {
				display: none;
			}

			div[id^="ad_"] {
			    display: none;
			}
			div[class^="c_ad"] {
			    display: none;
			}
			div[id^="under_post"] {
			    display: none;
			}


.marquee {
　　white-space: nowrap;　　/* 文字不折行 */
　　overflow:-webkit-marquee;　　/* 只有设置为marquee才有滚动效果 */
　　width: 170px;　　/* 不是必须的 */
　　-webkit-marquee-direction:left;　　/* 文字滚动方向 可选值为left | right | up | down */
　　-webkit-marquee-speed:normal;　　/* 文字滚动速度 可选值为slow | normal | fast */
　　-webkit-marquee-style:scroll;　　/* 文字滚动方式 可选值为scroll | slide | alternate */
　　-webkit-marquee-repetition:1; 　　/* 文字滚动次数 number | infinite ， infinite即无限次循环滚动 */
}

/*评论区*/
#commentform_title, .feedback_area_title {font: normal normal 16px/35px"Microsoft YaHei";margin: 10px 0 30px;border-bottom: 2px solid #ccc;background-image: none;padding: 0;border-bottom: 0;}
#commentform_title:after, .feedback_area_title:after {content: '';display: block;width: 100%;text-align: center;position: relative;bottom: 16px;left: 110px;border-bottom: 1px dashed #e9e9e9;}
#tbCommentAuthor {padding-left: 10px;color: #555;border: 1px solid #ddd;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;width: 320px;height: 20px;background: #fff;}
.commentbox_title {width: 100%;}
div.commentform p{margin-bottom: 20px}
textarea#tbCommentBody {width: calc(100% - 20px);border-radius: 10px;outline: 0;padding: 10px;height: 200px;position: relative;background: #fff url(https://blog-static.cnblogs.com/files/SUN99bk/cat_simple.gif);background-size: contain;background-repeat: no-repeat;background-position: right;resize: vertical;}

.post .postfoot {
    margin: 0;
    margin-top: 50px;
    color: #aaa;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.signdiv{
background-color: #ffffeb;
 padding: 10px;
 border: 2px solid #7d8b8d;
border-radius :6px;

}


/* 定制生成博客目录的CSS样式 */
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */
    top:150px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:25px; 
    box-shadow: 0 0 8px #877788;
    border:1px solid #00DDC00;
    border-right:none;
    text-align:center;
    background:rgb(0, 220, 0);
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:101px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}

#commentform_title:after, .feedback_area_title:after {
    width: 89%;
}
.comment_vote a {
    padding-left: 20px;
}

#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -20;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}

/* 设置签名格式 定制css样式 */
#MySignature {
    display: none;
    background-color: #B2E866;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}