/* 固定导航栏（从 styles.css 提取） */
.navbar {
    background: rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0;
}

.navbar-brand .logo {
    height: 60px;
    width: auto;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 200;
    font-size: 18px;
    margin: 0 24px;
    padding: 8px 0 !important;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #eba222 !important;
}

.navbar-nav .nav-link::after {
	display:none;
}

.navbar-phone {
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-phone .phone-icon {
    width: 40px;
    height: 40px;
    background: #eba222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.navbar-phone .phone-icon i {
    color: #fff;
    font-size: 18px;
}

.navbar-phone .phone-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.navbar-phone .phone-number {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.navbar-phone .phone-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
    .navbar-nav .nav-link {
        margin: 5px 0;
        text-align: center;
        font-size: 16px;
    }
    
    .navbar-phone {
        justify-content: center;
        margin-top: 15px;
        gap: 10px;
    }
    
    .navbar-phone .phone-icon {
        width: 35px;
        height: 35px;
    }
    
    .navbar-phone .phone-icon i {
        font-size: 16px;
    }
    
    .navbar-phone .phone-number {
        font-size: 16px;
    }
}

/* 页脚：快速通道（从 styles.css 提取） */
.fast-track-footer {
    background: url('../images/footbg.png') no-repeat top center/cover;
    color: #ffffff;
    padding: 200px 0 60px; /* 顶部背景完整显露 */
}
.fast-track-footer .row { align-items: flex-start; }
.ft-row-1 { margin-bottom: 12px; }

/* ===== 导航二级下拉菜单样式 ===== */
.navbar .dropdown { position: relative; }
.navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.92);
    border: none;
    border-radius: 10px;
    padding: 8px;
    min-width: 130px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    transform: none;
}

.navbar .dropdown-item {
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
}

.navbar .dropdown-item:hover {
    color: #ffd700;
    background: rgba(255, 255, 255, 0.08);
}

.navbar .dropdown-toggle::after {
    border-top-color: #fff;
}

/* 取消三级子菜单相关样式（仅保留二级） */

/* 鼠标悬停显示 */
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 992px) {
    .navbar .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        min-width: 0;
        border-radius: 8px;
    }
}
.ft-row-2 { --bs-gutter-x: 4rem; } /* 增大第二行左右列间距 */
.ft-row-3 { margin-top: 24px; }
.ft-title {
    font-size: 48px;
    font-weight: 800;
}
.ft-subtitle {
    font-size: 16px;
    letter-spacing: 3px;
    opacity: 0.9;
    margin-bottom: 16px;
}
.ft-block { margin-top: 20px; }
.ft-heading {
    color: #EBA222;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ft-list {
    font-size: 18px;
    line-height: 2.0;
    opacity: 1;
    font-weight: bold;
    font-family: "OPPOSans l", "Microsoft YaHei", Arial, sans-serif;
}
/* 页脚列表：链接与竖线分隔符（最后一个不显示） */
.ft-list a {
    color: inherit;
    text-decoration: none;
}
.ft-list a::before {
    content: "|";
    color: rgba(255,255,255,0.7);
    margin: 0 8px;
}
.ft-list a:first-child::before {
    content: none;
    margin: 0;
}

.ft-contact{font-size:18px;font-weight:bold}
.ft-copy {
    margin-top: 0;
    font-size: 14px;
    opacity: 0.8;
}
.ft-right .ft-contact p {
    margin: 0 0 10px 0;
    font-size: 16px; /* 放大联系方式 */
}
.ft-qrcodes {
    display: flex;
    gap: 28px;
    margin-top: 18px;
}
.ft-qrcode img {
    width: 110px;
    height: auto;
    display: block;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
}
.ft-qr-caption {
    text-align: center;
    font-size: 13px;
    margin-top: 8px;
}

@media (max-width: 992px) {
    
    .ft-qrcodes { justify-content: center; }
    .fast-track-footer { background: #232cc7;padding: 30px 0; /* 顶部背景完整显露 */ }
    .fast-track-footer .ft-row-1 { display: none; }
    .fast-track-footer .ft-row-2 { justify-content: center; }
    .fast-track-footer .ft-row-2 .col-lg-7.col-md-12 { display: none; }
    .fast-track-footer .ft-row-2 .col-lg-5.col-md-12 { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .fast-track-footer .ft-qrcodes { display: flex; gap: 20px; justify-content: center; }
}
@media (max-width: 768px) {
    .ft-title { font-size: 44px; }
    .ft-qrcode img { width: 110px; }
}
@media (max-width: 576px) {
    .ft-qrcode img { width: 96px; }
}
@media (max-width: 992px) {
    .ft-row-2 { --bs-gutter-x: 2rem; } /* 中屏适度间距，避免过大 */
}