body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
div,
header,
footer,
figcaption,
figure,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-family: "microsoft yahei";
}


ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
}

p {
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

fieldset,
img {
	border: none;
}

button,
input,
select,
textarea {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: none;
	height: 1px;
}

input[type=submit],
input[type=text],
input[type=password],
input[type=button],
textarea,
select {
	outline: none;
	/*-webkit-appearance: none;*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
	height: 100%;
}

.bold {
	font-weight: bold;
}

.hrefColor {
	color: #fff;
}

textarea {
	resize: none;
}

/*/禁用了文本的拖拉，尤其在谷歌下*/
p {
	text-justify: distribute;
}

/*//为了使文本段落左右两边对齐*/

/*common*/
.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0px;
	font-size: 0;
}

.clearfix {
	*zoom: 1
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img,
iframe {
	max-width: 100%;
	box-sizing: border-box;
}

input.userProgramColor::-webkit-input-placeholder {
	color: #989898;
	font-size: 12px;
}

input.userProgramColor:-moz-placeholder {
	color: #989898;
	font-size: 12px;
}

input.userProgramColor::-moz-placeholder {
	color: #989898;
	font-size: 12px;
}

input.userProgramColor:-ms-input-placeholder {
	color: #989898;
	font-size: 12px;
}
/* 头部css */