html {
  overflow-y: scroll;
  *overflow: auto;
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
  border: 1px solid #a8a8a8;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaab;
  border-color: #9a9a9a;
}
::-webkit-scrollbar-thumb:active {
  background-color: #8d8d8e;
  border-color: #787878;
}
::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  height: 14px;
  width: 14px;
}
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='12px' width='12px'><text x='0' y='12' fill='#535353' font-size='12'>▲</text></svg>");
}
::-webkit-scrollbar-button:vertical:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='12px' width='12px'><text x='0' y='12' fill='#535353' font-size='12'>▼</text></svg>");
}
::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='12px' width='12px'><text x='0' y='12' fill='#535353' font-size='12'>◄</text></svg>");
}
::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='12px' width='12px'><text x='0' y='12' fill='#535353' font-size='12'>►</text></svg>");
}
::-webkit-scrollbar-button:vertical:decrement {
  background-position: 1px -2px;
}
::-webkit-scrollbar-button:vertical:increment {
  background-position: 1px 1px;
}
::-webkit-scrollbar-button:hover,
::-webkit-scrollbar-button:focus {
  background-color: #c0c0c0;
}
::-webkit-scrollbar-button:active {
  background-color: #7a7a7a;
}

/* ============================================================
滚动条样式
============================================================ */
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #7f7f7f;
}
body {
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
p,
hr,
blockquote,
address,
pre,
code,
form,
fieldset,
legend,
textarea,
input,
button,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
input,
img {
  border: 0;
  vertical-align: middle;
  font-family: "黑体";
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5b8b\4f53", Tahoma, Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
cite,
dfn,
em,
var,
th,
em,
i {
  font-style: normal;
  font-weight: normal;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Lucida Console, Monaco, Courier New, mono, monospace;
}
small {
  font-size: 12px;
}
abbr,
acronym {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
legend {
  color: #000;
}
q:before,
q:after {
  content: "";
}
hr {
  margin: 1em 0;
}
/*following is the Clear*/
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  display: block;
  *zoom: 1;
}
/*commonColor*/
.fc333 {
  color: #333;
}
.fc666 {
  color: #666;
}
.fc999 {
  color: #999;
}
.fcccc {
  color: #ccc;
}
/*Spacing*/
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt16 {
  margin-top: 16px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mt10 {
  margin-top: 10px;
}
.m100 {
  margin: 100px auto;
}
.m85 {
  margin: 85px auto;
}
.pb10 {
  padding-bottom: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt30 {
  padding-top: 30px;
}
.ptFP {
  padding-top: 53px;
}
.pb30 {
  padding-bottom: 30px;
}
.pbFP {
  padding-bottom: 77px;
}
.pt16 {
  padding-top: 16px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
/*manipulating*/
.clear,
.blank,
.blank5,
.blank10,
.blank20 {
  clear: both;
}
.blank,
.blank5,
.blank10,
.blank20 {
  overflow: hidden;
}
.blank {
  height: 0;
}
.blank5 {
  height: 5px;
}
.blank10 {
  height: 10px;
}
.blank20 {
  height: 20px;
}
.thid {
  text-indent: -9999px;
}
.oh {
  overflow: hidden;
}
.ov {
  overflow: visible;
}
.toh {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.wbk {
  word-break: break-all;
  word-wrap: break-word;
}
.b {
  font-weight: bold;
}
.l {
  float: left;
  display: inline;
}
.r {
  float: right;
  display: inline;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}
.tL {
  text-align: left;
}
.cTL,
.cTR,
.cBL,
.cBR {
  position: absolute;
}
.cTL {
  top: 0;
  left: 0;
}
.cTR {
  top: 0;
  right: 0;
}
.cBL {
  bottom: 0;
  left: 0;
}
.cBR {
  bottom: 0;
  right: 0;
}
.clearStyle {
  border: none;
  background: none;
}
.pointer {
  cursor: pointer;
}
.hide {
  display: none;
}
.wrapper {
  margin: 0 auto;
}
/*General tag setting,recovery form reset*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}
th,
legend {
  font-weight: bold;
}
hr {
  margin: 1em 0;
}
/*Table!!!!*/
caption,
tr,
th {
  text-align: center;
}
th,
td {
  padding: 0;
  border: 1px solid #000;
}
/*Inputs!!!!*/
fieldset {
  border: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  float: left;
}
fieldset {
  padding: 0 20px\9;
}
legend {
  margin-bottom: 15px\9;
}
/*inline-block hack*/
.dib-wrap {
  font-size: 0;
  *word-spacing: -1px;
}
.dib-wrap .dib {
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a:focus {
  outline: none;
}
.c1 {
  color: #000;
}
.c2 {
  color: #000;
}
.c3 {
  color: #7a7a7a !important;
}
.top1 {
  top: 44px;
}
.top2 {
  top: 88px;
}
.top3 {
  top: 124px;
}
