/* 重置HTML元素的默认样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	/* 重置外边距 */
	margin: 0;
	/* 重置内边距 */
	padding: 0;
	/* 重置边框 */
	border: 0;
	/* 重置轮廓 */
	outline: 0;
	/* 设置字体大小为100% */
	font-size: 100%;
	/* 设置背景透明 */
	background: transparent;
}

/* 重置表格样式 */
table {
	/* 合并表格边框 */
	border-collapse:collapse;
	/* 重置边框间距 */
	border-spacing:0;
}

/* 重置fieldset和img元素的边框 */
fieldset, img { 
	/* 设置无边框 */
	border:0; 
}

/* 重置地址、标题、引用等元素的字体样式 */
address, caption, cite, code, dfn, em, strong, th, var {
	/* 设置正常字体样式 */
	font-style:normal;
	/* 设置正常字体粗细 */
	font-weight:normal;
}

/* 重置有序列表和无序列表的列表样式 */
ol, ul { 
	/* 无列表样式 */
	list-style:none; 
}

/* 重置标题和表头的文本对齐方式 */
caption, th { 
	/* 左对齐 */
	text-align:left; 
}

/* 重置标题元素的字体大小和粗细 */
h1, h2, h3, h4, h5, h6 {
	/* 设置字体大小为100% */
	font-size:100%;
	/* 设置正常字体粗细 */
	font-weight:normal;
}

/* 重置焦点状态的轮廓 */
:focus { 
	/* 无轮廓 */
	outline: 0;
}

/* 重置链接的文本装饰 */
a{ 
	/* 无文本装饰 */
	text-decoration:none;
}

/* 重置鼠标悬停时图片的边框 */
a:hover img{ 
	/* 无边框 */
	border:none;
}

/* 清除浮动 */
.clearfix:after {
	/* 添加内容 */
	content: ".";
	/* 设置为块级元素 */
	display: block;
	/* 设置高度为0 */
	height: 0;
	/* 清除浮动 */
	clear: both;
	/* 隐藏 */
	visibility: hidden;
}

/* 清除浮动 */
.clearfix {
	/* 内联块级元素 */
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	/* 设置高度 */
	height: 1%;
}

/* 清除浮动 */
.clearfix {
	/* 块级元素 */
	display: block;
}

/* End hide from IE-mac */

/* png css hack for ie6 */
*html img.png{
    /* IE6 PNG透明度修复 */
    _background-image: expression(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "http://i0.itc.cn/20101019/848_0a785a7b_1118_4825_85dc_e8696988c94b_0.gif");
}

/* 额外的CSS文件用于所有网站的更改 */
/*@import url(https://www.changyou.com/styles/extra.css);*/