/** 流加载 **/
.yui-flow-more{margin: 10px 0; text-align: center; color: #999; font-size: 14px;}
.yui-flow-more a{ height: 32px; line-height: 32px;  }
.yui-flow-more a *{display: inline-block; vertical-align: top;}
.yui-flow-more a cite{padding: 0 20px; border-radius: 3px; background-color: #eee; color: #333; font-style: normal;}
.yui-flow-more a cite:hover{opacity: 0.8;}
.yui-flow-more a i{font-size: 30px; color: #737383;}
/** 动画 **/
.yui-anim{-webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.yui-anim.Hui-iconfont{display: inline-block;}
.yui-anim-loop{-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}
.yui-trans,.yui-trans a{transition: all .3s; -webkit-transition: all .3s;} /* 过度变换 */

@-webkit-keyframes yui-rotate{ /* 循环旋转 */
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
@keyframes yui-rotate{
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.yui-anim-rotate{-webkit-animation-name: yui-rotate; animation-name: yui-rotate; -webkit-animation-duration: 1s; animation-duration: 1s;  -webkit-animation-timing-function: linear; animation-timing-function: linear;}
