	.title {
		margin-top: 27px;
		margin-bottom: 18px;
		padding: 0 15px;
		flex-direction: row;
		&-text {
			font-size: 14px;
			font-weight: bold;
			margin-left: 8px;
		}
	}
	.zk-finance-view {
		background-color: #FFFFFF;
		&-tab{
			@include flexRowSpaceAround;
			padding-bottom: 10px;
			&-text{
				@include styleFont(#343434,14);
				line-height: 30px;
			}
		}
	}
	.active{
		@include styleFont(#F42E14,14);
	}