@charset "gb2312";
/* 	@名称: global
    @功能: 基础标签、基础功能初始化和功能模块样式
*/


/* ------------------------------------------------- 页面基础标签样式  -------------------------------------------------------*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 
html {
	color:#000;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}*/
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font:normal 12px/1.7em \5FAE\8F6F\96C5\9ED1, verdana, \5B8B\4F53;/* 页面默认字体微软雅黑、verdana、宋体*/
	color:#444;
}
input, select, textarea {
	font-size:100%;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
	border-collapse:collapse;
	border-spacing:0;
}/* IE bug fixed: th 不继承 text-align*/
th {
	text-align:inherit;
}
/* 去除默认边框 */
fieldset, img {
	border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* 一致的 del 样式 */
del {
	text-decoration:line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:500;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style:none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align:left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
q:before, q:after {
	content:'';
}
/* 统一上标和下标 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration:none;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------- 页面功能性模块样式  -------------------------------------------------------*/

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display:none;
}
/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
	display:inline;
}
.fn-left {
	float:left;
}
.fn-right {
	float:right;
}
/* 清理浮动 */
.fn-clear:after {
	visibility:hidden;
	display:inline;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fn-clear {
	clear:both;
	zoom:1; /* for IE6 IE7 */
}
/* 普通清理浮动*/
.clear {
	clear:both;
	font-size:0px;
	height:0;
	line-height:0;
}
/* ------------------------------------------------- 页面基础元素样式  -------------------------------------------------------*/
/*不同大小文字*/
.font-size-10 {
	font-size:10px;
	line-height:14px;
}
.font-size-11 {
	font-size:11px;
}
.font-size-12 {
	font-size:12px;
}
.font-size-14 {
	font-size:14px;
	line-height:1.8em;
}
.font-size-16 {
	font-size:16px;
}
.font-size-18 {
	font-size:18px;
}
.font-size-24 {
	font-size:24px;
}
/* 不同粗细字体*/
.font-weight-normal {
	font-weight:400;
}/*正常字体*/
.font-weight-bold {
	font-weight:700;
}/*加粗字体*/
/* 不同颜色文字*/
.font-color-white {
	color:#fff;
}/* 白色 */
.font-color-black {
	color:#000;
}/* 黑色 */
.font-color-gray {
	color:#666;
	line-height:20px;
	margin-top:0px;
	margin-bottom:6px;
}/* 灰色 */
.font-color-lightgray {
	color:#aaa;
}/* 浅灰色 */
.font-color-blue {
	color:#214773;
}/* 蓝色 */
.font-color-orange {
	color:#ff7200;
}/* 橙色 */
.font-color-red {
	color:#c00;
}/* 红色 */
.font-color-pink {
	color:#f04;
}/* 粉色 */
/* 不同字体*/
.font-family-arial {
	font-family:arial;
}
.font-family-verdana {
	font-family:Verdana;
}
.font-family-georgia {
	font-family:Georgia;
}
.font-family-yahei {
	font-family:\5FAE\8F6F\96C5\9ED1;/* 中文微软雅黑字体*/
}
/* 不同文字对齐方式*/
.font-align-center {
	text-align:center;
}
.font-align-left {
	text-align:left;
}
.font-align-right {
	text-align:right;
}
/* 字体装饰-中划线*/
.font-linethrough {
	text-decoration:line-through;
}
/* ------------------------------------------------- 页面布局样式  -------------------------------------------------------*/

/*网格布局不同宽度的div区域定义。网格div宽度计算公式W=(40×n)-10，其中n为网格列数，一般最大为25，以保证1024分辨率下，页面不出现横向滚动条*/
.ui-layout-1000 {
	width:1000px;
	margin:0 auto;/* 保证div页面居中显示*/
}
.ui-layout-880 {
	width:880px;
	margin:0 auto;/* 保证div页面居中显示*/
}
.ui-layout-220 {
	width:220px;/* 内嵌div，不增加外边距*/
}
.ui-layout-660 {
	width:660px;/* 内嵌div，不增加外边距*/
}
.ui-layout-all {
	width:100%;
}
/* 上下左右外边距*/
.ui-margin {
	margin:10px;
}
.ui-margin-left {
	margin-left:10px;
}
.ui-margin-right {
	margin-right:10px;
}
.ui-margin-top {
	margin-top:10px;
}
.ui-margin-bottom {
	margin-bottom:10px;
}
/* 上下左右内边距*/
.ui-padding {
	padding:10px;
}
.ui-padding-left {
	padding-left:10px;
}
.ui-padding-right {
	padding-right:10px;
}
.ui-padding-top {
	padding-top:10px;
}
.ui-padding-bottom {
	padding-bottom:10px;
}
/* 上下左右边框*/
.ui-border {
	border:1px solid #ddd;
}
.ui-border-left {
	border-left:1px solid #ddd;
}
.ui-border-right {
	border-right:1px solid #ddd;
}
.ui-border-top {
	border-top:1px solid #ddd;
}
.ui-border-bottom {
	border-bottom:1px solid #ddd;
}
/* 无边框*/
.no-border {
	border:none;
}
/* 块状显示*/
.display-block {
	display:block;
}
