@charset "utf-8";
.f {
	padding-top: 52px;
	background-color: rgba(20,22,33,1);
}
.f-container {
	padding-bottom: 53px;
	padding-left: 5px;
	padding-right: 5px;
}
.f-box {
	padding-bottom: 20px;
}
.f-box-flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.f-box-flex-item {
	width:100px;
	font-size:18px;
	font-weight:300;
	line-height:30px;
	color: rgba(255,255,255,1);
}
.f-box-flex-item:hover{
	color: #50A97D!important;
	cursor: pointer;
}
.f-bt {
	color: #FFFFFF;
}
.f-text {
	text-align: right;
	width:88px;
	font-size: 20px;
	font-family:PingFangSC-Medium,PingFang SC,sans-serif;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:28px;
}
.f-right {
	text-align: left;
	width:36px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.f-desc {
	margin-left:0;
	margin-right: 0;
	padding-top: 18px;
	text-align: center;
	font-size:10px;
	font-family:PingFangSC-Regular,PingFang SC,sans-serif;
	font-weight:400;
	color: rgba(20,22,33,1);
	line-height: 12px;
	background-color: #F9FFFF;
}
.f .active {
	color: #50A97D!important;
}
.f a:hover {
	color: #50A97D!important;
	text-decoration: none;
	cursor: pointer;
}