/**!
 * åŒå…¬ç¤ºè¯¦æƒ…
 * author: fxyue;
 * date:2019-10-21
 */

.ewb-white {
	min-height: 480px;
	padding: 20px;
}

/* pad */
@media (max-width:979px) {
	.ewb-white {
		min-height: 0;
		padding: 20px 10px;
	}
}

.ewb-table {
	padding: 20px 20px 0;
}

.table-responsive {
	border: 0;
}

.ewb-table table {
	width: 100%;
	border: 1px solid #dfdfdf;
}

.ewb-table td {
	height: 40px;
	line-height: 40px;
	border: 1px solid #dfdfdf;
}

.ewb-table tr td:first-child {
	width: 16.5%;
	font-weight: bold;
	background-color: #f4f4f4;
}

.ewb-table-name {
	margin-right: 15px;
	display: block;
	text-align: right;
}

.ewb-table-tt {
	margin-left: 30px;
}

.ewb-share {
	padding: 72px 0 50px 20px;
	line-height: 32px;
	color: #999;
}

.ewb-share-items {
	float: left;
}

.ewb-share-items li {
	margin-right: 8px;
	float: left;
}

.ewb-share-items li.last {
	margin: 0 0 0 20px;
}

.ewb-share-items li a {
	display: block;
	width: 22px;
	height: 32px;
	color: #999;
	background-position: center;
	background-repeat: no-repeat;
}

.ewb-share-items li.last a {
	padding-left: 23px;
	width: 60px;
	background-position: left center;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
	padding-left: 23px !important;
	margin: 8px 8px 8px 0 !important;
	font-size: 14px !important;
	color: #999 !important;
}

.ewb-share-a1 {
	background-image: url('../images/qq.png');
}

.ewb-share-a2 {
	background-image: url('../images/weixin.png');
}

.ewb-share-a3 {
	background-image: url('../images/weibo.png');
}

.ewb-share-a4 {
	background-image: url('../images/add.png');
}

.ewb-share-a5 {
	background-image: url('../images/collect.png') !important;
}

.ewb-share-a6 {
	background-image: url('../images/print.png') !important;
}

.ewb-share-a1:hover,.ewb-share-a1.accfocus {
	background-image: url('../images/qq_h.png');
}

.ewb-share-a2:hover,.ewb-share-a2.accfocus {
	background-image: url('../images/weixin_h.png');
}

.ewb-share-a3:hover,.ewb-share-a3.accfocus {
	background-image: url('../images/weibo_h.png');
}

.ewb-share-a4:hover,.ewb-share-a4.accfocus {
	background-image: url('../images/add_h.png');
}

/* .ewb-share-a5:hover,.ewb-share-a5.accfocus {
	background-image: url('../images/collect_h.png');
}

.ewb-share-a6:hover,.ewb-share-a6.accfocus {
	background-image: url('../images/print_h.png');
} */

/* æ‰‹æœºç«¯ */

@media (max-width: 767px) {

	.ewb-table {
		padding: 0;
	}

	.ewb-share {
		padding: 0;
	}

	.ewb-share-items li,
	.ewb-share-items li.last {
		margin: 0;
	}

}