<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 @name 空白960
 @notes 基本设定，reset
*/
body {
	background-color:#EFEFEF;
	font-family:宋体,Arial Narrow,arial,serif;
	font-size:12px;
	_text-align:center;
	line-height:21px;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, input, textarea {
	margin:0;
	padding:0;
}
address, caption, cite, code, dfn, ins, em, th, var {
	font-style:normal;
	font-weight:normal;
	font-size:12px;
}
.diy-root {
	width:980px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}
.diy-widget a {
	color:#06c;
	text-decoration: none;
}
.diy-widget a:hover {
	color:#f00;
	text-decoration: underline;
}
.diy-widget input,
.diy-widget textarea,
.diy-widget select,
.diy-widget button {
	vertical-align:middle;
}
.diy-widget input.input-text,
.diy-widget textarea {
	border:1px solid #ccc;
}
.diy-widget input.input-radio,
.diy-widget input.input-checkbox {
	border:none;
	outline:none;
}

.diy-widget input.input-submit,
.diy-widget button,
.diy-widget input.input-button {
	cursor:pointer;
	border:none;
	background:#fff url("images/btn.gif") no-repeat;
	height:22px;
	width:60px;
}

.diy-content-menu {

}
.diy-content-menu a {
	color:#fff;
}
.diy-content-menu a:hover {
	color:#CEE7FF;
	text-decoration:none;
}
.diy-content-menu span.sepr {
	margin:0 4px;
	color:#fff;
}
.require {
	color:red;
}
.scroll {
    height: 450px;
    overflow: scroll;
}
.fangkuai{ float:left; width:450px; height:150px;  margin-left:15px; margin-top:10px; margin-bottom:5px;border:1px solid #E1E1E1;}
.pic{ width:175px; height:118px; float:left; margin:10px 26px; padding:1px; border:1px solid #ccc;}
.content{
	width:210px;
	height:130px;
	float:left;
	margin-top:10px;
	font-size: 12px;
	line-height: 20px;
	}
.title{
	height:50px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}
.clear{ clear:both;}</pre></body></html>