#bgn {
    width: 100%;
    min-width: 351px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url('../images/Index/bg2.png') no-repeat;
    background-size: cover;
}

#loadFlog{
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 10;
}
#loadMoon{
    width: 179px;
    position: absolute;
    top: 14%;
    right: 7%;
    z-index: 5;
}
#bgnBg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;

}

.barBg {
    position: absolute;
    top: 55%;
    left: 35%;
    margin-top: 3%;
    width: 30%;
    height: 5.5px;
    border-radius: 15px;
    background: #cdf0ec;
    overflow: hidden;
}

.bar {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .08rem;
    background: #2eb7c1;
}

.text {
    position: absolute;
    top: 55%;
    left: 0;
    margin: 6% 0 0 0;
    width: 100%;
    height: 0.8rem;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: .35rem;
    font-family: num, en, cn;
}

.gameStr{
    z-index: 999;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    outline: none;
    background-color: rgb(15, 238, 227);
    border: none;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    opacity: 0;
    transition: all ease-in .4s;
}

.gameStr:hover{
    transition: all ease-in .4s;
    background-color: rgb(176, 22, 223);
}

#loadIndex{
    position: absolute;
    width: 210px;
    height: 465px;
    /* transform: translate(50%,50%); */
    bottom: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    margin: 0 auto;
    z-index: 20;
}
#bgContext{
    width: 100%;
    height: 100%;
    position: relative;
}
#bgContext img{
    position: absolute;
    bottom: 0%;
    width: 320px;
    transform: translate(-30%,0);
}