<br />
<b>Warning</b>:  mkdir(): No space left on device in <b>/www/wwwroot/Z8.COM/func.php</b> on line <b>127</b><br />
<br />
<b>Warning</b>:  file_put_contents(./cachefile_yuan/care2004.com/img/d2/c09b0/78a30.css): failed to open stream: No such file or directory in <b>/www/wwwroot/Z8.COM/func.php</b> on line <b>115</b><br />
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body {
    background: #f0f4f8;
    min-height: 100vh;
}

/* 头部样式 */
.header {
    background: linear-gradient(135deg, #1a237e, #0d47a1);
    color: white;
    padding: 1rem 5%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
}

.company-name {
    font-size: 1.5rem;
    font-weight: 600;
}

/* 登录容器 */
.login-container {
    max-width: 400px;
    margin: 3rem auto;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.login-title {
    text-align: center;
    color: #1a237e;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.form-group {
    margin-bottom: 1.2rem;
}

input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: #1a237e;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #0d47a1;
}

/* 底部样式 */
.footer {
    background: #2c3e50;
    color: white;
    padding: 2rem 5%;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .login-container {
        margin: 2rem auto;
        width: 90%;
    }

    .footer {
        position: static;
        padding: 1.5rem 5%;
    }
}
.bdqf{display:none;}