/*base*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
input,
button,
select,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time,
textarea {
	padding: 0;
	margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

table {
	/*border-collapse:collapse; */
	border-spacing: 0;
}

input,
button,
select {
	vertical-align: middle;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

textarea {
	resize: none;
	overflow: auto;
}

ul,
ol {
	list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

html,
body {
	width: 100%;
	color: #555;
	/* font: 12px Arial,Helvetica,sans-serif; */
	/* font-family: "helvetica neue", arial, helvetica, "Hiragino Sans GB", "STHeiti Light", "SimSun", sans-serif; */
	/* font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", Arial, sans-serif; */
	line-height: normal;
	-webkit-text-size-adjust: none;
}

html {
	overflow-y: auto;
	*overflow-y: scroll;
}

body {
	width: 100%;
	height: auto;
	overflow: hidden;
}

:focus {
	outline: 0;
}

a,
a:visited,
a:active {
	text-decoration: none;
	/*-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear;-o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;*/
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

.clearFix {
	*zoom: 1;
}

.clearFix:after {
	display: block;
	overflow: hidden;
	content: ".";
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

input,
textarea,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

/*IOSÃ©Â»ËœÃ¨Â®Â¤Ã¦Â Â·Ã¥Â¼Â*/
img {
	vertical-align: top;
	display: block;
}

input,
textarea {
	border: 0px none;
	-webkit-border: 0px none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/*Ã¥â€¦Â¨Ã§Â«â„¢Ã©Â¡ÂµÃ©ÂÂ¢Ã¦Â Â·Ã¥Â¼ÂÃ©â€¡ÂÃ§Â½Â®Ã§Â»â€œÃ¦ÂÅ¸*/
a {
	cursor: pointer;
}

select {
	appearance: none;
	-webkit-appearance: none;
	border: 0px none;
	outline: none;
}

/*----Ã¥Å½Â»margin*/
/*----Ã¦Â¸â€¦Ã¦ÂµÂ®Ã¥Å Â¨*/
.clearFloat_t:after {
	content: '.';
	clear: both;
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

.disN {
	display: none !important;
}

