#blogTitle h2 {
    width: 550px;
    position: relative;
    height: 75px;
    line-height: 180%;
    font-weight: normal;
    top: 107px;
    left: 68px;
    font-size: 16px
}
.CalWeekendDay{
   background: rgb(20, 219, 22);
   color: white;
}
.CalOtherMonthDay{
   color: rgb(240, 238, 245);
   /*background: rgb(240, 219, 219);*/
   text-decoration: line-through;
}
.CalDayHeader{
   /*background: rgb(252, 233, 233);*/
   color: rgb(36, 0, 255);
}

#blogCalendar u{
   display: block;
   background: url(https://www.cnblogs.com/images/cnblogs_com/hghrpg/702390/t_q.jpg);
   /*background: url(https://www.cnblogs.com/images/cnblogs_com/hghrpg/702391/t_qq.png);*/
}

#blogCalendar .CalTodayDay{ 
    color: rgb(254, 254, 255);
    font-weight: bolder;
    background: #58AFFC !important;
}

.feedbackCon{
   background-color: rgb(238, 245, 236);
   color: rgb(23, 15, 15);
   border-color: rgb(83, 252, 13);
}

.louzhu{
   color: red;
   font-weight: bold;
}

#myQrCodeDiv{
margin-left: auto;
    margin-right: auto;
    width: 120px;
    margin-top: 15px;
    margin-bottom: 6px;
}