body {
	background-color: #EFF3F7;
	box-sizing: border-box;
}

#banner {
	background: url('../images/banner.png') no-repeat;
	height: 180px;
	width: 100%;
	background-size: 100% 100%;
}

#banner div {
	font-size: 40px;
	color: #FFFFFF;
	text-shadow: 0px 2px 4px rgba(8, 124, 214, 0.5);
	line-height: 160px;
	padding-left: 44px;
}

.cus-panel {
	padding: 24px;
	background: #FFFFFF;
	margin-top: 24px;
}

.cus-panel .title {
	font-size: 28px;
	color: #242424;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 16px;
}

.cus-panel .items-box {
	display: flex;
	flex-flow: row wrap;
}

.cus-panel .items-box .item {
	width: 178.5px;
	height: 140px;
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: 18px;
	padding-top: 32px;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	margin-right: 16px;
}

.cus-panel .items-box .item img {
	width: 44px;
	height: 44px;
}

.cus-panel .items-box .item .name {
	font-size: 18px;
	color: #333333;
	margin-top: 14px;
	width: 150px;
	text-align: center;
}

.cus-panel .items-box .item:hover {
	box-shadow: 2px 4px 8px 0px rgba(12, 85, 187, 0.2);
	border-color: #005AA8;
}

.cus-panel .items-box .item:nth-child(6n) {
	margin-right: 0;
}

#allInfo {
	margin-bottom: 40px;
}

/* 关怀版 -- start */
body.useOldFixed * {
  outline: none !important;
  line-height: normal !important;
  min-height: unset !important;
}
body.useOldFixed .cus-panel .items-box .item {
	height: auto;
	padding: 24px 10px 10px;
}
body.useOldFixed .cus-panel .title {
	font-weight: bold !important;
}
body.useOldFixed .layui-layer-btn a {
	height: auto;
}
/* 关怀版 -- end */