@charset "utf-8";
*:focus{outline:none;}
html,body{ height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fiedldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
body{font-family:"微软雅黑","Microsoft YaHei";color:#160c03; font-size:14px; background:#eee;}
input,select,textarea,button{ vertical-align:middle;font-family:"微软雅黑","Microsoft YaHei";}
a,a:link{ text-decoration:none;outline:none;}
.fl{float:left;}
.fr{float:right;}
.pr{ position:relative;}
.pa{ position:absolute;}
.pf{ position:fixed;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.tde{ text-decoration:underline;}
.tindent{ text-indent:2em;}
.clear{clear:both;}
.vm{ vertical-align:middle;}
.overf{ overflow:hidden;}
.hide{ display:none;}
.fw{ font-weight:bold;}
.fn{ font-weight:normal;}
.pt20{ padding-top:20px;}
.c-red{ color:#ff3c00;}
.mlr50{ margin:0 80px 0 50px;}