html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-family: PingFang SC,-apple-system,SF UI Text,Lucida Grande,STheiti,Microsoft YaHei,sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.login-component2 {
    width: 100%;
    height: 100%;
    position: relative;
    /*background-image: url(../images/beijing-f.jpg);*/
    /*
        地球为 bg_20230720.jpg
        小鸭子 g_20240424.jpg
    */
    background-image: url('https://qiniu.k-touch.cn/bing/bg_20241018.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1600px) {
    .box-fang {
        width: 308px;
        height: 280px;
        padding: 16px 20px 10px 20px;
    }
    .qrcode-box {
        width: 160px;
        height: 160px;
        margin-top: 10px;
    }
    .qrcode-box-invalid {
        width: 160px;
        height: 160px;
        margin-top: 10px;
        background: url(../images/invalid-qr1.png) no-repeat;
        background-size: 100%;
        line-height: 160px;
        text-align: center;
        font-size: 16px;
        color: #30A9DE;
    }
    .wenzi-dibu {
        margin-top: 10px;
    }
}
@media screen and (min-width: 1600px) {
    .box-fang {
        width: 380px;
        height:340px;
        padding: 30px 20px 20px 20px;
    }
    .qrcode-box {
        width: 160px;
        height: 160px;
        margin-top: 24px;
    }
    .qrcode-box-invalid {
        width: 160px;
        height: 160px;
        margin-top: 30px;
        background: url(../images/invalid-qr1.png) no-repeat;
        background-size: 100%;
        line-height: 160px;
        text-align: center;
        font-size: 16px;
        color: #30A9DE;
    }
    .wenzi-dibu {
        font-size: 15px;
        margin-top: 28px;
    }
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: visible;
    z-index: 99;
    clear: both;
    height: 32px;
    /*background-color: #333333;*/
    padding: 0 10%;
    background-color: rgba(0,0,0,.6);
}
.footer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
}
.footer li {
    color: #666666;
}