/**!
 * 阳光采购服务平台
 * author: gl;
 * date:2019-12-23
 */
.ewb-main {
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}

.ewb-purchase-wrap {
	position: relative;
	padding-bottom: 19px;
}

.ewb-purchase-wrap:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dbe0e3;
}

.ewb-purchase-items {
	margin: 0 -7.5px;
}

.ewb-purchase-items>li {
	float: left;
	width: 33.333%;
}

.ewb-purchase-link {
	position: relative;
	display: block;
	margin: 0 7.5px;
	height: 150px;
	padding-left: 131px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #c2e1ff;
	cursor: pointer;
}

.ewb-purchase-items>li.cur .ewb-purchase-link {
	background-color: #4192e1;
}

.ewb-purchase-link p {
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	padding-top: 40px;
}

.ewb-purchase-link span {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}

.ewb-purchase-link:before {
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -35px;
	content: "";
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border-radius: 50%;
}

.ewb-link1 {
	background-image: url('../images/purchase_img1.png');
}

.ewb-link2 {
	background-image: url('../images/purchase_img2.png');
}

.ewb-link3 {
	background-image: url('../images/purchase_img3.png');
}

.ewb-link1:before {
	background-image: url('../images/purchase_icon1.png');
}

.ewb-link2:before {
	background-image: url('../images/purchase_icon2.png');
}

.ewb-link3:before {
	background-image: url('../images/purchase_icon3.png');
}

.ewb-link1.cur:before {
	background-image: url('../images/purchase_icon1h.png');
}

.ewb-purchase-items>li.cur .ewb-link2:before {
	background-image: url('../images/purchase_icon2h.png');
}

.ewb-purchase-items>li.cur .ewb-link3:before {
	background-image: url('../images/purchase_icon3h.png');
}

.ewb-purchase-items>li.cur .ewb-purchase-link:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 18px;
	left: 0;
	bottom: -19px;
	border-bottom: 3px solid #4192e1;
	background: url('../images/purchase_san.png') no-repeat center bottom;
}

.ewb-purchase-bd {
	margin-top: 30px;
}

.ewb-purchase-nodes {
	margin: 0 -7.5px;
	margin-top: -20px;
}

.ewb-purchase-nodes>li {
	float: left;
	width: 14%;
	margin-top: 20px;
}

.ewb-purchase-node {
	position: relative;
	margin: 0 7.5px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-color: #77b9f9;
}

.ewb-purchase-node:hover {
	border-color: #77b9f9;
}

.ewb-purchase-name {
	height: 40px;
	line-height: 30px;
	font-size: 18px;
	padding: 15px 30px 0 30px;
	overflow: hidden;
}

.ewb-purchase-name_wao {
	height: 40px;
	line-height: 30px;
	font-size: 18px;
	padding: 15px 30px 0 30px;
	overflow: hidden;
}

.ewb-purchase-name:hover {
	color: red;
}

.ewb-purchase-node p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #77b9f9;
}

.ewb-page-info {
	padding-bottom: 10px;
}

.ewb-footer {
	margin-top: 20px;
}


/* 竖版pad及以下 */

@media (max-width: 979px) {
	.ewb-purchase-nodes>li {
		width: 25%;
	}

	.ewb-purchase-name {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
	}

	.ewb-purchase-link:before {
		left: 18px;
	}

	.ewb-purchase-link {
		padding-left: 105px;
	}
}


/* 手机端 */

@media (max-width: 767px) {
	.ewb-main {
		padding: 10px;
	}

	.ewb-purchase-nodes>li {
		width: 50%;
		margin-top: 10px;
	}

	.ewb-page-info {
		padding: 12px 0 10px 0;
	}

	.ewb-purchase-items {
		margin: 0 -5px;
	}

	.ewb-purchase-link {
		padding-left: 0;
		margin: 0 5px;
		text-align: center;
		background: #c2e1ff;
		height: 60px;
	}

	.ewb-purchase-link:before {
		display: none;
	}

	.ewb-purchase-link p {
		font-size: 18px;
		line-height: 22px;
		padding-top: 10px;
	}

	.ewb-purchase-link span {
		font-size: 13px;
		line-height: 24px;
	}

}

@media (max-width: 480px) {
	.ewb-purchase-nodes>li {
		width: 100%;
	}

	.ewb-purchase-node {
		height: auto;
		padding-bottom: 50px;
	}

	.ewb-purchase-name {
		height: auto;
	}
}