.bidBody{

}
.bidwrap{
	padding:55px 0;
}
.bidwrap h2{
    font-size: 3.2rem;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

.bidwrap .h2_tit{
	display:flex;
	justify-content: space-between;
}

.bidwrap .h2_tit .search{
	height:36px;
	border:1px solid #dadada;
	display:flex;
}
.bidwrap .h2_tit .search input{
	width:228px;
	height:34px;
	border:0;
	padding:5px 13px;
	font-size:14px;
	line-height:24px;
	color:#333;
	border-right:1px solid #dadada;
}
.bidwrap .h2_tit .search input::placeholder{
	color:#777;
}
.bidwrap .h2_tit .search a.sechbtn{
	display:inline-block;
	width:34px;
	height:34px;
	background:url(../images/bidding/search.svg) no-repeat center;
	background-size:20px;
	cursor:pointer;
}



.bid_tag{
/*	border-bottom:1px solid #dddddd;*/
}
.bid_tag .list{

}
.bid_tag .list .left a{
	display:inline-block;
	font-size:16px;
	line-height:52px;
	color:#003a8f;
	height:54px;
	border:1px solid #003a8f;
	border-right:0;
	text-decoration:none;
	position: relative;
	font-weight:600;
	box-sizing:border-box;
	width:25%;
	text-align:center;
	position: relative;
}
.bid_tag .list .left a:last-child{
	border-right:1px solid #003a8f;
}

.bid_tag .list .left a.active{
	color:#fff;
	background-color:#003a8f;
}

.bid_tag .list .left a.active::before{
	content:"";
	width:15px;
	height:8px;
	background:url(../images/bidding/arrow.png) no-repeat center;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:-8px;
}

.bid_table{
	padding:20px 0;
}
.bid_table .wrap table{
	width:100%;
}
.bid_table .wrap table th{
	font-size:13px;
	line-height:42px;
	color:#003a8f;
	font-weight:600;
	border-bottom:1px solid #003a8f;
	padding:10px;
	text-align:center;
}
.bid_table .wrap table td{
	border-bottom:1px solid #ebecf4;
	padding:20px 10px;
}
.bid_table .wrap table td span.id{
	font-size:18px;
	line-height:42px;
	color:#003a8f;
	text-align:center;
	display:block;
}
.bid_table .wrap table td span.name{
	display:block;
	max-width:420px;
	font-size:15px;
	line-height:20px;
	color:#333333;
}
.bid_table .wrap table td span.name.w100{
	max-width:100%;
}
.bid_table .wrap table td span.time{
	font-size:16px;
	line-height:42px;
	color:#333;
	text-align:center;
	display:block;
}
.bid_table .wrap table td span.user{
	font-size:15px;
	line-height:20px;
	color:#333;
}
.bid_table .wrap table td span.state{
	font-size:15px;
	line-height:20px;
	color:#333;
	display:block;
	text-align:center;
}
.bid_table .wrap table td a.annex{
	display:inline-block;
	width:32px;
	height:32px;
	border-radius:50%;
	background-color:#c3c0b9;
	background-image:url(../images/bidding/annex.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
}
.bid_table .wrap table td a.annex.in{
	background-color:#003a8f;
}
.bid_table .page{
	text-align:center;
	font-size:0;
	padding-top:35px;
}
.bid_table .page a{
	display:inline-block;
	height:38px;
	line-height:36px;
	border:1px solid #e2e2e2;
	font-size:14px;
	color:#333;
	padding:0 20px;
	margin-left:-1px;
	text-decoration:none;
}
.bid_table .page a.active{
	background-color:#459bfe;
	color:#fff;
}
.bid_table .page a.prev.disabled{
	cursor: no-drop;
	color:#d2d2d2;
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 600px) {
	.bidBody{
		margin-top:63px;
	}
	.bidwrap{
		padding:35px 0;
	}
	.bid_tag .list{
		flex-flow:wrap;
	}
	.bid_tag .list .left{
		order:1;
	}
	.bid_tag .list .left a{
		font-size:14px;
		line-height:38px;
		padding:5px 15px;
	}
	.bid_tag .list .search{
		order:0;
	}
	.bid_table{
		padding-bottom:0;
	}
	.bid_table .wrap{
		overflow-x:auto;
	}
	.bid_table .wrap table th{
		white-space: nowrap;
	}
	.bid_table .wrap table td span{
		white-space: nowrap;
		font-size:13px!important;
	}
	.bid_table .wrap table td span.id{
		font-size:16px!important;
	}
	.bid_table .page{
		padding-top:30px;
	}
	.bid_table .page a{
		height:32px;
		line-height:30px;
		font-size:12px;
		padding:0 10px;
	}
}