@charset "UTF-8";:root{--global-grid-columns: 24;--pseudo_sp_height: 655px}.an_rotate{display:inline-block;animation-name:rotate;animation-duration:var(--rotate-duration, 2s)!important;animation-delay:var(--rotate-delay, 0s)!important;animation-iteration-count:var(--rotate-count, 1);animation-timing-function:linear;animation-fill-mode:forwards;transform:rotate3d(0,0,1,0)}@keyframes rotate{0%{transform:rotate3d(var(--rotateFromX, 0),var(--rotateFromY, 0),var(--rotateFromZ, 1),var(--rotateFromDegree, 0deg))}to{transform:rotate3d(var(--rotateToX, 0),var(--rotateToY, 0),var(--rotateToZ, 1),var(--rotateToDegree, 360deg))}}
