/* 仙逆H5国际版 - 启动页样式 */
html, body {
    margin: 0;
    padding: 0;
    background: #888888;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.version-area {
    position: fixed;
    top: 36px;
    right: 0;
    background: #e0e0e0;
    color: #666;
    font-size: 12px;
    z-index: 9999;
    padding: 2px 12px;
    border-radius: 0 0 0 12px;
    opacity: 0.85;
}

.log-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    z-index: 9999;
    padding: 8px 0;
    text-align: center;
}

.install-tip {
    max-width: 90vw;
    margin: 10vh auto 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    padding: 2em 1.5em;
    text-align: center;
    color: #222;
    font-size: 1.2em;
    line-height: 1.8;
}

.install-tip img {
    width: 64px;
    height: 64px;
    margin-bottom: 1em;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.install-tip .method {
    margin-top: 1em;
    color: #666;
    font-size: 1em;
}

.install-tip .platform {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 0.2em 0.6em;
}

.install-tip .share-icon {
    font-size: 1.3em;
}
