﻿@charset "utf-8";
/* CSS Document */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,font{
margin:0;
padding:0;
border:0;
font:inherit;
vertical-align:baseline;
font-weight:normal;
}
body{
	font-size:12px;
	color:#666;
	font-family:"Microsoft YaHei","Helvetica Neue","Helvetica","Arial","sans-serif";
	font-family:"Microsoft YaHei" !important;
	background:#fff;
}
input{
	margin:0;
	padding:0;
	outline:none;
	border:0;
}
img{ border:0; display:block;}
li{ list-style:none;}
a{ color:#666; text-decoration:none; outline:none; font-size:12px; border:none;}
a:hover{text-decoration:none;}
/*.clear{ clear:both;}*/
.clear:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}