﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba(255,255,255,0); }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { font-family: Microsoft Yahei,Helvetica,Arial;min-width:1200px; }
td, th { word-break: break-all; word-wrap: break-word; }

table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { zoom: 1; display: block; }
input[type="submit"], input[type="reset"], input[type="button"], input[type="password"], input[type="text"], button { -webkit-appearance: none; outline: none; }
input, button { outline: none; }
:focus { outline: none; }
img { border: none; vertical-align: middle; }
button { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; outline: none; }
a:active { text-decoration: none; outline: none; }
ul, li, ol, dl, dd, dt { list-style: none; }
em, i, strong, b { font-style: normal; font-weight: 400; }
.fl { float: left; }
.fr { float: right; }
