.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	visibility: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
thead,
tbody,
tfoot,
tr,
td,
th,
form,
fieldset,
label,
input,
button,
textarea,
select,
option,
iframe,
a,
img,
pre {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #555;
	background-color: transparent;
}

i,
em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
label,
b,
th {
	font-weight: normal;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: none;
}

body {
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 24px;
	background-color: #fff;
}

.layer-tabs-title {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.layer-tabs-title a {
	display: table-cell;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #99c3ef;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    border: 1px solid #f18f1d;
}

.layer-tabs-title a.active {
	background-color: #006bd9;
    color:#ffd800;
}

.layer-tabs-content {
	text-align: left;
	border: 1px solid #eee;
}

.layer-tabs-content .group {
	display: none;
	padding: 15px;
	height: 285px;
	overflow-y: auto;
}

.layer-tabs-content .group.active {
	display: block;
}

.layer-tabs-content,
.layer-tabs-content p {
	font-size: 14px;
	color: #555;
	line-height: 24px;
}

.layer-tabs-content a {
	color: #006bd9;
}

.layer-tabs-content .yellow {
	color: #f18f1d;
}

.layer-tabs-content .bold {
	font-weight: bold;
}

.layer-tabs-content .underline {
	text-decoration: underline;
}