.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;
    display: flex;
    justify-content: space-between;
}
/*月还款*/
.top_repay_month{
    /*border: 1px solid red;*/
    width: 1rem;
}
/*总利息*/
.top_repay_accrual{
    /*border: 1px solid red;*/
    width: 1rem;
}
.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;
    display: flex;
    justify-content: center;
}
.limit_box{
    width: 4.74rem;
    height: 1.61rem;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.08rem;
    margin-top: 0.85rem;
    background-color: #fbfbfb;
    display: flex;
    flex-flow: column;
}
.limit_box_top{
    display: flex;
    height: 0.8rem;
    justify-content: space-around;
    position: relative;
}
.limit_box_top_left{
    font-size: 0.3rem;
    color: #5A441A;
    /*margin-left: 0.2rem;*/
    /*margin-top: 0.3rem;*/
}
.limit_box_top_right{
    width: 3rem;
    display: flex;
    /*margin-left: 0.5rem;*/
}
select{
    width: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 0.3rem;
    color: #5A441A;
    background-color: #fbfbfb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
    display: none;
}
.icon-xiajiantou{
    /*background-color: #DABA6F;*/
    color: #DABA6F;
    position: absolute;
    top: 0.25rem;
    right: 0.2rem;
}
/*下划线*/
.limit_box_line{
    width: 100%;
    height: 0.01rem;
    background-color: #DABA6F;
}

.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;
    position: relative;
}
.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;
    flex-flow: column;
    align-items: center;
    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.88rem;
    /*height: 0.65rem;*/
    /*background-color: red;*/
    background: url("../images/bg2_2.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;
    font-size: 0.3rem;
}
input::placeholder{
    color: #cccccc;
}
.m_top{
    margin-top: 0.16rem;
}
.apply_toRegister{
    margin-top: 0.48rem;
    width: 3.8rem;
    height: 0.68rem;
    /*display: flex;*/
    background: url("../images/ZCxzas4@2x.png");
    background-size: cover;

    font-size: 0.31rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.68rem;
}



/*链接图标*/
.link_left{
    width: 0.18rem;
    height: 0.66rem;
    display: flex;
    position: absolute;
    bottom: -0.45rem;
    left: 0.29rem;
}
.link_left img{
    width: 100%;
    height: 100%;
}
.link_right{
    width: 0.18rem;
    height: 0.66rem;
    display: flex;
    position: absolute;
    bottom: -0.45rem;
    right: 0.29rem;
}
.link_right img{
    width: 100%;
    height: 100%;
}