html,
body {
    height: 100%;
    background: linear-gradient( 180deg, #FFFFFF 0%, #F8F8F8 100%);

}
.box {
    width: 100%;
    min-height: 100%;
    background-image: url('../img/backimg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    box-sizing: border-box;
}
.header {
    padding: .55rem 0rem 0rem .64rem;
}

dl{
    margin-top: .77rem;
}
.title_img{
    width: 2.8rem;
    height: .75rem;
    margin-bottom: .2rem;
}
dl dt .gonglue_img{
    width: 2.77rem;
    height: .64rem;
}
dl dd{
    height: .37rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: .37rem;
    color: #FFFFFF;
    line-height: .37rem;
    text-align: left;
    font-style: normal;
    margin-top: .32rem;
}

.content{
    background: linear-gradient( 180deg, #FFFFFF 0%, #F8F8F8 100%);
    border-top-left-radius: .32rem;
    border-top-right-radius: .32rem;
    margin-top: .62rem;
    padding: .23rem .43rem;
}

.van-tabs--line .van-tabs__wrap{
    border-bottom: 1px solid rgba(202,207,218,0.2);
    margin-bottom: .8rem;
}
.van-tab{
    color: #55586D;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.37rem;
    font-style: normal;
    font-weight: normal;
}
.van-tab--active{
    width: 1.49rem;
    color: #FF7119;
    font-weight: bold;
}
.van-tabs__line{
    background-color: #FF7119;
}

.loan_guide{
    display: flex;
    flex-direction: column;
}

.loan_guide li{
    padding: .53rem .43rem;
    background: linear-gradient( 180deg, #FEFAF9 0%, #FFEFEC 100%);
    border-radius: 0.32rem;
    border: 0.03rem solid #FFEBE4;
    margin-bottom: .27rem;
    display: flex;
    align-items: center;
}

.li_loanGuide{
    display: flex;
    flex-direction: column;
}
.li_loanGuide_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.43rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
}

.li_icon{
    width: .48rem;
    height: .48rem;
    margin-right: .27rem;
}

.li_loanGuide_text{
    display: flex;
    flex-direction: column;
    padding: .19rem 0rem 0rem .8rem;

}
.li_loanGuide_text span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #898B96;
    line-height: 0.48rem;
    text-align: justify;
    font-style: normal; 
}


/* 底部 */
.footer{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: .23rem 0rem;

}
.question{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.43rem;
    color: #666666;
    line-height: 0.43rem;
    text-align: center;
    font-style: normal;
}
.customer_service{
    height: 0.32rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #898B96;
    line-height: 0.32rem;
    text-align: center;
    font-style: normal;
    margin-top: .24rem;
}
.customer_service span{
    color: #FF7119;
}
.footer_img{
    width: 2.35rem;
    height: .75rem;
    margin-top: 1.07rem;
}
.tel{
    height: .27rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .27rem;
    color: #C0C5D3;
    line-height: .27rem;
    text-align: left;
    font-style: normal;
    margin-top: .16rem;
}