.lego-bidding-hall-flow-button {
	text-align: center;
}
.lego-bidding-hall-flow-create {
	display: inline-block;
	width: 200px;
	height: 44px;
	border-radius: 22px;
	line-height: 44px;
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(178deg,#197aff,#197aff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.lego-bidding-pc {
	position: relative;
	width: 1200px;
	font-size: 14px;
	margin: 0 auto;
	border-radius: 2px;
}
ul, li {
	list-style: none;
}

.lego-bidding-pc-title {
	height: 60px;
}
.lego-bidding-pc-menu-link {
	margin: 12px 0 0 auto;
	font-size: 14px;
	color: #197aff;
	float: right;
}
.lego-bidding-pc-menu-link-hover:HOVER {
	color:#3177fd;
	cursor: pointer;
}

.lego-bidding-pc-menu-header span:HOVER{
	cursor: pointer;
}

.lego-bidding-pc-list {
	position: relative;
	top: -35px;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.lego-bidding-pc-card {
	position: relative;
	display: inline-block;
	width: 285px;
	min-height: 280px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 20px;
}
.lego-bidding-pc-card-title {
	position: relative;
	margin: 30px 20px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	word-break: break-all;
}

.lego-bidding-pc-card-title h4 {
	display: -webkit-box;
	font-weight: 700;
	font-size: 14px;
	height: 40px;
	color: #404040;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
}
.lego-bidding-pc-card-title .tag {
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 16px;
	padding: 2px 10px;
	font-weight: 600;
	border-radius: 0 0 10px 10px;
}

.lego-bidding-pc-card-title .tag-orange {
	background: #ffefd0;
	color: #ff9d56;
}

.lego-bidding-pc-card-title .tag-gray {
    background: #f1efef;
    color: #7c6666;
}

a {
	text-decoration: none!important;
	touch-action: none!important;
}
.lego-bidding-pc-card-title .rest-time {
	height: 20px;
	margin-top: 10px;
}

.lego-bidding-pc-card-title .time-number {
	background: #ffefd0;
	color: #ff780f;
	border: 1px solid rgba(242,130,0,.1);
	border-radius: 2px;
	font-weight: bolder;
	padding: 0 3px;
	margin: 0 1px;
}
.lego-bidding-pc-card-content {
	margin: 0 20px;
}
.lego-bidding-pc-card-item {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
}
.lego-bidding-pc-card-item label {
	display: inline-block;
	vertical-align: middle;
	min-width: 70px;
}
.lego-bidding-pc-card-item span {
	display: inline-block;
	vertical-align: middle;
	max-width: 140px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.lego-bidding-pc-card-link {
	height: 41px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	border-top: 1px solid #f1f1f1;
	border-radius: 0 0 2px 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lego-bidding-pc-card-link a {
	color: #197aff;
}