@charset "utf-8";

/* CSS Document U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/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;
}
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 ****/


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

.wrapper {
	float: left;
	width: 100%;
	color: #382755;
}
.wrapper.index {
	background: #282040 url(../jixu/wrap-index.jpg) no-repeat;
	background-size: 100% auto;
}
.wrapper.input {
	padding: .4rem 0 0 0;
	background: #23203c url(../jixu/wrap-input.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
	/*min-height: calc(100vh - .96rem);*/
}
.wrapper.free {
	padding: 2.2rem 0 0 0;
	background: #282040 url(../jixu/wrap-free.jpg) no-repeat;
	background-size: 100% auto;
}
.wrapper.middle1 {
	padding: 4rem 0 0 0;
	background: #292142 url(../jixu/wrap-mid1.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.middle2 {
	padding: 4rem 0 0 0;
	background: #292142 url(../jixu/wrap-mid2.gif) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.middle3 {
	padding: 4rem 0 0 0;
	background: #292142 url(../jixu/wrap-mid3.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 8.7rem;
	overflow: hidden;
}
.indexBann .logo {
	position: absolute;
	left: -.5rem;
	top: .2rem;
	width: 2.17rem;
	height: .63rem;
	background: url(../jixu/logo.png) no-repeat right center;
	background-size: auto 100%;
}
.indexBann .sun {
	position: absolute;
	left: 2.75rem;
	top: 4.1rem;
	width: 2.1rem;
	height: 2.1rem;
	background: url(../jixu/sun.png) no-repeat;
	background-size: 100% 100%;
	animation: sun 15s linear infinite;
	-moz-animation: sun 15s linear infinite;
	-webkit-animation: sun 15s linear infinite;
	-o-animation: sun 15s linear infinite;
}
@keyframes sun {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-moz-keyframes sun {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes sun {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-o-keyframes sun {
	from {}
	to {
		transform: rotate(360deg);
	}
}
.indexBann .runes ul li {
	position: absolute;
	width: .8rem;
	height: .9rem;
	animation: runes 3s linear infinite;
	-moz-animation: runes 3s linear infinite;
	-webkit-animation: runes 3s linear infinite;
	-o-animation: runes 3s linear infinite;
}
.indexBann .runes ul li:nth-child(odd) {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.indexBann .runes ul li:nth-child(1) {
	left: 2rem;
	top: 5rem;
	background: url(../jixu/rune1.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann .runes ul li:nth-child(2) {
	left: 1.85rem;
	top: 3.7rem;
	background: url(../jixu/rune2.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann .runes ul li:nth-child(3) {
	left: 2.65rem;
	top: 3.1rem;
	background: url(../jixu/rune3.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann .runes ul li:nth-child(4) {
	left: 4.2rem;
	top: 3.1rem;
	background: url(../jixu/rune4.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann .runes ul li:nth-child(5) {
	left: 5rem;
	top: 3.7rem;
	background: url(../jixu/rune5.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann .runes ul li:nth-child(6) {
	left: 4.8rem;
	top: 5rem;
	background: url(../jixu/rune6.png) no-repeat;
	background-size: 100% 100%;
}
@keyframes runes {
	0% {}
	20%, 30% {
		opacity: .3;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes runes {
	0% {}
	20%, 30% {
		opacity: .3;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes runes {
	0% {}
	20%, 30% {
		opacity: .3;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes runes {
	0% {}
	20%, 30% {
		opacity: .3;
	}
	50% {
		opacity: 1;
	}
	90% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .3rem .2rem;
}
.button {
	float: left;
	width: 100%;
	padding: 0 .25rem;
	margin: .3rem 0 0 0;
}
.button a, .button a img {
	float: left;
	width: 100%;
}
.button.zoom {
	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;
}
@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%;
}
.picTitle {
	position: relative;
	float: left;
	width: 100%;
	margin: .4rem 0 -.65rem 0;
}
.picTitle img {
	float: left;
	width: 100%;
}
.aboutBox {
	float: left;
	width: 100%;
	padding: .95rem .3rem .5rem .3rem;
	background: url(../jixu/about-bg.png) no-repeat;
	background-size: 100% 100%;
}

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


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

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

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


/**** 输入页 ****/

.bigbox {
	float: left;
	width: 100%;
	padding: .95rem .3rem .3rem .3rem;
	background: #fcdddf;
	border: solid .02rem #d17738;
	border-radius: .2rem;
	box-shadow: inset 0 0 .45rem #f1878c;
}
.bigbox.padd30 {
	padding-top: .3rem;
}
.bigbox.marg40 {
	margin-top: .4rem;
}
.bigbox div:first-child.freeTxt, .bigbox div:first-child.freeMohu {
	margin: 0;
}

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

.forminput {
	float: left;
	width: 100%;
}
.forminput_hang {
	float: left;
	width: 100%;
	border-bottom: solid 1px #cecece;
}
.forminput_hang_bt {
	float: left;
	width: 1.7rem;
	line-height: .8rem;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: auto;
	margin: 0 .4rem 0 0;
	line-height: .8rem;
	color: #666;
}
.forminput_hang_sex i {
	color: #b9292a;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .8rem;
	cursor: pointer;
	color: #666;
}
.forminput_hang_birth span {
	display: block;
}
.forminput_jia {
	float: left;
	width: 100%;
	margin: -.2rem 0;
	font-size: .8rem;
	color: #a95157;
	font-weight: bold;
	text-align: center;
}

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


/**** 输入页 ****/


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

.freeData {
	float: left;
	width: 100%;
	text-align: center;
}
.freeTxt {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	text-align: justify;
}
.freeTxt img {
	width: .3rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}
.freeTree {
	position: relative;
	float: left;
	width: 100%;
	height: 6.5rem;
	margin: .3rem 0 0 0;
	background: url(../jixu/tree-bg.png) no-repeat;
	background-size: 100% 100%;
}
.freeTree ul li {
	position: absolute;
	width: 1.46rem;
	height: 1.2rem;
}
.freeTree ul li:nth-child(1) {
	left: 1.03rem;
	top: 3.17rem;
}
.freeTree ul li:nth-child(2) {
	left: .57rem;
	top: 1.75rem;
}
.freeTree ul li:nth-child(3) {
	left: .71rem;
	top: .36rem;
}
.freeTree ul li:nth-child(4) {
	left: 2.38rem;
	top: .09rem;
}
.freeTree ul li:nth-child(5) {
	left: 4.04rem;
	top: .36rem;
}
.freeTree ul li:nth-child(6) {
	left: 4.36rem;
	top: 1.75rem;
}
.freeTree ul li:nth-child(7) {
	left: 4.11rem;
	top: 3.17rem;
}
.freeTree ul li img {
	height: .77rem;
	display: block;
	margin: 0 auto;
}
.freeTree ul li span {
	float: left;
	width: 100%;
	line-height: .4rem;
	font-size: .28rem;
	font-weight: bold;
	text-align: center;
}
.freeKey {
	float: left;
	width: 70%;
	padding: .2rem .2rem;
	margin: 0 15%;
	background: url(../jixu/key-bg.png) no-repeat;
	background-size: 100% 100%;
}
.freeKey .pic {
	float: left;
	width: 1.65rem;
	height: 1.36rem;
	padding: 0 .3rem;
	background: url(../jixu/rune-bg.png) no-repeat center;
	background-size: auto 100%;
	border-right: solid 1px #f7b9bc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.freeKey .pic img {
	width: .9rem;
}
.freeKey .txt {
	overflow: hidden;
	padding: 0 .3rem;
	line-height: 2;
	text-align: center;
}
.freeKey .txt b {
	display: block;
	border-bottom: solid 1px #f7b9bc;
	font-size: .36rem;
	color: #a80d47;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem;
	margin: .2rem 0 0 0;
	background: url(../jixu/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem 1rem .5rem 1rem;
	background: url(../jixu/pop-bg.png) no-repeat;
	background-size: 100% 100%;
}
.freePop.bgnone {
	background: none;
}
.freePop .txt {
	float: left;
	width: 100%;
	color: #992a1f;
	text-align: center;
}
.freePop .btn {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.freePop .btn a {
	float: left;
	width: 100%;
	background: linear-gradient(#e11aee, #a50fbf);
	border-radius: .4rem;
	line-height: .8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.freePop .btn a img {
	width: .32rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}

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


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

.recomBtn {
	float: left;
	width: 100%;
	height: 12.87rem;
	padding: 11.3rem .6rem 0 .6rem;
	margin: .4rem 0 0 0;
	background: url(../jixu/recom-bg.png) no-repeat;
	background-size: 100% 100%;
}
.recomBtn a {
	float: left;
	width: 100%;
	background: linear-gradient(#feeba3, #faaf35);
	border: solid 1px #e0828d;
	border-radius: .2rem;
	box-shadow: 0 0 .1rem 0 #266dcc;
	line-height: 1rem;
	font-size: .42rem;
	color: #b2430c;
	text-align: center;
	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;
}

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


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

.midTxt {
	float: left;
	width: 100%;
	padding: .4rem .3rem .3rem .3rem;
	background: url(../jixu/txt-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #f7da4f;
	font-weight: bold;
	text-align: center;
	display: none;
}
.midBagclose {
	float: left;
	width: 100%;
	height: 5.2rem;
	background: url(../jixu/bag-close.png) no-repeat;
	background-size: 100% 100%;
}
.midBagmove {
	float: left;
	width: 100%;
	height: 5.2rem;
}
.midBagopen {
	position: relative;
	float: left;
	width: 100%;
	height: 5.2rem;
	background: url(../jixu/bag-open.png) no-repeat;
	background-size: 100% 100%;
}
.midBagopen ul li {
	position: absolute;
	width: .8rem;
	height: 1rem;
	background: url(../jixu/rune-bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 3rem;
	left: 3.15rem;
	opacity: 0;
}

/*.midBagopen ul li:nth-child(1) {
	left: .8rem;
	top: 2.2rem;
}
.midBagopen ul li:nth-child(2) {
	left: 1.2rem;
	top: 1.2rem;
}
.midBagopen ul li:nth-child(3) {
	left: 2.1rem;
	top: .5rem;
}
.midBagopen ul li:nth-child(4) {U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh
	left: 3.15rem;
	top: .2rem;
}
.midBagopen ul li:nth-child(5) {
	left: 4.2rem;
	top: .5rem;
}
.midBagopen ul li:nth-child(6) {
	left: 5.1rem;
	top: 1.2rem;
}
.midBagopen ul li:nth-child(7) {
	left: 5.5rem;
	top: 2.2rem;
}*/

.midBagopen ul li img {
	height: .8rem;
}
.midTips {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	color: #fff;
	text-align: center;
}

/**** 动画页 U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh****/