body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 12px;
	background: #000;
	width: 100vw;
	height: 100vh;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

ul,
ol {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

input {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #c00;
	text-decoration: none;
}

.clear {
	clear: both;
}

#main {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	text-align: center;
	opacity: 1;
}

/* turnplate */
.banner {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner .turnplate {
	display: block;
	width: 100%;
	position: relative;
}

.banner .turnplate canvas.item {
	width: 100%;
}

.banner .turnplate img.pointer {
	position: absolute;
	width: 29.5%;
	left: 35.6%;
	top: 29%;
}

.banner .hand {
	position: absolute;
	width: 20%;
	top: 52%;
	left: 49%;
	animation: fingerMove 1s ease infinite both
}

/* title */
.page-title {
	text-align: center;
}

.page-title img {
	width: 100%;
}

.page-btn {
	position: absolute;
	top: 45%;
	text-align: center;
}

.page-btn img {
	width: 80%;
	animation: fingerHandle 1s ease infinite both
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	/* 	width: 100vw;
	height: 100vh; */
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.dialog {
	position: relative;
	top: 20%;
	z-index: 2;
	text-align: center;
}

.dialog img {
	padding: 0;
	margin: 0;
	width: 100%;
}

.dialog .dialog-btn {
	position: relative;
	left: 15%;
	bottom: 100px;
	width: 70%;
	animation: fingerHandle 1s ease infinite both;
}

.dialog .dialog-btn img {
	width: 100%
}

.dialog .hand2 {
	position: relative;
	width: 20%;
	bottom: 150px;
	left: 30%;
	animation: fingerMove 1s ease infinite both;
}


.sahua {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	z-index: 1;
}

.bg-light {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: -1;
}

.bg-light img {
	width: 100%;
}

/* rolling-name */
.card-block {
	background: url(../images/card_bg.png) repeat-x;
	width: 90%;
	height: 264px;
	margin: 0 auto;
	border-radius: 15px;
}

.card-block .card-title img {
	width: 200px;
	margin-top: 12px;
}

.card-block .inner {
	margin: 12px 15px;
	overflow: hidden;
	background: #FFFFFF;
	height: 194px;
	border-radius: 15px;
	border: 5px #FFD0BE solid;
	padding: 6px;
}


.card-block .inner .name-item {
	margin: 0 auto 17px;
	height: 39px;
	display: block;
	border-bottom: 1px solid #ffffff;
	text-align: left;
}

.card-block .inner .name-item .avatar {
	float: left;
	position: relative;
	height: 39px;
	line-height: 39px;
}

.card-block .inner .name-item .avatar img {
	position: relative;
	top:2px;
	width: 35px;
}

.card-block .inner .name-item .info {
	float: left;
	height: 39px;
	margin-left:8px;
}

.card-block .inner .name-item .info .name{
	font-size: 9px;
	color:rgba(0,0,0,0.3);
}

.card-block .inner .name-item .money {
	font-size: 16px;
	color: #FF7743;
	float: right;
	line-height: 39px;
	font-weight: 500;
}


.mask1 {
	position: absolute;
	width: 100%;
	height: 40vh;
	top: 60%;
	/* background:#000; */
}


@keyframes fingerHandle {
	0% {
		transform: none
	}

	70% {
		transform: scale3d(.9, .9, .9)
	}

	100% {
		transform: none
	}
}

@keyframes fingerMove {
	0% {
		transform: none
	}

	60% {
		transform: translate(20px, 20px);
	}

	100% {
		transform: none
	}
}


@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}

	95% {
		opacity: 1;
	}

	100% {
		opacity: 0.25;
	}
}

@-webkit-keyframes drop {
	0% {
		-webkit-transform: translate(-100px, -50px);
	}

	100% {
		-webkit-transform: translate(-100px, 100vh);
	}
}

@-webkit-keyframes clockwiseSpin {
	0% {
		-webkit-transform: rotate(-50deg);
	}

	100% {
		-webkit-transform: rotate(50deg);
	}
}

@-webkit-keyframes counterclockwiseSpinAndFlip {
	0% {
		-webkit-transform: scale(-1, 1) rotate(50deg);
	}

	100% {
		-webkit-transform: scale(-1, 1) rotate(-50deg);
	}
}
