.recharge-money{
	margin: 0.5rem 3%;
	padding: 0.5rem 1rem 1rem;
	background: #fff;
	border-radius: 0.5rem;
}
.recharge-money h1{
	font-size: 0.8rem;
}
.recharge-input{
	display: flex;
	font-size: 1.25rem;
	line-height: 2rem;
}
.recharge-input input{
	width: 90%;
	height: 2rem;
	font-size: 1.25rem;
}

.clear {
    display: inline-block;
    min-width: 1rem;
    height: 1rem;
    margin:0.5rem 0;
    background: url(../images/icon-del.png) no-repeat right center;
    background-size: 0.8rem;
}




.recharge-route {
    margin: 0.5rem 3%;
    padding: 0.5rem 1rem 0;
    background: #fff;
    border-radius: 0.5rem;
}
.recharge-route h1{
	font-size: 0.8rem;
}
.route{
	height: 3.5rem;
	line-height: 3.5rem;
	display: flex;
}
.route:nth-child(3) p{
	border-bottom: none;
}
.route img{
	min-width: 1rem;
	width: 1rem;
	margin: 1.25rem 0.7rem;
}
.route p{
	width: 100%;
	font-size: 0.8rem;
	border-bottom: 1px solid #e5e5e5;
}
.route .check{
	min-width: 1rem;
	margin: 1.25rem 0;
}


.submit-btn{
	margin-top: 1.75rem;
}

