﻿
@charset "utf-8";
/*重置样式*/
* {

	padding: 0;
	margin: 0;
	/* box-sizing: border-box; */
	-webkit-text-size-adjust:none;
	font-family:"PingFang SC", "Microsoft YaHei";
	font-weight: normal;
	/* font-size: 20px; */
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

strong{
	font-weight:bold !important;
}
html {
	height: 100%;
}

body {
	color: #000;
	background: #fff;
	padding: 0;
	font-size: 16px;
	height: 100%;
	overflow-x:hidden ;
}

ul,
ol,
li {
	list-style: none;
}

a,
a:hover{
	text-decoration: none !important;
}

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;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}