/*
 * new用css
*/
.box{
    width: 100%;
    height: 100vh;
    text-align:center;
    position: relative;
}

.box .video-cover{
    background-color: rgba(0,0,0,0.3);
}

.box .inner{
    width: 100%;
    text-align:center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box p{
    color: #FFFFFF;
    font-size: xx-large;
}

.pagenation{
    padding: 20px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 20;
}
.pagenation li{
    list-style-type: none;
    margin-bottom: 20px;
}
.pagenation a{
    background: #fbfbfb;
    display: block;
    height: 10px;
    border: 1px solid #fbfbfb;
    border-radius :5px;
    width: 10px;
}