﻿@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
html, body {
	position: relative;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
body, td, th {
	color: #555;
	font-size: 12px;
	font-family: "微软雅黑";
}
a {
	outline: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
input, textarea, option {
	color: #555;
	font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	outline: none;
}
a img {
	border: none;
}
ol, ul {
	list-style: none;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.zs-tips-bg {
	background: #f9f9f9;
}
.zs-tips {
	margin: 150px auto 0px auto;
	width: 500px;
	text-align: center;
	font-size: 14px;
	border: 1px dotted #ddd;
}
.zs-tips p.msg {
	padding: 30px 0px;
	line-height: 2em;
	background: #fff;
}
.zs-tips p.msg a {
	display: inline-block;
	margin: 10px 0px 0px 0px;
	width: 60px;
	color: #fff;
	line-height: 1.5em;
	background: #1eb241;
}
.zs-tips p.tech {
	padding: 5px 0px;
	line-height: 2em;
	background: #f0f0f0;
}
