@charset"UTF-8";
blockquote,
body,
dd,
dir,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
menu,
ol,
optgroup,
p,
pre,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul {
	margin: 0;
	padding: 0
}

ul {
	list-style-type: none;
	list-style-image: none
}

a {
	text-decoration: none;
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

a:focus {
	outline: 1px dotted
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

body {
	font-size: 14px;
	font-family: "microsoft yahei"
}

body,
button,
input,
p,
select,
textarea {
	font-family: "microsoft yahei";
	-ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
	text-spacing: ideograph-alpha ideograph-numeric ideograph-parenthesis
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

b,
strong {
	font-weight: bold
}

small {
	font-size: 85.7%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: left
}

table td,
table th {
	border: 1px solid #ddd;
	padding: 8px 10px
}

table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc
}

img {
	border-style: none;
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border-style: none;
	white-space: normal;
	*margin-left: -7px
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	border: none;
	background: none
}

button,
input {
	*overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border-style: none;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

textarea {
	overflow: auto;
	resize: vertical
}

option:disabled:checked,
select:disabled option:checked {
	color: #d2d2d2
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input {
		line-height: normal !important
	}
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: darkGray;
	opacity: 1
}

label {
	cursor: pointer
}

select[multiple],
select[size],
select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

[draggable] {
	cursor: move
}

.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}