/**!
 * 交易信息
 * author: wangkai;
 */


/* main */

.ewb-location {
	height: 52px;
	line-height: 52px;
}

.ewb-count-hd {
	position: relative;
	height: 44px;
	line-height: 44px;
	border-top: 2px solid #d9d9d9;
	background-color: #f7f7f7;
}

.ewb-hd-line {
	position: absolute;
	top: -3px;
	left: 0;
	height: 1px;
	width: 103px;
	border-bottom: 2px solid #1492ff;
}

.ewb-count-tt {
	float: left;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #1492ff;
}

.ewb-info-table {
	margin-top: 20px;
	width: 100%;
	table-layout: fixed;
}

.ewb-info-table td {
	height: 40px;
	text-align: center;
	border: 1px solid #e4e4e4;
	color: #666;
	word-break:break-all;
}

.ewb-info-table td.ewb-info-hd {
	color: #fff;
	border-color: #fff;
	background-color: #1492ff;
}

.ewb-info-table td.ewb-info-hd.top {
	height: 42px;
	font-size: 16px;
}

.ewb-info-table td.ewb-sub-hd {
	height: 41px;
	font-size: 14px;
	color: #333;
	border-color: #fff;
	border-bottom: 1px solid #e4e4e4;
	background-color: #d0e9ff;
}

.ewb-info-table td.ewb-info-type {
	border-color: #fff;
	background-color: #1492ff;
}

.ewb-classify {
	position: relative;
	width: 139px;
	height: 84px;
	background: url('../images/ct_bg.png') right bottom no-repeat;
}

.ewb-classify-name {
	position: absolute;
	font-weight: bold;
	color: #fff;
}

.ewb-classify-name.one {
	top: 7px;
	left: 80px;
}

.ewb-classify-name.two {
	top: 34px;
	left:31px;
}

.ewb-classify-name.three {
	top: 62px;
	left: 5px;
}

.ewb-footer {
	margin-top: 40px;
}

.ewb-container {
    width: 1100px;
    margin: 0 auto;
}
