@CHARSET "UTF-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  user-select: none;
}

.text-overflow {
    display:block;/*内联对象需加*/
    width:31em;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f7f7f7;
  coler: #333333;
}
* {
  margin: 0;
  padding: 0;
}
button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  *font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
table {
	table-layout:fixed;
}
td {
	word-wrap:break-word;
}

a, img {
	border: 0;
}

/* 进度条相关样式代码 */
* html, * html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .showbox, * html .overlay {
	position: absolute; top: expression(eval(document.documentElement.scrollTop));
}
.overlay {
	position: fixed;top: 0;right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	_padding: 0 20px 0 0;
	background: #f6f4f5;
	display: none;
}
.showbox {
	position: fixed;top: 0;left: 40%;z-index: 9999;opacity: 0;filter: alpha(opacity = 0);margin-left: -80px;
}
#utils_progress {
	border: 1px solid #c81919;
	color: #c81919;
	font-size: 12px;
	font-weight: bold;
}

