/* Science & Pipeline */
.pipeline-box {
    padding: 170px 0 120px;
}
.pipeline-title{
    font-size: 130px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 60px;
}
/* 主容器 */
.pipeline-container {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* 表格样式 */
.table-box{
    width:100%;
}
.layui-table:nth-child(1) {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.layui-table {
    background: transparent;
    color: #fff;
    margin: 0;
    overflow: hidden;
}
.tablebtn{
    cursor:pointer;
}

.layui-table thead tr {
    background: rgba(255, 255, 255, 0.3);
}

.layui-table thead tr:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}

.layui-table th {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    border: none;
    text-align: center;
    padding: 25px 20px !important;
    font-size: 16px;
    white-space: nowrap;
}

.layui-table td {
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    vertical-align: middle;
    position: initial;
    padding: 25px 20px !important;
}
.layui-table tr:nth-child(2) td {
    width: auto;
}
.layui-table td:nth-child(1), .layui-table th:nth-child(1) {
    width: 9%;
}
.layui-table td:nth-child(2), .layui-table th:nth-child(2), .layui-table tr:nth-child(2) td:nth-child(1) {
    width: 12%;
}
.layui-table td:nth-child(3), .layui-table th:nth-child(3) {
    width: 12%;
}

.layui-table td:nth-last-child(-n+6), .layui-table th:nth-last-child(-n+6), .layui-table tr:nth-child(2) td:nth-last-child(-n+6) {
    width: 7%;
}

    .layui-table tr:hover,
    .layui-table td:hover {
        background-color: rgba(255, 255, 255, 0) !important;
    }

.layui-table tbody {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.layui-table tbody tr {
    position: relative;
}

/* 合作伙伴Logo */
.partner-logo {}

.partner-logo img {
    max-height: 35px;
    filter: brightness(0) invert(1);
}

/* 进度条容器 */
.progress-bar-container {
    width: 56%;
    height: 16px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.progress-bar {
    height: 100%;
    border-radius: 8px;
    transition: width 0.5s ease;
}

/* 不同阶段颜色 */
.progress-red {
    background: linear-gradient(90deg, transparent, #c6171b);
}

.progress-blue {
    background: linear-gradient(90deg, transparent, #1c4f9b);
}

/* 进度条宽度类 */
.progress-10 {
    width: 10%;
}

.progress-20 {
    width: 15%;
}

.progress-30 {
    width: 30%;
}

.progress-40 {
    width: 40%;
}

.progress-50 {
    width: 50%;
}

.progress-60 {
    width: 49%;
}

.progress-70 {
    width: 70%;
}

.progress-80 {
    width: 83%;
}

.progress-90 {
    width: 83%;
}

.progress-100 {
    width: 100%;
}

/* 文本样式 */
.pipeline-name {
    font-weight: 500;
}

.indication {
    font-size: 14px;
    line-height: 1.4;
}

.commercial-rights {
    font-size: 13px;
    line-height: 1.4;
}




/* ------------- 弹出层 ---------- */
.partnersshw {
    display: none;
}

.team-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(19, 24, 33, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.team-pop-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 70px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.pop-head-close {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

    .pop-head-close i {
        font-size: 22px;
        font-weight: 600;
    }

.team-pop-cnt {
    display: flex;
    justify-content: center;
    padding: 90px 0;
}



.team-pop-ctright {
    width: 100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.ctright {
    width: 52%;
}

    .ctright h3 {
        font-size: 48px;
        color: #fff;
        text-align:center;
        padding-bottom:20px;
    }

    .ctright p {
        font-size: 18px;
        color: #a1bfea;
        line-height: 30px;
        padding: 15px 0;
    }







@media only screen and (max-width: 1540px) {
.pipeline-box {
    padding: 140px 0 90px;
}
.pipeline-title{
    font-size: 110px;
    padding-bottom: 50px;
}
.pipeline-container {
    border-radius: 25px;
    padding: 30px;
}

.layui-table th {
    padding: 20px 15px !important;
    font-size: 14px;
}

.layui-table td {
    padding: 20px 15px !important;
    font-size: 12px;
}








}



@media only screen and (max-width: 1440px) {

    .pipeline-box {
        padding: 120px 0 70px;
    }
    .pipeline-title{
        font-size: 100px;
        padding-bottom: 40px;
    }
    .pipeline-container {
        border-radius: 20px;
        padding: 20px;
    }
 
 
    .layui-table th {
        padding: 15px 10px !important;
        font-size: 12px;
    }
 
    .layui-table td {
        padding: 15px 10px !important;
        font-size: 12px;
    }
 
 
 
    .progress-bar-container {
        width: 56%;
    }








    .team-pop-head {
        padding: 20px 40px;
    }

    .pop-head-close {
        gap: 3px;
        font-size: 14px;
    }

        .pop-head-close i {
            font-size: 18px;
        }

    .team-pop-cnt {
        padding: 50px 0;
    }


    .ctright h3 {
        font-size: 36px;
    }


    .ctright p {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0;
    }




}

@media only screen and (max-width: 768px) {

    .pipeline-box {
        padding: 1rem .1rem .7rem;
    }
    .pipeline-title {
        font-size: 42px;
        padding-bottom: 25px;
    }
    pipeline-container {
        width:100%;
        overflow-x: auto;
    }
    .table-box {
        width: 16rem;
    }
    .layui-table {
        width: 100%;
        position: relative;
    }
    
    .progress-bar-container {
        width: 56%;
    }
    .pipeline-container {
        border-radius: 20px;
        padding: .2rem;
        overflow-x: auto;
    }


    .layui-table th {
        padding: 15px 2px !important;
    }




    .team-pop-head {
        padding: .2rem .4rem;
    }

    .team-pop-cnt {
        padding: .5rem .1rem;
    }

    .team-pop-cnt {
        flex-direction: column;
    }



    .team-pop-ctright {
        width: 100%;
        padding-top: 20px;
    }

    .ctright {
        width: 100%;
    }

        .ctright h3 {
            font-size: 28px;
        }

        .ctright p {
            font-size: 14px;
        }





}