.f_propertyFinancialsAppreciation {
	display: flex;
	flex-direction: column;
}

.f_propertyFinancialsAppreciation_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.f_propertyFinancialsAppreciation_top span {
	font-size: 21px;
}

.f_propertyFinancialsAppreciation_top section {
	font-size: 23px;
	letter-spacing: 0;
	line-height: 33px;
	color: #747474;
}

.f_propertyFinancialsAppreciation_item {
	font-size: 15px;
	line-height: 30px;
	color: #6e6e6e;
	margin: 0 10px;
	font-weight: 400;
	border-right: 2px solid;
	cursor: pointer;
	padding-right: 10px;
}

.f_propertyFinancialsAppreciation_active {
	width: 140px;
	height: 40px;
	border-radius: 4px;
	border: 2px solid #e3ac0d;
	font-weight: 600;
	padding: 10px 20px;
	color: #e3ac0d;
	background: #fff;
	margin-right: 10px;
	cursor: default;
}

.f_propertyFinancialsAppreciation_custom {
	display: none;
}

.f_propertyFinancialsAppreciation_custom input {
	text-align: right;
	margin-right: 5px;
	padding: 0 5px;
	border: 1px solid black;
	border-radius: 4px;
	height: 33px;
	width: 60px;
}
