.deposit {
    margin: 24px;
    background-image: linear-gradient(to right, #E5650E, #E5650E);
}
.deposit .amount {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 5px;
}

.cash_recharge_body{
    margin: 0 24px;
    margin-top: 20px;
    border: 1px solid #dbdbdb;
}

.desc{
    width:327px;
    margin: 0 24px;
    word-wrap: break-word;
}

.input_cash_box{
    width: 327px;
    height: 46.5px;
    border-radius: 4px;
}
.input_cash{
    padding: 12px;
    color: #E5650E;
}
.uni-input-placeholder {
    color: #999;
    font-size: 14px;
}

.denomination{
    width:327px;
    height:125px;
    margin:15px 24px;
    display: flex;
    flex-wrap: wrap;
}
.bank{
    width:327px;
    margin:15px 24px 30px 24px;
}
.denomination .money{
    width:104px;
    /* height:138rpx; */
    background-color: #FFF5EE;
    border-radius: 4px;
    margin-bottom: 7.5px;
    margin-right: 7.5px;
}
.denomination .money:nth-child(3n){
    margin-right: 0;
}
.denomination .active{
    background-color: #FB7A22;
}
.denomination .active .oldprice{
    color:white!important;
}
.denomination .money .oldprice{
    width:104px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:#E5650E;
    font-size: 18px;
}


.pay{
    width:327px;
    height:40px;
    line-height: 40px;
    margin:18px 24px 0 24px;
    background-color: #f0f0f0;
    color:#999999;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
}
.can{
    background: linear-gradient(#FE7002,#FE6203);
    color:white;
}

.round-edge {
    border-radius: 10px;
}