.lfl-auth-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    background: rgba(0, 0, 0, 0.45);
}

.lfl-auth-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10051;
    width: 420px;
    max-width: calc(100vw - 40px);
    padding: 28px 32px 24px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.lfl-auth-close {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    color: #bdbdbd;
    cursor: pointer;
    user-select: none;
}

.lfl-auth-close:hover {
    color: #888888;
}

.lfl-auth-title {
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
}

.lfl-auth-icon {
    width: 41px;
    height: 36px;
    margin: 0 auto 22px;
}

.lfl-auth-icon img {
    display: block;
    width: 41px;
    height: 36px;
}

.lfl-auth-desc {
    margin: 0 auto 12px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

.lfl-auth-desc a {
    color: #333333;
    text-decoration: underline;
}

/* .lfl-auth-desc a:hover {
    color:  #05BC94;
} */

.lfl-auth-license {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 13px;
    color: #999999;
    text-decoration: underline;
    line-height: 1.5;
}

.lfl-auth-license:hover {
    color: #666666;
}

.lfl-auth-agree {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0 auto 16px;
    border: 0;
    border-radius: 8px;
    background: #05BC94;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}


.lfl-auth-agree:disabled {
    opacity: 0.7;
    cursor: default;
}

.lfl-auth-noshow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #999999;
    cursor: pointer;
    user-select: none;
}

.lfl-auth-noshow input {
    width: 14px;
    height: 14px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
