html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.fullPage{
    width: 100%;
    height: 100%;
}
.rulePage{
    background: url("../image/1.2.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 4.02rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.ruleContent{
    width: 5.68rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0.3rem;
    color: #653900;
    line-height: 0.5rem;
    margin: 0 auto;
    text-align: justify;
}
.ruleContent p{
    margin: 0;
}
.startLevelBtn{
    width: 1.91rem;
    height: 0.7rem;
    display: block;
    background: url(../image/chuangguan.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
}
.levelPage{
    background: url("../image/1.3.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 1.16rem;
}
.levelName{
    font-size: 0.26rem;
    color: #651C01;
    line-height: 0.9rem;
    padding: 0 0.44rem;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.concatImgView{
    width: 6rem;
    height: 3.7rem;
    margin: 0.75rem auto;
    position: relative;
}
.splitImgView{
    width: 6rem;
    height: 3.7rem;
    margin: 0 auto;
    position: relative;
}
.handle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.38rem;
    gap: 0.15rem;

}
.handle img{
    display: block;
    width: 2rem;
    height: auto;
}
.footerText{
    font-weight: bold;
    font-size: 0.3rem;
    color: #FEF8B9;
    position: absolute;
    bottom: 5%;
    text-align: center;
}
