* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

a {
	color: #fff;
	text-decoration: none
}

body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	margin: 0 auto;
	background-color: #000;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

html,
body {
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow: auto;
}
body::-webkit-scrollbar {
	display: none;
}

ul li {
	list-style: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*+html .clearfix {
	zoom: 1;
}

/* IE7 */
.fL {
	float: left !important;
}

img {
	max-width: 100%;
	display: block;
}

.w750 {
	width: 7.5rem;
	margin: 0 auto;
	/* position: relative;
	height: 100vh;
	overflow: hidden;
	background: url(../img/page.jpg) no-repeat; */
	position: relative;
}
.w750  .copy{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #bc894b;
	font-size: 14px;
	padding: 0.15rem 0.3rem;
	line-height: 1.4;
	text-align: center;
}
.btnAbs{
	position: absolute;
	top: 6.50rem;
	left: 0;
	right: 0;
	text-align: center;
}
.btnAbs img{
	width: 3.35rem;
	display: block;
	margin: 0 auto;
	animation: shareCodeBtnAn 0.45s ease-in-out infinite alternate;
}

.kf {
	position: fixed;
	right: 0;
	z-index: 88;
	top: 4.8rem;
}

.kf img {
	/* animation: shareCodeBtnAn 0.45s ease-in-out infinite alternate; */
	width:.6rem;
}
/*#container {*/
/*	position: absolute;*/
/*    top: 5.5rem;*/
/*    left: 0;*/
/*    right: 0;*/
/*    text-align: center;*/
/*	}*/

@media screen and (max-width:750px) {
	
	.w750 {
		width: 7.5rem;
		margin: 0 auto;
		height: 100vh;
		overflow: hidden;
		background: url(../img/page.jpg?v=11) top center no-repeat;
		position: relative;
		    background-size: 100% auto;
	}
	/*#container {*/
	/*position: absolute;*/
 /*   top: 5.5rem;*/
 /*   left: 0;*/
 /*   right: 0;*/
 /*   text-align: center;*/
	/*}*/
	.w750 .copy{
		font-size: 10px;
	}
	.kf {
		right: 0;
	}
}

@keyframes shareCodeBtnAn {
	from {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}
