@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

* {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
dl,
dt,
dd,
ul,
ol,
li,
span,
pre,
code,
form,
fieldset,
legend,
label,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif, "Microsoft YaHei";
	line-height: 1.5;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	min-width: 320px;
	text-align: left;
}

#container {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

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]{
	display: none;
}

svg:not(:root) {
	overflow: hidden;
}

b,
strong {
	font-weight: bold;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button {
	-webkit-appearance: none;
	border: 0;
	background: none;
	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],
html input[disabled] {
	cursor: default;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
	outline: 0;
}

input {
	line-height: normal;
}

input[type="date"] {
	text-align: right
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	background: transparent;
	text-decoration: none;
	color: #333;
}

a:active {
	outline: 0;
}

em,
i {
	font-style: normal;
	color: #999
}

ul,
li {
	list-style: none outside none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}





:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

.w100p {
	width: 100%
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.cl:after {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	content: ".";
	visibility: hidden;
}

.cl {
	zoom: 1;
}

.ac {
	text-align: center;
}

.al {
	text-align: left;
}

.ar {
	text-align: right;
}

.overflow{
	overflow: hidden;
}

.txt-in {
	text-indent: 2em;
}



/* @media screen and (max-width:319px) {
html {
	font-size:42.6666666667px
	}
}
@media screen and (min-width:320px) and (max-width:359px) {
html {
	font-size:42.6666666667px
	}
}
@media screen and (min-width:360px) and (max-width:374px) {
html {
	font-size:48px
	}
}
@media screen and (min-width:375px) and (max-width:383px) {
html {
	font-size:50px
	}
}
@media screen and (min-width:384px) and (max-width:399px) {
html {
	font-size:51.2px
	}
}
@media screen and (min-width:400px) and (max-width:413px) {
html {
	font-size:53.3333333333px
	}
}
@media screen and (min-width:414px) and (max-width:499px){
html {
	font-size:55.2px
	}
}
@media screen and (min-width:500px) {
html {
	font-size:66.6666666667px
	}
} */









