.smartboy-div{
      animation: blink 1.5s infinite; 
      text-align: center;
}
.smartboy-div a{
    font-size: x-large;
    color: #fff !important
}

/* 定义动画 */
@keyframes blink {
  0%,20%,90%,100%{
	transform: matrix(1, 0, 0, 1, 0, 0);
}


30%,50%,70%{
	transform: matrix(1, -0.2, 0, 1, 0, 0)
}


40%,60%,80%{
	transform: matrix(1, 0.2, 0, 1, 0, 0);
}
}
 

@keyframes siz {
            from{transform: translateY(-100%);}
            to{transform: translateY(0);}
        }
#header {
    height: 116px;
    background: none;
}
#blogTitle{
  height: 118px;
  background: none;
}
