﻿
    .animAdOuter span {
        display: block;
    }
    .animAdOuter {
        position: fixed;
        top: 132px;
        width: 100%;
    }
    .animInner {
        position: relative;
        width: 1024px;
        margin: 0 auto;
    }
    .animBannerWrapLeft {
        position: absolute;
        top: 0;
        left: -10px;
        width: 10px;
    }
    .animBannerWrapRight {
        position: absolute;
        top: 0;
        right: -10px;
        width: 10px;
    }
    .animBannerLeftContent {
        float: right;
    }
    .animBannerRightContent {
        float: left;
    }
    .animCenter {
        pointer-events: none;
    }