body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

html {
	color: #000;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', Tahoma, Arial, Helvetica, STHeiti;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
}

em ,i{
	font-style: normal
}

small {
	font-size: 12px
}

ul,ol {
	list-style: none
}
a {
	text-decoration: none;
}
b {
	font-weight: normal;
}

fieldset,img {
	border: 0
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input,select,textarea {
	font-size: inherit;
	font-family: "microsoft yahei";
	color: inherit;
	outline: none;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
textarea {
	resize: vertical;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
.show{
	display: block;
}
.hide{
	display: none;
}

input::-webkit-input-placeholder {
	color: #bfbfbf;
	font-size: 0.25rem;
}

input::-moz-placeholder {
	color: #bfbfbf;
	font-size: 0.25rem;
}

input:-moz-placeholder {
	color: #bfbfbf;
	font-size: 0.25rem;
}

input::-ms-input-placeholder {
	color: #bfbfbf;
	font-size: 0.25rem;
}