@charset "utf-8";
/* CSS Document */
body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
body, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td, input, textarea, select, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: lighter;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .32rem;
	color: #666;
}
b {
	font-weight: bold;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover { 
	/*color:#333; */
	text-decoration: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea {
	-webkit-appearance: none;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
* {
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/**** 公共css ****/


/**** 首页 ****/
.indexWrap {
	width: 100%;
	float: left;
	background: #683019;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	padding: 0 0 .5rem 0;
}
.indexBann {
	width: 100%;
	float: left;
	height: 6.1rem;
	background: url(../img/indexBann.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.indexBann ul li {
	position: absolute;
}
.indexBann ul li img {
	width: 100%;
	float: left;
}
.indexBann ul li:nth-child(1) {
	width: 3.4rem;
	left: 2.05rem;
	top: 2.05rem;
	animation: flicker .7s linear infinite alternate;
	-moz-animation: flicker .7s linear infinite alternate;
	-webkit-animation: flicker .7s linear infinite alternate;
	-o-animation: flicker .7s linear infinite alternate;
}
@keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
@-moz-keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
@-webkit-keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
@-o-keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
.indexBann ul li:nth-child(2) {
    width: .7rem;
    height: .7rem;
	left: .65rem;
	top: 3.6rem;
    background: #e00721;
    border-radius: 50%;
    filter: blur(.1rem);
    animation: blink 100ms infinite;
	-moz-animation: blink 100ms infinite;
	-webkit-animation: blink 100ms infinite;
	-o-animation: blink 100ms infinite;
}
.indexBann ul li:nth-child(3) {
    width: .7rem;
    height: .7rem;
	right: .62rem;
	top: 3.6rem;
    background: #e00721;
    border-radius: 50%;
    filter: blur(.1rem);
    animation: blink 100ms infinite;
	-moz-animation: blink 100ms infinite;
	-webkit-animation: blink 100ms infinite;
	-o-animation: blink 100ms infinite;
}
@keyframes blink {
	from {}
	to {
		opacity: .8;
	}
}
@-moz-keyframes blink {
	from {}
	to {
		opacity: .8;
	}
}
@-webkit-keyframes blink {
	from {}
	to {
		opacity: .8;
	}
}
@-o-keyframes blink {
	from {}
	to {
		opacity: .8;
	}
}
.indexBann ul li:nth-child(4) {
	width: .62rem;
	left: .68rem;
	top: 3.72rem;
}
.indexBann ul li:nth-child(5) {
	width: .62rem;
	right: .68rem;
	top: 3.72rem;
}
.indexMain {
	width: 100%;
	float: left;
	background: url(../img/indexMain.jpg) no-repeat;
	background-size: 100% auto;
	padding: .1rem .35rem .5rem .35rem;
	margin: -.02rem 0 0 0;
}
.indexTitle, .indexTitle img {
	width: 100%;
	float: left;
}
.indexTxt {
	width: 100%;
	float: left;
	font-size: .28rem;
	color: #ffe4c2;
	text-align: justify;
	margin: .3rem 0 0 0;
}
.indexTxt span {
	color: #fefc30;
}
.indexInfo {
	width: 100%;
	float: left;
	background: #af2f2a;
	border-radius: .1rem;
	padding: .2rem;
	font-size: .28rem;
	color: #fff;
	text-align: justify;
	margin: .3rem 0 0 0;
}
.indexInfo b:nth-child(2) {
	color: #fee138;
}
.indexInfo b:nth-child(3) {
	color: #fea930;
}
.indexBtn {
	width: 100%;
	float: left;
	margin: .3rem 0 0 0;
}
.indexBtn.zoom {
	animation: zoom 1s linear infinite alternate;
	-moz-animation: zoom 1s linear infinite alternate;
	-webkit-animation: zoom 1s linear infinite alternate;
	-o-animation: zoom 1s linear infinite alternate;
}
.indexBtn a {
	width: 100%;
	float: left;
	height: 1.24rem;
	background: url(../img/button.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.13rem;
	font-size: .42rem;
	color: #7c0e00;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
}
@keyframes zoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-moz-keyframes zoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes zoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-o-keyframes zoom {
	from {}
	to {
		transform: scale(.8);
	}
}
/**** 首页 ****/


/**** 遮罩层 ****/
.zhezhaoBg {
	width: 100%;
	float: left;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .7);
	max-width: 7.5rem;
	padding: 1rem .35rem 0 .35rem;
}
/**** 遮罩层 ****/


/**** 摇签 ****/
.yaoqianBox {
	width: 3.75rem;
	display: block;
	margin: 1rem auto 0 auto;
}
.yaoqianBox .qiantong, .yaoqianBox .qiantong img, .yaoqianBox .dizuo, .yaoqianBox .dizuo img {
	width: 100%;
	float: left;
}
.yaoqianBox .qiantong {
	margin: 0 0 -.4rem 0;
	position: relative;
	animation: lottery 1s linear infinite;
	-moz-animation: lottery 1s linear infinite;
	-webkit-animation: lottery 1s linear infinite;
	-o-animation: lottery 1s linear infinite;
	transform-origin:center bottom;
	-webkit-transform-origin:center bottom;
}
@keyframes lottery {
	0%{}
	30% {
		transform: rotate(-20deg);
	}
	40% {
		transform: rotate(20deg);
	}
	50% {
		transform: rotate(-20deg);
	}
	60% {
		transform: rotate(12deg);
	}
	70% {
		transform: rotate(-8deg);
	}
	80%, 100% {
		transform: rotate(0);
	}
}
@-moz-keyframes lottery {
	0%{}
	30% {
		transform: rotate(-20deg);
	}
	40% {
		transform: rotate(20deg);
	}
	50% {
		transform: rotate(-12deg);
	}
	60% {
		transform: rotate(12deg);
	}
	70% {
		transform: rotate(-8deg);
	}
	80%, 100% {
		transform: rotate(0);
	}
}
@-webkit-keyframes lottery {
	0%{}
	30% {
		transform: rotate(-20deg);
	}
	40% {
		transform: rotate(20deg);
	}
	50% {
		transform: rotate(-12deg);
	}
	60% {
		transform: rotate(12deg);
	}
	70% {
		transform: rotate(-8deg);
	}
	80%, 100% {
		transform: rotate(0);
	}
}
@-o-keyframes lottery {
	0%{}
	30% {
		transform: rotate(-20deg);
	}
	40% {
		transform: rotate(20deg);
	}
	50% {
		transform: rotate(-12deg);
	}
	60% {
		transform: rotate(12deg);
	}
	70% {
		transform: rotate(-8deg);
	}
	80%, 100% {
		transform: rotate(0);
	}
}
/**** 摇签 ****/


/**** 出签 ****/
.chuqianBox{
	position: absolute;
	width: 100%;
	max-width: 6.8rem;
	top: 1.3rem;
}
.chuqianBox .qiannum {
	width: .96rem;
	height: 4.74rem;
	display: block;
	margin: 0 auto;
	background: url(../img/qianBg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 1.05rem .1rem 0 .1rem;
	line-height: .5rem;
	font-size: .42rem;
	color: #fff;
	text-align: center;
} 
.chuqianBox .qiannum.fadeIn {
	animation: fadeIn 1s linear forwards;
	-moz-animation: fadeIn 1s linear forwards;
	-webkit-animation: fadeIn 1s linear forwards;
	-o-animation: fadeIn 1s linear forwards;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(2rem) scale(.7);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(2rem) scale(.7);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(2rem) scale(.7);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@-o-keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(2rem) scale(.7);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
.chuqianBox .qiannum.move {
	animation: move 1s linear forwards;
	-moz-animation: move 1s linear forwards;
	-webkit-animation: move 1s linear forwards;
	-o-animation: move 1s linear forwards;
	margin-bottom: -.5rem;
}
@keyframes move {
	from {}
	to {
		transform: translate(-2rem,-1rem) scale(.7);
	}
}
@-moz-keyframes move {
	from {}
	to {
		transform: translate(-2rem,-1rem) scale(.7);
	}
}
@-webkit-keyframes move {
	from {}
	to {
		transform: translate(-2rem,-1rem) scale(.7);
	}
}
@-o-keyframes move {
	from {}
	to {
		transform: translate(-2rem,-1rem) scale(.7);
	}
}
.chuqianBox .qiantxt {
	width: 100%;
	float: left;
	background: url(../img/qianBg2.png) no-repeat;
	background-size: 100% 100%;
	padding: .3rem;
	line-height: .6rem;
	font-size: .3rem;
	color: #a01e04;
	text-align: center;
	margin: .35rem 0 0 0;
}
.chuqianBox .qiantxt b {
	font-size: .4rem;
	color: #e32020;
}
.chuqianBox .qiantxt span {
	font-weight: bold;
}
/**** 出签 ****/


/**** 掷杯 ****/
.zhibeiBox{
	width: 4.42rem;
	float: right;
	margin: 0.5rem 0 0;
	animation: beiMove 1.2s linear;
	-moz-animation: beiMove 1.2s linear;
	-webkit-animation: beiMove 1.2s linear;
	-o-animation: beiMove 1.2s linear;
}
/*  .zhibeiBox img{
	width: 2rem;
	float: left;
}
*/
.zhibeiBox img.cupRotate {
	width: 2rem;
	float: left;
}
.zhibeiBox img.cupShow{
        width: 4rem;
        float: left;
        display: none;
}
@keyframes beiMove {
	from {
		transform: translateY(-3rem) scale(.5);
		opacity: 0;
	}
	to {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}
@-moz-keyframes beiMove {
	from {
		transform: translateY(-3rem) scale(.5);
		opacity: 0;
	}
	to {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes beiMove {
	from {
		transform: translateY(-3rem) scale(.5);
		opacity: 0;
	}
	to {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}
@-o-keyframes beiMove {
	from {
		transform: translateY(-3rem) scale(.5);
		opacity: 0;
	}
	to {
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}
.zhibeiBox img.cupRotate {
	animation: beiTurn .5s linear infinite;
	-moz-animation: beiTurn .5s linear infinite;
	-webkit-animation: beiTurn .5s linear infinite;
	-o-animation: beiTurn .5s linear infinite;
}
@keyframes beiTurn {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-moz-keyframes beiTurn {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes beiTurn {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-o-keyframes beiTurn {
	from {}
	to {
		transform: rotate(360deg);
	}
}
/**** 掷杯 ****/


/**** 免费页 ****/
.freeWrap {
	width: 100%;
	float: left;
	min-height: 100vh;
	background: url(../img/freeWrap.jpg) no-repeat;
	background-size: 100% auto;
	background-color: rgba(0,0,0,.7);
	padding: .4rem .5rem 1rem .5rem;
}
.freeDaxian, .freeDaxian img {
	width: 100%;
	float: left;
}
.freeTitle {
	width: 100%;
	float: left;
	background: url(../img/freeBg.png) no-repeat center;
	background-size: auto 100%;
	line-height: .6rem;
	font-size: .3rem;
	color: #fff7dc;
	font-weight: bold;
	text-align: center;
	margin: -.4rem 0 0 0;
}
.freeQiannum {
	width: 100%;
	float: left;
	font-size: .3rem;
	color: #d30132;
	font-weight: bold;
	text-align: center;
}
/**** 免费页 ****/


/**** 付费页 ****/
.resultWrap {
	width: 100%;
	float: left;
	background: #83211e url(../img/resultWrap.jpg) no-repeat;
	background-size: 100% auto;
	padding: .3rem .2rem;
}
.resultQian {
	width: 100%;
	float: left;
	height: 4.83rem;
	background: url(../img/resultBg1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.resultQian .num {
	width: .35rem;
	position: absolute;
	left: .66rem;
	top: 2.4rem;
	line-height: 1.15;
	font-size: .35rem;
	color: #b90c07;
	font-weight: bold;
	font-family: "宋体";
}
.resultQian .list {
	width: 2.6rem;
	position: absolute;
	right: 2.5rem;
	top: .8rem;
}
.resultQian .list ul li {
	width: .35rem;
	float: right;
	margin: 0 .15rem;
	line-height: 1.3;
	font-size: .35rem;
	color: #553112;
	font-weight: bold;
	font-family: "宋体";
}
.resultQian .qji {
	width: .51rem;
	position: absolute;
	right: .92rem;
	top: 2.75rem;
	line-height: 1.05;
	font-size: .36rem;
	color: #fdfae7;
	font-weight: bold;
	font-family: "宋体";
	text-align: center;
}
.resultBox {
	width: 100%;
	float: left;
	background: #fdfae7;
	border-radius: .1rem;
	padding: .3rem;
	margin: .85rem 0 0 0;
}
.resultTitle {
	width: 100%;
	float: left;
	background: url(../img/resultBg2.png) no-repeat center;
	background-size: auto 100%;
	line-height: .7rem;
	font-size: .45rem;
	color: #b42617;
	font-weight: bold;
	text-align: center;
	margin: -.65rem 0 0 0;
}
.resultXiaob {
	width: 100%;
	float: left;
	font-size: .36rem;
	color: #b42617;
	font-weight: bold;
	text-align: center;
	margin: .3rem 0;
}
.resultQianji {
	width: 100%;
	float: left;
	background: url(../img/resultBg3.png) no-repeat center;
	background-size: auto 100%;
	line-height: .6rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.resultTxt {
	width: 100%;
	float: left;
	color: #3f0d08;
	text-align: justify;
	margin: .3rem 0 0 0;
}
.resultTxt span {
	width: auto;
	display: inline-block;
	background: #d8904e;
	padding: 0 .2rem;
	border-radius: .3rem;
	color: #fff;
}
.resultTips {
	width: 100%;
	float: left;
	color: #db2e1c;
	text-align: justify;
	margin: .3rem 0;
}
.resultFu, .resultFu img {
	width: 100%;
	float: left;
}
.resultSave {
	width: .8rem;
	float: right;
	margin: -8rem .5rem 0 0;
	background: #fce8a6;
	border-radius: .2rem;
	padding: .2rem .1rem;
	font-size: .42rem;
	color: #ad391a;
	text-align: center;
	pointer-events: none;
}
/**** 付费页 ****/









