/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
ul,
ol,
li {
	list-style: none;
}
em,
i {
	font-style: normal;
}
img {
	border: none;
}
input,
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	height: auto;
}
input {
	-webkit-appearance: none;
	outline: none;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #FFFFFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide {
	display: none;
}
.main-container {
	width: 100%;
	height: 100%;
}
.space100 {
	height: 100px;
	padding: 0;
	margin: 0;
}
.box-fixed {
	position: fixed;
	bottom: 0;
	height: auto;
	background: #ebebeb;
	border-top: 1px solid #fff;
	width: 100%;
}
.box-fixed .content {
	width: 100%;
	padding: 10px 0;
	float: left;
	position: relative;
}
.box-fixed input {
	height: 35px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	width: 90%;
	padding: 0 6px;
	font-size: 14px;
	font-weight: 700;
}
.box-fixed ul li.width20 {
	width: 20%;
	text-align: left;
	float: left;
	margin-left: 3%;
}
.box-fixed ul li.width30 {
	width: 30%;
	text-align: left;
	float: left;
	margin-left: 3%;
}
.box-fixed ul li.width50 {
	width: 40%;
	text-align: left;
	float: left;
	margin-left: 3%;
}
.box-fixed button {
	background: #0564a7;
	border-radius: 4px;
	height: 37px;
	width: 90%;
	padding: 2px 0;
	border: none;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
}
.box-fixed .tel {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.box-fixed .tel img {
	width: 29px;
	height: 29px;
	vertical-align: middle;
}
.box-fixed .tel a {
	color: #0564a7;
	border: none;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}