/* 微信浏览器兼容性补充样式 */
.video-box {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
}

.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 90%;
}

/* 注释掉字体大小覆盖，使用style.css中的样式 */
/*
.slogan .subtitle {
    font-size: 16px;
    letter-spacing: 8px;
    margin-bottom: 15px;
    color: #fff;
}

.slogan .title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #fff;
    margin: 0;
    padding: 0;
}
*/

.footer {
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    padding: 40px 20px;
    margin-top: 0;
}

.container {
    max-width: 90%;
    margin: 0 auto;
}

.single-widget {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.single-widget h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.single-widget p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
}

.single-widget .button a {
    display: inline-block;
    padding: 12px 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
}

.social-icon {
    list-style: none;
}

.social-icon li {
    margin-bottom: 10px;
}

.social-icon a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 10px;
}

.list {
    list-style: none;
}

.list li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.copyright a {
    color: #667eea;
    text-decoration: none;
}
