/*css 初始化 */
@charset "UTF-8";

/*!*滚动条初始化*!*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 2px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 8px;
  background-color: #d8d8d8;
  -webkit-border-radius: 2px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 8px;
  background-color: #d8d8d8;
  -webkit-border-radius: 2px;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul, ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

select, input, textarea {
  margin: 0;
}

/*防止拖动*/

textarea {
  resize: none;
}

/*  去掉图片低测默认的3像素空白缝隙*/

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

html {
  height: 100%;
}

body {
  min-width: 1280px;
  height: 100%;
  font-family: "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft Yahei", SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #F3F3F3;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

a {
  color: #666;
  text-decoration: none;
}

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

s, i, em {
  font-style: normal;
  text-decoration: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.col_red {
  color: #C81623;
}

.cl {
  clear: both;
}

input, textarea, keygen, select, button {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
}
.cursor-point{
  cursor: pointer;
}
/*.ivu-collapse-content .ivu-table table{*/
  /*width:100%;*/
/*}*/
