<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body, html{
	height: 100%
}
.tc-bg {
	background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5;  /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999; /* 此处的图层要大于页面 */
    display:none;
}
.popupbox{
	position:absolute;
	z-index:99999;
	top:50%;
	left:50%;
	width:700px;
	margin:-90px 0 0 -350px;
	background-color:#fff;
	border:10px solid #555352;
}
.popupbox .btnclose {
	float:right;
	margin:9px;
	cursor:pointer;
}
.popupbox .text{
	font-size:12px;
}
.popupbox .box {
	text-align:center;
}
.box a {
	margin-right:20px;
	cursor:pointer;
	display:inline-block;
	width:120px;
	height:35px;
	line-height:35px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.ok {
	background:#f60;
	color:#fff;
}
.ok:hover {
	background:#fb8318;
	color:#fff;
}
.cancel {
	background:#E1D9CC;
	color:#666;
}
.cancel:hover {
	background:#f3f3f3;
	color:#666;
}
/*下载弹层*/
.modal {
	outline:none;
}
.demand-template {
    display: block;
    overflow: hidden;
    padding: 10px;
    line-height: 26px;
	margin: 10px 25px;
}
.demand-content {
	margin-top:5px;
}
.demand-title {
    font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	display: inline-block;
}
.demand-content-1 {
    font-size: 12px;
	color: #666;
	font-weight:bold;
	background:url("../images/zhifu-1.png") no-repeat 10px 0px;
	display:inline-block;
	line-height: 17px;
	height:17px;
	padding-left:35px;
}
.demand-content-2 {
    font-size: 12px;
	color: #666;
	font-weight:bold;
	background:url("../images/zhifu-2.png") no-repeat 10px 0px;
	display:inline-block;
	line-height: 17px;
	height:17px;
	padding-left:35px;
}
a.zhifu-end {
	font-size:12px;
	font-weight:bold;
	color:#0DAD51;
	text-decoration:none;
}
a.zhifu-end:hover {
	color:#f60;
	text-decoration:none;
}
.modal-top {
	height:40px;
	background:#f60;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	padding-left: 20px;
}
.emand-jiejue {
	height: 110px;
    display: block;
    overflow: hidden;
    padding: 10px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-top:15px;
    margin-right: 25px;
}
.demand-jiejue p {
	margin:0px 25px;
	padding-top:7px;
}
.demand-jiejue-3 {
	line-height: 25px;
}
.demand-jiejue-1 {
    font-size: 12px;
	color: #666;
	font-weight:bold;
	display:block;
	line-height: 17px;
	height:17px;
	padding-left:25px;
	padding-top:15px;
}
.demand-kefu {
	height: 110px;
    display: block;
    overflow: hidden;
    padding: 10px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top:15px;
    margin-right: 25px;
}
.kefu-qq {
	display: inline-block;
	border: 1px solid #e0e0e0;
	width: 57px;
	height: 24px;
	padding-left: 30px;
	cursor: pointer;
	background: url('../images/kefu-qq.png') no-repeat 8px 2px;
	background-color:#fff;
	color: #666;
}
.kefu-qq:hover {
	display: inline-block;
	border: 1px solid #e0e0e0;
	width: 57px;
	height: 24px;
	padding-left: 30px;
	cursor: pointer;
	background: url('../images/kefu-qq.png') no-repeat 8px -28px;
	background-color:#f60;
	color: #fff;
}
.demand-kefu a {
	text-decoration:none;
}
.rexian {
	color:#f60;
	font-weight:bold;
}
.cf60 {
    color: #FF6600;
}
.c0dad51 {
    color: #0dad51;
}
.modal .fa{
	font-size: 36px;
    margin-right: 20px;
}
</pre></body></html>