﻿@charset "utf-8";
/* 基础css */

*{ padding:0; margin:0; line-height:100%;}
body{ font-size:14px; font-family:"微软雅黑"; }
ul,ol{ list-style:none;}
a{ color:#000; text-decoration:none;}
h1,h2,h3,h4,h5,h6{ font-size:14px;  font-weight:normal;}
i,em{ font-style:normal;}
b,strong{ font-weight:normal;}
a img{ border:none;}
img{ vertical-align:top;}

.fl{float:left !important;}
.fr{float:right !important;}
.clearfix:after{ display:block; content:''; clear:both;}
.clearfix{zoom:1;}

input,textarea{outline:none;}
textarea{resize:none;}
input{ border:none 0;}

table{border-collapse:collapse;}
th,td{border:1px solid black; padding:0;}
span{background: none;}