/**!
 * 竞价记录
 * author: wangkai;
 */


/* main */

.ewb-location {
	padding-top: 12px;
}

/* 竞价记录 */

.ewb-record {
	padding-bottom: 25px;
	border: 1px solid #e8e8e8;
	position: relative;
}

.ewb-corner {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 38px;
	height: 38px;
	background: url('../images/corner.png');
}

.ewb-record-hd {
	padding-left: 50px;
	height: 52px;
	line-height: 52px;
}

.ewb-record-hd span {
	font-size: 20px;
	font-weight: bold;
	color: #1492ff;
}

.ewb-record-form {
	padding: 14px 20px 22px 20px;
}

.ewb-record-form table {
	width: 100%;
	table-layout: fixed;
}

.ewb-record-form table th {
	height: 36px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #1492ff;
}

.ewb-record-form table td {
	padding: 1px 0;
	height: 46px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px dashed #d8d8d8;
}

.ewb-record-form table tbody tr:first-child td {
	padding-top: 5px;
}

.ewb-record-form table td span {
	display: block;
	height: 46px;
	line-height: 46px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-record-form table tr:hover td span {
	background-color: #fff3e4;
}

.ewb-record-btns {
	text-align: center;
	font-size: 0;
	-webkit-text-size-adjust:none;
}

.ewb-record-btns button {
	display: inline-block;
	margin: 0 10px;
	width: 153px;
	height: 45px;
	border: 0;
	cursor: pointer;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
}

.ewb-print {
	background-color: #ffab00;
}

.ewb-close {
	background-color: #1492ff;
}