/* 重置样式 */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, i, dl, dt, dd, ol, a, input,
ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    /* background: transparent; */
    box-sizing: border-box;
    color: inherit;
    word-wrap: break-word;
}
html, body {
    width: 100%;
    height: 100%;
    min-width: 1366px;
    line-height: 1;
    font-family: '微软雅黑', 'Microsoft YaHei', 'Microsoft YaHei UI', 'microsoft yahei', 'Helvetica';
    font-size: 12px;
    color: #494949;
}
ul {
    list-style: none;
}
a, a:hover, a:link, a:visited, a:active {
    text-decoration: none;
}
a:hover {
	color: #c9a564;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select, textarea, th, td, caption {
    vertical-align:middle;
}
input[type="radio"], input[type="checkbox"] {
	margin-top: 2px;
}
input[type="file"] {
	display: inline;
}
.zj-placeholder {
	position: absolute;
	display: inline-block;
    font-family: '微软雅黑', 'Microsoft YaHei', 'Microsoft YaHei UI', 'microsoft yahei', 'Helvetica';
    line-height: 16px;
	color: #b0b0b0;
}
.zj-placeholder.disable {
	display: none;
}
input:-ms-input-placeholder{
    font-family: '微软雅黑', 'Microsoft YaHei', 'Microsoft YaHei UI', 'microsoft yahei', 'Helvetica';
    line-height: 16px;
	color: #b0b0b0;
}
.table > TBODY > TR > TD {
	vertical-align: middle;
}
#CertKitDiv, #CertKit {
	height: 0;
	width: 0;
}