/*首页样式改写*/
.content {
  /*质押方为证券公司的分布统计*/
}
.content .cbox {
  height: 288px;
  margin-bottom: 10px;
  width: 423px;
  border: #bbd4e8 1px solid;
  position: relative;
}
.content .cbox .cbox_title {
  font-family: 微软雅黑;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.content .cbox .cbox_title .dataSource {
  font-size: 12px;
  color: #666;
}
.content .cbox .cbox_info {
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
}
.content .cbox .cbox_legend {
  float: right;
  padding-right: 10px;
}
.content .cbox .cbox_legend span {
  float: left;
}
.content .cbox .cbox_legend .clegend {
  width: 30px;
  height: 2px;
  margin: 11px 5px;
}
.content .color00A1EA {
  background-color: #00a1ea;
}
.content .nodata {
  text-align: center;
  line-height: 200px;
  color: #666;
}
.content .cbox_chart {
  overflow: hidden;
}
.content .cbox_legend_info {
  position: absolute;
  right: 20px;
  top: 60px;
  color: #666;
  line-height: 20px;
  display: none;
}
.content .cbox_legend_info .legend {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 8px;
}
.content .cbox_legend_info div {
  padding-left: 21px;
  padding-bottom: 10px;
}
.content .chart_legend {
  text-align: center;
}
.content .clegend {
  margin-right: 20px;
}
.content .clegend input {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.content .color_square {
  width: 20px;
  height: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  margin-bottom: 4px;
  vertical-align: middle;
}
.cateday1 {
  position: relative;
}
.cateday1 ul {
  position: static;
  float: left;
}
.cateday1 ul li {
  width: auto;
  padding: 0 2px;
  margin-top: 0;
  margin-left: 10px;
}
.cateday1 ul.filter_ul a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.cateday1 .filter_ul li.at2 a {
  color: #fff;
}
.filter_tit {
  float: left;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #bfd8ec;
  text-align: center;
  background-color: #ebf6ff;
  font-weight: bold;
  margin-right: 5px;
}
.filter_more {
  float: left;
  position: relative;
  z-index: 2;
  width: 50px;
  margin-left: 2px;
}
.filter_more ul {
  position: absolute;
  left: auto;
  right: -5px;
  padding: 0 5px;
  overflow: hidden;
  top: 27px;
  border: 1px solid #51a1d2;
  width: 525px;
  *width: 535px;
  line-height: 30px;
  background-color: #f6f6f6;
  display: none;
  text-align: center;
}
.filter_more ul li {
  float: left;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  background-image: none;
  word-wrap: break-word;
}
.filter_more ul li b {
  cursor: default;
}
.filter_more ul li a {
  font-size: 12px;
  text-decoration: underline;
  word-break: keep-all;
  white-space: nowrap;
}
.filter_more span {
  cursor: pointer;
  color: red;
  text-decoration: underline;
  margin-left: 10px;
  line-height: 20px;
  height: 20px;
}
.hover_ul {
  width: 130px;
}
.tipsdiv {
  text-align: left;
  border: 1px solid #bfd8ec;
  line-height: 24px;
  padding-left: 25px;
  background-color: #fff;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.tipsdiv .spread_more {
  display: block;
  width: 50px;
  text-align: right;
  color: #039;
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 0;
}
.tipsdiv .spread_more span.sq {
  display: none;
}
.tipsdiv .spread_more span.zk {
  display: inline;
}
.tipsdiv .spread_more .icon {
  display: none;
  vertical-align: middle;
}
.tipsdiv .spread_more .icon.icon_history_more {
  display: inline-block;
}
.tipsdiv .spread_more .icon.icon_history_top {
  display: none;
}
.tipsdiv.active {
  height: auto;
}
.tipsdiv.active span.sq {
  display: inline;
}
.tipsdiv.active span.zk {
  display: none;
}
.tipsdiv.active .spread_more .icon {
  display: none;
  vertical-align: middle;
}
.tipsdiv.active .spread_more .icon.icon_history_more {
  display: none;
}
.tipsdiv.active .spread_more .icon.icon_history_top {
  display: inline-block;
}
