﻿@charset "utf-8";
/* CSS Document */
html{*overflow:auto;_overflow-y:scroll;width: 100%;height: 100%;}
body{cursor:default;-webkit-text-size-adjust:none;font:12px/1.5  Arial,"微软雅黑";position:relative;width: 100%;height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ,a{
    margin: 0;
    padding: 0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
textarea,input{border:0;background:none;}
address,caption,cite,code,dfn,em,th,var{
	font-weight:normal;
	font-style:normal;
}
strong,b{
	font-style:normal;
}
ol,ul,li{
	list-style:none outside none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
} 
a{
	outline:none;
	cursor:pointer;
	*outline:expression(this.hideFocus=true);
	text-decoration:none;
}
img{vertical-align:top;}
input{
	outline:none;*outline:expression(this.hideFocus=true);
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:none;padding:0;
}
.clear{zoom:1;}
.clear:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:"1";
	clear:both;
	height:0;
}
em,i{font-style:normal;}
.fLe{
	float:left;
	_display:inline;
	}
.fRi{
	float:right;
	_display:inline;
}