/***弹框dengl*/
.page-detail {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

.page-detail .page-contant {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 1;
    height: 100%;
}

footer {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    box-sizing: border-box;
    color: #fff;
    margin-top: 32px;
}

footer a {
    color: #fff;
    font-size: 10px;
    margin-right: 20px;
    text-decoration: auto
}

footer .iconlogo {
    width: 42px;
    vertical-align: middle;
}

footer .fl,
footer .fr {
    height: 40px;
    display: flex;
    align-items: center;
}

.page-card {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(239, 68, 68);
    font-family: 'Poppins-Bold',sans-serif;
}

.page-sub {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.page-detail-box {
    width: 100%;
}

.page-detail-box .btn {
    width: 400px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid;
    text-align: center;
    background: transparent;
    color: #fff;
    margin-bottom: 24px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}

#loginbox {
    margin-top: 64px;
}

#qrcodbox-back {
    width: 100%;
    padding: 10px 24px;
    background: transparent;
    color: #fff;
    border: 1px solid;
    border-radius: 10px;
}

#wx-qrcode {
    margin: 20px auto;
    width: 300px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

#wechat-qrcodbox {
    margin-bottom: 20px;
}

.btn .btnlogo {
    width: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

.tipcard {
    padding: 10px 16px;
    border-radius: 10px;
    background: rgb(15, 21, 34);
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.tipcard a {
    color: rgb(239, 68, 68);
    text-decoration: underline;
}