
/* --- Register Page Patch --- */

/* Fix Footer Styles (Existing) */
.footer {
    background-color: #ebebeb !important;
    border-top: 5px solid #999999 !important; /* Restore default gray border */
    margin-top: 0 !important;
    padding-top: 0 !important; /* Let inner content handle padding */
    position: relative; /* For :before positioning */
}

.footer:before {
    display: block !important;
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    left: 0;
    top: -5px; /* Sit on top of the border */
    background-color: #e4002b !important;
    z-index: 10;
}

.footer-item {
    color: #5a5a5a !important;
    text-decoration: none !important; /* Remove underline */
    line-height: 35px; /* Maintain height */
}

.footerBeian a {
    text-decoration: none !important; /* Ensure no underline */
}

.footerBeian-link-content-text {
    text-decoration: none !important;
}
