@charset "utf-8";

/* CSS DocumentU2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh */

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;
}
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 {
	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;U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh*/
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .32rem;
	color: #666;
}
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;
	-webkit-tap-highlight-color: transparent;
}

/**** 公共css ****/


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

.wrapper {
	float: left;
	width: 100%;
	background-color: #0e0707;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.wrapper.index {
	background-image: url(../fuhe/wrap-index.jpg);
}
.wrapper.step {
	background-image: url(../fuhe/wrap-step.jpg);
	min-height: 100vh;
}
.wrapper.free {
	padding: .2rem 0 0 0;
	background-image: url(../fuhe/wrap-free.jpg);
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 8.88rem;
	overflow: hidden;
}
.indexBann ul.shade {
	position: absolute;
	width: 100%;
	height: 4.65rem;
	background: url(../fuhe/shade.png) no-repeat;
	background-size: 100% 100%;
	animation: shade 2s linear forwards;
	-webkit-animation: shade 2s linear forwards;
}
@keyframes shade {
	from {}
	to {
		opacity: 0;
	}
}
@keyframes shade {
	from {}
	to {
		opacity: 0;
	}
}
.indexBann ul.subtitle {
	position: absolute;
	left: 2.04rem;
	top: .2rem;
	width: 3.42rem;
	height: .46rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.indexBann ul.subtitle.sc {
	background-image: url(../fuhe/subtitle_sc.png);
}
.indexBann ul.subtitle.zw {
	background-image: url(../fuhe/subtitle_zw.png);
}
.indexBann ul.card li {
	position: absolute;
	top: 2.7rem;
	width: 1.05rem;
	height: 1.3rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: card 1s linear 2s infinite alternate;
	-webkit-animation: card 1s linear 2s infinite alternate;
}
.indexBann ul.card li:nth-child(1) {
	left: .8rem;
	background-image: url(../fuhe/card.png);
}
.indexBann ul.card li:nth-child(2) {
	left: 5.65rem;
	background-image: url(../fuhe/card.png);
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}
@keyframes card {
	from {
		opacity: 1;
	}
	to {
		transform: translateY(.1rem);
		opacity: 1;
	}
}
@keyframes card {
	from {
		opacity: 1;
	}
	to {
		transform: translateY(.1rem);
		opacity: 1;
	}
}
.indexBann ul.star li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: star 1.5s linear 3s infinite;
	-webkit-animation: star 1.5s linear 3s infinite;
}
.indexBann ul.star li:nth-child(1) {
	left: .45rem;
	top: .3rem;
	width: 1.2rem;
	height: 1rem;
	background-image: url(../fuhe/star1.png);
}
.indexBann ul.star li:nth-child(2) {
	left: 5.6rem;
	top: .4rem;
	width: .8rem;
	height: .6rem;
	background-image: url(../fuhe/star2.png);
	animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
}
.indexBann ul.star li:nth-child(3) {
	left: 6.6rem;
	top: 1.3rem;
	width: .8rem;
	height: 1rem;
	background-image: url(../fuhe/star3.png);
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
@keyframes star {
	from {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: .5;
	}
}
@-webkit-keyframes star {
	from {
		opacity: .5;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: .5;
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.main .bigbox:first-child {
	margin: 0;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .9rem 0 0 0;
	color: #fff;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .7rem;
	background: url(../fuhe/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .7rem;
	background: url(../fuhe/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .01rem .3rem;
	margin: -.01rem 0;
	background: url(../fuhe/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid .con {
	position: relative;
	float: left;
	width: 100%;
	margin: -.2rem 0;
}
.bigbox .button {
	padding: 0 .35rem;
}

/** 资料输入版块 **/

.forminput {
	float: left;
	width: 100%;
	margin: -.15rem 0;
}
.forminput_hang {
	float: left;
	width: 100%;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .7rem;
}
.forminput_hang_astro {
	float: left;
	width: 50%;
	line-height: .7rem;
	color: #bfbfbf;
	cursor: pointer;
}
.forminput_line {
	float: left;
	width: 100%;
	border-bottom: dotted .02rem #7f6c60;
	margin: .2rem 0;
}
.forminput_hang_sex {
	float: right;
	width: 1.2rem;
	margin: .1rem 0;
	background: #fff;
	border-radius: .3rem;
}
.forminput_hang_sex a {
	float: left;
	width: 50%;
	line-height: .5rem;
	color: #bfbfbf;
	text-align: center;
}
.forminput_hang_sex a.current {
	color: #fff;
}
.forminput_hang_sex a:first-child.current {
	background: #6197fe;
	border-radius: .3rem 0 0 .3rem;
}
.forminput_hang_sex a:last-child.current {
	background: #fe41a6;
	border-radius: 0 .3rem .3rem 0;
}

/** 资料输入版块 **/

.button {
	float: left;
	width: 100%;
	padding: 0 .65rem;
	margin: .4rem 0 0 0;
}
.button a {
	float: left;
	width: 100%;
	background: url(../fuhe/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .38rem;
	color: #460707;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -.9rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 5.6rem;
	margin: 0 auto;
}
.indexAbout {
	float: left;
	width: 100%;
	padding: 3.1rem .5rem 0 .5rem;
	margin: .3rem 0 0 0;
	background: url(../fuhe/zy-logo.png) no-repeat center top;
	background-size: auto 3.1rem;
}
.indexAbout ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 .8rem;
	margin: .2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: left .1rem;
	background-size: .56rem auto;
	font-size: .28rem;
	text-align: justify;
}
.indexAbout ul li:nth-child(1) {
	background-image: url(../fuhe/zy-icon1.png);
}
.indexAbout ul li:nth-child(2) {
	background-image: url(../fuhe/zy-icon2.png);
}
.indexAbout ul li:nth-child(3) {
	background-image: url(../fuhe/zy-icon3.png);
}
.indexAbout ul li:nth-child(4) {
	background-image: url(../fuhe/zy-icon4.png);
}

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


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

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

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


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

.popMask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 .2rem;
	max-width: 7.5rem;
	z-index: 9;
	background: rgba(0, 0, 0, .75);
}
.popList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	width: 100%;
}
.popList a {
	width: 22%;
	margin: .2rem 0 0 0;
}
.popList a img {
	display: block;
	width: 100%;
}
.popClose {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.popClose a {
	display: block;
	width: .66rem;
	height: .66rem;
	margin: 0 auto;
	background: url(../fuhe/close.png) no-repeat;
	background-size: 100% 100%;
}

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


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


/*洗牌摆牌*/

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

/*选牌*/

.stepPaizhen {
	position: relative;
	float: left;
	width: 7.1rem;
	height: 8.7rem;
	background: url(../fuhe/paizhen-bg.png) no-repeat center;
	background-size: 100% auto;
}
.stepPaizhen.free {
	margin-left: -.3rem;
}
.stepPaizhen ul li {
	position: absolute;
	width: 1.3rem;
}
.stepPaizhen ul li:nth-child(1) {
	left: 2.1rem;
	top: 2.8rem;
}
.stepPaizhen ul li:nth-child(2) {
	left: .5rem;
	top: 2.8rem;
}
.stepPaizhen ul li:nth-child(3) {
	left: 2.1rem;
	top: .55rem;
}
.stepPaizhen ul li:nth-child(4) {
	left: 3.7rem;
	top: 2.8rem;
}
.stepPaizhen ul li:nth-child(5) {
	left: 2.1rem;
	top: 5.05rem;
}
.stepPaizhen ul li:nth-child(6) {
	right: .5rem;
	bottom: 0;
}
.stepPaizhen ul li:nth-child(7) {
	right: .5rem;
	top: 4.5rem;
}
.stepPaizhen ul li:nth-child(8) {
	left: 2.1rem;
	top: 3.3rem;
}
.stepPaizhen ul li:nth-child(9) {
	right: .5rem;
	top: 2.25rem;
}
.stepPaizhen ul li:nth-child(10) {
	right: .5rem;
	top: 0;
}
.stepPaizhen ul li span:first-child {
	display: block;
	width: 100%;
	margin: 0 0 .1rem 0;
	background: #fff;
	border-radius: .3rem;
	line-height: .4rem;
	font-size: .26rem;
	color: #523829;
	font-weight: bold;
	text-align: center;
}
.stepPaizhen ul li:nth-child(2) span:first-child, .stepPaizhen ul li:nth-child(8) span:first-child {
	background: #cf2748;
	color: #fff;
}
.stepPaizhen ul li span:last-child {
	display: block;
	width: 1rem;
	height: 1.45rem;
	margin: 0 auto;
	background: url(../fuhe/tarot-bg.png) no-repeat;
	background-size: 100% 100%;
}
.stepPaizhen ul li span:last-child img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 .2rem rgba(209, 90, 108, .9);
}
.stepPaizhen ul li:nth-child(8) span:first-child {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.stepPaizhen ul li:nth-child(8) span:last-child {
	transform: rotate(90deg);
}

/*.stepPaizhen ul li.current img {
	box-shadow: 0 0 .4rem rgba(209, 90, 108, .9);
}*/

.stepBox .tarot.posing0 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(-240%, 381%);
	-webkit-transform: translate(-240%, 381%);
	z-index: 99;
}
.stepBox .tarot.posing2 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(80%, 381%);
	-webkit-transform: translate(80%, 381%);
	z-index: 99;
}
.stepBox .tarot.posing1 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(-80%, 226%);
	-webkit-transform: translate(-80%, 226%);
	z-index: 99;
}
.stepBox .tarot.posing3 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(-80%, 536%);
	-webkit-transform: translate(-80%, 536%);
	z-index: 99;
}
.stepBox .tarot.posing4 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(240%, 653%);
	-webkit-transform: translate(240%, 653%);
	z-index: 99;
}
.stepBox .tarot.posing5 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(240%, 498%);
	-webkit-transform: translate(240%, 498%);
	z-index: 99;
}
.stepBox .tarot.posing6 {
	width: 1rem;
	height: 1.45rem;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform: translate(42%, 396%) rotate(90deg);
	-webkit-transform: translate(42%, 396%) rotate(90deg);
	z-index: 99;
}
.stepBox .tarot.posing7 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(240%, 343%);
	-webkit-transform: translate(240%, 343%);
	z-index: 99;
}
.stepBox .tarot.posing8 {
	width: 1rem;
	height: 1.45rem;
	transform: translate(240%, 188%);
	-webkit-transform: translate(240%, 188%);
	z-index: 99;
}
.stepBox .tarot img.retateAni, .stepPaizhen .posing img.retateAni {
	animation: rotateAni .8s;
	-webkit-animation: rotateAni .8s;
}
@keyframes rotateAni {
	from {}
	to {
		transform: rotateY(360deg);
	}
}
@-webkit-keyframes rotateAni {
	from {}
	to {
		transform: rotateY(360deg);
	}
}

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


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

.freeSubtitle {
	float: left;
	width: 100%;
	height: .46rem;
	margin: 0 0 1.8rem 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.freeSubtitle.sc {
	background-image: url(../fuhe/subtitle_sc.png);
}
.freeSubtitle.zw {
	background-image: url(../fuhe/subtitle_zw.png);
}
.freeData {
	float: left;
	width: 100%;
	margin: 0 0 .3rem 0;
	font-size: .3rem;
	text-align: center;
}
.freeTarot {
	float: left;
	width: 100%;
	padding: 0 0 .5rem 0;
	margin: .35rem 0 0 0;
	background: url(../fuhe/line.png) no-repeat center bottom;
	background-size: auto .24rem;
	color: #ffd756;
	text-align: center;
}
.freeTarot img {
	width: 2.2rem;
}
.freeTarot.niwei img , .niwei2{
	transform: rotate(180deg);
}
.freeTxt {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: justify;
}
.freeTxt img {
	display: block;
	width: 2.24rem;
	margin: 0 auto .2rem auto;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .8rem;
	margin: .3rem 0 0 0;
	background: url(../fuhe/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freeMohu a {
	float: left;
	width: 100%;
	background: url(../fuhe/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .8rem;
	font-size: .36rem;
	color: #460707;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
}
.freeMohu a img {
	width: .34rem;
	margin: -.1rem 0 0 0;
	vertical-align: middle;
}
.freeDate {
	float: left;
	width: 100%;
	padding: .2rem 0;
	margin: .3rem 0 0 0;
	background: url(../fuhe/date-bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: .36rem;
	color: #ffd756;
	font-weight: bold;
	text-align: center;
}

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


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

.recomTitle {
	float: left;
	width: 100%;
	margin: .4rem 0 -.6rem 0;
	color: #fff;
	text-align: center;
}
.recomProd {
	float: left;
	width: 100%;
}
.recomProd a {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.recomProd a img {
	display: block;
	width: 100%;
}

/**** 结果页 U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh****/