@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;
}
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;
	-webkit-tap-highlight-color: transparent;
}

/**** 公共css ****/


/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	background: #e2cba7 url("../images/wrap-bg.png") no-repeat;
	background-size: 100% auto;
}
.wrapper.input {
	min-height: calc(100vh - 0.96rem);
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 9.8rem;
	overflow: hidden;
}
.indexBann ul.headline {
	position: absolute;
	width: 100%;
	height: 2.8rem;
	background: url("../images/headline.png") no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate li:nth-child(1) {
	left: 1.05rem;
	top: 2.8rem;
	width: 5.4rem;
	height: 5.4rem;
	background-image: url("../images/plate1.png");
	animation: plate1 1s linear .5s forwards;
	-webkit-animation: plate1 1s linear .5s forwards;
}
@keyframes plate1 {
	from {}
	to {
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes plate1 {
	from {}
	to {
		transform: rotate(-360deg);
	}
}
.indexBann ul.plate li:nth-child(2) {
	left: 1.55rem;
	top: 3.3rem;
	width: 4.4rem;
	height: 4.4rem;
	background-image: url("../images/plate2.png");
	animation: plate2 1s linear .5s forwards;
	-webkit-animation: plate2 1s linear .5s forwards;
}
@keyframes plate2 {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes plate2 {
	from {}
	to {
		transform: rotate(360deg);
	}
}
.indexBann ul.plate li:nth-child(3) {
	left: 2.3rem;
	top: 4.05rem;
	width: 2.9rem;
	height: 2.9rem;
	background-image: url("../images/plate3.png");
}
.indexBann ul.text li {
	position: absolute;
	left: 2.75rem;
	top: 4.5rem;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transform: scale(.1);
}
.indexBann ul.text li:nth-child(1) {
	/*left: 1rem;
	top: 2.8rem;*/
	background-image: url("../images/text1.png");
	animation: text1 1s linear 1.5s forwards;
	-webkit-animation: text1 1s linear 1.5s forwards;
}
@keyframes text1 {
	from {}
	to {
		left: 1rem;
		top: 2.8rem;
		opacity: 1;
		transform: scale(1);
	}
}
@-moz-keyframes text1 {
	from {}
	to {
		left: 1rem;
		top: 2.8rem;
		opacity: 1;
		transform: scale(1);
	}
}
.indexBann ul.text li:nth-child(2) {
	/*left: 4.5rem;
	top: 2.8rem;*/
	background-image: url("../images/text2.png");
	animation: text2 1s linear 2.5s forwards;
	-webkit-animation: text2 1s linear 2.5s forwards;
}
@keyframes text2 {
	from {}
	to {
		left: 4.5rem;
		top: 2.8rem;
		opacity: 1;
		transform: scale(1);
	}
}
@-moz-keyframes text2 {
	from {}
	to {
		left: 4.5rem;
		top: 2.8rem;
		opacity: 1;
		transform: scale(1);
	}
}
.indexBann ul.text li:nth-child(3) {
	/*left: 4.5rem;
	top: 6.3rem;*/
	background-image: url("../images/text3.png");
	animation: text3 1s linear 3.5s forwards;
	-webkit-animation: text3 1s linear 3.5s forwards;
}
@keyframes text3 {
	from {}
	to {
		left: 4.5rem;
		top: 6.3rem;
		opacity: 1;
		transform: scale(1);
	}
}
@-moz-keyframes text3 {
	from {}
	to {
		left: 4.5rem;
		top: 6.3rem;
		opacity: 1;
		transform: scale(1);
	}
}
.indexBann ul.text li:nth-child(4) {
	/*left: 1rem;
	top: 6.3rem;*/
	background-image: url("../images/text4.png");
	animation: text4 1s linear 4.5s forwards;
	-webkit-animation: text4 1s linear 4.5s forwards;
}
@keyframes text4 {
	from {}
	to {
		left: 1rem;
		top: 6.3rem;
		opacity: 1;
		transform: scale(1);
	}
}
@-moz-keyframes text4 {
	from {}
	to {
		left: 1rem;
		top: 6.3rem;
		opacity: 1;
		transform: scale(1);
	}
}
.indexBann ul.subtitle {
	position: absolute;
	left: .2rem;
	top: 8.75rem;
	width: 7.1rem;
	height: .65rem;
	background: url("../images/subtitle.png") no-repeat;
	background-size: 100% 100%;
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .7rem 0 0 0;
}
.bigbox.marg0 {
	margin: 0;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .5rem;
	background: url("../images/big-top.png") no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .5rem;
	background: url("../images/big-down.png") no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .01rem .3rem;
	margin: -.01rem 0;
	background: url("../images/big-mid.png") repeat-y;
	background-size: 100% auto;
}
.bigbox .button {
	padding: 0 .35rem;
}
.bigbox .mid .freeData:first-child {
	margin: 0;
}
.bigbox .mid .freeTitle:nth-child(2), .bigbox .mid .freeMohu:nth-child(2), .bigbox .mid .resultTxt:nth-child(2) {
	margin-top: .15rem;
}

/** 资料输入版块 **/

.forminput {
	float: left;
	width: 100%;
	margin: -.2rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .15rem 0;
	border-bottom: dotted .02rem #c8c6c0;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .5rem;
}
.forminput_hang_name, .forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .5rem;
}
.forminput_hang_sex a {
	float: left;
	width: 1.2rem;
	margin: 0 .4rem 0 0;
	border: solid .02rem #c01d20;
	border-radius: .3rem;
	line-height: .46rem;
	color: #c01d20;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #c01d20;
	color: #fffbe7;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	color: #666;
	cursor: pointer;
}
.forminput_hang_birth span {
	display: block;
}

/** 资料输入版块 **/

.button {
	float: left;
	width: 100%;
	padding: 0 .65rem;
	margin: .35rem 0 0 0;
}
.button a {
	float: left;
	width: 100%;
	background: url("../images/btn-bg.png") no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
}
.button a span {
	background: linear-gradient(180deg, #efb858 0%, #fef1D9 50%, #f7cb6c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.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: -.8rem 0 0 0;
}
.picTitle img {
	display: block;
	height: .65rem;
	margin: 0 auto;
}
.indexAbout {
	float: left;
	width: 100%;
	padding: 3.1rem .5rem 0 .5rem;
	margin: .15rem 0 0 0;
	background: url("../images/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("../images/zy-icon1.png");
}
.indexAbout ul li:nth-child(2) {
	background-image: url("../images/zy-icon2.png");
}
.indexAbout ul li:nth-child(3) {
	background-image: url("../images/zy-icon3.png");
}
.indexAbout ul li:nth-child(4) {
	background-image: url("../images/zy-icon4.png");
}

/**** 首页 ****/


/**** 浮动按钮 ****/

.floatbtn {
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding: .1rem .3rem;
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
}
.floatbtn .button {
	margin: 0;
}

/**** 浮动按钮 ****/


/**** 免费页 ****/

.freeData {
	float: left;
	width: 100%;
	margin: .15rem 0 0 0;
}
.freeData i {
	float: left;
	width: 1.58rem;
	height: .48rem;
}
.freeInfo {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: #f3d99e;
	border-radius: .2rem;
	color: #c01d20;
	text-align: justify;
}
.freeBtn {
	float: left;
	width: 100%;
	height: 3.87rem;
	padding: 1.52rem 2.15rem 1.45rem 2.15rem;
	margin: .35rem 0 0 0;
	background: url("../images/img04.png") no-repeat;
	background-size: 100% 100%;
}
.freeBtn a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/btn-bg2.png") no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
.freeBtn a span {
	background: linear-gradient(180deg, #efb858 0%, #fef1D9 50%, #f7cb6c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.freeTitle {
	position: relative;
	float: left;
	width: 60%;
	margin: .3rem 20% 0 20%;
	background: #f3d99e;
	border-radius: .3rem;
	line-height: .6rem;
	font-size: .38rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.freeTitle span {
	background: linear-gradient(180deg, #a84709 0%, #520a00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.freeTitle::before {
	position: absolute;
	left: -.1rem;
	top: .05rem;
	content: "";
	width: .5rem;
	height: .5rem;
	background: url("../images/icon01.png") no-repeat;
	background-size: 100% 100%;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .4rem;
	margin: .3rem 0 0 0;
	background: url("../images/mohu.png") no-repeat;
	background-size: 100% 100%;
}
.freePop {
	position: relative;
	float: left;
	width: 100%;
	padding: .3rem;
	background: #fce3ba;
	border-radius: .2rem;
}
.freePop span {
	color: #c01d20;
}
.freePop a {
	position: absolute;
	right: .3rem;
	top: 50%;
	width: .65rem;
	height: .65rem;
	background: url("../images/lock.png") no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}

/**** 免费页 ****/


/**** 结果页 ****/

.resultTxt {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: justify;
}
.resultTxt span, .resultTxt b {
	color: #c01d20;
}
.recomBtn {
	float: left;
	width: 100%;
	height: 16.32rem;
	padding: 14.8rem .62rem 0 .62rem;
	margin: .4rem 0 0 0;
	background: url("../images/recom-bg.png") no-repeat;
	background-size: 100% 100%;
}
.recomBtn a {
	float: left;
	width: 100%;
	height: .96rem;
	background: url("../images/recom-btn.png") no-repeat;
	background-size: 100% 100%;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}

/**** 结果页 ****/