/**
 * api.css - platform/api.html 页面专用样式
 * 外部化自 api.html 的 <style> 块和 style= 内联属性
 */

/* ================================================
   1. 页面 Banner
   ================================================ */
#container {
    background-image: url(../images/platform/api/api_banner03.jpg);
}

.api-banner-inner {
    height: 300px;
}

/* ================================================
   2. 面包屑导航区域
   ================================================ */
.about_nav {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.about_nav a {
    color: #86868b;
    text-decoration: none;
}

.breadcrumb-sep {
    color: #86868b;
    margin: 0 6px;
}

.breadcrumb-current {
    color: #1d1d1f;
    font-weight: 600;
}

/* ================================================
   3. 主内容区块
   ================================================ */
#api_con {
    margin-bottom: 30px;
}

/* 业务全景图区块 */
.api-hero-block {
    text-align: center;
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 90px;
}

.api-hero-block .api-hero-title {
    color: #313131;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: -10px;
    font-size: 72px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-top: 90px;
    padding-bottom: 30px;
}

.api-hero-block .api-hero-subtitle {
    color: #313131;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: -3px;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 35px;
}

.api-hero-block .api-hero-image {
    width: 90%;
}

.api-hero-block .api-hero-link {
    text-align: center;
    margin-top: 25px;
}

.api-hero-block .api-hero-link a {
    color: #259ad6;
    text-decoration: none;
    font-weight: 900;
}

/* ================================================
   4. 私有化部署动态背景区块
   ================================================ */
.api-deploy-section {
    background: #269ad7;
    padding-top: 30px;
    padding-bottom: 125px;
    margin-bottom: 36px;
    background-image: url(../images/platform/api/api_02.gif);
}

.api-deploy-section .api-deploy-title {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center;
}

.api-deploy-section .api-deploy-desc {
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
}

.api-deploy-section .api-deploy-features {
    padding-top: 45px;
}

.api-deploy-section .api-feature-item {
    text-align: center;
}

.api-deploy-section .api-feature-item img {
    width: 20%;
}

.api-deploy-section .api-feature-item p {
    color: #fff;
    font-size: 18px;
    padding-top: 25px;
}

/* ================================================
   5. 底部客户区
   ================================================ */
.section-dark {
    background: #525252;
}

/* ouradvantage 四个卡片样式 */
.ouradvantage {
    float: left;
    height: 92px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.ouradvantage .imgbox {
    line-height: 92px;
    float: left;
    margin-right: 10px;
}

.ouradvantage span {
    line-height: 92px;
    float: left;
}

/* ================================================
   6. 动态背景动画
   ================================================ */
@keyframes bgScrollApi {
    0%   { background-position: 0% 0%; }
    50%  { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

@keyframes lightSweepApi {
    0%   { left: -40%; opacity: 0; }
    15%  { opacity: 1; }
    85%  { opacity: 1; }
    100% { left: 140%; opacity: 0; }
}

.api-deploy-section {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    animation: bgScrollApi 100s ease-in-out infinite;
}

.api-deploy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(35, 164, 232, 0.03) 20%,
        rgba(35, 164, 232, 0.08) 50%,
        rgba(35, 164, 232, 0.03) 80%,
        transparent 100%
    );
    animation: lightSweepApi 15s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.api-deploy-section > * {
    position: relative;
    z-index: 2;
}

/* ================================================
   7. PC端大卡片下拉菜单 + 导航栏 hover
   ================================================ */
@media (min-width: 992px) {
    /* 导航栏 hover 变粗 + 圆角背景 - 仅 PC 端 */
    .main-menu > li > a {
        padding: 8px 16px !important;
        border-radius: 20px !important;
    }
    .main-menu > li > a:hover {
        font-weight: 900 !important;
        background-color: rgba(255, 255, 255, 0.2) !important;
    }
    /* 导航项间距 */
    .main-menu > li {
        margin: 0 8px !important;
    }
    .main-menu > li {
        transform: none !important;
        transition: none !important;
    }
    .main-menu > li:hover {
        transform: none !important;
    }
    .main-menu > li a {
        transition: none !important;
        transform: none !important;
    }
    .main-menu .dropdown-menu li a:hover {
        font-weight: 900 !important;
    }
    .main-menu .dropdown-menu {
        border-radius: 12px !important;
        overflow: hidden;
    }

    /* 大卡片下拉菜单 - 仅 PC 端 */
    .has-mega-menu {
        position: relative;
    }
    .has-mega-menu .mega-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        min-width: 510px;
        padding-top: 8px;
    }
    .has-mega-menu:hover .mega-menu {
        display: block;
    }
    .mega-menu-inner {
        display: flex;
        background: #fff;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        padding: 24px 20px 24px 24px;
        gap: 24px;
        align-items: center;
    }
    .mega-menu-left {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-width: 140px;
    }
    .mega-menu-left.mega-col-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px 16px;
        max-width: 320px;
    }
    .mega-menu-left.mega-col-2 a {
        width: auto;
    }
    .mega-menu-left a {
        color: #000 !important;
        font-size: 15px;
        padding: 10px 16px;
        border-radius: 10px;
        text-decoration: none !important;
        transition: background 0.2s, color 0.2s, font-weight 0.2s;
        white-space: nowrap;
        background: transparent !important;
    }
    .mega-menu-left a:hover {
        color: #259ad6 !important;
        font-weight: 700;
    }
    .mega-menu-right {
        flex: 0 0 auto;
        width: 200px;
        height: 250px;
        border-radius: 16px;
        overflow: hidden;
        margin-right: 4px;
        margin-left: 100px;
    }
    .mega-menu-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 16px;
    }

    /* 导航菜单字体大小 */
    .nav-menu-size {
        font-size: 16px;
    }
}

/* ================================================
   8. 移动端导航覆盖
   ================================================ */
@media (max-width: 991px) {
    /* 覆盖 Bootstrap 默认的 hover/open 浅灰背景 */
    .nav > li > a:hover,
    .nav > li > a:focus,
    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background: transparent !important;
        color: #259ad6 !important;
    }

    /* 一级菜单：无箭头、无分隔线 */
    .main-menu > li {
        margin: 0 !important;
        display: block !important;
        border-bottom: none !important;
    }
    .main-menu > li > a {
        display: block !important;
        position: relative !important;
        padding: 12px 16px !important;
        border-radius: 0 !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        border-bottom: none !important;
        background: none !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .main-menu > li > a:hover,
    .main-menu > li > a:active,
    .main-menu > li > a:focus {
        color: #259ad6 !important;
        background: transparent !important;
    }
    /* 去掉一级菜单箭头 */
    .main-menu > li > a::after {
        content: none !important;
    }
    .has-mega-menu.mobile-open > a::after {
        content: none !important;
        transform: none !important;
    }

    /* 搜索框隐藏 */
    .main-menu li.search {
        display: none !important;
        border-bottom: none !important;
    }

    /* 子菜单容器 */
    .has-mega-menu {
        position: static !important;
    }
    .has-mega-menu .mega-menu {
        display: none !important;
        position: static !important;
        transform: none !important;
        min-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    .has-mega-menu:hover .mega-menu {
        display: none !important;
    }
    .has-mega-menu.mobile-open .mega-menu {
        display: block !important;
    }
    .mega-menu-inner {
        display: flex !important;
        flex-direction: column !important;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        gap: 0 !important;
        margin: 0 !important;
    }
    .mega-menu-right {
        display: none !important;
    }
    .mega-menu-left {
        min-width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
    }
    .mega-menu-left.mega-col-2 {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        gap: 0 !important;
    }

    /* 二级菜单：无箭头、无分隔线 */
    .mega-menu-left a {
        display: block !important;
        position: relative !important;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 10px 16px 10px 28px !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-bottom: none !important;
        text-decoration: none !important;
        background: none !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .mega-menu-left a::after {
        content: none !important;
    }
    .mega-menu-left a:hover,
    .mega-menu-left a:active {
        color: #259ad6 !important;
        background: transparent !important;
    }
}

/* ================================================
   9. Header / Footer 样式
   ================================================ */
.header-contact-item {
    padding: 10px 10px;
    height: 40px;
}

.header-slogan {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    padding: 10px 10px;
    height: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Footer 容器 */
.footer-border {
    border-bottom: 1px solid #3F3F3F;
}

.footer-row-gap {
    margin-bottom: 20px;
}

.footer-col-pad {
    padding-left: 40px;
}

.footer-link {
    color: #969595;
    font-size: 12px;
}

.footer-info-link {
    color: #969595;
    font-size: 12px;
    pointer-events: none;
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
}

.footer-copy-text {
    color: #969595;
}

.footer-meta-text {
    color: #969595;
    font-size: 12px;
    padding-left: 15px;
    margin-top: 3px;
    line-height: 30px;
}

.footer-tag-text {
    color: #969595;
}

/* why-choose-us 区块 padding 控制 */
#why-choose-us {
    padding: 0 0 !important;
}

/* 底部客户区 */
.why-choose-us.bg-dark {
    background: #525252;
}
