/* 内容页面通用样式 */

/* 页面标题样式 */
._6paQFQnN7kIZ\+dT8Ub73TQ\=\= {
    margin-bottom: 20px;
    position: relative;
    padding-top: 5px;
}

._6paQFQnN7kIZ\+dT8Ub73TQ\=\= h4 {
    color: #e3ca7a;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    letter-spacing: 1px;
}
img.process-img {
    width: 100%;
}

._6paQFQnN7kIZ\+dT8Ub73TQ\=\= h6 {
    color: #e3ca7a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* 通用容器样式 */
.portal-main-container {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #e3e3e3;
    padding: 0 ;
}

/* 内容区块样式 */
.xedVkcFAvYq5\+2Y06JNlng\=\= {
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    background: linear-gradient(180deg, #323232, #1e1e1e);
    border: 1px solid #3a3a3a;
}

/* 内容区块标题 */
._3zgm7nXxuBuJxBdmkEn7eA\=\= {
    font-size: 20px; /* 增加内容区域标题文字大小 */
    color: #e3ca7a;
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

/* 内容区块样式 */
.faq-item, .about-content, .contact-content, .deposit-content {
    margin-bottom: 25px;
    background: transparent;
    border-radius: 6px;
    padding: 18px 22px;
    border-left: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.faq-item:hover, .about-content:hover, .contact-content:hover, .deposit-content:hover, .deposit-method:hover {
    background: transparent;
    transform: translateY(-2px);
    box-shadow: none;
}

/* 标题样式 */
.faq-item h5, .about-content h5, .contact-content h5, .deposit-content h5, .deposit-method h5 {
    color: #ffd700;
    font-size: 18px; /* 增加内容区域标题文字大小 */
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

/* 段落样式 */
.faq-item p, .about-content p, .contact-content p, .deposit-content p {
    margin: 12px 0;
    font-size: 16px; /* 增加内容区域文字大小 */
    color: #f0f0f0;
    line-height: 1.7;
    letter-spacing: 0.3px;
}

/* 列表样式 */
.contact-info ul {
    list-style-type: none;
    padding-left: 0;
    margin: 18px 0;
}

.contact-info ul li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 215, 0, 0.15);
    font-size: 15px;
    transition: all 0.2s ease;
}

.contact-info ul li:hover {
    background: rgba(40, 40, 40, 0.4);
    padding-left: 5px;
}

.contact-info ul li strong {
    color: #ffd700;
    margin-right: 12px;
    font-weight: 500;
    display: inline-block;
    min-width: 120px;
}

/* 存款方法样式 */
.deposit-method {
    margin-bottom: 22px;
    padding: 18px 20px;
    background: transparent;
    border-radius: 6px;
    border-left: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

/* 图片占位符样式 */
.image-placeholder {
    background-color: rgba(40, 40, 40, 0.5);
    border-radius: 6px;
    padding: 20px;
    margin: 25px 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.image-placeholder:hover {
    background-color: rgba(45, 45, 45, 0.6);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.image-placeholder img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* 响应式调整 */
@media (max-width: 768px) {
    ._6paQFQnN7kIZ\+dT8Ub73TQ\=\= h4 {
        font-size: 22px;
    }
    
    ._3zgm7nXxuBuJxBdmkEn7eA\=\= {
        font-size: 16px;
        padding: 0 10px;
    }
    
    .xedVkcFAvYq5\+2Y06JNlng\=\= {
        padding: 20px 15px;
    }
    
    .faq-item, .about-content, .contact-content, .deposit-content, .deposit-method {
        padding: 15px 18px;
    }
    
    .faq-item h5, .about-content h5, .contact-content h5, .deposit-content h5, .deposit-method h5 {
        font-size: 16px;
    }
    
    .faq-item p, .about-content p, .contact-content p, .deposit-content p {
        font-size: 14px;
    }
    
    .contact-info ul li strong {
        min-width: 100px;
    }
}

/* 侧边导航栏样式 */
.side-nav {
    position: relative;
    width: 200px;
    background: linear-gradient(180deg, #323232, #1e1e1e);
    border-radius: 8px;
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid #3a3a3a;
    float: left;
    margin-right: 20px;
   
}

.side-nav h3 {
    color: #e3ca7a;
    font-size: 20px; /* 增加导航栏标题文字大小 */
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.side-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-nav ul li {
    padding: 0;
    margin: 5px 0;
}

.side-nav ul li a {
    display: block;
    padding: 12px 20px;
    color: #f0f0f0;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 16px; /* 增加导航栏文字大小 */
}

.side-nav ul li a:hover, .side-nav ul li a.active {
    background: rgba(35, 35, 35, 0.7);
    color: #ffd700;
    border-left: 3px solid #ffd700;
}

/* 内容区域调整 */
.content-with-nav {
    display: flex;
    margin-bottom: 30px;
}

.main-content {
    flex: 1;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .content-with-nav {
        flex-direction: column;
    }
    
    .side-nav {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .side-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .side-nav ul li {
        margin: 0 5px;
    }
    
    .side-nav ul li a {
        padding: 10px 15px;
        border-left: none;
        border-bottom: 3px solid transparent;
    }
    
    .side-nav ul li a:hover, .side-nav ul li a.active {
        border-left: none;
        border-bottom: 3px solid #ffd700;
    }
    
    .main-content {
        width: 100%;
    }
}