﻿@charset "utf-8";
@font-face {
  font-family: SimHei;
  src: url(../fonts/simhei.ttf);
}
a:active {
  star: expression(this.onFocus=this.blur());
}

a:focus,
button:focus {
  outline: none;
  -moz-outline: none;
}

:focus {
  outline: none;
}

/*Reset Css*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
area,
param {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

select {

}

/*IE6,IE7select*/
ol,
ul {
  padding-left: 0;
  list-style-type: none;
  list-style: none;
}

img {
  border: none;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

th {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

/*Clear Css*/
.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0;
}

.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
  zoom: 1;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*Common Css*/
body {
  line-height: 1.5;
}

.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

/* 页面选中颜色 */
/*::-moz-selection {background: #222;color: #fff;}
::-webket-selection {background: #222;color: #fff;}
::-o-selection {background: #222;color: #fff;}
::selection {background: #222;color: #fff;}
*:focus {outline: none;}*/
/* CSS3滚动条 */
::selection {
  background: #222;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #eee;
  border-radius: 50px
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: #999;
  border-radius: 50px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
  cursor: pointer
}





body,
button,
input,
select,
textarea {
  font-family: SimHei,"PingFang SC", 'Microsoft Yahei', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

