/* 全局基础样式 */
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
	position: relative;
	height: 100%;
}
body,
textarea {
	font-family: Microsoft YaHei, 'Avenir', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #202020;
	position: relative;
}
html * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body * {
	-webkit-text-size-adjust: 100%;
}
ul {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
a,
a:focus,
a:hover {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
a,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0) !important;
}
input[type='search'] {
	background: #fff;
	text-align: left;
}
input[type='checkbox'] {
	-webkit-appearance: none;
}
i {
	font-style: normal;
}
div:focus {
	outline: none;
}
.cusp {
	cursor: pointer;
}

.fz06 {
	font-size: 6px;
}
.fz07 {
	font-size: 7px;
}
.fz08 {
	font-size: 8px;
}
.fz09 {
	font-size: 9px;
}
.fz10 {
	font-size: 10px;
}
.fz11 {
	font-size: 11px;
}
.fz12 {
	font-size: 12px;
}
.fz13 {
	font-size: 13px;
}
.fz14 {
	font-size: 14px;
}
.fz15 {
	font-size: 15px;
}
.fz16 {
	font-size: 16px;
}
.fz17 {
	font-size: 17px;
}
.fz18 {
	font-size: 18px;
}
.fz19 {
	font-size: 19px;
}
.fz20 {
	font-size: 20px;
}
.fz21 {
	font-size: 21px;
}
.fz22 {
	font-size: 22px;
}
.fz23 {
	font-size: 23px;
}
.fz24 {
	font-size: 24px;
}
.fz25 {
	font-size: 25px;
}
.fz26 {
	font-size: 26px;
}
.fz27 {
	font-size: 27px;
}
.fz28 {
	font-size: 28px;
}
.fz29 {
	font-size: 29px;
}
.fz30 {
	font-size: 30px;
}

.ml10 {
	margin-left: 10px;
}