

/*重置样式*/
* {
	font-size: 16px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust:none;
	font-family:"PingFang SC", "Calibri", "opensans", "GothicArial", "Arial",  "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
}

html {
	height: 100%;
}

body {
	color: #000;
	background: #fff;
	padding: 0;
	font-size: 16px;
	height: 100%;
}

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

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

a:focus {
	background: none;
}

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

img {
	border: 0;
	vertical-align: middle;
}
@media only screen and (min-width:1200px){
	.image{
		width:50% !important;
	}
}

@media only screen and (min-width: 900px) and (max-width:1199px){
	.image{
		width:80% !important;
	}
}
@media only screen and (max-width:899px){
	.image{
		width:100% !important;
	}
}
/*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;
}