.container {
	width: 100%;
	height: 100%;
}

.container .container-header {
	height: 100px;
	background: url('../img/login/banner_qygg.png');
	background-size: cover;
	background-position: center;
	text-align: center;
}

.container .container-header .header-search {
	width: 60%;
	height: 40px;
	position: relative;
	top: 25px;
	left: 20%;
}

.header-search .search-label {
	color: #fff;
	display: inline-block;
}

.header-search .search-select {
	width: 150px;
	height: 48px;
	position: relative;
	top: 5px;
}

.search-input {
	width: 60%;
	height: 48px;
	border: none;
	border-radius: 5px;
	color: rgba(104, 118, 156, 1);
	padding: 10px 18px;
	padding-right: 20%;
	box-sizing: border-box;
}

.search-input:focus {
	border: none;
	outline: none;
}

.search-btn {
	position: relative;
	right: 84px;
	width: 75px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: #0066ff;
}

.container-body {
	padding: 0 200px 100px;
	max-height: 600px;
	overflow: auto;
}

.container-body>.body-navbar {
	height: 50px;
	margin-bottom: 15px;
	background: #fff;
}

.nav-tabs {
	border-bottom: none;
	display: inline-block;
}

.container-body>.body-navbar>.nav-tabs li {
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 20px;
	cursor: pointer;
}

.container-body>.body-navbar>.nav-tabs li.active {
	font-weight: 600;
	border-bottom: 5px solid #0066ff;
}

.query-label {
	display: inline-block;
	font-weight: 700;
	padding-left: 20px;
}

.purchase-method-row {
	margin: 20px auto;
}

.check-input {
	float: right;
	width: 90%;
}

#release-tabs,
#singup-tabs,
#openBid-tabs {
	margin-bottom: 0 !important;
	height: 40px;
}

#release-tabs li,
#singup-tabs li,
#openBid-tabs li {
	padding: 6px 16px;
	cursor: pointer;
	position: relative;
	top: 18px;
}

#release-tabs li.active,
#singup-tabs li.active,
#openBid-tabs li.active {
	border: 1px solid #0066ff;
	border-radius: 5px;
	color: #0066ff;
}

#purchase-tabs>input {
	margin-left: 15px;
	margin-right: 3px;
	position: relative;
	bottom: 3px;
}

#openBidTime {
	margin-left: 30px;
	padding: 5px 10px;
}

#notice-empty {
	display: none;
	width: 200px;
	height: 200px;
	margin: 30px auto;
	background: url('../img/no_platform_notice.png');
	background-size: cover;
	background-position: center;
	text-align: center;
	line-height: 500px;
}

.body-content>.notice-card {
	padding: 12px 20px;
	cursor: pointer;
}

.body-content>.notice-card:hover {
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
}

.body-content>.notice-card .notice-btn {
	margin-bottom: 15px;
}

.body-content>.notice-card .notice-btn .btn {
	margin-right: 20px;
}

.body-content>.notice-card .notice-title {
	line-height: 45px;
	font-size: 18px;
	font-weight: 600;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.body-content>.notice-card .notice-name {
	line-height: 36px;
}

.body-content>.notice-card .deadline-time {
	position: relative;
	top: 50px;
	font-size: 18px;
}

.body-content>.notice-card .deadline-time .text-orange {
	color: orange;
}

/* 分页的样式 */
.page-box {
	text-align: center;
	line-height: 60px;
}

.page-box #rfx-page li {
	padding: 0;
	text-align: center;
	box-shadow: unset;
}

.page-box #rfx-page a {
	font-size: 12px;
	color: #4C4C4C;
}

.page-box #rfx-prev,
.page-box #rfx-page li,
.page-box #rfx-next {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid rgba(219, 233, 255, 1);
	margin-right: 5px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(65, 78, 123, 1);
	font-family: PingFangSC-Regular, PingFang SC;
}

.page-box #rfx-prev:hover,
.page-box #rfx-page:hover,
.page-box #rfx-next:hover {
	cursor: pointer;
}

.page-box #rfx-page {
	display: inline-block;
	list-style: none;
	line-height: 30px;
	padding: 0;
	/*margin: 0 5px 0 0;*/
}

.page-box #rfx-page .active {
	color: #0066FF;
	border: 1px solid #0066FF;
}

.page-box #rfx-page .active a {
	color: #0066FF;
}

#rfx-page-total {
	color: #4C4C4C;
	padding-right: 18px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(65, 78, 123, 1);
	line-height: 20px;
	letter-spacing: 3px;
}

#rfx-select-page {
	margin-left: 30px;
	width: 150px;
	position: relative;
	top: 3px;
}

.select-noline:focus {
	outline: none;
}