.haha-scroller-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .haha-scroller-wrap .haha-scroller-transition {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.77, 1.03);
    transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.77, 1.03);
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.77, 1.03);
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.77, 1.03), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.77, 1.03); }
  .haha-scroller-wrap .haha-scroller-content {
    position: relative; }
    .haha-scroller-wrap .haha-scroller-content .haha-scroller-spin-top {
      text-align: center;
      padding: 6px 0;
      position: absolute;
      top: -46px;
      width: 100%; }
    .haha-scroller-wrap .haha-scroller-content .haha-scroller-spin-bottom {
      text-align: center;
      padding: 6px 0;
      position: absolute;
      bottom: -46px;
      width: 100%; }
