.boxcontent{
    height: 500px;
    position: relative;
    background-color: #e6e9ee;
    background-image: url('/assets/index/bannerPC-new_0f3.jpg');
    /* background-size: cover; */
    display: flex;
    position: relative;
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.contentboxcon{
    width: 70%;
    /* background-color: pink; */
    margin: 0 auto;
    height: 100%;
    padding-top: 180px;
    padding-left: 280px;
}
.cooperation-hero__desc {
    font-size: 16px;
    color: #4c5b76;
    line-height: 24px;
    margin-top: 16px;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 432px;
}
.apply{
   
    background-color: #fafafa;
    padding-bottom: 20px;
}
.applycontet{
    width: 50%;
    margin: 0 auto;
   
}
.title{
   display: flex;
   justify-content: center;
   font-size: 24px;
   font-weight: bold;
   padding: 20px;
}

.crice{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
}
.kt{
    line-height: 150px;
    display: flex;
    justify-content: center;
    font-size: 63px !important;
    color: #7098fa !important;
    /* text-align: center; */
}
.join{
    display: flex;
    justify-content: center;
    width: 150px;
    height: 80px;
    background-color: #4172f4;
    line-height: 80px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
    color: #fff;
    cursor: pointer;
}
.btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
.applybox{
    max-width: 1180px;
    min-height: 300px;
    background-color: #fff;
    
    margin: 0 auto;
    margin-bottom: 50px;
}
.titleapply{
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
}
.boxtitle{
    /* width: 70%; */
    margin: 0 auto;
   display: flex;
   justify-content: space-around;
}
.topt{
    width: 500px;
    padding: 24px;
    flex: 1;
    box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
    background: #fff;
    margin: 0 12px;
    border: 1px solid #eee;
}
.card___2JUgs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin: 0 12px;
    text-align: left;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
    box-shadow: 0 4px 8px 0 rgba(51,51,51,.08);
    background: #fff;
}
.tj{
    margin-top: 20px;
    color: #999;
}
.text1___3lSNo {
    height: 100px;
    margin-bottom: 24px;
    font-size: 16px;
}
.button___7g_dF.typeHollow___13Amh.withBorder___2H1LX {
    color: #07beff;
    background-color: transparent;
    border-color: #07beff;
}
.button___7g_dF {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background: none;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    width: 120px;
    height: 36px;
    line-height: 34px;
    color: #07beff;
    background-color: #fff;
    border: 1px solid #fff;
}
.btnjoin{
    width: 500px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #07beff;
    margin-top: 50px;
}
.btnjoin:hover{
    background-color: #07beff;
    color: #fff;
}



/* 让.boxcontent 在不同屏幕下适配 */
.boxcontent {
    height: 500px;
    position: relative;
    background-color: #e6e9ee;
    background-image: url('/assets/index/bannerPC-new_0f3.jpg');
    background-position: center;
    background-size: cover; /* 让图片自适应填充 */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
   
    padding: 20px;
}

/* 让.contentboxcon 自适应 */
.contentboxcon {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 0; /* 适配小屏幕 */
    
}

/* 让.applycontet 自适应 */
.applycontet {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

/* 调整按钮适配性 */
.join {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 60px;
    background-color: #4172f4;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: 20px auto;
}

/* 调整.btnjoin 适配不同屏幕 */
.btnjoin {
    width: 90%;
    max-width: 400px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #07beff;
    margin-top: 30px;
    cursor: pointer;
}
.btnjoin:hover {
    background-color: #07beff;
    color: #fff;
}

/* 响应式布局：小屏幕适配 */
@media screen and (max-width: 768px) {
    .boxcontent {
        height: auto;
        padding: 40px 20px;
    }
    .contentboxcon {
        padding-top: 50px;
    }
    .applycontet {
        width: 90%;
    }
    .join {
        max-width: 150px;
        height: 50px;
    }
    .btnjoin {
        max-width: 300px;
    }
    .boxtitle{
        flex-direction: column;
        /* margin-bottom: 20px; */
        /* width: auto; */
    }
    .topt{
        width: auto;
        margin-bottom: 20px;
    }
    .titlebox{
        flex-direction: column;
        align-items: center;
    }
    .icon-a-youjiantouzhixiangyoujiantou{
        transform: rotate(90deg);
        
    }
}


