.company-container {
    width: 100%;

    & .comp-piece.bgf9 {
        background-color: #F9FAFF;

        & .comp-content {
            padding: 80px 0;
        }
    }

    & .comp-piece {
        width: 100%;
        background-color: #fff;

        & .comp-content.null {
            padding: 70px 0 0;
        }

        & .comp-content {
            width: 1200px;
            margin: 0 auto;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: row;
            padding: 110px 0 120px;

            & .btn-box {
                width: 1200px;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-direction: row;
                position: absolute;
                top: -78px;
                left: 0;
                z-index: 9;

                & .btn {
                    width: 28.8%;
                    position: relative;
                    background-color: #fff;
                    border-radius: 4px;

                    &::after {
                        content: '';
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 0;
                        height: 100%;
                        z-index: -1;
                        border-radius: 4px;
                        background: linear-gradient(90deg, #689CFE 0%, #85AFFF 100%);
                        transition: .3s ease;
                        z-index: 0;
                    }

                    &:hover {
                        &::after {
                            left: 0;
                            width: 100%;
                        }

                        & a span {
                            color: #FFF;
                        }
                    }
                }

                & .btn a {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: row;
                    cursor: pointer;
                    padding: 30px 0;
                    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
                    border-radius: 4px;
                    position: relative;
                    z-index: 1;

                    & i {
                        width: 32px;
                        height: 32px;
                        display: block;
                        background-position: center center;
                        background-size: cover;
                        background-repeat: no-repeat;
                    }

                    & i.icon1 {
                        background-image: url("../images/icon-c1.png");
                    }

                    & i.icon2 {
                        background-image: url("../images/icon-c3.png");
                    }

                    & i.icon3 {
                        background-image: url("../images/icon-c2.png");
                    }

                    & span {
                        font-size: 20px;
                        color: #777;
                        margin-left: 16px;
                    }
                }

                & .btn.active a {
                    background: linear-gradient(90deg, #689CFE 0%, #85AFFF 100%);

                    & span {
                        color: #fff;
                    }

                    & i.icon1 {
                        background-image: url("../images/icon-c1w.png");
                    }

                    & i.icon2 {
                        background-image: url("../images/icon-c3w.png");
                    }

                    & i.icon3 {
                        background-image: url("../images/icon-c2w.png");
                    }
                }
            }

            & .comp-info {
                width: 47%;

                & .comp-tit {
                    width: 100%;
                    font-size: 32px;
                    font-weight: bold;
                    color: #333;
                }

                & .lab {
                    width: 100%;
                    font-size: 32px;
                    color: #333;
                    margin: 12px 0 0;
                }

                & .content {
                    width: 100%;
                    font-size: 18px;
                    color: #777;
                    margin: 17px 0 0;
                    line-height: 1.7;

                    & p {
                        padding: 0;
                        margin: 0;
                    }
                }
            }

            & .comp-img {
                width: 42.3%;

                & img {
                    width: 100%;
                    object-fit: cover;
                }
            }
        }

        .comp-content-us {
            width: 1200px;
            margin: 0 auto;
            padding: 80px 0;

            & .comp-us {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: row;

                & span {
                    font-size: 50px;
                    font-weight: 600;
                    position: relative;

                    &::after {
                        content: '';
                        width: 50px;
                        height: 4px;
                        background-color: #2D5EFB;
                        position: absolute;
                        left: 50%;
                        bottom: -18px;
                        transform: translateX(-50%);
                    }
                }
            }

            & .company-info {
                width: 100%;
                background: #FFFFFF;
                box-shadow: 0px 17px 48px 13px #E4EAED;
                border-radius: 12px 12px 12px 12px;
                border: 4px solid #FFFFFF;
                margin: 50px 0;
                padding: 36px 0;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: row;

                & .comp-logo {
                    width: 172px;
                    height: 269px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: row;

                    & img {
                        width: 100%;
                        object-fit: cover;
                        margin: 0 auto auto;
                    }
                }

                & .info-content {
                    height: 269px;
                    margin-left: 49px;
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                    flex-direction: column;

                    & p.comp-name {
                        font-size: 32px;
                    }

                    & p {
                        font-size: 24px;
                        color: #333;
                        padding: 0;
                        margin: 0;
                    }
                }
            }
        }

        .culture-content.typesetting {
            margin: 60px auto 0;

            & .culture-list {
                margin: 40px 0 0;
            }
        }

        .culture-content {
            width: 1200px;
            margin: 0 auto;

            & .culture-title {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: row;

                & span {
                    font-size: 50px;
                    font-weight: 600;
                    position: relative;

                    &::after {
                        content: '';
                        width: 50px;
                        height: 4px;
                        background-color: #2D5EFB;
                        position: absolute;
                        left: 50%;
                        bottom: -18px;
                        transform: translateX(-50%);
                    }
                }
            }

            & .culture-list {
                width: 100%;
                margin: 96px 0 0;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: row;
                flex-wrap: wrap;

                & .culture-item.icon {
                    width: 44%;
                }

                & .culture-item.coo-icon {
                    width: 62.5%;
                }

                & .culture-item.txt {
                    width: calc(56% - 60px);
                }

                & .culture-item.coo-txt {
                    width: calc(37.5% - 60px);
                }

                & .culture-item {
                    flex: 0 0 auto;
                    padding: 60px 0;
                    transition: all 0.5s ease-in;

                    & .culture-icon {
                        width: 100%;

                        & img {
                            width: 100%;
                            object-fit: cover;
                            transition: transform 0.3s ease-in;
                        }

                        &:hover img {
                            transform: scale(1.01);
                            box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
                            border-radius: 10px;
                        }
                    }

                    & .culture-txt {
                        width: 100%;

                        & .tit {
                            width: 100%;
                            font-size: 36px;
                            color: #333;
                            padding: 0;
                            margin: 0 0 20px 0;
                        }

                        & .cont {
                            width: 100%;
                            height: 252px;
                            font-size: 20px;
                            color: #777;
                            line-height: 1.4;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-line-clamp: 9;
                            -webkit-box-orient: vertical;
                            text-overflow: ellipsis;

                        }
                    }

                    & .cooperate-txt {
                        width: 100%;

                        & .tit {
                            font-size: 36px;
                            color: #333;
                        }

                        & .cont {
                            width: 100%;
                            font-size: 28px;
                            color: #777;

                            & p {
                                margin: 10px 0;
                                padding: 0;
                            }
                        }
                    }
                }

                & .culture-item:nth-child(2n) {
                    margin-left: 60px;
                    transform: translateX(40px);
                    opacity: 0.8;
                }

                & .culture-item:nth-child(2n - 1) {
                    transform: translateX(-40px);
                    opacity: 0.8;
                }

                & .culture-item.visible {
                    transform: translateX(0);
                    opacity: 1;
                }
            }

            & .join-content {
                width: 100%;

                & .join-title {
                    width: 100%;
                    display: flex;
                    justify-content: flex-start;
                    align-self: flex-start;
                    flex-direction: column;
                    position: relative;
                    padding: 0 0 0 26px;
                    margin: 49px 0 0;

                    & span {
                        font-size: 36px;
                        color: #000;
                    }

                    & span.en {
                        font-size: 55px;
                        font-weight: bold;
                        color: #000;
                        margin-bottom: 6px;
                    }

                    &::after {
                        content: '';
                        width: 11px;
                        height: 100%;
                        background-color: #0A40C2;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }

                & .join-list {
                    width: 100%;
                    margin: 50px 0 0;

                    & .join-item:last-child {
                        margin: 0;
                    }

                    & .join-item {
                        width: 100%;
                        margin: 0 0 50px;

                        & .item-title span {
                            font-size: 30px;
                            color: #fff;
                            padding: 14px 70px 16px;
                            background-color: #45465E;
                            border-radius: 30px 0 30px 0;
                        }

                        & .item-content {
                            padding: 20px 0;

                            & p.lab {
                                font-size: 30px;
                            }

                            & p {
                                font-size: 26px;
                                color: #2B3845;
                                margin: 10px 0;
                                padding: 0;
                            }
                        }
                    }
                }
            }
        }
    }

    &.models {
        background-color: #F9FAFF;
    }

    & .models-container {
        width: 1200px;
        margin: 0 auto;

        & .models-list {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 80px 0 60px;

            & .models-item:last-child {
                margin: 0 auto 0 6.5%;
            }

            & .models-item {
                width: 29%;
                background-color: #fff;
                border-radius: 20px;
                overflow: hidden;
                border: 1px solid #EBEEF3;
                margin: 0 0 40px 0;

                & .models-img {
                    width: 100%;
                    height: 261px;
                    overflow: hidden;

                    & img {
                        width: 100%;
                        object-fit: cover;
                    }
                }

                & .models-name,
                & .models-cont,
                & .models-date {
                    padding: 0 20px;
                }

                & .models-name {
                    font-size: 18px;
                    color: #999797;
                    margin: 12px 0 0;
                }

                & .models-cont {
                    font-size: 20px;
                    color: #333;
                    margin: 10px 0;
                }

                & .models-date {
                    margin: 0 0 12px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    flex-direction: row;

                    & i {
                        width: 20px;
                        height: 20px;
                        background: url("../images/icon-6.png") center center / cover no-repeat;
                        display: block;
                    }

                    & span {
                        margin-left: 5px;
                        display: block;
                        font-size: 18px;
                        color: #D5D5D5;
                        line-height: 1;
                    }
                }
            }
        }

        & .models-page {
            width: 100%;
            height: 32px;
            padding: 0 0 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;

            & div {
                min-width: 32px;
                height: 32px;
                line-height: 32px;
                padding: 0 4px;
                background-color: #F0F2F5;
                font-size: 14px;
                color: #606266;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: row;
                margin: 0 4px;
                border-radius: 4px;
                cursor: pointer;

                & svg {
                    width: 14px;
                    height: 14px;
                    margin: auto;
                }
            }

            & div:hover {
                color: #fff;
                background-color: #409EFF;

                & svg path {
                    fill: #fff;
                }
            }

            & div.total {
                width: auto;
                background-color: transparent;

                &:hover {
                    color: #606266;
                    cursor: default;
                }
            }
        }
    }
}

@media only screen and (min-width: 750px) and (max-width: 1190px) {

    .company-container {
        & .comp-piece {

            & .comp-content,
            & .comp-content-us,
            & .comp-content .btn-box,
            & .culture-content {
                width: 750px;
            }

            & .culture-content .culture-list {
                margin: 48px 0 0;
            }

            & .culture-content .culture-list .culture-item:nth-child(2n) {
                margin-left: 20px;
            }

            & .culture-content .culture-list .culture-item .cooperate-txt p {
                word-wrap: break-word;
            }

            & .culture-content .culture-list .culture-item.coo-txt,
            & .culture-content .culture-list .culture-item.txt {
                padding: 0;
            }
        }
    }
}

@media only screen and (max-width: 700px) {
    .company-container .comp-piece {
        & .culture-content {
            width: 100%;

            &.typesetting {
                margin: 1rem auto 0;
            }

            & .culture-list {
                padding: 0 0.4rem;
            }

            & .culture-list,
            &.typesetting .culture-list {
                margin: 1rem 0 0;
            }

            & .culture-title span {
                font-size: 1.4rem;

                &::after {
                    width: 2rem;
                    height: 0.2rem;
                    bottom: -0.6rem;
                }
            }

            & .culture-list .culture-item {
                padding: 0.3rem 0;

                & .culture-txt .tit {
                    font-size: 1.2rem;
                    margin: 0 0 0.4rem 0;
                }

                & .culture-txt .cont {
                    height: 10.8rem;
                    font-size: 1rem;
                    line-height: 1.2;
                }

                & .cooperate-txt .tit {
                    font-size: 1.2rem;
                }

                & .cooperate-txt .cont {
                    font-size: 1rem;

                    & p {
                        margin: 0.2rem 0;
                    }
                }
            }

            & .culture-list .culture-item:nth-child(2n) {
                margin-left: 1rem;
            }

            & .culture-list .culture-item.coo-icon {
                width: 50%;
            }

            & .culture-list .culture-item.coo-txt {
                width: calc(50% - 1rem);
            }

            & .join-content {
                & .join-title {
                    padding: 0 0 0 1rem;
                    margin: 1rem 0 0;

                    & span.en {
                        font-size: 2rem;
                        margin-bottom: 0.3rem;
                    }

                    & span {
                        font-size: 1.4rem;
                    }
                }

                & .join-list {
                    margin: 1.4rem 0 0;

                    & .join-item {
                        margin: 0 0 1.5rem;

                        & .item-title span {
                            font-size: 1.2rem;
                            padding: 0.4rem 2rem 0.5rem;
                            border-radius: 1.2rem 0 1.2rem 0;
                        }

                        & .item-content {
                            padding: 1rem 0.4rem;
                        }

                        & .item-content p.lab {
                            font-size: 1.2rem;
                        }

                        & .item-content p {
                            font-size: 1rem;
                            margin: 0.2rem 0;
                        }
                    }
                }
            }
        }

        & .comp-content-us {
            width: 100%;
            padding: 1rem 0;

            & .comp-us span {
                font-size: 1.4rem;

                &::after {
                    width: 2rem;
                    height: 0.2rem;
                    bottom: -0.6rem;
                }
            }

            & .company-info {
                margin: 1rem 0;
                padding: 0.6rem 0;

                & .comp-logo {
                    width: 8.6rem;
                    height: 10.45rem;
                }

                & .info-content {
                    height: 11.45rem;
                    margin-left: 0.4rem;
                    justify-content: center;
                    gap: 0.4rem;

                    & p.comp-name {
                        font-size: 1.2rem;
                    }

                    & p {
                        font-size: 1rem;
                    }
                }
            }
        }

        & .comp-content.null {
            padding: 1.7rem 0 0;
        }

        & .comp-content {
            width: 100%;
            padding: 2.2rem 0;

            & .btn-box {
                width: 100%;
                top: -2rem;

                & .btn a {
                    padding: 0.6rem 0;
                }

                & .btn a i {
                    width: 1.5rem;
                    height: 1.5rem;
                }

                & .btn a span {
                    font-size: 1rem;
                    margin-left: 0.5rem;
                }
            }

            & .comp-info {
                width: 55%;
                padding-left: 0.4rem;
            }

            & .comp-img {
                padding-right: 0.4rem;
            }

            & .comp-info .comp-tit {
                font-size: 1.2rem;
                margin-top: 3rem;
            }

            & .comp-info .lab {
                font-size: 1.2rem;
                margin: 0.5rem 0 0;
            }

            & .comp-info .content {
                width: 97vw;
                font-size: 0.9rem;
                margin: 4.4rem 0 0;
            }
        }
    }
}