	.tips {
		padding: 0 28rpx;
		height: 90rpx;
		background-color: #FCF9FC;
		justify-content: center;

		&-title {
			@include styleFont(#202020,12);
		}

		&-bottom {
			margin-top: 5rpx;
			flex-direction: row;

			&-text {
				@include styleFont(#999999,11);
				margin-right: 20rpx;
			}
		}
	}