﻿@charset "utf-8";

html {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-x: hidden
}

body {
	-webkit-overflow-scrolling: touch;
	font-size: 13px;
	color: #333;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ww {
	max-width: 1300px;
	min-width: 300px;
	margin: auto;
	text-align: center;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	color: #fc5e49;
}

img {
	border: 0;
	display: inline-block;
	width: 87%;
	height: auto;
	vertical-align: middle;
	padding-top: 3px;
}

input,
textarea,
textarea,
button {
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

li,
ol {
	list-style: none;
}

.p-r {
	position: relative;
}