@charset "UTF-8";
/**!
 * 临沂市公共资源交易有限公司数字化综合应用系统项目-首页
 * date:2022-06-08
 * author: QuGuoQiang;
 */
body, html {
	min-width: auto;
	overflow: hidden;
	font-family: 'PingFang SC', Helvetica, Arial, Verdana, 'Microsoft YaHei',
		sans-serif;
}

.bid-shuffling {
	padding-bottom: 45px;
	width: 826px;
	overflow: hidden;
	height: 517px;
}

.bid-shuffling .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	border-radius: 10px;
	background: #caccd1;
	opacity: 1;
}

.bid-shuffling .swiper-pagination-bullet-active {
	width: 43px;
	background: #0e90fe;
}

.bid .swiper-slide {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bid-li {
	width: 403px;
	height: calc(( 100% - 40px)/3);
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

.bid-li:nth-child(n+2) {
	margin-top: 20px;
}

.bid-slide {
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px 18px;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bid-slide:hover {
	background: #f5fafe;
	border: 1px solid #0e90fe;
	-webkit-box-shadow: 0px 0px 10px rgba(94, 181, 254, 0.15);
	box-shadow: 0px 0px 10px rgba(94, 181, 254, 0.15);
	border-radius: 6px;
}

.bid-slide:hover .bid-slide-title {
	color: #0e90fe;
}

.bid-slide-title {
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

.bid-slide-line {
	margin-top: 13px;
	width: 32px;
	height: 3px;
	background: #0e90fe;
}

.bid-slide-content {
	margin-top: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bid-slide-text {
	margin-top: 8px;
	color: #8992a9;
	font-size: 12px;
	line-height: 22px;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bid-slide-text>span {
	color: #000;
}

.bid-slide-text:nth-child(2n) {
	width: 130px;
}

.redborder {
	border: 3px solid red;
	font-size: 14px;
	color: red !important;
}

.blueborder {
	border: 3px solid blue;
	font-size: 14px;
	color: blue !important;
}

.geryborder {
	border: 3px solid grey;
	font-size: 14px;
	color: grey !important;
}

.nostart {
	background: url("../css/images/bid_shuffling/nostart.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top:-15px;
	margin-left:75px;
}

.start {
	background: url("../css/images/bid_shuffling/start.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top:-15px;
	margin-left:75px;
}

.end {
	background: url("../css/images/bid_shuffling/end.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top:-15px;
	margin-left:75px;
}