* {
	margin: 0;
	padding: 0;
}
html, body {
	font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	color: #333;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style-type: none;
	list-style-image: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight: normal;
}
/*清楚浮动*/
.clearfix {
	*zoom:1;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.green {
    color: #009800;
}
.red {
    color: #ff0000;
}
.blue {
    color: #2f74e9;
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/
.fixed-top /* 头部固定 */ {
  position: fixed;
  bottom: auto;
  top: 0px;
  -webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
  position: fixed;
  bottom: 0px;
  top: auto;
  -webkit-transform: translateZ(0);
}
.fixed-left /* 左侧固定 */ {
  position: fixed;
  right: auto;
  left: 0px;
  -webkit-transform: translateZ(0);
}
.fixed-right /* 右侧固定 */ {
  position: fixed;
  right: 0px;
  left: auto;
  -webkit-transform: translateZ(0);
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
  background-image: url(about:blank);
  background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
  position: absolute;
  bottom: auto;
  _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
  position: absolute;
  right: auto;
  _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
  position: absolute;
  bottom: auto;
  _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
  position: absolute;
  right: auto;
  _left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
  width: 100%;
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.40;
  -khtml-opacity: 0.40;
  opacity: 0.40;
  z-index: 100001;
  display: none;
}
.modal_backdrop-black {
  background: #000;
}
.modal_backdrop-write {
  background: #FFF;
}
.modal_backdrop-transparent {
  background: transparent;
}
.modal_tbox {
  left: 0;
  width: 100%;
  z-index: 100002;
}
.modal_tbox .tconbox {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  display: none;
}
/* 加载处理窗口 */
.modalbg_loading-box {
  z-index: 100003;
}
.modal_loading-box {
  z-index: 100004;
}
.modal_tbox .loading-box {
  width: 64px;
  height: 20px;
  box-shadow: none;
}
.modal_tbox .loading-box .ball-beat > div {
  background-color: rgba(0,0,0,.5);
}
.modal_tbox .loading-box .msg {
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
}
.bd-boxs {
	padding: 10px;
}
.quote_update_time2 {
    line-height: 30px;
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    background: #f5f5f5;
    text-align: right;
    color: #999;
}
.tab_list {
}
.tab_list dl {
}
.tab_list dl dd {
  width: 22%;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #EEE;
	display: inline-block;
	float: left;
}
.tab_list dl dd.w34 {
	width: 34%;
}
.tab_head {
}

.quote_update_html {
}
.quote_update_html .d-dl {
}
.quote_update_html .d-dd {
  padding: 0 30px;
  line-height: 42px;
  border-bottom: 1px solid #EEE;
}
.quote_update_html .d-dd .til {
  font-size: 14px;
  float: left;
}
.quote_update_html .d-dd .con {
  font-size: 14px;
  float: right;
}