.main , .page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.container{
    width: 100%;
    height: 100%;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #f9f9f9;
    position: relative;
}
.top{
    width: 5.31rem;
    height: 1.14rem;
    background-color: #DABA6F;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.16rem;
    display: flex;
    flex-flow: column;
    font-size: 0.3rem;
    color: #000000;
    position: absolute;
    top: 0.14rem;
}
.top_rate{
    margin: 0.22rem 0.42rem 0.14rem 0.42rem;
}
.top_repay{
    margin: 0 0.42rem 0.19rem 0.42rem;
}
.limit{
    margin-top: 0.69rem;
    width: 6.97rem;
    height: 2.95rem;
    background-color: #ffffff;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.16rem;
}
.limit_box{
    width: 4.74rem;
    height: 1.61rem;
    display: flex;
    flex-flow: column;
    border: 0.01rem solid red ;
    margin: 0.85rem 1.1rem;
}
.limit_box_item{
    font-size: 0.3rem;
    color: #5A441A;
    display: flex;
    width: 0.8rem;
}
select{
    width: 3rem;
    height: 0.8rem;
}