/* WAP 招标列表 / 详情 — 字号由页面内联控制，颜色走 wap-public-theme.css */
.tender-list-page .sec-title {
	width: 100%;
	height: auto;
	line-height: 1.2;
	padding: 10px 0 8px;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.tender-list-page .sec-title .divider {
	display: inline-block;
	height: 14px;
	width: 3px;
	vertical-align: middle;
	background-color: var(--theme-color, #D43C33);
	margin: 0 6px 0 10px;
}

.tender-list-page .tender-search-wrap {
	padding: 10px 12px;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.tender-list-page .tender-search-form {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tender-list-page .tender-search-input {
	flex: 1;
	min-width: 0;
	height: 36px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 18px;
	font-size: 14px;
	background: #f5f5f5;
	outline: none;
}
.tender-list-page .tender-search-input:focus {
	border-color: var(--theme-color, #D43C33);
	background: #fff;
}
.tender-list-page .tender-search-btn {
	flex-shrink: 0;
	height: 36px;
	padding: 0 16px;
	border: none;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background: var(--theme-color, #D43C33);
}
.tender-list-page .tender-search-tip {
	margin-top: 8px;
	font-size: 12px;
	color: #888;
	line-height: 1.4;
}
.tender-list-page .tender-search-tip a {
	margin-left: 8px;
	color: var(--theme-color, #D43C33);
}

.tender-list-page .tender-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.tender-list-page .tender-item-list > li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}
.tender-list-page .tender-item-list > li:last-child {
	border-bottom: none;
}
.tender-list-page .tender-item {
	display: block;
	padding: 10px 12px;
	background: #fff;
}
.tender-list-page .tender-item:active {
	background: #f7f7f7;
}
.tender-list-page .tender-item-title {
	margin: 0;
	padding: 0;
	font-size: 12px !important;
	line-height: 1.45 !important;
	font-weight: 600;
	color: var(--theme-text-color, var(--theme-color)) !important;
	word-break: break-all;
}
.tender-list-page .tender-item-meta {
	margin: 4px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
	color: rgba(var(--theme-color-rgb), 0.62) !important;
}
.tender-list-page .tender-item-meta em {
	font-style: normal;
}
.tender-list-page .tender-item-meta .tender-tag {
	display: inline-block;
	margin-right: 6px;
	padding: 0 5px;
	border-radius: 3px;
	background: rgba(var(--theme-color-rgb), 0.1);
	color: var(--theme-text-color, var(--theme-color));
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
	border: 1px solid rgba(var(--theme-color-rgb), 0.22);
}

.tender-detail-page .detail h1 {
	font-size: 19px !important;
	font-weight: 700;
	line-height: 1.35 !important;
	color: var(--theme-text-color, var(--theme-color)) !important;
	text-align: left;
	padding: 0 12px;
	margin: 0 0 6px;
}
.tender-detail-page .detail .detail-des {
	font-size: 13px;
	color: rgba(var(--theme-color-rgb), 0.62) !important;
	line-height: 1.4;
	padding: 0 12px;
}
.tender-detail-page .detail-read {
	font-size: 15px;
	line-height: 1.55;
}
