﻿@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;}
body,input,select,textarea{font-size:12px; font-family:"微软雅黑","宋体",\5B8B\4F53,Arial, ; color:#333}
table{border-collapse: collapse;border-spacing: 0;}
input { border:none;}
fieldset,img{border: 0;}
img{vertical-align:middle}
address,caption,cite,code,dfn,em,th,var{font-style: normal; font-weight: normal;}
li{list-style: none;}
caption,th{ text-align: left;}
h1,h2,h3,h4,h5,h6{font-size: 100%;}
q:before,q:after{content: '';}
abbr,acronym{border: 0; font-variant: normal;}
sup,sub{vertical-align: text-top;}
sub{vertical-align: text-bottom;}
a{ text-decoration:none; color:#000; font-size:14px;}
a:hover{text-decoration: none;}
table{ border-collapse:collapse } 
.fl { float:left}
.fr { float:right}
.clear{ clear:both; height:0px; line-height:0px;}

/* 折行 */
.break-word { word-wrap: break-word; break-word: break-all; }
