// page{background-color: $my-page-bg-color;}
.user-box{
	padding: 98rpx 20rpx 0 30rpx;
	.payee-no{
		margin-left: 23rpx;
		font-size: 30rpx;
		font-weight: 400;
		color: rgba(255,255,255,.7);
		line-height: 42rpx;
		letter-spacing: 1px;
	}
	.addr{
		font-size: 28rpx;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 40rpx;
		.u-icon{
			margin-right: 18rpx;
		}
	}
}
.header{
	background-color: RGBA(47, 144, 250, 1);
	background-image: url(../../static/img/index-header-bg.png);
	background-repeat: no-repeat;
	background-size: 1164rpx 625rpx;
	background-position: -150rpx -184rpx; 
	color: #fff;
	.header-total{
		padding-bottom: 92rpx;
		font-size: 32rpx;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 45rpx;
	}
}

.notice{
	margin: -60rpx 0 50rpx;
	height: 120rpx;
	background: #FFFFFF;
	box-shadow: 0px 9rpx 8rpx 0px rgba(0, 0, 0, 0.07);
	border-radius: 15rpx;
}
.feature-list{
	margin-top: 50rpx;
	.feature-item{
		width: 50%;
		margin-bottom: 39rpx;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		.feature-item-text{
			margin-top: 17rpx;
			width: 100%;
			text-align: center;
			font-size: 32rpx;
			line-height: 45rpx;
			color: #444;
		}
	}
}