﻿/* /styles/global.css */
/* 清除块级元素的边距/间距 设置页面基本字体/字号
---------------------------------------------------------------------------*/
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,div,p,blockquote,fieldset,input,select,textarea,option,button {
	margin:0; padding:0; font-family:'宋体'; font-size:12px;}

/* 清除有序列表ul/无序列表ol的列表样式
---------------------------------------------------------------------------*/
ul,ol,li {list-style:none}

/* 设置字号为基准字号
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}

/* 清除图片连接的边框
---------------------------------------------------------------------------*/
a img,:link img,:visited img {border:none}

/* 清除地址address的字体样式
---------------------------------------------------------------------------*/
address {font-style:normal}

/* 清除强调标签em的字体样式
---------------------------------------------------------------------------*/
em {font-style:normal; font-weight:normal; color:#ccc}

/* 清除浮动样式
---------------------------------------------------------------------------*/
.both {height:0;font-size:0;clear:both;visibility:hidden;overflow:hidden}
/* 清除浮动样式(标准)
---------------------------------------------------------------------------*/
.clearBoth:after {content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}
.clearBoth {min-height:1px}
*html .clearBoth {height:1px}
/* ------------------- */
A IMG {VERTICAL-ALIGN: middle;overflow:hidden;display:inline-block}