.layui-jump {
	cursor: pointer;
	color: #3b236d;
}

.layui-jump .layui-icon {
	font-size: 20px;
}

a.layui-jump:hover {
	font-weight: bold;
	color: #3b236d;
}

.layui-table-tips-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.layui-table-tips-c:before {
	right: auto;
}

.layui-table th {
	padding: 6px 0;
	font-size: 15px;
	font-weight: 600;
}

.layui-table td {
	padding: 6px 0;
	font-size: 15px;
	font-weight: 500;
}

.layui-timeline-item {
	padding: 2px;
}

.layui-timeline-axis {
	top: 2px;
}

.layui-timeline-item:before {
	background-color: #ddd;
}

.track-content {
	border: 1px dashed #a52830;
	padding-top: 5px;
	padding: 5px;
	width: 100%;
}

.track-content .layui-timeline-axis {
	color: #a52830;
}

.track-content .layui-timeline-content {
	padding-bottom: 10px;
}

.layui-table-cell {
	padding: 6px 5px;
}

.layui-table-cell .en {
	font-size: 12px;
}

.track-table .layui-table-header thead tr:first-child .layui-table-cell {
	height: 50px;
	line-height: normal;
	color: #1d2088;
}

.track-table .layui-table-header thead tr:first-child .layui-table-cell span {
	font-weight: bold;
}

.track-table .layui-timeline li:first-child .layui-timeline-axis {
	color: #a52830;
}