﻿.partners-cont {
    padding: 240px 0 50px;
}

.parenersbj{
    width: 100vw;
    height: 100vh;
    position: fixed;
}


.partners-cnt-end{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.partners-cnt-end h2{
    font-size: 130px;
    color: #ffffff;
    font-weight: 600;
}

.partners-ctend-right{
    font-size: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.partners-ctend-right a{
    color: #1f73ff;
    margin-top: 5px;
    border-bottom: 1px solid #1f73ff;
}



.partners-cnt-ul{
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    flex-wrap: wrap;
    gap: 30px;
}

.partners-cnt-li{
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
    .partners-cnt-li:hover {
        background: linear-gradient(to top left, transparent, #ffffff33);
    }
    .partners-cnt-li img {
        max-width: 90%;
        max-height: 90%;
        object-fit: cover;
    }




/* ------------- 弹出层 ---------- */
.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{
	min-height: 75vh;
    display: flex;
    justify-content: center;
    padding: 90px 0;
}

.team-pop-ctleft{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.team-pop-ctleimg{
    width: 64%;
    text-align: center;
}
.ctleimg-item {
    width: 350px;
    height: 200px;
    background: linear-gradient(to top left, transparent, #ffffff33);
    border: 1px solid #ffffff33;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(30px);
}
.ctleimg{
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
}

.team-pop-ctright{
    width:50%;
}

.ctright{
    width: 64%;
}
.ctright h3{
    font-size: 36px;
    color: #fff;
}
.ctright h6{
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
}
.ctright p{
    font-size: 18px;
    color: #a1bfea;
    line-height: 30px;
    padding-top: 10px;
    max-height: 44vh;
    overflow-y: auto;
}
/* 1. 设置横向滚动条的整体尺寸 */
.ctright p::-webkit-scrollbar {
    width: 5px; /* 注意：横向滚动条用 height 控制厚度 */
}

/* 2. 设置滚动条轨道背景 */
.ctright p::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 999px; /* 建议用较大的值确保两端平滑 */
}

/* 3. 设置滑块样式 */
.ctright p::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 999px;
}

/* 4. 鼠标悬停时的滑块效果 */
.ctright p::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


.team-pop-ctnav{
    display: flex;
    align-items: center;
    gap: 5px;
}
.team-pop-ctnav a{
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
}

.team-pop-ctnav i{
    font-size: 22px;
    color: #ffffff;
    transform: rotate(135deg);
}


@media only screen and (max-width: 1540px) {
    .partners-cont {
        padding: 200px 0 40px;
    }

   


    .partners-cnt-end h2{
        font-size: 100px;
    }
    
    .partners-ctend-right{
        font-size: 16px;
    }
    .partners-ctend-right a{
        margin-top: 4px;
    }
    
    .partners-cnt-ul{
        padding: 60px 0;
        gap: 20px;
    }
    
    .partners-cnt-li{
        height: 180px;
        padding: 20px;
    }







    .team-pop-head{
        padding: 25px 50px;
    }
    
    .pop-head-close{
        gap: 4px;
        font-size: 16px;
    }
    .pop-head-close i{
        font-size: 20px;
    }
    
    .team-pop-cnt{
        padding: 70px 0;
    }
    
    .ctleimg-item{
        width: 300px;
        height: 170px;
    }
  
    .ctright h3{
        font-size: 32px;
    }
    .ctright h6{
        font-size: 16px;
        padding: 12px 0;
    }
    .ctright p{
        font-size: 14px;
        line-height: 26px;
        padding-top: 8px;
    }






    .team-pop-ctnav{
        gap: 4px;
    }
    .team-pop-ctnav a{
        font-size: 16px;
    }
    
    .team-pop-ctnav i{
        font-size: 18px;
    }



}

@media only screen and (max-width: 1440px) {

    .partners-cont {
        padding: 160px 0 30px;
    }


    

    
    .partners-cnt-end h2{
        font-size: 80px;
    }
    
    .partners-ctend-right{
        font-size: 14px;
    }
    .partners-ctend-right a{
        margin-top: 4px;
    }
    
    .partners-cnt-ul{
        padding: 40px 0;
        gap: 15px;
    }
    
    .partners-cnt-li{
        height: 150px;
        padding: 15px;
    }






    .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;
    }
    
    .ctleimg-item{
        width:240px;
        height: 130px;
    }
  
    .ctright h3{
        font-size: 26px;
    }
    .ctright h6{
        font-size: 14px;
        padding: 10px 0;
    }
    .ctright p{
        font-size: 12px;
        line-height: 22px;
        padding-top: 6px;
    }



    .team-pop-ctnav{
        gap: 3px;
    }
    .team-pop-ctnav a{
        font-size: 14px;
    }
    
    .team-pop-ctnav i{
        font-size: 16px;
    }


}

@media only screen and (max-width: 769px) {

    .partners-cont {
        padding: 1rem .1rem .3rem;
    }

    
    .partners-cnt-end{
        flex-direction: column;
        align-items: flex-start;
    }
    .partners-ctend-right{
        width: 100%;
    }
    .partners-cnt-end h2 {
        font-size: 60px;
    }

    .partners-cnt-ul {
        padding: .4rem .1rem;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .partners-cnt-li {
        height: 130px;
        padding: 10px;
    }






    .team-pop-head {
        padding: .2rem .4rem;
    }

    .team-pop-cnt {
        padding: .5rem .1rem;
    }
    .team-pop-cnt{
        flex-direction: column;
    }

    .team-pop-ctleft {
        width: 100%;
        justify-content: center;
    }

    .team-pop-ctright {
        width: 100%;
        padding-top: 20px;
    }
    .ctright {
        width: 100%;
    }
    .ctright h3 {
        font-size: 28px;
    }
    .ctright h6 {
        font-size: 16px;
    }
    .ctright p {
        font-size: 14px;
    }




    .team-pop-ctnav{
        padding: 0 .1rem;
    }


}