.logo-body{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99999;background:#fae128;display:table}.logo-container{display:table-cell;vertical-align:middle}.logo-container-center{width:122px;height:122px;margin:0 auto}.logo-border{position:relative;overflow:hidden;padding:4px;z-index:1}.logo-border::after{content:'';position:absolute;z-index:-1;width:200px;height:200px;top:-35px;left:-35px;background-image:linear-gradient(#c4edff,#015ba6 60%);animation-name:rotate;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite}.logo-body img{width:100%;height:100%;display:block}.rotate{animation-name:rotate;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}