	body,
	button,
	input,
	select,
	textarea {
		font: 400 .28rem/1.5 'PingFang SC', 'Microsoft Yahei', Arial, sans-serif;
		outline: none;
	}
	
	body,
	div,
	span,
	a,
	em,
	i,
	img,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	input,
	textarea,
	label,
	p,
	th,
	td,
	hr,
	button,
	footer,
	header,
	menu,
	nav,
	section {
		margin: 0;
		padding: 0;
	}
	
	footer,
	header,
	hgroup,
	menu,
	nav,
	section,
	img {
		display: block;
		width: 100%;
	}
	
	canvas,
	video {
		display: inline-block;
		vertical-align: baseline;
	}
	
	ul,
	ol {
		list-style: none;
	}
	
	li {
		*vertical-align: top;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: normal;
	}
	
	i,
	em {
		font-style: normal;
	}
	
	button {
		border-style: none;
	}
	
	a {
		background-color: transparent;
		text-decoration: none;
	}
	
	a,
	input,
	div {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-moz-tap-highlight-color: rgba(255, 255, 255, 0);
		-ms-tap-highlight-color: rgba(255, 255, 255, 0);
		-o-tap-highlight-color: rgba(255, 255, 255, 0);
		tap-highlight-color: rgba(255, 255, 255, 0);
	}
	
	a:active,
	a:hover {
		outline: 0;
	}
	
	b,
	strong {
		font-weight: normal;
	}
	
	img {
		border: 0;
		-webkit-transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
		transform: scale(1) rotate(0deg) translate3d(0, 0, 0);
		max-width: 100%;
	}
	
	input {
		line-height: normal;
		-webkit-appearance: none;
		border: 0;
		outline: none;
	}
	
	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;
		box-sizing: content-box;
	}
	
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	input::-ms-clear {
		display: none;
	}
	
	textarea {
		overflow: auto;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/* 清除浮动*/
	/*.clear{clear:both;}
.clear:after, .clear:before {content: "";display: table;clear: both;overflow: hidden;}*/
	
	.clearfix:before,
	.clearfix:after {
		content: "";
		display: table;
	}
	
	.clearfix:after {
		clear: both;
	}
	
	.clearfix {
		zoom: 1;
	}
	/* 单行文字溢出虚点显示*/
	
	.ell {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.disn {
		display: none;
	}
	/*  多行溢出隐藏 */
	
	.l-ell {
		display: -webkit-box !important;
		display: box !important;
		word-wrap: break-word;
		word-break: break-all;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-ms-line-clamp: 2;
		-moz-line-clamp: 2;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
	
	.fl {
		float: left;
	}
	
	.fr {
		float: right;
	}
	
	.hide {
		display: none;
	}
	
	.show {
		display: block;
	}
	
	@font-face {
	    font-family: 'Alibaba-PuHuiTi-Medium';
	    src: url('../../public/css/Alibaba-PuHuiTi-Medium.ttf');
	}
	@font-face {
	    font-family: 'Alibaba-PuHuiTi-Regular';
	    src: url('../../public/css/Alibaba-PuHuiTi-Regular.ttf');
	}
	* {
		box-sizing: border-box;
	}
	
	body,
	html {
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100vh;
		background-color: #666;
	}
	
	.icon {
		background-position: center center;
		background-size: 100% 100%;
	}
	
	.hide {
		display: none;
	}
	.m15{
		margin: 0 15px;
	}
	.mr15{
		margin-right: 15px;
	}