/*英文版*/
.baseContent {
	font-family: "微软雅黑", sans-serif;
	margin-bottom: 50px;
}

.text-gray {
	color: rgba(128, 128, 128, 1);
}

.baseContent span {
	font-weight: bold; /* 将文字加粗 */
	color: rgba(128, 128, 128, 1);
	display: block;
	
}