﻿@charset "utf-8";

/*=== reset ===*/

html {
	height: 100%;
	font-size: 100px;
	color: #666;
	background: #fff;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
	margin: 0;
	padding: 0;
}

body,
input,
textarea,
button,
select,
pre,
tt,
code,
kbd,
samp,
optgroup,
option {
	font-family: "微软雅黑", "Microsoft Yahei", arial, \5b8b\4f53, georgia, verdana, helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,
ol,
menu {
	list-style: none;
}

fieldset,
img {
	border: 0 none;
}


/*input, select {-webkit-appearance: none;-moz-appearance: none;appearance: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}*/

img,
object,
input,
textarea,
button,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

caption,
th {
	text-align: left;
}

input,
textarea,
button,
select,
small {
	font-size: 100%;
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
	font-style: normal;
}

i {
	display: inline-block
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

textarea {
	overflow: auto;
}

mark {
	background-color: #ff0;
}

ins,
s,
u,
del {
	text-decoration: none;
}

body {
	position: relative;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	font-size: 0.2rem;
}

a,
a:visited {
	text-decoration: none;
	color: #333;
	outline: none;
}

a {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.clear:after,
.clear:before {
	display: table;
	content: '';
}

.clear:after {
	clear: both;
}

.oh {
	overflow: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

input {
	outline: none;
}

.margin-t-12 {
	margin-top: 1.2rem;
}

.margin-t-8 {
	margin-top: 0.8rem;
}

.w640 {
	max-width: 6.4rem;
	min-width: 3.2rem;
	margin: 0 auto;
}

.fn-hide {
	display: none;
}

.padding-20 {
	padding: 0 0.2rem;
}

.margin-20 {
	margin: 0 0.2rem;
}

.margin-b-20 {
	margin-bottom: 0.2rem;
}


/*input[type="radio"],*/

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="checkbox"],
button,
select {
	-webkit-appearance: none;
}