body{
	background-color: #fafafa;min-height: 1000px;
}
.auctionContent{
	width: 1400px;
	margin:  0 auto;
}
#searchform{
	font-family: HanSansMedium;
	margin-bottom: 30px;
}
/* 修改placeholder的文本颜色 */
.layui-input::-webkit-input-placeholder {
    color: #999; 
}
.layui-input:-moz-placeholder {
    color: #999; 
}
#auctionList{
	width:1400px;margin:0 auto;display: grid;grid-template-columns: repeat(4,325px);gap: 30px;min-height: 800px;
}
.listCon{
	width: 335px;height: 454px;border: solid 1px #fff;cursor: pointer;box-sizing: border-box;position: relative;background: #fff;
	border:1px solid #f5f5f5;
}
.listCon:hover{
	box-shadow: 0px 0px 15px 0px rgba(13, 66, 146, 0.5);
	border: solid 1px #0d4292;
}
.listDetail{
	padding: 10px 13px 10px 12px;box-sizing: border-box;
	/* font-family: HanSansMedium; */
	font-size: 20px;color: #020202;
}
.auctionName{
	overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;font-size:18px;height:40px;font-weight: bold;margin-bottom: 11px;margin-top: 5px;line-height: 20px;
}
.subjectMatter{
	font-size:14px;margin-right: 2px;
}
.status{
	width: 87px;
	background-image: linear-gradient(-71deg, 
		#ff7a00 0%, 
		#fd902b 60%, 
		#faa556 100%), 
	linear-gradient(
		#fae0c8, 
		#fae0c8);line-height: 25px;
    text-align: center;
	border-radius: 2px;margin-top: 6px;margin-bottom: 7px;height: 25px;
}
.auctionTime{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;margin-bottom: 5px;
}
#number{
	font-weight: normal;color: #777;
}
.auctionMode{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
	margin: 5px 0;
}
#statusTitle{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	
}
.deposit{
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;margin-bottom: 7px;margin-top: -4px;
}
#deposit{
	/*font-family: HanSansBold;*/
	font-family: HanSansMedium;
	font-size: 20px;
	letter-spacing: 0px;
	color: #ff0000;
}
.lineAcross{
	width: 300px;
	height: 1px;
	background-color: #ccc;margin-bottom: 5px;
}
.viewCount{
	color: #777;height: 25px;
}
.auctionStatus{
	position:absolute;bottom:0;color:#fff;height:28px;line-height:28px;width:100%;padding-left:13px;box-sizing:border-box;font-weight: bold;
}
.startDay{
	height:16px;width:2px;display:inline-block;background-color:#fff;margin:0 5px;vertical-align:middle;
}
.browse{
	/* font-family: HanSansMedium; */
	font-size:14px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 2px;
}
.selectBtn .selectBox:nth-child(2){
	margin: 25px 0;
}
.selectBox,.typeSelect{
	display: flex;
}
.typeSelect{
	margin-left: 20px;
	width: 1300px;
	flex-wrap: wrap;
}
.selectBtn{
	width:1400px;margin:0 auto;
	padding: 20px;box-sizing: border-box;margin-bottom: 20px;background-color: #fff;
	border:1px solid #f5f5f5;
}
.targetType {
	width: 85px;
	height: 32px;
	background-color: #f5f5f5;
	line-height: 32px;text-align: center;font-size: 16px;font-family: "HanSansMedium";
}
.typeSelect p{
	width: 80px;
	height: 30px;
	border-radius: 18px;
	font-family: HanSansMedium;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	margin-right: 28px;
	cursor: pointer;
}
.typeActive,.localActive,.timeActive,.typeSelect p:hover{
	color: #ffffff;
	background-image: linear-gradient(120deg, #0b4390 0%, #0c3896 0%, #0d2d9c 0%, #144ec2 0%, #1a6ee7 0%, #1359bc 35%, #0b4390 100%), linear-gradient(#d5e3f8, #d5e3f8);
}
#auctionMode,#auctionTime{
	font-weight: normal;
}
/* 页码 */
#laypage{
	margin: 50px 0;text-align: center;
}
/* .layui-laypage a, .layui-laypage span{    
	width: 40px;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    line-height: 40px;color: #999999;
    font-size: 14px;margin-right: 5px;
} */
.layui-laypage a, .layui-laypage span{
	background-color: transparent;
}
.layui-laypage a:hover{
	color: #104291;
}
.topping{
	position: absolute;
	top: 0;
	right: 0;
	background-image: linear-gradient(120deg, #0b4390 0%, #0c3896 0%, #0d2d9c 0%, #144ec2 0%, #1a6ee7 0%, #1359bc 35%, #0b4390 100%), linear-gradient(#d5e3f8, #d5e3f8);
	color: #fff;
	width: 57px;
	height: 30px;
	font-size: 16px;
	border-bottom-left-radius: 4px;
	text-align: center;
	line-height: 30px;
}
