@keyframes move{25%{transform:translateY(0)}50%{transform:translateY(-50px)}to{transform:translateY(-100px)}}.i-title{position:relative;height:50px;width:100%;overflow:hidden}.i-title-wrapper{height:100%;width:100%;animation:move 10s ease-in-out infinite alternate}.i-title-item{height:50px;font-size:20px;font-weight:700;color:#59b256;display:flex;align-items:center}