@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url("HarmonyOS_Sans_SC_Medium.ttf");
}
@font-face {
    font-family: "HarmonyOS_Sans_SC_Black";
    src: url("HarmonyOS_Sans_SC_Black.ttf");
}


body {
    background-image: url('../img/background.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: HarmonyOS_Sans_SC_Medium。 Arial, sans-serif;
}
.glass-container {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 10px; /* 添加间距 */
    margin-bottom: 10px;
}
.social-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 10px;
    width: 100px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.platform-logo {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.platform-name {
    font-size: 12px;
    margin: 5px 0;
    font-family: HarmonyOS_Sans_SC_Black;
}
.platform-attribute {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}
.platform-link {
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.social-links a {
    margin: 5px;
    text-decoration: none;
    color: #333;
}
.project {
    margin: 10px 0;
}
.project img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}
.project a {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.donate-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.qq-group-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #FFC107;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

