
.wang-yong {
  width: 70px;
  width: 70px;
  position: fixed;
  left: 50px;
  bottom: 0;
}
:root {
  --size: 70;
  --unit: calc((var(--size) / 440) * 1vmin);
}
svg {
  position: fixed;
  bottom: 0%;
  width: calc(100 * var(--unit));
  height: calc(100 * var(--unit));
}













#blogCalendar {
  background: #FFF;
  cursor: pointer;
}

#blogCalendar tr th {
  height: 35px;
}

#blogCalendar tr td  {
  height: 35px;
}
#blogCalendar tr:nth-child(1) {
  background: #169fe6;
  color: #FFF;
  height: 45px;
}
#blogCalendar tr:nth-child(1) td{
  border-width: 0px 0 0 0px;
}
#blogCalendar .CalNextPrev {
  padding:0 10px;
}
#blogCalendar .CalNextPrev a:link {
  color: #FFF;
}
#blogCalendar .CalNextPrev a:hover {
  color: #ff5e52;
  text-decoration: none;
}
#blogCalendar tr td a u {
  text-decoration: none;
}
#blogCalendar tr:not(:first-child) td.CalTodayDay {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  background: orange;
  color:#FFF;
  text-decoration: none;
}

#blogCalendar tr:not(:first-child) td a:hover {
  color: #169fe6;
}

#blogCalendar .CalOtherMonthDay {
  color: #E6E4E0;
}

