.banner{
    position: relative;
}
.header{
    /*position: absolute;*/
    /*top: 0;*/
    /*margin-left: 8.33%;*/

    padding: 0.4% 0;
    background: linear-gradient(180deg, #123034 0%, #1F3C3F 100%);
}

.header .content{
    width: 83.33%;
    margin: 0 auto;
}

.header .nav{
    flex:0 0 30%;
}

.compliance{
    width: 83.33%;
    margin: 4.7% auto 0;
}

.compliance>div:first-child{
    flex:0 0 40.58%;
}

.compliance>div:last-child{
    flex:0 0 55%;
}

.getLoan{
    background: #F6F7F9;
    /*margin-top: 4.7%*/
}

.getLoan .title{
    padding: 4.8%;
}

.getLoan .content{
    width: 83.33%;
    margin:0 auto;
}
.getLoan .content>div{
    flex:0 0 48.33%;
}

.getLoan .content .top{
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #1E3B3E;
    border-radius: 40px 40px 0 0;
    border-bottom: transparent;

}

.getLoan .content .bottom{
    background: #E1E5E7;
    box-sizing: border-box;
    border-radius:0 0  40px 40px;
    padding: 3.8% 0;
}



.getLoan .content .top>p{
    padding: 2.8% 1% 2.8% 5%;
}

.getLoan .content .top .line{
    background: linear-gradient(270deg, rgba(31, 60, 63, 0) 0%, #1F3C3F 50%, rgba(31, 60, 63, 0) 100%);
    height: 2px;
    width: 90%;
    margin: 0 auto;
    padding:0;
}


.choose{
    width: 83.33%;
    margin: 4.7% auto 0;
}

.choose .content{
    margin-top: 5%;

}

.choose .content .image{
    flex:0 0 44.33%;

}

.choose .content .right{
    flex:0 0 46%;
    height: 100%;
}


.choose .half-bg-text {
    position: relative;
    display: inline-block;
}

.choose .half-bg-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    width: 100%;
    height: 28%; /* 控制底色高度比例 */
    background: #B8EAD9;
    z-index: -1; /* 确保文字在上层 */
    transform: translateY(-50%);
}

.footer{
    background: #1E3B3E;
    margin-top: 4.7%;
}

.footer .content{
    width: 83.33%;
    margin: 0 auto;
    padding: 5% 0;
}

.footer .content .image{
    width: 40.83%;

}

.personal-content{
    width: 83.33%;
    margin: 0 auto;
    padding: 5% 0 0;
}

.personal-content .left{
    flex:0 0 46.67%;
}

.personal-content .right{
    flex: 0 0 48%;
}

.personal-content .right>p:first-child{
    margin-top: 10%;
}


.business-content{
    width: 83.33%;
    margin: 0 auto;
    padding: 5% 0 0;
}

.business-content .left{
    flex:0 0 46.67%;
}

.business-content .right{
    flex: 0 0 48%;
}

.business-content .right>p:first-child{
    margin-top: 10%;
}

#personal,#business{
    cursor: pointer;
}