<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #fff;
}

.demand-search {
	height: 262px;
	background: url('../../images/search_bg.jpg') no-repeat center center;
}
.demand-search .box {
	margin: 0 auto;
	padding-top: 50px;
	width: 800px;
}
.demand-search .title {
	height: 62px;
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	text-align: center;
}
.demand-search .input {
	margin-top: 30px;
}
.demand-search .input input,
.demand-search .input a {
	display: block;
	float: left;
	height: 60px;
	color: #fff;
}
.demand-search .input input {
	padding: 0 20px 0 65px;
	width: 680px;
	background: #46638b url('../../images/icon_search.png') no-repeat 20px center / 26px;
	border-radius: 5px 0 0 5px;
	font-size: 18px !important;
}
.demand-search .input input::-webkit-input-placeholder {
	color: #f3f3f3;
}
.demand-search .input input::-moz-placeholder {
	color: #f3f3f3;
}
.demand-search .input input:-moz-placeholder {
	color: #f3f3f3;
}
.demand-search .input input:-ms-input-placeholder {
	color: #f3f3f3;
}
.demand-search .input a {
	width: 120px;
	line-height: 60px;
	background-color: #f1403c;
	border-radius: 0 5px 5px 0;
	font-size: 22px;
	text-align: center;
}
.demand-search .input a:hover {
	background-color: #e31813;
}
.demand-content {
	margin: 30px 0;
}
.demand-count {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #e4f2ff;
	color: #444;
}
.demand-count span {
	color: #117ee7;
	font-weight: 700;
}
.demand-empty {
	padding: 100px 0;
	border-bottom: 1px solid #f5f5f5;
	color: #999;
	font-size: 14px;
	text-align: center;
}
.demand-item {
	display: flex;
	border-bottom: 1px solid #f5f5f5;
}
.demand-item.first {
	border-top: 1px solid #f5f5f5;
}
.demand-item &gt; div {
	display: flex;
	padding: 10px 10px 10px 0;
	line-height: 23px;
	word-break: break-all;
    align-items: center;
}
.demand-item &gt; div:first-child {
	padding-left: 10px;
}
.demand-item &gt; .header {
	background-color: #f3f3f3;
	font-weight: 700;
}
.demand-item &gt; .text {
	color: #666;
}
.demand-item &gt; .center {
    justify-content: center;
}
.demand-item &gt; .colspan-auto  {
	width: 1%;
	min-width: 0;
	flex: 1 1 auto;
}
.demand-item &gt; .colspan-1 {
	width: 330px;
}
.demand-item &gt; .colspan-2 {
	width: 150px;
}
.demand-item &gt; .colspan-3 {
	width: 150px;
}
.demand-item &gt; .colspan-4 {
	width: 120px;
}
.demand-item &gt; .colspan-5 {
	width: 130px;
}
.demand-item &gt; .colspan-6 {
	width: 80px;
}
.demand-item &gt; .colspan-7 {
	width: 70px;
}
.demand-item &gt; .colspan-action {
	padding: 0;
	width: 70px;
}
.demand-item &gt; .action {
	padding: 0;
}
.demand-item &gt; .action a {
	display: flex;
	height: 100%;
	background-color: #117ee7;
	color: #fff;
    justify-content: center;
    align-items: center;
	flex: 1;
}
.demand-item &gt; .action a:hover {
	background-color: #0770d4;
}
.demand-page {
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.demand-page .box {
	display: inline-block;
}
.demand-page .pagination {
	overflow: hidden;
}
.demand-page .page-item {
	float: left;
	margin: 0 5px;
}
.demand-page .page-link {
	display: block;
	padding: 0 15px;
	height: 39px;
	line-height: 37px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
}
.demand-page a.page-link:hover {
	border-color: #117ee7;
	color: #117ee7;
}
.demand-page .page-item.active .page-link {
	background-color: #117ee7;
	border-color: #117ee7;
	color: #fff;
}

.demand-dialog-content {
	margin: -306px 0 0 -405px;
	width: 810px;
	height: 613px;
}
.demand-dialog-box {
	margin-bottom: 15px;
}
.demand-dialog-box.last {
	margin-bottom: 0;
}
.demand-dialog-title {
    display: flex;
	position: relative;
	padding-left: 13px;
	height: 30px;
	background-color: #e4f2ff;
	border-left: 3px solid #117ee7;
	color: #333;
	font-weight: 700;
    align-items: center;
}
.demand-dialog-detail {
	display: flex;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	flex-wrap: wrap;
}
.demand-dialog-detail .item {
	display: flex;
	width: 50%;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}
.demand-dialog-detail .item .name,
.demand-dialog-detail .item .value {
	display: flex;
	padding: 10px;
	line-height: 23px;
    align-items: center;
}
.demand-dialog-detail .item .name {
	width: 95px;
	background-color: #fcfcfc;
	border-right: 1px solid #f3f3f3;
	color: #444;
    justify-content: center;
}
.demand-dialog-detail .item .value {
	width: calc(100% - 95px);
	word-break: break-all;
}
.demand-dialog-form {
	display: flex;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	flex-wrap: wrap;
}
.demand-dialog-form .item {
	display: flex;
	width: 50%;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}
.demand-dialog-form .item .name,
.demand-dialog-form .item .value {
	display: flex;
	padding: 10px;
	line-height: 23px;
    align-items: center;
}
.demand-dialog-form .item .name {
	width: 95px;
	background-color: #fcfcfc;
	border-right: 1px solid #f3f3f3;
	color: #444;
    justify-content: center;
}
.demand-dialog-form .item .value {
	position: relative;
	padding: 0;
	width: calc(100% - 95px);
}
.demand-dialog-form .item .value input {
	display: block;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 14px;
}
.demand-dialog-form .item .value .upload {
	display: flex;
	position: relative;
	padding: 0 10px;
	width: 100%;
	height: 100%;
    align-items: center;
}
.demand-dialog-form .item .value .upload span {
	display: block;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.demand-dialog-form .item .value .upload span.default {
	color: #ccc;
}
.demand-dialog-form .item .value .upload input[type="file"]{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}
.demand-dialog-form .item .value .error {
	display: flex;
	position: absolute;
	padding: 0 10px;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	color: #f1403c;
    align-items: center;
}
.demand-dialog-action {
	display: flex;
	margin-top: 15px;
    justify-content: flex-end;
}
.demand-dialog-action .btn {
	display: flex;
	margin-left: 15px;
	width: 75px;
	height: 38px;
	background-color: #bbb;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
    justify-content: center;
    align-items: center;
}
.demand-dialog-action .btn:hover {
	background-color: #aaa;
}
.demand-dialog-action .btn.btn-submit {
	background-color: #117ee7;
}
.demand-dialog-action .btn.btn-submit:hover {
	background-color: #0770d4;
}</pre></body></html>