#gavinPlay {

    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

/* 点点动画 */
#animationElement {
    font-size: 24px;
    color: rgb(234, 177, 87);
    text-align: center;
    position: absolute;
    width: 120px;
    top: 620px;
    left: 50%;
    /* 需要设置为宽的一般 */
    margin-left: -60px;
    /* border: 1px solid #ccc; */
    /* display: block; */
}

/** index.html与H5统一，特殊处理 */
#orientationMask {
    display: none;
}
