@charset "utf-8";
/****************************************
 * reset css.
 * 2016-7-21
 * Tina
 ***************************************/

/*reset css*/
body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,menu{ margin:0; padding:0; border:0 none; outline:0 none;}
table { border-collapse:collapse; border-spacing:0;}
fieldset { border:0 none;}
img { border:0 none; outline:0 none; vertical-align:middle;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym { border:0 none;}
/*去掉苹果默认样式*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
/*flow/float/display/position*/
.pointer { cursor:pointer;}
.wrap { word-break:break-all; word-wrap:break-word;}
a { text-decoration: none; }
a:hover { text-decoration: none;}

.fl { float:left;}
.fr { float:right;}
.clr { clear:both!important;}
.coa { overflow:auto; zoom:1;}
.coh { overflow:hidden; zoom:1;}
.clearfix:after{ clear:both; display:block; visibility:hidden; height:0; line-height:0; content:'';}
.zoom1 { zoom:1;}

.dn { display:none;}
.db { display:block;}
.di { display:inline;}
.dib { display:inline-block!important;}

body{font-family:"微软雅黑","黑体-简",Arial, Helvetica, sans-serif; height:100%; font-size:10px; background-color:#f5f5f5;}
