﻿@charset "utf-8";
/* CSS Document */
/*Reset*/
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
table { /*border-collapse: collapse; border-spacing: 0; */font-size: inherit; }
img { border: none; vertical-align: bottom; }
a { color: #666; outline: 0; text-decoration: none; }
a:hover { color: #ff6600; }
ul, li { list-style-type: none; padding: 0; margin: 0; }
input, select, textarea, button { font-size: 100%; font-family: inherit; }
body { font-size: 12px; /*line-height: 24px;*/ color: #666; font-family:"SimSun"; background:#fff; }
.fix:after, .clearfix:after { display: block; content: "$"; height: 0; clear: both; overflow: hidden; visibility: hidden; }
.fix, .clearfix { *zoom: 1;}
.clear { clear: both; height: 0; overflow: hidden; font-size: 0px; line-height: 0; }
.cell{display:table-cell;*display:inline-block;width:2000px;*width:auto}.mt20{ margin-top:20px;}
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
