﻿/*
 * Created By Leo
 * 2016.7.26
 */

/*reset*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,img,
strong,dl,dt,dd,ol,ul,li,fieldset,form,label,textarea,
legend,table,caption,tr,th,td,input,button,select,
option,section,article,header,nav,aside,footer,
figure,figcaption{margin:0;padding:0;border:0;font-family:inherit;font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
:focus{outline:0;}
ol,ul,li{list-style:none;}
li{vertical-align:baseline;}
a:link,a:visited,a:active{text-decoration:none;color:#333;}
a:hover{text-decoration:underline;cursor:pointer;}
button{cursor:pointer;}
i{font-style:normal;}
section,article,header,nav,aside,footer,figure,
figcaption{display:block;}

/*public*/
body {font-family:"microsoft yahei",Arial,Helvetica,Tahoma;font-size:14px;color:#333;}
/*包裹容器*/
.wrap{width:1000px;margin:0 auto;}
/*浮动*/
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:"\200B";display:block;height:0;clear:both;overflow:hidden;} 
.clearfix{*zoom:1;}
/*对齐*/
.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}
/*行块级*/
.ib{display:inline-block;*zoom:1;*display:inline;}
/*字体*/
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
/*省略号*/
.ellipsis {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
