#doge {
  -webkit-user-select:none;

   -moz-user-select:none;

   -ms-user-select:none;

   user-select:none;
color:#CDCDCD;
position: relative;
left:350px;
top：617px
}
#text {
  -webkit-user-select:none;

   -moz-user-select:none;

   -ms-user-select:none;

   user-select:none;

position: relative;
}
@media screen and (max-width: 600px) {
.none {
display:none;//隐藏元素
}

}


/*******日历*************/

.CalTitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

.CalDayHeader{
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #F4F4F4;
}

.CalWeekendDay{
font-size:16px;
line-height:2.1;
}

.CalTodayDay{
background-color: #CCCCCC;
color:#fff;
border-radius:50%;
}

#blog-calendar  u{
color:#CCCCCC;
font-weight:600;
text-decoration:none!important;
}

/*******************文字*******************/
.align-center{ 
margin:50px auto; /* 居中 这个是必须的，，其它的属性非必须 */ 
width:1200px; /* 给个宽度 顶到浏览器的两边就看不出居中效果了 */ 

background:none; /* 背景色 */ 
text-align:center; /* 文字等内容居中 */ 

} 
