
/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	background: #2d060a url(../images/wrap-bg.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 11rem;
	background: url(../images/banner-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin: 0 0 -1.4rem 0;
}
.indexBann ul.headline {
	position: absolute;
	top: .5rem;
	width: 100%;
	height: 2.2rem;
	background: url(../images/headline.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.card li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transform: scale(.8);
	transition: opacity .4s ease, transform .4s ease;
}
.indexBann ul.card li:nth-child(1) {
	left: 3.5rem;
	top: 4.1rem;
	width: 4.63rem;
	height: 3.12rem;
	background-image: url(../images/light.png);
}
.indexBann ul.card li:nth-child(2) {
	left: 3.75rem;
	top: 5.7rem;
	width: 1.33rem;
	height: 1.01rem;
	background-image: url(../images/card1.png);
}
.indexBann ul.card li:nth-child(3) {
	left: 4.8rem;
	top: 4.5rem;
	width: 1.8rem;
	height: 1.62rem;
	background-image: url(../images/card2.png);
}
.indexBann ul.card li:nth-child(4) {
	left: 6.2rem;
	top: 4rem;
	width: 1.05rem;
	height: .83rem;
	background-image: url(../images/card3.png);
}
.indexBann ul.card li.show {
	opacity: 1;
	transform: scale(1);
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.button {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
}
.button a {
	display: block;
	width: 5.1rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.1rem;
	font-size: .4rem;
	font-weight: bold;
	color: #fffbf0;
	text-align: center;
	letter-spacing: .05rem;
	text-shadow: .05rem .05rem .03rem #b32c5e;
}
.button.zoom a {
	position: relative;
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}

/**** 首页 ****/


/**** 浮动按钮 ****/

.floatbtn {
	position: fixed;
	bottom: 0;
	float: left;
	width: 100%;
	max-width: 7.5rem;
	/*padding: .1rem 0;*/
	background: rgba(0, 0, 0, .7);
	z-index: 9;
}
.floatbtn .button {
	margin: 0;
}

/**** 浮动按钮 ****/


/**** 动画页 ****/


/*洗牌摆牌*/

.stepBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6rem;
	transition: .9s linear;
}
.stepBox .tarot {
	position: absolute;
	width: 1.3rem;
	transform: scale(1.5);
	transition: .9s linear;
}
.stepBox .tarot img {
	display: block;
	width: 100%;
	box-shadow: 0 0 .2rem #ff7200;
}
.stepBox .tarot.paipai1 {
	z-index: 1021;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(50deg) scale(1.1);
}
.stepBox .tarot.paipai2 {
	z-index: 1020;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(45.2381deg) scale(1.1);
}
.stepBox .tarot.paipai3 {
	z-index: 1019;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(40.4762deg) scale(1.1);
}
.stepBox .tarot.paipai4 {
	z-index: 1018;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(35.7143deg) scale(1.1);
}
.stepBox .tarot.paipai5 {
	z-index: 1017;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(30.9524deg) scale(1.1);
}
.stepBox .tarot.paipai6 {
	z-index: 1016;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(26.1905deg) scale(1.1);
}
.stepBox .tarot.paipai7 {
	z-index: 1015;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(21.4286deg) scale(1.1);
}
.stepBox .tarot.paipai8 {
	z-index: 1014;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(16.6667deg) scale(1.1);
}
.stepBox .tarot.paipai9 {
	z-index: 1013;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(11.9048deg) scale(1.1);
}
.stepBox .tarot.paipai10 {
	z-index: 1012;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(7.14286deg) scale(1.1);
}
.stepBox .tarot.paipai11 {
	z-index: 1011;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(2.38095deg) scale(1.1);
}
.stepBox .tarot.paipai12 {
	z-index: 1010;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-2.38095deg) scale(1.1);
}
.stepBox .tarot.paipai13 {
	z-index: 1009;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-7.14286deg) scale(1.1);
}
.stepBox .tarot.paipai14 {
	z-index: 1008;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-11.9048deg) scale(1.1);
}
.stepBox .tarot.paipai15 {
	z-index: 1007;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-16.6667deg) scale(1.1);
}
.stepBox .tarot.paipai16 {
	z-index: 1006;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-21.4286deg) scale(1.1);
}
.stepBox .tarot.paipai17 {
	z-index: 1005;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-26.1905deg) scale(1.1);
}
.stepBox .tarot.paipai18 {
	z-index: 1004;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-30.9524deg) scale(1.1);
}
.stepBox .tarot.paipai19 {
	z-index: 1003;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-35.7143deg) scale(1.1);
}
.stepBox .tarot.paipai20 {
	z-index: 1002;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-40.4762deg) scale(1.1);
}
.stepBox .tarot.paipai21 {
	z-index: 1001;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-45.2381deg) scale(1.1);
}
.stepBox .tarot.paipai22 {
	z-index: 1000;
	transform-origin: 50% 200%;
	transition: transform 500ms ease-out 0ms;
	transform: translate(0%, -50%) rotate(-50deg) scale(1.1);
}

/*选牌*/

.stepPaizhen {
	position: relative;
	float: left;
	width: 100%;
	height: 5.2rem;
}
.stepPaizhen.marg50 {
	margin: .5rem 0;
}
.stepPaizhen li {
	position: absolute;
	width: 1.3rem;
}
.stepPaizhen li:nth-child(1) {
	left: .26rem;
	top: 0;
}
.stepPaizhen li:nth-child(2) {
	left: 2.02rem;
	top: 0;
}
.stepPaizhen li:nth-child(3) {
	left: 3.78rem;
	top: 0;
}
.stepPaizhen li:nth-child(4) {
	left: 5.54rem;
	top: 0;
}
.stepPaizhen li:nth-child(5) {
	left: 2.02rem;
	top: 2.8rem;
}
.stepPaizhen li:nth-child(6) {
	left: 3.78rem;
	top: 2.8rem;
}
.stepPaizhen li span {
	display: block;
	width: 100%;
	height: 1.8rem;
	background: #fff6e3;
	box-shadow: inset 0 0 .2rem #ff7200;
}
.stepPaizhen li span img {
	width: 100%;
	height: 100%;
}
.stepPaizhen li b {
	display: block;
	width: 90%;
	margin: .2rem auto 0 auto;
	background: #fff6e3;
	border-radius: .3rem;
	line-height: .4rem;
	font-size: .28rem;
	color: #461807;
	text-align: center;
}
.stepBox .tarot.posing0 {
	width: 1.3rem;
	height: 1.8rem;
	transform: translate(-203%, 150%);
	z-index: 99;
}
.stepBox .tarot.posing1 {
	width: 1.3rem;
	height: 1.8rem;
	transform: translate(-68%, 150%);
	z-index: 99;
}
.stepBox .tarot.posing2 {
	width: 1.3rem;
	height: 1.8rem;
	transform: translate(68%, 150%);
	z-index: 99;
}
.stepBox .tarot.posing3 {
	width: 1.3rem;
	height: 1.8rem;
	transform: translate(203%, 150%);
	z-index: 99;
}
.stepBox .tarot.posing4 {
	width: 1.3rem;
	height: 1.8rem;
	transform: translate(-68%, 306%);
	z-index: 99;
}
.stepBox .tarot.posing5 {
	width: 1.3rem;
	height: 1.8rem;
	transform: translate(68%, 306%);
	z-index: 99;
}
.stepBox .tarot img.retateAni, .stepPaizhen .posing img.retateAni {
	animation: rotateAni .8s;
}
@keyframes rotateAni {
	from {}
	to {
		transform: rotateY(360deg);
	}
}

/**** 动画页 ****/


/**** 免费页 ****/

.bigbox {
	float: left;
	width: 100%;
	margin: .8rem 0 0 0;
	color: #461807;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: 1rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: 1rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .01rem .45rem;
	margin: -.01rem 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid .con {
	position: relative;
	float: left;
	width: 100%;
	margin: -.5rem 0 -.2rem 0;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -.8rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 100%;
}
.freeText {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	text-align: justify;
}
.freeText span {
	display: block;
	color: #d7150b;
	text-align: center;
}
.freeTarot {
	float: left;
	width: 100%;
	margin: .35rem 0 0 0;
	text-align: center;
}
.freeTarot img {
	width: 2rem;
}
.freeTarot b {
	display: inline-block;
	padding: 0 .3rem;
	background: #fff6e3;
	border-radius: .3rem;
	line-height: .4rem;
	font-size: .28rem;
	color: #461807;
}
.freeTarot span {
	display: inline-block;
	margin: .1rem 0 0 0;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .2rem 0 .6rem 0;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}

/**** 免费页 ****/


/**** 弹窗 ****/

.popMask {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 7.5rem;
	padding: 0 .5rem;
	background: rgba(0, 0, 0, .75);
	z-index: 9;
}
.popClose {
	float: left;
	width: 100%;
	margin: 0 0 -.4rem 0;
}
.popClose a {
	float: right;
	width: .66rem;
	height: .66rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}

/**** 弹窗 ****/


/**** 结果页 ****/

.resultTips {
	float: left;
	width: 100%;
	font-size: .24rem;
	color: #fffbf0;
	text-align: center;
	text-shadow: 0 .05rem .1rem #ec3a00;
}
.resultTips.marg40 {
	margin: .4rem 0 0 0;
}
.resultTitle {
	float: left;
	width: 90%;
	margin: .3rem 5% 0 5%;
	background: url(../images/title-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .75rem;
	font-size: .34rem;
	font-weight: bold;
	color: #fcfded;
	text-align: center;
}

/**** 结果页 ****/