body {
    background: transparent;
}
.topic{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
ul{
    width: 100%;
    height: 100%;
}
ul li{
    width: 20%;
    height: 5.5%;    
    position: absolute;
    left: 31%;
    top: 63%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}
ul li img{
    width: 2.82vw;
    height: 2.82vw;
}
.checkBox_b{
    width: 20%;
    left: 9%;
    top:63%;
}

.tijiao{
    transform: translateX(50%);
    right: 50%;
    top: 77.5%;
}

.gameBox_btn{
    position: absolute;
    top: 77.5%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 00, 0, 0);
    bottom: auto;
}