.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;
}

.apply{
    margin-top: 0.14rem;
    width: 6.97rem;
    height: 1rem;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.16rem;
    background-color: #ffffff;

    font-size: 0.34rem;
    font-weight: bold;
    color: #585858;
    text-align: center;
    line-height: 1rem;
}
.apply_box{
    margin-top: 0.22rem;
    width: 6.97rem;
    height: 3.56rem;
    background-color: #ffffff;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.16rem;
    display: flex;
    justify-content: center;
}
.apply_name{
    margin-top: 0.48rem;
    width: 5rem;
    height: 0.64rem;
    border: 0.02rem solid #CCCCCC;
    border-radius: 0.1rem;
    display: flex;
}
.apply_name_bg{
    width: 0.86rem;
    height: 0.65rem;
    background-color: red;
    /*background: url("../images/dsfs6@2x.png");*/
    background-size: cover;
    display: flex;
    align-items: center;
}
.apply_name_bg_pic{
    width: 0.38rem;
    height: 0.44rem;
    display: flex;
    margin-left: 0.16rem;
}
.apply_name_bg_pic img{
    width: 100%;
    height: 100%;
}
.apply_name_input{
    width: 3.92rem;
    margin: 0 0.11rem;
    border: none;
    outline: none;
}
.m_top{
    margin-top: 0.16rem;
}