.a-message {
	flex-direction: column;
	align-items: center;
	padding-top: 120rpx;
	&_box1{
		flex: 1;
		flex-direction: column;
		align-items: center;
	}
	&_t1 {
		font-size: 54rpx;
		color: #303030;
		font-weight: 800;
		margin-top: 60rpx;
	}
	&_t2 {
		margin-top: 40rpx;
		padding: 0 80rpx;
		flex-direction: column;
		align-items: center;
		&-sp1 {
			font-size: 38rpx;
			color: rgba(0, 0, 0, 0.9);
			font-weight: 400;
			line-height: 55rpx;
			text-align: center;
		}
		&-sp2 {
			color: #576b95;
		}
	}
	&_box2 {
		flex-direction: column;
		align-items: center;
	}
	&_but {
		width: 480rpx;
		height: 100rpx;
		text-align: center;
		line-height: 100rpx;
		background-color: #07c160;
		font-size: 40rpx;
		color: #ffffff;
		font-weight: 800;
		border-radius: 10rpx;
		margin-top: 30rpx;
	}
	&_t3 {
		color: rgba(0, 0, 0, 0.5);
		font-size: 30rpx;
		width: 520rpx;
		margin-top: 30rpx;
	}
	&_t4 {
		color: #576b95;
		font-size: 36rpx;
		margin-top: 100rpx;
	}
	&_t5 {
		font-size: 30rpx;
		color: rgba(0, 0, 0, 0.3);
		margin-bottom: 70rpx;
	}
}