body {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

#page {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    display: none;
}

.ldy_txt{
    font-family: PingFang SC;
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
text-align: center;
color: #CFA8E4;
    margin-bottom: 12px;

}
.ldy_back {
    width: 100%;
    /*height: 100vh;*/
}

.ldy_content {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
}

.ldy_logoBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 8px 12px;*/
    /*background: #000;*/
}

.ldy_logo {
    width: 60px;
    height: 60px;
}

.ldy_logoTxt {
    width: 135px;
    height: 49px;
    margin-left: 16px;
}

.ldy_downBtn {
    width: 100px;
    height: 39px;

}

.ldy_leftLogo {
    display: flex;
    align-items: center;
}

.ldy_peo {
    width: 100%;
    /* height: 647px; */
    /*margin-top: 30px;*/

}
.ldy_anzhuoDown{
    width: 100%;
/*height: 50px;*/

}
.ldy_btnBox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    flex-direction: column;
    align-items: center;
}