#main .content .top {
	padding-bottom: 20px;
	border-bottom: 1px solid #DEDFE5;;
}
#main .content .top .title {
	font-size: 16px;
	font-weight: bold;
}
#main .content .top .tip {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}
#main .content .top .balance {
	color: #462DE1;
	font-weight: bold;
	margin-top: 10px;
}
#main .content .top .balance .icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#main .content .top .balance .number {
	font-size: 30px;
	margin-right: 5px;
}
#main .content .top .balance .points {
	font-size: 20px;
}
#main .content .info {
	margin-top: 20px;
}
#main .content .info .title {
	font-weight: bold;
}
#main .content .info .detail {
	padding: 30px;
	margin-top: 10px;
	border-radius: 10px;
	background-color: #F6F5FA;
}
#main .content .info .header {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DEDFE5;;
}
#main .content .info .header .group {
	font-size: 26px;
	font-weight: bold;
}
#main .content .info .header .button {
	color: white;
	cursor: pointer;
	padding: 15px 25px;
	border-radius: 30px;
	background: linear-gradient(90deg, #9963FF 0%, #2664FF 100%);
}
#main .content .info .bottom {
	font-weight: bold;
}
@media (max-width: 768px) {
	#main .content .top .balance .icon {
		width: 25px;
		height: 25px;
	}
	#main .content .top .balance .number {
		font-size: 24px;
	}
	#main .content .top .balance .points {
		font-size: 16px;
	}
	#main .content .info .detail {
		padding: 20px;
	}
	#main .content .info .header {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#main .content .info .header .group {
		font-size: 22px;
	}
	#main .content .info .header .button {
		font-size: 14px;
		padding: 10px 20px;
	}
	#main .content .info .bottom {
		gap: 30px;
		font-size: 12px;
		text-align: center;
	}
}