a {
  text-decoration: none;
  color: rgb(67, 113, 166);
  transition: 0.5s;
}
a:hover {
  color: #c18a8a;
}
body {
  /* opacity: 0; */
  animation: showBody 2s;
  -webkit-animation: showBody 2s;
}
@keyframes showBody {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-webkit-keyframes showBody {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.postTitle .postTitle2 {
  font-size: 15px;
}
.postTitle {
  height: 30px;
  line-height: 30px;
}
.postTitle .postTitle2:hover {
  animation: scal 1s linear infinite alternate;
  -webkit-animation: scal 1s linear infinite alternate;
}
@keyframes scal {
  from{
      font-size: 15px;
  }
  to {
      font-size: 16px;
  }
}
@-webkit-keyframes scal {
  from{
      font-size: 15px;
  }
  to {
      font-size: 18px;
  }
}
.headerText > span {
  position: relative;
  cursor: pointer;
  height: 30px;
}
.dayTitle {
padding-left: 0;
margin-bottom: 15px
}
.footer a,
.dayTitle a {
  color: #333;
}
.code {
  position: absolute;
  top: 0;
  left: 0;
  animation: jump 1.5s linear infinite alternate;
  -webkit-animation: jump 1.5s linear infinite alternate;
}
.change {
  position: absolute;
  top: 0;
  left: 40px;
  animation: jump 1.5s 1s linear infinite alternate;
  -webkit-animation: jump 1.5s 1s linear infinite alternate;
}
.word {
  position: absolute;
  top: 0;
  left: 95px;
  animation: jump 1.5s 2s linear infinite alternate;
  -webkit-animation: jump 1.5s 2s linear infinite alternate;
}
@keyframes jump {
  from {
      top: 0;
      color: #59c8da;
  }
  to {
      top: 18px;
      color: #b459da;
  }
}
@-webkit-keyframes jump {
  from {
      top: 0;
      color: #59c8da;
  }
  to {
      top: 18px;
      color: #b459da;
  }
}
#widget_my_zzk {
  margin-bottom: 10px;
}
.input_my_zzk {
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 10px;
  width: 120px;
  height: 30px;
}
input.btn_my_zzk {
  width: 66px;
  margin-left: 8px;
  height: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
input.btn_my_zzk:hover {
  background-color: rgba(255, 255, 255, 0);
  border: rgba(255, 255, 255, 0);
  color: #004eff;
}
#cnblogs_c1,
#under_post_news,
#cnblogs_c2,
#under_post_kb,
#ad_t2 {
  display: none;
}
#comment_form_container .comment_textarea {
  width: 100%;
}
.footer,
#mytopmenu {
  background-size: 100%;
}
#cnblogs_post_body > div > div {
  margin: 0;
  white-space: normal!important;
}
/* a {
  position: relative;
}
a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
a::after {
  content: "";
  border-bottom: solid 1px #333;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
} */
.animation-area {
  position: relative;
  height: 220px;
  width: 100%;
  background-color: #000;
  margin-bottom: 15px;
}
.cat {
  position: absolute;
  height: 150px;
  width: 170px;
  top: 55px;
  left: 15px;
}
.ear {
  position: absolute;
  top: -30%;
  height: 60%;
  width: 25%;
  background: #fff;
}
.ear::before,.ear::after {
  content: "";
  position: absolute;
  bottom: 24%;
  height: 10%;
  width: 5%;
  border-radius: 50%;
  background: #161616;
}
.ear::after {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ear--left {
  left: -7%;
  border-radius: 70% 30% 0% 0% / 100% 100% 0% 0%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.ear--left::before,
.ear--left::after {
  right: 10%;
}
.ear--left::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ear::before,
.ear::after {
  content: "";
  position: absolute;
  bottom: 24%;
  height: 10%;
  width: 5%;
  border-radius: 50%;
  background: #161616;
}
.ear--right {
  right: -7%;
  border-radius: 30% 70% 0% 0% / 100% 100% 0% 0%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.ear--right::before,
.ear--right::after {
  left: 10%;
}
.ear--right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ear::before,
.ear::after {
  content: "";
  position: absolute;
  bottom: 24%;
  height: 10%;
  width: 5%;
  border-radius: 50%;
  background: #161616;
}
.face {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #161616;
  border-radius: 50%;
}
.eye {
  position: absolute;
  top: 35%;
  height: 30%;
  width: 31%;
  background: #fff;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.eye::before {
  content: "";
  position: absolute;
  top: 60%;
  height: 10%;
  width: 15%;
  background: #fff;
  border-radius: 50%;
}
.eye::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-radius: 0 0 50% 50% / 0 0 40% 40%;
  background: #161616;
  -webkit-animation: blink 4s infinite ease-in;
  animation: blink 4s infinite ease-in;
}
.eye--left {
  left: 0;
}
.eye--left::before {
  right: -5%;
}
.eye-pupil {
  position: absolute;
  top: 25%;
  height: 50%;
  width: 20%;
  background: #161616;
  border-radius: 50%;
  -webkit-animation: look-around 4s infinite;
  animation: look-around 4s infinite;
}
.eye--left .eye-pupil {
  right: 30%;
}
.eye-pupil::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -5%;
  height: 20%;
  width: 35%;
  border-radius: 50%;
  background: #fff;
}
.eye--right {
  right: 0;
}
.eye--right::before {
  left: -5%;
}
.eye--right .eye-pupil {
  left: 30%;
}
@-webkit-keyframes look-around {
  0% {
      transform: translate(0);
      -webkit-transform: translate(0);
  }
  5% {
      transform: translate(50%, -25%);
      -webkit-transform: translate(50%, -25%);
  }
  10% {
      transform: translate(50%, -25%);
      -webkit-transform: translate(50%, -25%);
  }
  15% {
      transform: translate(-100%, -25%);
      -webkit-transform: translate(-100%, -25%);
  }
  20% {
      transform: translate(-100%, -25%);
      -webkit-transform: translate(-100%, -25%);
  }
  25% {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
  }
  100% {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
  }
}
@keyframes look-around {
  0% {
      transform: translate(0);
      -webkit-transform: translate(0);
  }
  5% {
      transform: translate(50%, -25%);
      -webkit-transform: translate(50%, -25%);
  }
  10% {
      transform: translate(50%, -25%);
      -webkit-transform: translate(50%, -25%);
  }
  15% {
      transform: translate(-100%, -25%);
      -webkit-transform: translate(-100%, -25%);
  }
  20% {
      transform: translate(-100%, -25%);
      -webkit-transform: translate(-100%, -25%);
  }
  25% {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
  }
  100% {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes blink {
  0% {
      height: 0;
  }
  90% {
      height: 0;
  }
  92.5% {
      height: 100%;
  }
  95% {
      height: 0;
  }
  97.5% {
      height: 100%;
  }
  100% {
      height: 0;
  }
}
@keyframes blink {
  0% {
      height: 0;
  }
  90% {
      height: 0;
  }
  92.5% {
      height: 100%;
  }
  95% {
      height: 0;
  }
  97.5% {
      height: 100%;
  }
  100% {
      height: 0;
  }
}
#post_detail .post,
.day {
background: rgba(0,0,0,0);
}
.text-popup {
  animation: textPopup 2s;
  color: #f00;
  user-select: none;
  white-space: nowrap;
  position: absolute;
  z-index: 99;
}
@keyframes textPopup {
  0%, 100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translateY(-80px);
    color: #00f;
  }
}
.video-song {
  margin-left: 250px;
  position: absolute;
  top: 233px;
  right: 0;
  width: calc(100vw - 250px);
  padding: 0 10px;
  box-sizing: border-box;
}
.video-song audio {
  width: 100%;
  height: 44px;
  outline: none;
}
