/* CSS Document */
body{font-size:14px;background:#fff;color:#333;word-break:break-all;word-wrap:break-word;font-family:"microsoft yahei",sans-serif}
body,div,p,h1,h2,h3,h4,p,form,ol,ul,li,dl,dt,dd,th,td{margin:0;padding:0}
em,i{font-style:normal}
h2,h3,h4{font-size:100%}
ol,ul{list-style-type:none}
img{border:0; vertical-align:top}
table{border-collapse:collapse; border-spacing:0;}
a{color:#333; cursor:pointer; outline:0;text-decoration:none}
a:hover{text-decoration:none;color: #0066ec;}
/* a:visited{color:#666} */
textarea {resize: none;}
input{outline:none;border: none;font-size:14px;font-family:arial,'pingfang sc',stheiti,"microsoft yahei",sans-serif}
.clear{CLEAR: both; FONT-SIZE: 1px; VISIBILITY: hidden; WIDTH: 1px; LINE-HEIGHT: 0; HEIGHT: 0px}
.clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden;}
.fl{float:left;}
.fr{float:right;}
/* 单行文字溢出时出现省略号，需设定宽度 */
.fn-text{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display:block;}
.tc{text-align: center;}