.main{
	width: 75rem;
	margin: 0 auto;
}
.exam-title-bg{
	font-family: FZLTZHK--GBK1-0;
	font-size: 1.875rem;
	color: #EEEEEE;
	letter-spacing: 0.3rem;
	text-align: center;
	position: relative;
	height: 2.625rem;
	line-height: 2.625rem;
	margin-top: 5rem;
}
.exam-title{
	font-family: FZLTZHK--GBK1-0;
	font-size: 2rem;
	text-align: center;
	color: #4A4A4A;
	letter-spacing: 0.2.0625rem;
	line-height: 2rem;
	height: 2rem;
	position: absolute;
	left:0; 
	right:0; 
	top:0; 
	bottom:0;
	margin:auto;
}
.exam-content{
	margin: 5.75rem 0rem 9.375rem;
	display: flex;
	justify-content: space-between;
}
.exam-item{
	width: 23.75rem;
	height: 31.25rem;
	border-radius: 0.5rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	transition:all 0.2s ease-out;
}
.exam-exam{
	background-image: url(../img/exam.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23.75rem 31.25rem;
	border-radius: 0.5rem;
}
.exam-exam:hover{
	box-shadow: 0 0.3125rem 0.625rem 0 #9B9B9B;
	transform:scale(1.01);
}
.item-title{
	font-family: PingFangSC-Regular;
	font-size: 2.25rem;
	color: #4A4A4A;
	letter-spacing: 0.0.1875rem;
	margin-top: 3.125rem;
}
.item-title-enable{
	color: #FFFFFF;
}
.item-btn{
	width: 10rem;
	height: 3.125rem;
	border: 1px solid #9B9B9B;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.125rem;
	font-family: PingFangSC-Regular;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #4A4A4A;
	letter-spacing: 0.1.8125rem;
	cursor: default;
}
.item-btn-enable{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
}
.item-btn-enable div{
	border-top: 1px solid #FFFFFF!important;
	border-right: 1px solid #FFFFFF!important;
}
.item-btn div{
	margin-left: 1.875rem;
	width: 0.875rem;
	height: 0.875rem;
	border-top: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.exam-certification{
	background-image: url(../img/certification.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23.75rem 31.25rem;
	border-radius: 0.5rem;
}
.exam-auth{
	background-image: url(../img/auth.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23.75rem 31.25rem;
	border-radius: 0.5rem;
}