﻿html { width: 100%; height: 100%; overflow-y: scroll; }
body { width: 100%; height: 100%; background-color: #fff; font-size: 12px; font-family: SimSun, Arial, Helvetica, sans-serif; }
body, form, p, input, ul, li { margin: 0; padding: 0; }
li { list-style-type: none; }
img { border: 0; }
img, input, button, select { vertical-align: middle; }
a { color: #000; text-decoration: none; font-size: 12px; font-family: SimSun, Arial, Helvetica, sans-serif; vertical-align: middle; }
a:link { }
a:visited { }
a:hover { text-decoration: underline; }
a:active { }
.clear { clear: both; }
.hide { display: none; }
.tit { white-space: nowrap; overflow: hidden; word-break: keep-all; text-overflow: ellipsis; }
.text { border: 1px solid #bad0d5; border-top: 1px solid #8fadb4; height: 20px; line-height: 20px; }
#FloatDIV { display: block; position: absolute; border: #ccc 1px solid; background-color: White; overflow: hidden; z-index: 999; }
#FloatDIV a { text-align: left; text-decoration: none; display: block; height: 20px; line-height: 20px; font-size: 12px; margin: 0; padding: 0 0 0 8px; }
#copyright { margin: 0 auto; margin-top: 20px; color: #d8d8d8; }
#copyright a { color: #d8d8d8; }
.colorRed { color: Red; /*红色*/ }
