﻿@charset "utf-8";
/*
@名称: base
@功能: 基础样式、通用模块样式、全局公用样式
@字母顺序： a b c d e f g h i j k l m n o p q r s t u v w x y z
*/
/*CSS reset Start*/
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,lable{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500;}
select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
abbr,acronym{border:0;font-variant:normal;}
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,b,i,th,var {font-weight:normal; font-style:normal;} 
ol,ul{list-style:none;}
caption,th{text-align:left;}
ins{text-decoration:none;}
input, button, select, textarea {outline:none;}
textarea {resize:none;}
a{color:#444;text-decoration:none;-webkit-transition:color .4s,background-color .4s;-moz-transition:color .4s,background-color .4s;-o-transition:color .4s,background-color .4s;transition:color .4s,background-color .4s}
a:hover{color:#000;text-decoration:underline;-webkit-transition:color .2s,background-color .2s;-moz-transition:color .2s,background-color .2s;-o-transition:color .2s,background-color .2s;transition:color .2s,background-color .2s}
/*CSS reset End*/
body {color:#404040;font:12px/1.5 tahoma,arial,'Hiragino Sans GB',宋体b8b体4f53,sans-serif}
/*常用css start*/

/*浮动*/
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
.cf:after{display:block;visibility:hidden;height:0;line-height:0;content:'';clear:both;}
.cf{clear:both;}
.cf{*zoom:1;}
.clear{clear:both;font-size:0;}
