.haiwode-company-profile{
    padding-top: var(--container-gap);
    overflow: hidden;
}
.haiwode-company-profile .company-profile-list{
    margin-top: var(--gap-80);
    display: flex;
    gap: 30px;
    position: relative;
}
.company-profile-list .company-profile-left{
    width: 770px;
}
.company-profile-left .company-profile-left-title{
    color: #313131;
    font-family: var(--font-blod-family);
    font-size: var(--font-36);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.company-profile-left .company-profile-left-desc{
    color: #313131;
    font-family: var(--font-text-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 171%; /* 170% */
    margin-top: 56px;
    height: 350px;
    overflow-y: auto;
}
.company-profile-left .company-profile-left-btn{
    color: var(--primary-color);
    font-family: var(--font-blod-family);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-top: 60px;
}

.company-profile-list .company-profile-right{
    flex: 1;
}
.company-profile-list .company-profile-right .company-profile-right-wrap{
    position: relative;
    padding: 0 0 36px 58px;
}
.company-profile-right .right-img{
    width: 100%;
    aspect-ratio: 764/430;
    border-radius: 15px;
}
.company-profile-right .right-con{
    width: 330px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: var(--second-color);
    padding: 20px 30px;
}
.right-con .company-right-title{
    color: #FFF;
    font-family: var(--font-medium-family);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.right-con .company-right-title img{
    width: 21px;
    aspect-ratio: 21/32;
    object-fit: cover;
}
.right-con .company-right-desc{
    color: #FFF;
    font-family: var(--font-text-family);
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%; /* 155.556% */
    margin-top: 11px;
}
.company-profile-hiworld{
    position: absolute;
    right: -380px;
    bottom: -110px;
    color: rgba(3, 46, 78, 0.05);
    font-family: Inter;
    font-size: 240px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 28.8px;
}
.haiwode-company-profile .company-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 29px;
    margin-top: var(--gap-80);
}
.company-list .company-item{
    border-radius: 15px;
    background: var(--second-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 32px;
    transition: all 0.5s;
    cursor: pointer;
}
.company-item img{
    height: 49px;
    width: auto;
    object-fit: contain;
}
.company-item .company-data{
    color: #FFF;
    text-align: center;
    font-family: var(--font-semiBold-family);
    font-size: var(--font-50);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.company-item .company-desc{
    color: #FFF;
    text-align: center;
    font-family: var(--font-text-family);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.company-list .company-item.active{
    background: linear-gradient(90deg, #FC3D2D 0%, #C52316 100%);
}
.company-list .company-item.active img{
    filter: brightness(0) invert(1);
}

/* ---- 视频采访区 ---- */
.company-profile-bottom {
    margin-top: var(--gap-80);
    padding-bottom: var(--container-gap);
    background: linear-gradient(180deg, #FFF 20.47%, rgba(255, 255, 255, 0.00) 100%);
    position: relative;
    /* background-image: url(https://okki-shop-dev.oss-cn-hangzhou.aliyuncs.com/category/431624/1000775/0f20ce02d0d7d7876301ba12e18b9cd6/9K0A5982_1.png);
    background-size: 113.13% 100%;
    background-position: -41.048px 0px;
    background-repeat: no-repeat; */
}

.company-profile-bottom .company-profile-bottom-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.cpb-title {
    color: #313131;
    font-family: var(--font-blod-family);
    font-size: var(--font-36);
    font-weight: 700;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
}

.cpb-video-wrap {
    position: relative;
    z-index: 1;
    width: calc(1068/1920 * 100%);
    max-width: 1068px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    aspect-ratio: 1068 / 601;
    border-radius: 15px;
}

/* 封面层 */
.cpb-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.cpb-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s;
}

/* 播放按钮 */
.cpb-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s;
}

.cpb-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.cpb-play-btn svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* 视频元素 */
.cpb-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    z-index: 1;
}

.cpb-video-wrap.playing .cpb-cover {
    display: none;
}

.cpb-video-wrap.playing .cpb-video {
    display: block;
}

/* 控制条：默认隐藏，hover 显示 */
.cpb-video:not(:hover) {
    /* 通过 JS 动态添加/移除 controls 属性，不依赖 CSS */
}

/* 领导信息 */
.cpb-leader {
    display: flex;
    align-items: center;
    width: calc(1600/1920 * 100%);
    max-width: 1597px;
    gap: 16px;
    /* margin-top: -24px; */
    margin-top: -11px;
    margin-left: calc(320/1920 * 100%);
    border-radius: 10px 0 0 10px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.80) 63.46%, rgba(255, 255, 255, 0.00) 100%);
    position: relative;
    z-index: 2;
}

.cpb-leader-bar {
    width: 22px;
    border-radius: 10px 0 0 10px;
    background: #003365;
    flex-shrink: 0;
    align-self: stretch;
}

.cpb-leader-info {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 24px 0;
    flex-wrap: wrap;
}

.cpb-leader-name {
    color: #003365;
    font-family: Inter;
    font-size: var(--font-28);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cpb-leader-quote {
    max-width: 920px;
    color: #313131;
    font-family: Inter;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

@media screen and (max-width: 768px) {
    .cpb-play-btn {
        width: 52px;
        height: 52px;
    }

    .cpb-leader-info {
        flex-direction: column;
        gap: 6px;
    }
}

/* ---- 响应式 ---- */
@media screen and (max-width: 1919px) {
    .company-profile-list .company-profile-left{
        width: 50%;
    }
}
@media screen and (max-width: 1500px) {
    .company-profile-left .company-profile-left-desc,
    .company-profile-left .company-profile-left-btn{
        margin-top: 20px;
        height: 300px;
        overflow-y: auto;
    }
    .company-profile-right .right-con{
        width: 300px;
        bottom: -80px;
    }
}
@media screen and (max-width: 1200px) {
    .haiwode-company-profile .company-profile-list{
        flex-direction: column;
    }
    .company-profile-list .company-profile-left{
        width: 100%;
    }
    .company-profile-left .company-profile-left-btn{
        font-size: 20px;
    }
    .company-profile-right .right-con{
        bottom: 0;
    }

    .company-profile-hiworld{
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .company-list .company-item{
        padding: 30px 10px;
    }
    .haiwode-company-profile .company-list{
        gap: 10px;
    }
}
@media screen and (max-width: 768px) {
    .company-profile-list .company-profile-right .company-profile-right-wrap{
        padding: 0;
    }
    .company-profile-right .right-con{
        width: 100%;
        position: static;
        margin-top: 20px;
    }
    .haiwode-company-profile .company-list{
        grid-template-columns: repeat(1,1fr);
    }
}