.ny-top{
    background: url("http://www.gxnews.com.cn/images/2016/money/ny_bg.png") center top no-repeat;
    height: 50px;
}
.ny-wish{
    margin: 0 auto;
    height: 50px;
    width: 1000px;
    position: relative;
}
.ny-wish{
    text-indent: -999em;
}
.ny-botton{
    background: url("http://www.gxnews.com.cn/images/2016/money/ny_botton.png") no-repeat;
    cursor: pointer;
    height: 27px;
    width: 101px;
    position: absolute;
    top: 7px;
    right: 84px;
}
.ny-botton:hover{
    -webkit-animation: tada 1s ease-in both;
    -o-animation: tada 1s ease-in both;
    animation: tada 1s ease-in both;
}
.ny-swf{
    height: 500px;
    width: 180px;
    position: absolute;
    bottom: 0;
    left: 260px;
    z-index: 9999;
}
.ny-close{
    background: #9d2c00;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: 3px;
    right: 0;
}
@-webkit-keyframes tada {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1)
     }
     10%, 20% {
         -webkit-transform: scale(0.9) rotate(-3deg);
         transform: scale(0.9) rotate(-3deg)
     }
     30%, 50%, 70%, 90% {
         -webkit-transform: scale(1.1) rotate(3deg);
         transform: scale(1.1) rotate(3deg)
     }
     40%, 60%, 80% {
         -webkit-transform: scale(1.1) rotate(-3deg);
         transform: scale(1.1) rotate(-3deg)
     }
     100% {
         -webkit-transform: scale(1) rotate(0);
         transform: scale(1) rotate(0)
     }
 }

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}


