.credit-page{
	width: 100%;
	height: 100vh;
	min-height: 1624rpx;
	background: #F7FAFF;

	.credit-header{
		padding-top:70rpx;
		width: 100%;
		height: 180rpx;
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		font-size: 36rpx;
		color: #212121;
		line-height:98rpx;
		text-align: center;
		font-style: normal;
	}
	.c-imgs{
		margin: 0 auto 40rpx;
		width: 380rpx;
		height: 380rpx;
		image{
			margin-top:40rpx;
			width: 380rpx;
			height: 380rpx;
			background-size: 100%;
		}
	}
	.c-text{
		font-family: PingFangSC, PingFang SC;
		font-weight: 500;
		font-size: 28rpx;
		color: #333333;
		line-height: 40rpx;
		text-align: center;
		font-style: normal;
	}
	.c-des{
		margin-top:68rpx;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 28rpx;
		color: #333333;
		line-height: 40rpx;
		text-align: center;
		font-style: normal;
	}
	.c-btn{
		margin:100rpx 40rpx 0;
		width: 670rpx;
		height: 88rpx;
		background: linear-gradient( 137deg, #3877F5 0%, #5690FA 100%);
		border-radius: 44rpx;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 32rpx;
		color: #FFFFFF;
		line-height: 88rpx;
		text-align: center;
		font-style: normal;
	}
}