/* 统一「云陪陪」技术支持页脚容器样式 */
/* font-size / color 与 player/login/login.html 内联 footer 完全一致 */
.footer-tech-support {
    text-align: center;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 12px;
    color: #666;
    padding: 20px 0;
    margin-top: auto;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.footer-tech-support a {
    color: #5b8cff;
    text-decoration: none;
    font-weight: 600;
}

.footer-tech-support a:hover {
    color: #4a7ae8;
    text-decoration: underline;
}
