body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.icon {
    margin-top: 50px;
    margin-bottom: 20px;
}

.icon img {
    width: 100px;
    height: 100px;
}

.shield-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.weui-btn {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #1AAD19;
    border-radius: 5px;
}

.weui-btn_primary {
    background-color: #1AAD19;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.notice {
    margin: 20px 0;
    padding: 15px 0;
}

.notice p {
    margin: 15px 0;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
}

.notice p:first-child {
    font-size: 24px;
    font-weight: 500;
    color: #1AAD19;
    margin-bottom: 20px;
}


.buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.weui-btn_default {
    background-color: #fff;
    color: #1AAD19;
    border: 1px solid #1AAD19;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    background-color: #fff;
}

.footer p {
    margin: 5px 0;
}

.copy-card {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 140px;
    max-width: 420px;
    margin: 0 auto;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    text-align: center;
    z-index: 10000;
}

.copy-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #1f63e0;
    font-weight: 600;
}

.copy-btn {
    width: 100%;
    padding: 12px 10px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1c8cff, #1f63e0);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.copy-btn:active {
    opacity: 0.9;
}

.copy-hint {
    margin: 10px 0 0;
    font-size: 12px;
    color: #888;
}

.copy-toast {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    border-radius: 16px;
    font-size: 14px;
    z-index: 10001;
}