/*myMusic*/
#musiccontainer{
		height:64px;
		width: 300px;
		border: 2px solid #169fe6;
		padding: 1px;
		display: block;
		text-align: center;
                margin:0 auto;
                position:fixed;
                bottom:20px;
                z-index:100;
                right:410px;
                background: #fff;
                font-weight:normal;
                overflow：hidden;
                border-radius:5px 5px 5px 5px !important;
                box-shadow: 0 0 0 1px #169fe6, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
	}

body{
 background:url('https://images.cnblogs.com/cnblogs_com/xiaotie666/1240192/o_57a44ac0b0797.jpg') 0px -200px;
}
#comment_form_container{
 background-color:#fff;
}
.postTitle a{
 color:red;
}
#centercontent{
 opacity:1;
}
#mylinks a{
  text-decoration:none;
}
#mylinks a:hover{
 color:red;
}
#mytopmenu{
opacity:0.9;
}

#div_digg{
   position:fixed;
   right:30px;
   bottom:10px;
}
.buryit{
   display:none;
}
#cb_post_title_url{
color:red;
}
#post_detail{
 
}
#topdigg_posts_wrap{
display:none;
}
#sidebar_toptags{
display:none;
}
#profile_block{
  display:none;
}
#sidebar_search{
display:none;
}
.header{
   background:url('https://images.cnblogs.com/cnblogs_com/xiaotie666/1240192/o_57a44ac0b0797.jpg') no-repeat;
}

#leftcontent{
   margin-top:100px;
}

#Header1_HeaderTitle{
   font-weight: 600;
                font-size: 28px;
                font-family: "黑体";
                color: #8c888b;
                background: -webkit-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
                -moz-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
                -ms-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
                color: transparent;
                /*设置字体颜色透明*/
                -webkit-background-clip: text;
                /*背景裁剪为文本形式*/
                animation: ran 10s linear infinite;
                /*动态10s展示*/
}
@keyframes ran {
                from {
                    backgroud-position: 0 0;
                }
                to {
                    background-position: 2000px 0;
                }
            }