/* 顶部蓝色区域样式 */
.custom-footer-top {
    /* background-color: #dce4fd; */
    background-color: #38b6ff;
    padding: 30px 0;
    
}

.custom-footer-top h3 {
    font-size: 20px;
    margin-bottom: 15px;
     color: #fff;
}

.custom-footer-top p {
    font-size: 14px;
    margin-bottom: 20px;
     color: #fff;
}

.custom-btn-use {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
}

/* 底部联系区域样式 */
.custom-footer-contact {
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.custom-contact-item {
    text-align: center;
}

.custom-contact-item h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.custom-contact-info {
    text-align: left;
}

.custom-contact-info p {
    margin: 5px 0;
    font-size: 14px;
}

/* 最底部版权区域样式 */
.custom-footer-bottom {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
}

.custom-footer-bottom .friend-link {
    text-align: right;
}

.custom-footer-bottom .friend-link a {
    color: #666;
    text-decoration: none;
}
