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;
    color: #FFF;
font-family: "Noto Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.ldy_logoTxt_txt{
    color: #FFF;
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.6;
}

.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;
    position: fixed;
    bottom: 0px;
    flex-direction: column;
    align-items: center;
}
/* 当屏幕宽度大于900px时应用的样式 */
@media (min-width: 500px) {
    body {
        /*background-image: url(./img/bg.png);*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*max-width: 320px;*/
        width: 100%;
        /*width: calc(100% - 40px);*/
        /*height: calc(100vh - 40px);*/
        /*padding: 20px;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*z-index: 99;*/
    }
    .ldy_btnBox{
    max-width: 450px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    flex-direction: column;
    align-items: center;
}
#page{
     max-width: 450px;
}
}