* {
	outline: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

a {
	text-decoration: none;
	color: #000
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto
}

* {
	box-sizing: border-box;
	outline: 0;
}

i {
	font-style: normal;
}

body {
	padding: 0px;
	margin: 0px auto;
	font-family: "Microsoft YaHei",'PingFang SC', sans-serif;
}


img {
	vertical-align: middle;
	border: 0 none;
	max-width: 100%
}

img:not([src*="/"]) {
	display: none;
}


ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal
}

.clr:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clr,
.clear {
	*zoom: 1;
	clear: both
}

h3,
h4,
h5,
h6,
footer {
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em {
	font-style: normal
}

.clearfix {
	clear: both
}

.center {
	text-align: center;
}
.over {
	overflow: hidden;
}

.radius {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.radiused {
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
}



textarea {
	resize: none
}

.postion {
	position: relative
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.uppercase {
	text-transform: uppercase;
}

.self {
	align-self: center;
}
