.headerLogo .logo {
	height: 44px;
	/* width: 223px; */
	margin-bottom: -8px;
}

.header {
	/* height: 64px; */
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
	background-color: #fff;
}

	.header.header2 {
		background: #AB010D;
		box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.04);
		/* backdrop-filter: blur(18px); */
	}


	.header .mainbody {
		margin: 0 auto;
		width: 1200px;
		height: 96px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header .mainbody2 {
		margin: 0 auto;
		width: 1200px;
		height: 64px;
		display: flex;
		align-items: center;
	}

	.header .mainbody .left {
		flex-shrink: 0;
		margin-right: 48px;
	}

	.header .mainbody .middle {
		flex-grow: 1;
		height: 100%;
	}

		.header .mainbody .middle ul {
			margin: 0;
			height: 100%;
			padding: 0;
			list-style-type: none;
		}

			.header .mainbody .middle ul li {
				height: 100%;
				display: inline-flex;
			}

				.header .mainbody .middle ul li + li {
					/* margin-left: 40px; */
				}

				.header .mainbody .middle ul li .menuItem {
					display: flex;
					align-items: center;
					font-size: 16px;
					color: #fff;
					padding: 0 28px;
				}

				.header .mainbody .middle ul li .disabled {
					color: #999;
				}

				.header .mainbody .middle ul li .active {
					position: relative;
					color: #FFFFFF;
					font-weight: 600;
					background-color: #D53F4A;
				}

					.header .mainbody .middle ul li .active::after {
						position: absolute;
						left: 0;
						right: 0;
						bottom: 0;
						/* border-bottom: 4px solid #aa010c; */
						content: '';
					}

	.header .mainbody .right {
		flex-shrink: 0;
		display: flex;
		align-items: center;
	}

		.header .mainbody .right .block + .block {
			margin-left: 24px;
		}

		.header .mainbody .right .hn-lxwmPanel {
			padding: 0 24px;
			height: 64px;
			background: #F8EFDF;
			border-radius: 38px;
			border: 1px solid #F3DBDC;
			display: flex;
			align-items: center;
			justify-content: center;
		}

.right .hn-lxwmPanel .hn-lxwmPanelLeft {
	margin-right: 8px;
	margin-top: 5px;
}

.right .hn-lxwmPanel .hn-lxwmPanelRow {
	display: flex;
	align-items: center;
}

.hn-lxwmPanel .hn-lxwmPanelRowTxt {
	font-weight: 600;
	font-size: 16px;
	color: #AA010C;
	line-height: 22px;
	text-align: left;
	font-style: normal;
}

.hn-lxwmPanel .hn-lxwmPanelRowSubTxt {
	font-size: 14px;
	color: rgba(0,0,0,0.45);
}

.header .mainbody .right .csHenannu {
	display: flex;
	align-items: flex-start;
}

	.header .mainbody .right .csHenannu .iconOuter {
		height: 31.43px;
		display: flex;
		align-items: center;
		margin-right: 8px;
	}

		.header .mainbody .right .csHenannu .iconOuter .icon {
			/* color: #aa010c; */
			display: flex;
		}

	.header .mainbody .right .csHenannu .content .phone {
		display: flex;
		align-items: center;
	}

		.header .mainbody .right .csHenannu .content .phone .label {
			color: #45474d;
			font-weight: 600;
			text-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
			margin-right: 4px;
		}

		.header .mainbody .right .csHenannu .content .phone .number {
			font-size: 20px;
			color: #aa010c;
			font-weight: bold;
			text-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
		}

	.header .mainbody .right .csHenannu .content .time {
		font-size: 12px;
		color: rgba(0, 0, 0, 0.45);
		text-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	}

.header .mainbody .right .headerLoginer {
	position: relative;
	margin-left: 8px;
}

	.header .mainbody .right .headerLoginer .loginImages {
		display: inline-block;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		overflow: hidden;
	}

		.header .mainbody .right .headerLoginer .loginImages img {
			width: 100%;
			height: 100%;
		}

	.header .mainbody .right .headerLoginer .overlay {
		position: absolute;
		display: none;
		background: #fff;
		min-width: 140px;
		max-width: 240px;
		right: 0;
		top: 55px;
		border-radius: 6px;
		outline: none;
		box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
		z-index: 111;
	}

		.header .mainbody .right .headerLoginer .overlay li {
			padding: 12px 16px;
			border-bottom: 1px solid #f0f0f0;
		}

			.header .mainbody .right .headerLoginer .overlay li a {
				color: #222;
			}

			.header .mainbody .right .headerLoginer .overlay li:hover {
				background-color: #f5f5f5;
			}

		.header .mainbody .right .headerLoginer .overlay .userName {
			font-weight: bold;
		}


.login {
	position: relative;
	background: #fff;
}

	.login .item_bg {
		position: relative;
		background: no-repeat center center;
		background-size: cover;
		min-height: 480px;
		background-image: url('../images/login_banner.jpg');
		width: 100%;
	}

.hn-gxk {
	padding-bottom: 67px;
}

.login .login_bg .banner_bg___39N39 {
	width: 100%;
}

.login .main___3MR8Y {
	margin: 0 auto;
	width: 1200px;
}

.login .bg___3sO_q {
	width: 100%;
}

.login .loginWrap {
	position: absolute;
	top: 80px;
	right: 19%;
	width: 310px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	padding: 20px;
	z-index: 99;
}

@media (max-width: 1680px) {
	.login .loginWrap {
		position: absolute;
		top: 80px;
		right: 11%;
		width: 310px;
		background: rgba(255, 255, 255, 0.6);
		border-radius: 8px;
		border: 1px solid #E6E6E6;
		padding: 20px;
	}
}

.login .conWrap {
	margin: 0 auto;
	width: 1200px;
}

	.login .conWrap .wrapTitle {
		padding: 58px 0 22px 0;
	}

	.login .conWrap .subTitle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-weight: normal;
	}

		.login .conWrap .subTitle .subTitle_t {
			font-size: 32px;
			font-weight: 600;
			color: #222222;
			font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
		}

		.login .conWrap .subTitle .more_btn {
			background: #FFFFFF;
			border-radius: 20px;
			border: 1px solid #CCCCCC;
			padding: 8px 16px;
			font-size: 14px;
			color: #666666;
			cursor: pointer;
		}

	.login .conWrap .regDivider {
		position: relative;
		top: 12px;
		width: 61px;
		height: 4px;
		background: #AA010C;
	}

	.login .conWrap .otherDivider {
		margin: 12px 0;
	}

.login .processWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.login .processWrap .processItem {
		background: #F6F9FD;
		border-radius: 32px;
		display: flex;
		align-items: center;
		padding: 8px 28px 8px 10px;
	}

		.login .processWrap .processItem .left {
			width: 48px;
			height: 48px;
			line-height: 48px;
			text-align: center;
			color: #fff;
			background: #AA010C;
			border-radius: 50%;
		}

		.login .processWrap .processItem .right {
			margin-left: 10px;
			font-weight: 500;
			font-size: 20px;
			color: rgba(0, 0, 0, 0.85);
		}

.login .orgImgArea {
	width: 100%;
	margin-top: 64px;
}

.login .noticeWrap {
	display: flex;
	/* position: relative; */
}

	.login .noticeWrap .notice_l___1fkbI {
		width: 583px;
	}

	.login .noticeWrap .notice_r {
		width: 620px;
	}

		.login .noticeWrap .notice_r .items {
			flex-grow: 1;
			border-radius: 6px;
			padding: 6px 20px 6px 30px;
			position: relative;
		}

.hnHome-EmptyPanelOut {
	width: 100%;
}

.hnHome-EmptyPanel {
	position: relative;
}

.hnHome-Empty {
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.hnHome-Empty .hnEmpty-img {
		width: 200px;
		height: 200px;
		vertical-align: middle;
		border-style: none;
	}

	.hnHome-Empty .hnEmpty-desc {
		margin-top: 16px;
		font-size: 14px;
		color: #999;
	}

.hnhomeHelp-panel02 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login .noticeWrap .notice_r .items .item {
	display: flex;
	align-items: center;
}

	.login .noticeWrap .notice_r .items .item + .item {
		margin-top: 24px;
	}

	.login .noticeWrap .notice_r .items .item .date {
		flex-shrink: 0;
		color: #9ba5af;
		text-align: center;
		margin-right: 16px;
	}

		.login .noticeWrap .notice_r .items .item .date .day {
			font-size: 22px;
			color: #AA010C;
			font-weight: bold;
		}

		.login .noticeWrap .notice_r .items .item .date .yearMonth {
			font-size: 12px;
			color: #45474D;
			font-weight: 600;
		}

	.login .noticeWrap .notice_r .items .item .itemMain {
		flex-grow: 1;
		position: relative;
		min-width: 0;
		padding-left: 17px;
	}

		.login .noticeWrap .notice_r .items .item .itemMain::before {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			border-left: 1px solid #d9d9d9;
			display: block;
			content: '';
		}

		.login .noticeWrap .notice_r .items .item .itemMain .title {
			font-size: 16px;
			flex: 1 1;
			font-weight: 500;
			white-space: normal;
		}

			.login .noticeWrap .notice_r .items .item .itemMain .title a {
				display: block;
				color: #45474D;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}

		.login .noticeWrap .notice_r .items .item .itemMain .summary___3k5th {
			margin-top: 12px;
			color: #45474d;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

.login .dots {
	margin: 0;
	padding: 0;
	left: 68%;
	right: 0;
	bottom: 18px;
	padding: 0 16px;
	justify-content: flex-end;
}

	.login .dots li {
		margin: 0;
		width: 12px;
		height: 12px;
	}

		.login .dots li + li {
			margin-left: 12px;
		}

		.login .dots li button {
			width: 12px;
			height: 12px;
			border-radius: 50%;
			background-color: #fff;
			opacity: 1;
		}

		.login .dots li.slick-active {
			width: 12px;
		}

			.login .dots li.slick-active button {
				background-color: #fb5c38;
			}

.login .item_b {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
}

	.login .item_b .loopPic___2M0C3 {
		width: 100%;
		height: 100%;
		border-radius: 12px;
	}

	.login .item_b .title {
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 64px;
		border-radius: 0 0 12px 12px;
		background-color: rgba(34, 34, 34, 0.5);
		background: linear-gradient(180deg, rgba(71, 71, 71, 0) 0%, rgba(34, 34, 34, 0.57) 100%);
		display: flex;
		align-items: center;
	}

		.login .item_b .title .text {
			width: 68%;
			padding-left: 16px;
			font-size: 18px;
			color: #fff;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

.login .questionWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.login .questionWrap .item {
		display: flex;
		align-items: center;
		padding-left: 8px;
	}

	.login .questionWrap .dot {
		width: 6px;
		height: 6px;
		background: #0271EB;
		opacity: 0.5;
		border-radius: 50%;
		margin-right: 12px;
	}

	.login .questionWrap .desc {
		font-size: 16px;
		color: #000000;
	}

.login .row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.login .top {
	margin-bottom: 65px;
}

.login .bold {
	font-weight: 600;
	font-size: 24px;
	color: #222222;
}


.online {
	position: fixed;
	right: 40px;
	bottom: 120px;
}


.layout {
	min-width: 1200px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

	.layout .footerContainer {
		flex-shrink: 0;
		height: 184px;
	}


.footer {
	height: 100%;
	background-color: #f6f9fd;
}

	.footer .mainbody {
		margin: 0 auto;
		width: 1200px;
		height: 100%;
		display: flex;
		flex-direction: column;
	}

		.footer .mainbody .top {
			flex-grow: 1;
			padding-top: 40px;
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
		}

			.footer .mainbody .top .left .logo {
				/* height: 44px; */
				/* width: 216px; */
				/* height: 79px; */
			}

			.footer .mainbody .top .right {
				display: grid;
				grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
				/* grid-template-rows: 1fr 1fr; */
				grid-gap: 8px 80px;
				gap: 8px 25px;
				margin-top: 15px;
			}

				.footer .mainbody .top .right .item {
					text-align: right;
				}

					.footer .mainbody .top .right .item .operation {
						color: #666;
					}

					.footer .mainbody .top .right .item .disabled {
						color: #999;
					}

		.footer .mainbody .bottom {
			flex-shrink: 0;
			height: 32px;
			border-top: 1px solid #eee;
			display: flex;
			align-items: center;
			justify-content: center;
		}

			.footer .mainbody .bottom .item {
				display: flex;
				align-items: center;
				font-size: 12px;
				color: #999;
			}

				.footer .mainbody .bottom .item + .item {
					margin-left: 16px;
				}

				.footer .mainbody .bottom .item .iconBaGwa___gExjy {
					width: 16px;
					height: 16px;
					margin-right: 4px;
				}


.ant-divider {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	font-feature-settings: 'tnum', "tnum";
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}



.tabs {
	width: 100%;
	display: flex;
}

	.tabs .tabPane {
		font-size: 18px;
		text-align: center;
		cursor: pointer;
	}

	.tabs .active {
		font-weight: 600;
		color: #aa010c;
	}

	.tabs .tabDisabledPane___2HgSI {
		color: rgba(0, 0, 0, 0.25);
	}

.tabcontent .ant-form {
	display: none;
}

	.tabcontent .ant-form.active {
		display: block;
	}


.ntswiper-container {
	width: 540px;
	height: 300px;
	background: red;
	border-radius: 12px;
	overflow: hidden;
}

.swiper-pagination {
	text-align: end !important;
	padding-right: 12px;
	bottom: 25px !important;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #FB5C38 !important;
}

.hn-courseWrapSearch {
	margin-bottom: 40px;
	background: #F5F6F7;
	border-radius: 6px;
	padding: 22px 30px 7px 30px
}

	.hn-courseWrapSearch .hn-courseSearchRow {
		/* display: flex; */
		margin-bottom: 17px;
	}

		.hn-courseWrapSearch .hn-courseSearchRow:last-child {
			margin-bottom: 0;
		}

.hn-courseWrap .hn-courseSearchRow-lab {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-right: 24px;
	width: 80px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}

.hn-courseSearchRow .hn-courseSearchRow-checkRow {
	width: 1025px;
	display: inline-block;
	vertical-align: top;
}


	.hn-courseSearchRow .hn-courseSearchRow-checkRow .hn-courseSearchRow-Item {
		margin-right: 32px;
		margin-bottom: 15px;
		display: inline-block;
		width: 56px;
		/* padding: 0 11px; */
		height: 32px;
		line-height: 32px;
		border-radius: 6px;
		font-weight: 400;
		font-size: 14px;
		color: #222222;
		text-align: center;
		border: 1px solid transparent;
	}
		/* .hn-courseSearchRow .hn-courseSearchRow-checkRow .hn-courseSearchRow-Item:hover{
color: #AA010C;	
} */
		.hn-courseSearchRow .hn-courseSearchRow-checkRow .hn-courseSearchRow-Item.hn-courseSearchRow-ItemCerr {
			border: 1px solid #AA010C;
			color: #AA010C;
		}

.hn-courseEmpty {
	text-align: center;
}

	.hn-courseEmpty .hn-courseEmpty-desc {
		margin-top: 16px;
		font-size: 14px;
		color: #999;
	}

.hnCourseTable {
	border-spacing: 0;
	width: 100%;
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
}

	.hnCourseTable th,
	.hnCourseTable td {
		border: 1px solid #EEEEEE;
		padding: 12px;
		text-align: center;
	}

	.hnCourseTable th {
		background: #F5F6F7;
		color: rgba(0,0,0,0.85);
		font-weight: 600;
		/* text-align: center; */
		font-size: 14px;
	}

	.hnCourseTable tr th:first-child,
	.hnCourseTable tr td:first-child {
		padding-left: 54px;
		text-align: left;
	}

	.hnCourseTable tr th:nth-child(2),
	.hnCourseTable tr td:nth-child(2) {
		padding-left: 120px;
		text-align: left;
	}

	.hnCourseTable .hnCourseTable-LinkDesd {
		color: #999;
		cursor: pointer;
	}




	/* tbody> tr>td:nth-child(1) {
  	width: 55%;
  } */

	.hnCourseTable td {
		color: #fff;
		padding: 15px;
		/* text-align: center; */
		font-size: 14px;
		color: #333333;
		height: 40px;
	}

		.hnCourseTable td a {
			color: #3f91f7;
		}


/* .hnCourseTable td a:hover {
  	color: #f0672b;
  } */

.hnCourseList .hnCourseList-item {
	vertical-align: top;
	margin-right: 19px;
	margin-bottom: 25px;
	display: inline-block;
	width: 220px;
	height: 224px;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px 0px rgba(193,213,254,0.1);
	border-radius: 6px;
}

	.hnCourseList .hnCourseList-item:hover {
		transform: scale(1.02);
		box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
	}

	.hnCourseList .hnCourseList-item:nth-child(5n) {
		margin-right: 0;
	}

.hnCourseList-item .hnCourseList-itemTop {
	position: relative;
	height: 124px;
}

.hnCourseList-itemTop .hnCourseList-itemImg {
	width: 220px;
	height: 124px;
	border-radius: 6px 6px 0 0;
}

.hnCourseList-itemTop .hnCourseList-tag {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	width: 69px;
	height: 20px;
	background: rgba(0,0,0,0.45);
	border-radius: 0px 6px 0px 6px;
}

.hnCourseList-item .hnCourseList-itemInfo {
	padding: 14px 12px;
}

	.hnCourseList-item .hnCourseList-itemInfo .hnCourse-itemTit {
		font-weight: 500;
		font-size: 14px;
		color: rgba(0,0,0,0.85);
		line-height: 17px;
		height: 35px;
		margin-bottom: 16px;
	}

	.hnCourseList-item .hnCourseList-itemInfo .hnCourse-itemNumber {
		font-weight: 400;
		font-size: 14px;
		color: #AA010C;
		line-height: 17px;
		text-align: left;
		font-style: normal;
	}

.swiper-bayer {
	width: 100%;
	min-width: 1200px;
	position: relative;
	min-height: 480px;
}

.swiper-slide.newImg a {
	display: block;
	min-height: 480px;
	width: 100%;
	background: no-repeat center center;
	background-size: cover;
}

.lxwmLinkPanel,
.pxlcLinkPanel {
	position: relative;
}

.hn-codeImg {
	width: 108px;
	height: 40px;
}

.hn-btndisabled {
	cursor: not-allowed;
	border: 1px solid #d9d9d9;
	color: rgba(0, 0, 0, 0.25);
	background-color: #f7eded;
	box-shadow: none;
	line-height: 1.5715;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	border-radius: 6px;
}

.hnloginSuccess {
	text-align: center;
	margin: auto;
}

.hn-userImage {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.welcome {
	margin-top: 10px;
	font-size: 14px;
}

.hn-userImage img {
	width: 100%;
	height: 100%;
}

.hn-ActionBtn,
.hn-OtherActions {
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
	justify-content: space-between;
	margin-top: 20px;
}

	.hn-OtherActions a {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 12px;
		color: #45474D;
	}

		.hn-OtherActions a img {
			width: 24px;
		}

.hnoutLogin {
	margin-top: 20px;
}

.lxwmLinkPanel:hover .lxwmPopover {
	display: block !important;
}

.pxlcLinkPanel:hover .pxlcPopover {
	display: block !important;
}
/* 培训流程开始 */

.pxlcSteps {
	display: flex;
	align-items: center;
}

	.pxlcSteps .pxlcstepItem {
		display: flex;
		align-items: center;
	}

		.pxlcSteps .pxlcstepItem .pxlcstepItem-order {
			width: 28px;
			height: 28px;
			border-radius: 50%;
			background-color: #aa010c;
			line-height: 28px;
			text-align: center;
			color: #fff;
			margin-right: 8px;
		}

		.pxlcSteps .pxlcstepItem .pxlcstepItem-label {
			color: #45474d;
		}

	.pxlcSteps .pxlcstepItem-arrow {
		margin: 0 16px;
		color: #999;
	}
/* 培训流程结束 */

/* 报名培训弹窗开始 */
.bmpxLayerPanel {
	padding: 25px;
}

	.bmpxLayerPanel .bmpxLayer-subTit {
		margin-bottom: 15px;
	}

.bmpxLayer-yearColle .bmpxLayer-yearItem {
	cursor: pointer;
	display: inline-block;
	background: #eaecef;
	border-radius: 12px;
	padding: 5px 20px;
	margin: 0 10px 10px 0;
	border: 1px solid #eaecef;
}

	.bmpxLayer-yearColle .bmpxLayer-yearItem:nth-child(4n) {
		margin-right: 0;
	}

	.bmpxLayer-yearColle .bmpxLayer-yearItem.bmpxLayer-yearItemCurr {
		border: 1px solid #aa010c;
		background: rgba(170, 1, 12,.1);
		color: #aa010c;
	}





.bmpxLayer-pcColle .bmpxLayer-pcItem {
	cursor: pointer;
	display: inline-block;
	background: #eaecef;
	border-radius: 12px;
	padding: 5px 20px;
	margin: 0 10px 10px 0;
	border: 1px solid #eaecef;
}
	/* .bmpxLayer-pcColle .bmpxLayer-pcItem:nth-child(4n){
	margin-right: 0;
} */
	.bmpxLayer-pcColle .bmpxLayer-pcItem.bmpxLayer-pcItemCurr {
		border: 1px solid #aa010c;
		background: rgba(170, 1, 12,.1);
		color: #aa010c;
	}

.bmpxLayerPanel {
	height: 350px;
	overflow-y: auto;
}

}

.bmpxLayerPanel-item {
	margin-bottom: 20px;
}

.bmpxLayerBtnpanel {
	text-align: center;
	margin-bottom: 20px;
}

	.bmpxLayerBtnpanel .bmpxLayerBtn {
		text-align: center;
		width: 120px;
		height: 35px;
		line-height: 35px;
		display: inline-block;
		font-size: 14px;
		border-radius: 6px;
		color: #fff;
		border-color: #aa010c;
		background: #aa010c;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
	}

	.bmpxLayerBtnpanel .bmpxLayerDisabledBtn {
		text-align: center;
		width: 120px;
		display: inline-block;
		font-size: 14px;
		cursor: not-allowed;
		border: 1px solid #d9d9d9;
		color: rgba(0, 0, 0, 0.25);
		background-color: rgba(0, 0, 0, 0.04);
		height: 35px;
		line-height: 35px;
		font-weight: 400;
		white-space: nowrap;
		border-radius: 6px;
	}
/* 报名培训弹窗结束 */
