﻿
        div.topics-png {animation:topics-png 3s ease infinite;}
        @keyframes topics-png {
            0% {
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }
        body {background-image: url(/public/app/wap/statics/images/2013_bg.gif) !important;}
        .video-js .vjs-big-play-button {left:0 !important;top:0 !important; bottom: 0 !important; right: 0 !important; margin: auto !important;}
    