/* ============================================================
 * /agent 页专用：抵消 style.css 对顶栏污染 + 正文移动端布局
 * 页脚样式统一走公共 new/css/footer.css，此处不再重复
 * ============================================================ */

/* style.css .header 污染全站顶栏 */
body.subPage #header.header {
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    line-height: normal !important;
    position: relative !important;
    z-index: 10001 !important;
}

@media screen and (max-width: 768px) {
    /* 固定顶栏 70px，正文下移 */
    body.subPage {
        padding-top: 70px;
        height: auto;
    }

    /* 汉堡：绝对定位钉在顶栏右侧 */
    body.subPage .moblie-nav {
        display: block !important;
        position: static !important;
    }
    body.subPage .mobile-nav-content {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 70px !important;
        transform: none !important;
        z-index: 10002 !important;
        background: #fff;
        overflow: visible !important;
    }
    body.subPage .mobile-nav-header {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 70px !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        background: #fff;
        border-bottom: 1px solid #efefef;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        line-height: normal !important;
    }
    body.subPage .mobile-nav-logo {
        position: absolute !important;
        left: 20px !important;
        top: 50% !important;
        transform: translateY(-50%);
        display: block !important;
        line-height: 0 !important;
        z-index: 1;
    }
    body.subPage .mobile-nav-logo img {
        max-height: 40px;
        width: auto;
        display: block;
    }
    body.subPage .mobile-nav-right {
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%);
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-end !important;
        width: 30px !important;
        height: 22px !important;
        margin: 0 !important;
        float: none !important;
        line-height: 0 !important;
        cursor: pointer;
        z-index: 2;
    }
    body.subPage .mobile-nav-right.active {
        transform: translateY(-50%) rotate(45deg);
    }
    body.subPage .mobile-nav-right span {
        display: block !important;
        width: 30px !important;
        height: 3px !important;
        margin: 0 0 5px !important;
        background: #333 !important;
        border-radius: 3px;
        line-height: 0 !important;
        float: none !important;
    }
    body.subPage .mobile-nav-right span:last-child {
        margin-bottom: 0 !important;
    }
    body.subPage .mobile-nav-list {
        position: absolute;
        top: 69px;
        right: 0;
        left: auto;
        width: 70%;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
    }

	.y_banner{
        height: 150px;
        width: 100%;
    }
    .y_banner div{
        width: calc(100% - 40px);
        margin: 0 20px 0;
    }
    .y_banner div h1{
        font-size: 26px;
        margin-top: 10px;
    }
    .y_banner div span{
        margin: 7px 0;
    }
    .y_banner div a{
        margin-top: 15px;
    }
    .bArea1, .bArea2, .bArea3, .bArea4, .bArea5, .bArea6, .bArea7{
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .wrap{
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .bTitle{
        font-size: 28px;
    }
    /* 特权 5 块：满宽居中 */
    .bArea1 ul {
        display: block;
    }
    .bArea1 li{
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8px 8px 0 0px;
    }
    .bArea1 li p{
        font-size: 16px;
        line-height: 1.5;
        text-indent: 2em;
    }
    .bArea2 ul{
        margin: 0;
    }
    .bArea2 ul li{
        float: none;
        padding: 20px;
        margin-bottom: 20px;
        background-position: top 20px center !important;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8px 8px 0 0px;

    }
    .bArea2 li h3{
        font-weight: bold;
        font-size: 22px;
        margin-top: 120px;
        text-align: center;
    }
    .bArea2 li.r h3{
        text-align: center;
    }
    .bArea2 li p{
        font-size: 16px;
        line-height: 1.5;
        text-indent: 2em;
    }
    .clearfix:after{
        display: none;
    }
    /* 强大功能应用：缩小列间距，避免卡片过瘦 */
    .bArea3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px 10px;
    }
    .bArea3 li{
        width: calc(50% - 5px);
        float: none;
        border: 1px solid #e5e5e5;
        margin-top: 0 !important;
        margin-right: 0 !important;
        padding: 10px;
        box-sizing: border-box;
        background-position: top 10px center !important;
        padding-top: 70px;
        margin-bottom: 0;
    }
    .bArea3 li h3{
        font-size: 18px;
    }
    .bArea3 li p{
        padding: 0;
        font-size: 16px;
        height: auto;
        line-height: 1.5;
    }
    .bArea4 .wrap{
        background: none;
    }
    .bArea4 ul{
        margin: 0;
    }
    .bArea4 h2{
        margin-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .bArea5 .wrap{
        background: none;
    }
    .bArea5 h2{
        text-align: center;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .bArea5 ul{
        margin: 0;
        text-align: left;
    }
    .bArea6 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .bArea6 li{
        width: calc(50% - 10px);
        float: none;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .bArea6 li img{
        width: 100%;
        height: auto;
    }
    /* 合作流程：左右边距与上方区块一致（20px） */
    .bArea7 ul{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .bArea7 li.box{
        width: 100%;
        box-sizing: border-box;
        padding: 16px 12px 16px 28px;
        overflow: visible;
    }
    .bArea7 li.box span{
        left: 8px;
        top: -12px;
        font-size: 40px;
    }
    .bArea7 li.arrow{
        width: 80px;
        height: 80px;
        padding: 0;
        transform: rotate(90deg);
        margin: 0 auto;
    }
    .plus6 a{
        width: 100%;
    }
}
