/* 全局样式 */
body {
    background-color: #0a0a0a;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url('./file/01.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* 段落基础样式 */
p {
    text-align: justify;
    line-height: 1.8;
}

/* 响应式布局 */
.pagevdwith {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 15px;
}

.jyxappleft {
    width: 100%;
}

/* 主内容容器样式 */
.okx-text {
    background-color: rgba(16, 16, 16, 0.85);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #bcff2f;
    margin-bottom: 30px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    /* h5移动端适配 */
    width: 100%;
    display: block;
}

/* 步骤区块样式 */
.step-section {
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgba(26, 26, 26, 0.7);
    border-radius: 8px;
}

.step-title {
    color: #bcff2f;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #bcff2f;
}

/* 下载按钮样式 */
.download-btn {
    display: inline-block;
    background-color: #bcff2f;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 0;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background-color: #a5e026;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(188, 255, 47, 0.3);
}

/* 支持区块样式 */
.support-section {
    background-color: rgba(26, 26, 26, 0.8);
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}

.support-section ol {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

.support-section p {
    text-align: center;
}

.support-title {
    color: #bcff2f;
    font-size: 20px;
    margin-bottom: 15px;
}

/* 客服联系方式样式 */
.qq-number {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}