﻿@charset "utf-8";
/* ���ñ���ɫ��ǰ��ɫ */
html{
color: #333;
background: #fff;
}
/* �߾����� */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
margin:0;
padding:0;
}
/* ����������С��ʼֵ */
body,button,input,select,textarea {
font:12px/1.5 tahoma,arial,\5b8b\4f53;
color:#666;
}
/* ����������ʽ��ʼֵ���� */
h1,h2,h3,h4,h5,h6 {
font-size:100%;font-weight: 400;
}
/*������ʽͳһ*/
address,cite,dfn,em,var,caption,strong,th,i,code,kbd,pre,samp{
font-style:normal;font-weight: 400;
}
/*����б�Ĭ��ǰ׺����*/
ul,ol {
list-style:none;
}
/*�ϱꡢ�±�����*/
sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* ȥ��Ĭ�ϱ߿� */
input, button, textarea, fieldset, img {
border: 0 none;
}
/*���ñ��Ԫ��������弰���뷽ʽ*/
button,input,select,textarea {
font-size:100%;
vertical-align:middle;
font-family:inherit;
}
textarea {
overflow: auto; /* Remove vertical scrollbar in IE6-9 */
vertical-align: top; /* Readability and alignment cross-browser */
}
/*�������*/
table {border-collapse:collapse;border-spacing:0;}
th{ text-align: inherit;}
caption,th{text-align: center;}
/* ������Ĭ����ʽ */
a {
text-decoration: none;
color:#666;
}
a:hover {
text-decoration: none;
color:#d00;
}
/* ������� */
.clearfix:before,.clearfix:after {display: table;content:'';}
.clearfix:after { clear: both; }
.clearfix { *zoom:1;}
q:before,q:after{content: ""}
.clear { clear:both;}
/* iframe */
iframe{
display: block;
}
/* ȥ��firefox �߿� */
abbr,acronym{
border: 0 none;
font-variant: normal;
}
/* ����ɾ���� */
del{text-decoration: line-through;}
/* ���� */
.fl{
float: left;
}
.fr{
float: right;
}
.fc{
clear: both;
}
.fz{
zoom:1;
}
img {border:none 0;}
input {_border:none;outline:none;}