body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
a {
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', 'Hiragino Sans GB', tahoma, arial, sans-serif;
}

ul,
ol {
	list-style: none;
}

img,
a img {
	border: none;
	display: block;
	width: 100%;
}

a {
	text-decoration: none !important;
}

a:focus,
a:hover {
	text-decoration: none !important;
}

.f-cb:after,
.f-cbli li:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

/*滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 20px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, .02);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .25);
	border-radius: 10px;
	background-clip: content-box;
	border: 2px solid transparent;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
}

.pnone {
	padding: 0 !important;
}

.lihhmarker {
	max-width: 72px;
	vertical-align: bottom;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
table{
	width: 100% !important;
}
.toplist {
  width: 100%;
  font-size: 16px;
  color: #111111;
  padding: 10px 0;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999; 
  text-align: center;
}
.nodatalist {
  display: none;
}
.nodata {
 width: 35px;
  height: 37px;
  margin: 0px auto 15px auto;
}
.nodatatxt {
  color: #AAAAAA;
  font-size: 15px;
  text-align: center;
}