﻿/*@font-face{
	font-family: "思源黑体";
	src:url(../fonts/SourceHanSansCN-Normal.ttf) format('truetype');
}*/
@charset "utf-8";
/*重置样式*/
* {
	/*font-size: 16px;*/
	padding: 0;
	margin: 0;
	box-sizing: border-box !important;
	-webkit-text-size-adjust:none;
	font-family: "微软雅黑"!important;
}



body {
	color: #000;
	background: #fff;
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	font-size: 16px;

}

ul,
ol,
li {
	list-style: none;
}

a,
a:hover{
	text-decoration: none;
}

a:focus {
	background: none;
}

input,
textarea {
	/*border: 0;*/
	outline: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

/*button,
input,
select {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}*/
select{
	background:none;
}
button {
	cursor: pointer;
}

ul,
li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}