/*
 * Author LXM
 */
body {
  overflow-y: scroll;
  *overflow-y: auto;
  /*word-break:break-all;word-wrap:break-word;*/
}

/* å†…å¤–è¾¹è·é€šå¸¸è®©å„ä¸ªæµè§ˆå™¨æ ·å¼çš„è¡¨çŽ°ä½ç½®ä¸åŒ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* é‡è®¾ HTML5 æ ‡ç­¾, IE éœ€è¦åœ¨ js ä¸­ createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* è¦æ³¨æ„è¡¨å•å…ƒç´ å¹¶ä¸ç»§æ‰¿çˆ¶çº§ font çš„é—®é¢˜ */
body,
button,
input,
select,
textarea,
pre {
  font: 12px/1.5 arial, 'å®‹ä½“', tahoma, \5b8b\4f53;
}

input,
select,
textarea {
  font-size: 100%;
}

/* IE bug fixed: th ä¸ç»§æ‰¿ text-align*/
th {
  text-align: inherit;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

/* ie6 7 8(q) bug æ˜¾ç¤ºä¸ºè¡Œå†…è¡¨çŽ° */
iframe {
  display: block;
}

/* åŽ»æŽ‰ firefox ä¸‹æ­¤å…ƒç´ çš„è¾¹æ¡† */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

a:focus {
  outline: none;
}

/* ä¸€è‡´çš„ del æ ·å¼ */
del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

/* åŽ»æŽ‰åˆ—è¡¨å‰çš„æ ‡è¯†, li ä¼šç»§æ‰¿ */
ol,
ul {
  list-style: none;
}

/* å¯¹é½æ˜¯æŽ’ç‰ˆæœ€é‡è¦çš„å› ç´ , åˆ«è®©ä»€ä¹ˆéƒ½å±…ä¸­ */
caption,
th {
  text-align: left;
}

/* æ¥è‡ªyahoo, è®©æ ‡é¢˜éƒ½è‡ªå®šä¹‰, é€‚åº”å¤šä¸ªç³»ç»Ÿåº”ç”¨ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

/* æ¸…ç†æµ®åŠ¨ */
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cf {
  zoom: 1;
  /* for IE6 IE7 */
}

/* éšè—, é€šå¸¸ç”¨æ¥ä¸Ž JS é…åˆ */
.fn-hide {
  display: none;
}

/* è®¾ç½®å†…è”, å‡å°‘æµ®åŠ¨å¸¦æ¥çš„bug */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* é“¾æŽ¥é»˜è®¤çŠ¶æ€  */
a {
  color: #333;
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

/* é»˜è®¤ä¸æ˜¾ç¤ºä¸‹åˆ’çº¿ï¼Œä¿æŒé¡µé¢ç®€æ´ */
a:hover {
  text-decoration: underline;
}

/* è®©é“¾æŽ¥åœ¨ hover çŠ¶æ€ä¸‹æ˜¾ç¤ºä¸‹åˆ’çº¿ */
i {
  font-style: normal;
}

input:focus {
  outline: none;
}

.mT10 {
  margin-top: 10px;
}

.mT20 {
  margin-top: 20px;
}