@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;
	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;
}

/**** 公共css U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh****/


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

.wrapper {
	float: left;
	width: 100%;
}
.wrapper.index {
	background: #072948 url(../tuodan/wrap-index.jpg) no-repeat;
	background-size: 100% auto;
}
.wrapper.input {
	padding: 3.6rem 0 0 0;
	background: #072948 url(../tuodan/wrap-input.jpg) no-repeat;
	background-size: 100% auto;
	min-height: calc(100vh - .96rem);
}
.wrapper.step {
	padding: 1rem 0 0 0;
	background: #072948 url(../tuodan/wrap-step.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.free {
	padding: 2rem 0 0 0;
	background: #072948 url(../tuodan/wrap-free.jpg) no-repeat;
	background-size: 100% auto;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 8rem;
	overflow: hidden;
}
.indexBann ul.people li {
	position: absolute;
	left: 2.52rem;
	top: 4.3rem;
	width: 2.45rem;
	height: 2.45rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: peopleShow 9s linear infinite;
	-webkit-animation: peopleShow 9s linear infinite;
}
.indexBann ul.people li:nth-child(1) {
	background-image: url(../tuodan/people1.png);
}
.indexBann ul.people li:nth-child(2) {
	background-image: url(../tuodan/people2.png);
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}
.indexBann ul.people li:nth-child(3) {
	background-image: url(../tuodan/people3.png);
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
}
@keyframes peopleShow {
	0% {}
	2%, 20% {
		opacity: 1;
		transform: scale(1);
	}
	30% {
		transform: scale(1.5);
	}
	35%, 100% {
		opacity: 0;
	}
}
@-webkit-keyframes peopleShow {
	0% {}
	2%, 20% {
		opacity: 1;
		transform: scale(1);
	}
	30% {
		transform: scale(1.5);
	}
	35%, 100% {
		opacity: 0;
	}
}
.indexBann ul.label li {
	position: absolute;
	width: 1.76rem;
	height: 1.66rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: labelMove 1s linear infinite alternate;
	-webkit-animation: labelMove 1s linear infinite alternate;
}
.indexBann ul.label li:nth-child(1) {
	left: .4rem;
	top: 4.45rem;
	background-image: url(../tuodan/label1.png);
}
.indexBann ul.label li:nth-child(2) {
	left: 2.87rem;
	bottom: 0;
	background-image: url(../tuodan/label2.png);
	animation-delay: .5s;
	-webkit-transition-delay: .5s;
}
.indexBann ul.label li:nth-child(3) {
	right: .4rem;
	top: 4.45rem;
	background-image: url(../tuodan/label3.png);
	animation-delay: .3s;
	-webkit-transition-delay: .3s;
}
@keyframes labelMove {
	from {}
	to {
		transform: translateY(-.1rem);
	}
}
@-webkit-keyframes labelMove {
	from {}
	to {
		transform: translateY(-.1rem);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .14rem .5rem .14rem;
}
.main section:first-child.bigbox {
	margin: 0;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: 1.75rem;
	background: url(../tuodan/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: 1.75rem;
	background: url(../tuodan/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: 0 .5rem;
	margin: -.01rem 0;
	background: url(../tuodan/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid.input {
	background-size: 100% auto;
}
.bigbox .con {
	position: relative;
	float: left;
	width: 100%;
	margin: -1.5rem 0 -1.25rem 0;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: .05rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .2rem 0;
	border-bottom: solid 1px #6932ff;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .5rem;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .5rem;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: 1.2rem;
	margin: 0 .4rem 0 0;
	border: solid 1px #6932ff;
	border-radius: .3rem;
	line-height: .48rem;
	color: #6932ff;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #6932ff;
	color: #fff;
}
.forminput_hang_birth {
	overflow: hidden;
	cursor: pointer;
	line-height: .5rem;
	color: #666;
}
.forminput_hang_birth span {
	display: block;
}

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

.button {
	float: left;
	width: 100%;
	padding: 0 .71rem;
	margin: .35rem 0 0 0;
}
.button.zoom {
	padding: 0 .21rem;
	animation: btnZoom 1s linear infinite alternate;
	-moz-animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
	-o-animation: btnZoom 1s linear infinite alternate;
}
.button a {
	float: left;
	width: 100%;
	background: url(../tuodan/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .4rem;
	color: #ff3283;
	font-weight: bold;
	text-align: center;
}
.button a span {
	background: linear-gradient(180deg, #fffffd 0%, #fef1be 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-moz-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-o-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.indexAbout {
	float: left;
	width: 100%;
	padding: 3.1rem .5rem 0 .5rem;
	margin: .3rem 0 0 0;
	background: url(../tuodan/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;
	font-size: .28rem;
	text-align: justify;
}
.indexAbout ul li:nth-child(1) {
	background: url(../tuodan/zy-icon1.png) no-repeat left .1rem;
	background-size: .56rem auto;
}
.indexAbout ul li:nth-child(2) {
	background: url(../tuodan/zy-icon2.png) no-repeat left .1rem;
	background-size: .56rem auto;
}
.indexAbout ul li:nth-child(3) {
	background: url(../tuodan/zy-icon3.png) no-repeat left .1rem;
	background-size: .56rem auto;
}
.indexAbout ul li:nth-child(4) {
	background: url(../tuodan/zy-icon4.png) no-repeat left .1rem;
	background-size: .56rem auto;
}

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


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

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

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


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

.stepSix {
	float: left;
	width: 100%;
	margin: .15rem 0 0 0;
}
.stepSix ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 1.65rem;
}
.stepSix ul li {
	position: relative;
	float: left;
	width: 1rem;
	background: url(../tuodan/runes.png) no-repeat top center;
	background-size: 100% auto;
	font-size: .24rem;
	text-align: center;
	opacity: 0;
	z-index: 10;
}
.stepSix ul li.runesShow {
	animation: runesShow .8s linear forwards;
	-webkit-animation: runesShow .8s linear forwards;
}
.stepSix ul li:nth-child(1) {
	background: url(../tuodan/runes-me.png) no-repeat top center;
	background-size: 1rem auto;
	margin: .05rem 0 0 0;
}
.stepSix ul li img {
	float: left;
	width: 100%;
	height: 1.24rem;
}
@keyframes runesShow {
	from {}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes runesShow {
	from {}
	to {
		opacity: 1;
	}
}
.stepRunes {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6.85rem;
	background: url(../tuodan/runes-bg.png) no-repeat center;
	background-size: 100% 100%;
}
.stepRunes div {
	position: absolute;
	width: 1rem;
	height: 1.24rem;
	background: url(../tuodan/runes.png) no-repeat top center;
	background-size: 100% 100%;
	transition: .95s linear;
}
.stepTips {
	float: left;
	width: 60%;
	margin: 0 20%;
	background: linear-gradient(to right, #a362a6, #9c75f5);
	border-radius: .3rem;
	color: #fff;
	text-align: center;
}
.stepTips span {
	color: #f6ba5c;
}

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


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

.freeTree {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: .3rem;
	margin: -.05rem 0 -.3rem 0;
	background: url(../tuodan/runes-bg.png) no-repeat center;
	background-size: auto auto;
}
.freeTree.padd180 {
	padding-top: 1.8rem;
}
.freeTree dl {
	width: 1.5rem;
}
.freeTree dl:nth-child(4), .freeTree dl:nth-child(5), .freeTree dl:nth-child(6) {
	margin: .3rem 0 0 0;
}
.freeTree dl dt {
	display: block;
	width: .88rem;
	height: 1.09rem;
	margin: 0 auto;
	background: url(../tuodan/runes.png) no-repeat;
	background-size: 100% 100%;
}
.freeTree dl dt img {
	float: left;
	width: 100%;
	height: 100%;
}
.freeTree dl dd {
	float: left;
	width: 100%;
	background: linear-gradient(#e26669, #a05f9f);
	border-radius: .1rem;
	line-height: .5rem;
	font-size: .28rem;
	color: #fff;
	text-align: center;
}
.freeBox {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: url(../tuodan/free-bg.png) no-repeat;
	background-size: 100% 100%;
}
.freeBox dl {
	margin-top: 0;
}
.freeKey {
	float: left;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: .2rem 0 -.15rem 0;
}
.freeKey dt {
	width: .88rem;
	height: 1.09rem;
	background: url(../tuodan/runes.png) no-repeat;
	background-size: 100% 100%;
}
.freeKey dt img {
	float: left;
	width: 100%;
	height: 100%;
}
.freeKey dd {
	overflow: hidden;
	padding: 0 0 0 .2rem;
}
.freeTxt {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: justify;
}
.freeTxt.center {
	text-align: center;
}
.freeTxt img {
	display: block;
	width: 3rem;
	margin: .1rem auto;
}
.freeTxt b {
	color: #d93d7f;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .5rem;
	margin: .3rem 0 0 0;
	background: url(../tuodan/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .2rem 0;
	background: #fef3e3;
	box-shadow: inset 0 0 1rem #fde0b5;
	line-height: 1.7;
	text-align: center;
}
.freePop img {
	width: .46rem;
	margin: .1rem 0 0 0;
}

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


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

.resultData {
	float: left;
	width: 100%;
	padding: 0 0 0 .3rem;
	margin: -5.1rem 0 0 0;
}
.resultTips {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-size: .26rem;
	color: #808080;
	text-align: justify;
}
.resultTitle {
	float: left;
	width: 100%;
	margin: .4rem 0 -.15rem 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.resultTitle::before {
	display: inline-block;
	content: "";
	width: .34rem;
	height: .09rem;
	margin: 0 .2rem 0 0;
	background: url(../tuodan/icon01.png) no-repeat;
	background-size: 100% 100%;
}
.resultTitle::after {
	display: inline-block;
	content: "";
	width: .34rem;
	height: .09rem;
	margin: 0 0 0 .2rem;
	background: url(../tuodan/icon02.png) no-repeat;
	background-size: 100% 100%;
}
.recomBtn {
	float: left;
	width: 100%;
}
.recomBtn a {
	float: left;
	width: 100%;
	padding: 0 0 0 .2rem;
	margin: .3rem 0 0 0;
	background: url(../tuodan/recom-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .75rem;
	color: #fff;
}

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