@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-color: #fc8aab;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.wrapper .marg0 {
	margin-top: 0;
}
.wrapper.index {
	background-image: url(../images/wrap-index.jpg);
}
.wrapper.input {
	padding: 1.1rem 0 0 0;
	background-image: url(../images/wrap-input.jpg);
	min-height: 100vh;
}
.wrapper.free {
	background-image: url(../images/wrap-input.jpg);
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 11.2rem;
	overflow: hidden;
}
.indexBann ul.headline {
	position: absolute;
	top: .7rem;
	width: 100%;
	height: 3rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.headline.sc {
	background-image: url(../images/headline_sc.png);
}
.indexBann ul.headline.zw {
	background-image: url(../images/headline_zw.png);
}
.indexBann ul.plate {
	position: absolute;
	left: 2.2rem;
	top: 5.1rem;
	width: 3rem;
	height: 3rem;
	background: url(../images/plate.png) no-repeat;
	background-size: 100% 100%;
	animation: plate 15s linear infinite;
	-webkit-animation: plate 15s linear infinite;
}
@keyframes plate {
	from {
		transform: rotateX(40deg) skewX(25deg) rotate(0);
	}
	to {
		transform: rotateX(40deg) skewX(25deg) rotate(360deg);
	}
}
@-webkit-keyframes plate {
	from {
		transform: rotateX(40deg) skewX(25deg) rotate(0);
	}
	to {
		transform: rotateX(40deg) skewX(25deg) rotate(360deg);
	}
}
.indexBann ul.star li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}
.indexBann ul.star li:nth-child(1) {
	left: 2.5rem;
	top: 5.3rem;
	width: 3.1rem;
	height: 2.6rem;
	background-image: url(../images/star1.png);
}
.indexBann ul.star li:nth-child(2) {
	left: 1.8rem;
	top: 5rem;
	width: 1.9rem;
	height: 3rem;
	background-image: url(../images/star2.png);
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
@keyframes star {
	0%, 50%, 100% {}
	25% {
		opacity: 1;
	}
}
@keyframes star {
	0%, 50%, 100% {}
	25% {
		opacity: 1;
	}
}
.indexBann ul.keyword {
	position: absolute;
	top: 7.1rem;
	width: 100%;
	height: 4rem;
	background: url(../images/keyword.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.people {
	position: absolute;
	left: 1.5rem;
	top: 6.85rem;
	width: .72rem;
	height: 2.22rem;
	background: url(../images/people.png) no-repeat;
	background-size: 100% 100%;
	animation: people 5s linear forwards;
	-webkit-animation: people 5s linear forwards;
}
@keyframes people {
	0% {}
	16.66% {
		transform: translate(.3rem, .3rem);
	}
	33.33% {
		transform: translate(.6rem, .4rem);
	}
	50% {
		transform: translate(1.2rem, .5rem);
	}
	66.65% {
		transform: translate(1.8rem, .5rem);
	}
	83.31% {
		transform: translate(2.4rem, .5rem);
	}
	100% {
		transform: translate(2.8rem, .35rem);
	}
}
@-webkit-keyframes people {
	0% {}
	16.66% {
		transform: translate(.3rem, .3rem);
	}
	33.33% {
		transform: translate(.6rem, .4rem);
	}
	50% {
		transform: translate(1.2rem, .5rem);
	}
	66.65% {
		transform: translate(1.8rem, .5rem);
	}
	83.31% {
		transform: translate(2.4rem, .5rem);
	}
	100% {
		transform: translate(2.8rem, .35rem);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .05rem .5rem .05rem;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .6rem 0 0 0;
	color: #6d6098;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .9rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .02rem .45rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) repeat-y;
	background-size: 100% auto;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .35rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: -.3rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	border-bottom: dashed 1px #6d6098;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .8rem;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .8rem;
}
.forminput_hang_radio {
	overflow: hidden;
}
.forminput_hang_radio a {
	margin: 0 .4rem 0 0;
	line-height: .8rem;
	color: #6d6098;
}
.forminput_hang_radio a i {
	color: #ff519d;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .8rem;
	cursor: pointer;
	color: #666;
}
.forminput_hang_birth span {
	display: block;
}

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

.button {
	float: left;
	width: 100%;
	margin: .3rem 0 -.1rem 0;
}
.button a {
	display: block;
	width: 5.8rem;
	height: 1.15rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.05rem;
	font-size: .42rem;
	color: #a63c00;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
}
.button a img {
	width: .46rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}
.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%;
}
.indexBoygirl {
	position: relative;
	float: left;
	width: 100%;
	height: 28.87rem;
	background: url(../images/img02.png) no-repeat;
	background-size: 100% 100%;
}
.indexBoygirl ul li {
	position: absolute;
	width: 2.75rem;
	height: 3.05rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: boygril 1s linear infinite alternate;
	-webkit-animation: boygril 1s linear infinite alternate;
}
.indexBoygirl ul li:first-child {
	left: 3.9rem;
	top: 4.5rem;
	background-image: url(../images/boy.png);
}
.indexBoygirl ul li:last-child {
	left: .75rem;
	top: 8.35rem;
	background-image: url(../images/girl.png);
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@keyframes boygril {
	from {}
	to {
		transform: translateY(.1rem);
	}
}
@-webkit-keyframes boygril {
	from {}
	to {
		transform: translateY(.1rem);
	}
}
.picTitle {
	float: left;
	width: 100%;
	margin: -1.1rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 6.26rem;
	margin: 0 auto;
}
.indexAbout {
	position: relative;
	float: left;
	width: 100%;
	padding: 3.1rem .5rem 0 .5rem;
	margin: .3rem 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;
	font-size: .28rem;
	text-align: justify;
}
.indexAbout ul li:nth-child(1) {
	background: url(../images/zy-icon1.png) no-repeat left .1rem;
	background-size: .56rem auto;
}
.indexAbout ul li:nth-child(2) {
	background: url(../images/zy-icon2.png) no-repeat left .1rem;
	background-size: .56rem auto;
}
.indexAbout ul li:nth-child(3) {
	background: url(../images/zy-icon3.png) no-repeat left .1rem;
	background-size: .56rem auto;
}
.indexAbout ul li:nth-child(4) {
	background: url(../images/zy-icon4.png) no-repeat left .1rem;
	background-size: .56rem auto;
}

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


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

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

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


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

.freePlate {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.freePlate img {
	display: block;
	width: 5.6rem;
	margin: 0 auto;
	border-radius: 50%;
}
.freeData {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem;
	margin: -.5rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem;
	background: #fffbe7;
	border-radius: .2rem;
}
.freePop b {
	color: #ff519d;
}
.freePop a {
	display: block;
	width: 2.2rem;
	margin: .2rem auto 0 auto;
}
.freePop a img {
	display: block;
	width: 100%;
}

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


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

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

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


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

.resultTable {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
}
.resultTable.bg2 {
	margin: -.5rem 0 0 0;
}
.resultTable table {
	width: 100%;
	background: #fffbe7;
	border: solid 1px #f1ba58;
}
.resultTable table tr td {
	border: solid 1px #f1ba58;
	line-height: .6rem;
	font-size: .3rem;
	color: #333;
	text-align: center;
}
.resultTable.bg1 table tr td:first-child {
	background: #fff6cc;
}
.resultTable.bg2 table tr:first-child td {
	background: #fff6cc;
	color: #9901ec;
}
.resultTable.bg2 table tr:first-child td:nth-child(4) {
	color: #9901ec;
}
.resultTable.bg2 table tr td:last-child {
	color: #ff519d;
}
.resultGongw {
	float: left;
	width: 100%;
	margin: -.5rem 0 0 0;
}
.resultGongw ul li {
	float: left;
	width: 100%;
	font-size: .3rem;
	color: #333;
}
.resultGongw ul li img {
	width: .4rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}
.resultGongw ul li i {
	color: #ff519d;
}
.resultTxt {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.resultTxt b, .resultTxt span {
	color: #ff519d;
}
.resultTxt i {
	color: #7e7f83;
}
.resultNum {
	float: left;
	width: 100%;
	margin: -.1rem 0 -.4rem 0;
	background: url(../images/num-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.7rem;
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: -0.02rem -0.02rem 0 #ff3037, 0.02rem -0.02rem 0 #ff3037, -0.02rem 0.02rem 0 #ff3037, 0.02rem 0.02rem 0 #ff3037, 0 0 .2rem #ff3037;
}
.resultNum span {
	font-size: .6rem;
}
.resultMonth {
	float: left;
	width: 100%;
	height: 1.2rem;
	margin: .2rem 0 0 0;
	line-height: 1.2rem;
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: -0.02rem -0.02rem 0 #ff3037, 0.02rem -0.02rem 0 #ff3037, -0.02rem 0.02rem 0 #ff3037, 0.02rem 0.02rem 0 #ff3037, 0 0 .2rem #ff3037;
}
.resultMonth span {
	display: inline-block;
	width: 1.5rem;
	background: linear-gradient(0deg, #b67afc, #f8d1ff);
	border-radius: 50%;
	font-size: .6rem;
}
.recomBtn {
	float: left;
	width: 100%;
	height: 9.95rem;
	padding: 8.4rem 1rem 0 1rem;
	margin: .4rem 0 0 0;
	background: url(../images/recom-bg.png) no-repeat;
	background-size: 100% 100%;
}
.recomBtn a {
	float: left;
	width: 100%;
	height: 1.08rem;
	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;
}

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