@charset "UTF-8";

@-webkit-keyframes bounce-up{25%{-webkit-transform:translateY(10px)}
100%,50%{-webkit-transform:translateY(0)}
75%{-webkit-transform:translateY(-10px)}
}
@keyframes bounce-up{25%{transform:translateY(10px)}
100%,50%{transform:translateY(0)}
75%{transform:translateY(-10px)}
}
.global {
    position: fixed;
    bottom: 60px;
    left: 36px;
    z-index: 999;
    width: 180px;
    height: 170px;
    -webkit-animation: click 2.4s infinite;
    -ms-animation: click 2.4s infinite;
    -moz-animation: click 2.4s infinite;
    -o-animation: click 2.4s infinite;
    animation: click 2.4s infinite;
}
.diamond {
    background: url(vip.gif) no-repeat center;
    height: 205px;
    width: 204px;
}
.animate-bounce-up{-webkit-animation:bounce-up 2s linear infinite;animation:bounce-up 2s linear infinite}
.global .day-close{position:absolute;top:5px;right:23px;z-index:999;display:block;width:14px;height:14px}
.global .close{position:absolute;top:14px;right:16px;z-index:999;display:block;width:14px;height:14px}
.global .a12-1-close-small{top:5px;right:26px;width:24px;height:24px}
.global .a12-close-small{top:-2px;right:6px;width:32px;height:32px}
.global .go-act{position:absolute;bottom:1px;left:0;z-index:998;display:block;width:100%;height:100%}

