@charset "utf-8";

/*公共样式*/
* { margin: 0; padding: 0; list-style: none; outline: none; word-wrap: break-word; }
html,body,div,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,tr,td,form,i,a,input, select,dl,dt,dd{ margin:0; padding:0;}
body { font-size:14px; font-family:"microsoft yahei","SimSun","微软雅黑", "Arial", "Verdana", "sans-serif"; }
body, html { overflow-x: hidden;}
li{list-style:none;}
i{ font-style:normal;}
::-moz-selection { background: #7bc91e; color: #fff; text-shadow: none; }
::selection { background: #f56e32; color: #fff; text-shadow: none; }
/**/
form,select,input,textarea{font-size:14px;font-family: Helvetica, "microsoft yahei","微软雅黑", "Arial", "Verdana", "sans-serif";}
label{display:inline-block;*display:inline;zoom:1}
textarea{overflow:scroll;overflow-x:hidden;}
input,textarea{padding:2px;}
input{ border:none;}
caption,cite,code,dfn,th,var{text-align:left;font-weight:normal;font-style:inherit;}
/*font*/
h1{font-size:24px;font-weight:bold;}
h2{font-size:24px;font-weight:bold;}
h3{font-size:18px;font-weight:bold;}
h4{font-size:16px;font-weight:bold;}
h5{font-size:15px;font-weight:bold;}
h6{font-size:14px;font-weight:normal;}
/* table */
table{border-collapse:collapse;border-spacing:0;width:100%; }
ul{list-style:none}
/* img */
img{border: none; }
a{text-decoration:none;color:#333;outline:none;}
a:hover{}
a:active { outline: none;}
.fb { font-weight: bold; }
.fr{float:right;}
.fl{float:left;}
.red{ color:#F00;}
.blu{ color:#34b4d4;}
.org{color:#ff8265;}
.blk{ color:#000;}
.yel{ color:#fff000;}
.clear:after{content:"";display:block;clear:both;}


