/* pages/loans/loans.wxss */
.page-content image{
	width:100%;
	height: 905rpx;
}
.to_loan{
	position: fixed;
	bottom:0rpx;
	width:750rpx;
	height: 98rpx;
	background:linear-gradient(270deg,#FFD800,#FFE600);
	line-height: 98rpx;
	border-radius: 6rpx;
	color: rgba(56, 55, 53, 1);
	font-size: 30rpx;
	text-align: center;
	font-family: NotoSansHans-DemiLight;
}