* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}
	body,
	div,
	canvas {
		image-rendering: optimizeSpeed;
		-webkit-image-rendering: optimizeSpeed;
		-webkit-interpolation-mode: nearest-neighbor;
	}
	
	em {
		font-style: normal;
	}

	img {
		display: block;
	}

	body,
	html {
		margin: 0 ;
		width: 100%;
		height: 100%;
		font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif; 
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		text-size-adjust: none;
		overflow: hidden;
		font-size: 0.14rem;
		background-color: white;
		position: relative;
	}
	body{
		overflow-Y:auto !important;
	}
	html,body{
		background-color: #eeeeee;
	}
	
	a {
		display: block;
		color: #959595;
		text-decoration: none;
	}
	title{
		
	}
	input {
		-webkit-appearance: none;
	}
	ul,li{
		list-style: none;
	}
	i{
			font-style: normal;	
	}
	.swiper_main .swiper-slide img{
		width: 100%;
	}
	.swiper_main .swiper-pagination-bullet-active{
		background:#ffffff;
	}
	.bottom{
		font-size: 0.14rem;
		padding: 0.3rem 0.4rem;
		background-color: white;
		margin-top:0.65rem;
		text-align: justify;
		word-break: break-all;
	}
	.backhome{
		width: 0.8rem;
		position: fixed;
		right: 0;
		bottom: 2rem;
		z-index: 100;
	}
	.swiper-slide img{
		border-radius: 0.2rem 0.2rem;
	}