/* ========== 74.html 关于我们页面移动端适配样式（仅在小于1200px时生效） ========== */

@media (max-width: 1200px) {
    /* 防止横向溢出 */
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    .main {
        max-width: 100%;
        overflow: hidden;
    }

    /* 面包屑导航适配 */
    .main .contentNavigation {
        height: auto;
        max-width: 100%;
        padding: 15px;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .main .contentNavigation img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .main .contentNavigation .navigation {
        font-size: 14px;
        line-height: 1.5;
    }

    .main .contentNavigation .navigation .vertical {
        font-size: 14px;
        margin: 0 6px;
    }

    /* 关于我们内容区域 */
    .main .contentAboutUs {
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /* 选项卡导航适配 */
    .main .contentAboutUs .tabs-item {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 15px 0;
    }

    .main .contentAboutUs .tabs-item ul {
        width: auto;
        min-width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        margin: 0;
        padding: 0;
        flex-wrap: nowrap;
    }

    .main .contentAboutUs .tabs-item ul li {
        padding: 0 12px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        white-space: nowrap;
        flex-shrink: 0;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* 企业简介标题 */
    .contentAboutUs .risun-title {
        max-width: 100%;
        margin: 20px 0;
        height: auto;
        text-align: center;
    }

    .contentAboutUs .risun-title .qy-name {
        font-size: 22px;
        line-height: 1.4;
    }

    .contentAboutUs .risun-title .line {
        width: 50px;
        height: 3px;
        margin: 10px auto;
    }

    /* 企业简介内容区域 */
    .contentAboutUs .risun-content {
        max-width: 100%;
        margin: 0;
        height: auto;
        flex-direction: column;
        gap: 20px;
    }

    .contentAboutUs .risun-content .brief {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        text-indent: 2em;
        text-align: justify;
    }

    .contentAboutUs .risun-content img {
        width: 100%;
        height: auto;
        margin: 10px auto;
    }

    /* 服务流程区域 */
    .contentAboutUs .risun-service {
        max-width: 100%;
        margin: 20px 0;
    }

    .contentAboutUs .risun-service .service-title,
    .contentAboutUs .risun-product .product-title {
        font-size: 20px;
        line-height: 1.5;
        margin: 15px 0;
    }

    .contentAboutUs .risun-service img {
        width: 100%;
        height: auto;
    }

    /* 产品案例区域 */
    .contentAboutUs .risun-product {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .contentAboutUs .risun-product ul {
        flex-direction: column;
        gap: 15px;
    }

    .contentAboutUs .risun-product ul li {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .contentAboutUs .risun-product ul li .pro-title {
        margin-bottom: 12px;
    }

    .contentAboutUs .risun-product ul li .pro-title img {
        width: 26px;
        height: 28px;
        margin-right: 8px;
    }

    .contentAboutUs .risun-product ul li .pro-title span {
        font-size: 18px;
        line-height: 1.4;
    }

    .contentAboutUs .risun-product ul li .text {
        font-size: 14px;
        line-height: 1.6;
    }

    /* ========== 资质荣誉轮播适配 ========== */
    /* 覆盖内联padding样式 */
    .main .contentAboutUs .tab-content.card-item[data-index="资质荣誉"],
    .main .contentAboutUs .tab-content.card-item.active {
        padding: 0 5px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden;
    }

    .main .contentAboutUs .el-carousel {
        max-width: 100%;
        overflow: visible;
    }

    .main .contentAboutUs .el-carousel__container {
        max-width: 100%;
        height: auto !important;
        padding: 10px 25px;
        box-sizing: border-box;
    }

    .main .contentAboutUs .el-carousel__item {
        width: 100% !important;
    }

    .main .contentAboutUs .card-item .card-grid {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 5px));
        grid-template-rows: repeat(4, auto);
        gap: 10px;
        padding: 5px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .main .contentAboutUs .card-item .card-grid .card-list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .main .contentAboutUs .card-item .card-grid .card-list .img-item {
        height: 100px;
        width: 100%;
        box-sizing: border-box;
    }

    .main .contentAboutUs .card-item .card-grid .card-list .img-item img {
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .main .contentAboutUs .card-item .card-grid .card-list .img-title {
        font-size: 11px;
        line-height: 28px;
        height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 5px;
        box-sizing: border-box;
    }

    /* 左右切换按钮适配 - 放在内容底部 */
    .main .contentAboutUs .card-item {
        position: relative;
        padding-bottom: 50px !important;
    }

    .main .contentAboutUs .card-item .a_prev,
    .main .contentAboutUs .card-item .a_next {
        display: inline-block !important;
        width: 28px;
        height: 28px;
        margin-top: 0;
        top: auto;
        bottom: 10px;
        z-index: 10;
        background-size: 100% 100%;
        position: absolute;
        transform: none;
    }

    .main .contentAboutUs .card-item .a_prev {
        margin-left: 0;
        left: 15%;
    }

    .main .contentAboutUs .card-item .a_next {
        margin-right: 0;
        right: 15%;
    }

    /* 分页指示器 - 往下移动 */
    .main .pagination-card {
        margin-top: 25px;
        padding: 0 10px;
        clear: both;
    }

    /* 招贤纳士适配 */
    .main .contentZXNS .zxns {
        max-width: 100%;
        padding: 0 0;
    }

    .main .contentZXNS .zxns ul {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 0 !important;
        gap: 8px;
        justify-content: center;
    }

    .main .contentZXNS .zxns ul li {
        min-width: auto;
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        flex: 0 0 auto;
        text-align: center;
        white-space: nowrap;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .main .contentZXNS .zxns .zxns-title {
        font-size: 22px;
        line-height: 1.4;
        margin: 20px 0;
    }

    .main .contentZXNS .zxns .zxns-title .title {
        font-size: 18px;
        line-height: 1.4;
    }

    .main .contentZXNS .zxns .li-item {
        padding: 0 !important;
        margin: 20px 0;
    }

    .main .contentZXNS .zxns .li-item .job {
        height: auto;
        flex-direction: column;
        padding: 15px;
        gap: 8px;
    }

    .main .contentZXNS .zxns .li-item .job .job-title {
        font-size: 18px;
    }

    .main .contentZXNS .zxns .li-item .job .location,
    .main .contentZXNS .zxns .li-item .job .text {
        font-size: 13px;
    }

    .main .contentZXNS .zxns .li-item .job .pay {
        font-size: 18px;
    }

    .main .contentZXNS .zxns .li-item .desc {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .main .contentZXNS .zxns .li-item .contents {
        font-size: 14px;
        line-height: 1.6;
    }

    /* 团队建设卡片 */
    .main .contentZXNS .card-zxns {
        padding: 20px 15px;
    }

    .main .contentZXNS .card-zxns .card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .main .contentZXNS .card-zxns .card-grid .card-list .img-title {
        font-size: 14px;
    }

    /* 联系我们适配 */
    .main .contentUS {
        max-width: 100%;
        padding: 0 0;
    }

    .main .contentUS .content-us {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .main .contentUS .content-us #main-map {
        width: 100%;
        height: 250px;
    }

    .main .contentUS .content-us .text-us {
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .main .contentUS .content-us .text-us .title .contact,
    .main .contentUS .content-product .title .contact {
        font-size: 22px;
        line-height: 1.4;
    }

    .main .contentUS .content-us .text-us h4 {
        font-size: 18px;
        margin: 15px 0;
    }

    .main .contentUS .content-us .text-us ul li {
        font-size: 14px;
        line-height: 2;
    }

    .main .contentUS .content-product {
        padding: 20px 0;
    }

    .main .contentUS .content-product .product-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .main .contentUS .content-product ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .main .contentUS .content-product ul li {
        height: auto;
        padding: 15px 20px;
    }

    .main .contentUS .content-product ul li .pro-title {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .main .contentUS .content-product ul li .text span {
        font-size: 14px;
        line-height: 1.6;
    }

    /* 团队建设列表 */
    .main .contentTeam {
        max-width: 100%;
        padding: 0 0;
    }

    .main .contentTeam .list-data {
        flex-direction: column;
        height: auto;
        padding: 15px;
        margin: 15px 0;
    }

    .list-data .img-div {
        height: 180px;
        width: 100%;
    }

    .list-data .img-div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .list-data .list-view {
        padding: 15px 0 0 0;
    }

    .list-data .list-view a {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 8px 0;
    }

    .list-data .list-view span {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 8px 0;
    }

    /* 分页适配 */
    .pagination .ui-pagination-page-item,
    .pagination .ui-pagination-page-active {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}
