.banner {
	height: 684px;
	background: linear-gradient(153deg, #484442 0%, #413B37 53%, #2B2825 100%);
}
.banner .banner-inline {
	max-width: 3840px;
	height: 684px;
	margin: 0 auto;
	background: no-repeat center;
	background-size: cover;   
}
.container-inner {
	/* min-height: 1642px; */
}
.container-inner .applies-area {
	position: relative;
	width: 1280px;
	padding-bottom: 20px;
	margin: 0 auto;
	left: 0; right: 0;
	top: -84px; bottom: 0;
	column-count: 2;
	column-gap: 40px;
}
.container-inner .applies-area .card {
	break-inside: avoid;
	box-sizing: border-box;
	width: 620px;
	min-height: 268px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	display: flex;
	margin-bottom: 40px;
	padding: 32px 24px 24px 32px;
}
.container-inner .applies-area .card .left {
	width: 80px;
	margin-right: 24px;
}
.container-inner .applies-area .card .left img {
	width: 80px;
	height: 80px;
}
.container-inner .applies-area .card .right {
	flex: 1;
}
.container-inner .applies-area .card .right .title {
	font-size: 24px;
	font-family: pingfangsc-medium;
	font-weight: 500;
	color: #222222;
	line-height: 33px;
	margin: 10px 0 8px;
}
.container-inner .applies-area .card .right .details {
	font-size: 14px;
	font-family: pingfangsc-regular;
	font-weight: 400;
	color: #555555;
	line-height: 20px;
}
.container-inner .applies-area .card .right .split-line {
	width: 100%;
	height: 1px;
	background: #EEE;
	margin: 24px 0 16px;
}
.container-inner .applies-area .card .right .bottom {
	overflow: hidden;
	position: relative;
}
.container-inner .applies-area .card .right .bottom>h3 {
	font-size: 14px;
	font-family: pingfangsc-regular;
	font-weight: 400;
	color: #222222;
	line-height: 20px;
}
.container-inner .applies-area .card .right .bottom .history-version {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF751F;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.container-inner .applies-area .card .right .bottom .history-version:hover {
	text-decoration: underline;
}
.container-inner .applies-area .card .right .bottom .version-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 16px;
}
.container-inner .applies-area .card .right .bottom .version-area::after {
	content: '';
	width: 140px;
	height: 1px;
}
.container-inner .applies-area .card .right .bottom .version-card {
	width: 140px;
	height: 64px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #FF751F;
	display: inline-block;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.container-inner .applies-area .card .right .bottom .version-card:hover {
	background: #FF751F;
	color: #FFF;
}