#newyear-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    background: rgba(0,0,0,.5);
    z-index: 999999;
}
.newyear-main{
    width: 1350px;
    height: 550px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -275px 0 0 -675px;
    background: url(../images/newyear/newyear_pc1.JPG) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    /* animation: newkey 1.2s infinite; */
}
.wrapper{opacity: 0;}
.wrapper video{width:100%;height: 100%;}
/*.wrapper{display: none;}*/
/* 
@keyframes newkey {
    0% {    background: url(../images/newyear/newyear_pc1.jpg) no-repeat;    }
    8.33% {    background: url(../images/newyear/newyear_pc2.jpg) no-repeat;    }
    16.66% {    background: url(../images/newyear/newyear_pc3.jpg) no-repeat;    }
    25% {    background: url(../images/newyear/newyear_pc4jpg) no-repeat;    }
    33.33% {    background: url(../images/newyear/newyear_pc5.jpg) no-repeat;    }
    41.67% {    background: url(../images/newyear/newyear_pc6.jpg) no-repeat;    }
    50% {    background: url(../images/newyear/newyear_pc7.jpg) no-repeat;    }
    58.33% {    background: url(../images/newyear/newyear_pc8.jpg) no-repeat;    }
    66.66% {    background: url(../images/newyear/newyear_pc9.jpg) no-repeat;    }
    75% {    background: url(../images/newyear/newyear_pc10.jpg) no-repeat;    }
    83.33% {    background: url(../images/newyear/newyear_pc11.jpg) no-repeat;    }
    91.66% {    background: url(../images/newyear/newyear_pc12.jpg) no-repeat;    }
    100% {    background: url(../images/newyear/newyear_pc1.jpg) no-repeat;    }
} */
.newyear-btn{
    position: fixed;
    right: 70px;
    bottom: 30px;
    z-index: 99999;
}
.new-close{
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .8;
}