@charset 'UTF-8';

/**!
 * é¦–é¡µ
 * author: wangkai;
 * date: 2018-11-26
 */

/* main */

.ewb-main {
	padding: 32px 0;
}

.ewb-left {
	float: left;
	width: 35%;
}

.ewb-right {
	float: right;
	width: 63%;
}

/* å®žæ—¶ç©ºæ°”è´¨é‡çŠ¶å†µ */

.ewb-status {
	height: 441px;
	border: 1px solid #dcdcdc;
	background: url('/Template/special/jwmsxf/css/../images/status_bg.png') right bottom no-repeat;
}

.ewb-status-hd {
	margin: -1px -1px 0 -1px;
	height: 46px;
	background-color: #e8e8e8;
}

.ewb-status-tt {
	float: left;
	padding: 0 20px;
	height: 46px;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #00a36e;
}

.ewb-status-bd {
	padding: 8px 26px 0 26px;
}

.ewb-status-node {
	position: relative;
	line-height: 46px;
	vertical-align: top;
	font-size: 16px;
}

.ewb-status-node label {
	font-weight: bold;
	color: #00a341;
}

.ewb-grade {
	/* padding-left: 94px; */
	font-size: 24px;
	color: #fd7201;
}

.ewb-grade span {
	margin-right: 12px;
	font-size: 36px;
}

.ewb-grade-img {
	position: absolute;
	top: -10px;
	right: -5px;
	width: 90px;
}

.ewb-sys {
	display: block;
	width: 100%;
	height: 156px;
}

.ewb-sys img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.ewb-platform {
	margin-top: 18px;
	height: 267px;
	border: 1px solid #dcdcdc;
}

.ewb-platform-hd {
	padding-top: 10px;
	height: 49px;
}

.ewb-platform-tt {
	display: block;
	margin: 0 auto;
	vertical-align: top;
}

.ewb-platform-list {
	background-color: #bbe0f9;
}

.ewb-platform-node {
	float: left;
	width: 33.33333333333333333%;
	padding-top: 40px;
	height: 168px;
	vertical-align: top;
	text-align: center;
}

.ewb-platform-node.one {
	background-color: #f0f6fb;
}

.ewb-platform-node.two {
	background-color: #dff2fe;
}

.ewb-platform-node.three {
	background-color: #bbe0f9;
}

.ewb-platform-node img {
	display: block;
	margin: 0 auto;
	height: 102px;
	vertical-align: top;
}

.ewb-platform-name {
	display: block;
	margin: 16px auto 0;
	height: 28px;
	line-height: 27px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	background-color: #5bc0de;
}

.ewb-platform-node.one .ewb-platform-name {
	width: 91px;
}

.ewb-platform-node.two .ewb-platform-name {
	width: 96px;
}

.ewb-platform-node.three .ewb-platform-name {
	font-weight: bold;
	color: #0a7ecd;
	width: 168px;
	background-color: transparent;
}

@media (min-width: 768px) and (max-width: 979px) {
	.ewb-left {
		width: 32%;
	}
	.ewb-right {
		width: 66%;
	}
	.ewb-status {
		height: 409px;
	}
	.ewb-status-bd {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ewb-status-node {
		line-height: 42px;
		font-size: 14px;
	}
	.ewb-sys {
		height: 124px;
	}
	.ewb-grade {
		padding-left: 64px;
	}
	.ewb-grade-img {
		width: 70px;
	}
}

@media (max-width: 767px) {
	.ewb-main {
		padding: 20px 0;
	}
	.ewb-left,
	.ewb-right {
		width: 100%;
	}
	.ewb-status {
		height: auto;
	}
	.ewb-status-bd {
		padding: 10px 20px;
	}
	.ewb-status-node {
		line-height: 36px;
		font-size: 14px;
	}
	.ewb-sys {
		margin-top: 18px;
		height: auto;
	}
}

@media (max-width: 510px) {
	.ewb-platform {
		height: auto;
	}
	.ewb-platform-node {
		width: 100%;
	}
}