.main{
	background-color: #f5f5f5;
	min-height: 600px;
	padding-bottom: 50px;
}
.content-wrap{
	background-color: #fff;
}
.history-nav .history-bck{
	position: relative;
}
.history-nav .history-bck img:first-child{
	width: 100%;
}
.history-nav .history-bck img:last-child{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.history-nav .history-nav-wrap{
	height: 60px;
	display: flex;
	overflow-x: auto;
}
.history-nav .history-nav-wrap::-webkit-scrollbar{
	display: none;
}
.history-nav .history-nav-wrap .history-nav-list{
	min-width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	flex-shrink: 0;
}
.history-nav .history-nav-wrap .history-nav-list:hover, .history-nav .history-nav-wrap .history-nav-list.active{
	background-color: rgba(22, 146, 252, 0.1);
	color: rgba(22, 146, 252, 1);
}
.history-wrap{
	margin-top: 50px;
	padding-bottom: 40px;
}
.history-list{
	position: relative;
}
.history-list .line{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: rgba(3, 80, 165, 1);
}
.history-list .history-icon{
	width: 16px;
	height: 16px;
	position: absolute;
	left: -6px;
	top: -2px;
	z-index: 10;
}
.history-list .year{
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
	margin-left: 30px;
	transform: translateY(-5px);
}
.month{
	margin-top: 42px;
}
.month .month-title{
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.month .month-title .month-detail{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
}
.month .month-title .text{
	margin-left: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.month .month-title .text::before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
	margin-right: 10px;
}
.month .month-wrap{
	margin: 24px 0 0 98px;
}
.month .month-wrap .month-list{
	margin-top: 24px;
}
.month .month-wrap .month-list .time{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
}
.month .month-wrap .month-list .desc{
	font-size: 14px;
	color: #000;
	margin-top: 8px;
	font-weight: bold;
}