@charset "utf-8";

/* CSS Document */

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

.wrapper {
	float: left;
	width: 100%;
	background: #180a2e url(../images/wrap-bg.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 10rem;
	background: url(../images/banner-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.indexBann ul.people {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/people.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.headline {
	position: absolute;
	width: 100%;
	height: 2.4rem;
	background: url(../images/headline.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.star li {
	position: absolute;
	width: 1.65rem;
	height: .66rem;
	background: url(../images/star.png) no-repeat;
	background-size: 100% 100%;
	animation: star .8s linear infinite alternate;
}
.indexBann ul.star li:first-child {
	left: 1.95rem;
	top: 1.85rem;
}
.indexBann ul.star li:last-child {
	left: 4.5rem;
	top: 1.35rem;
}
@keyframes star {
	100% {
		transform: scale(2);
	}
}
.indexBann ul.text li {
	position: absolute;
	left: .5rem;
	width: 2.5rem;
	height: .6rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: text 1s linear forwards;
}
.indexBann ul.text li:nth-child(1) {
	top: 4.4rem;
	background-image: url(../images/text1.png);
}
.indexBann ul.text li:nth-child(2) {
	top: 5rem;
	background-image: url(../images/text2.png);
	animation-delay: 1s;
}
.indexBann ul.text li:nth-child(3) {
	top: 5.6rem;
	background-image: url(../images/text3.png);
	animation-delay: 2s;
}
.indexBann ul.text li:nth-child(4) {
	top: 6.2rem;
	background-image: url(../images/text4.png);
	animation-delay: 3s;
}
@keyframes text {
	100% {
		opacity: 1;
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
	color: #4f4b96;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .7rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .7rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .02rem .4rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: -.3rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #f0f0ff;
	border-radius: .1rem;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .5rem;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	width: 100%;
	height: .5rem;
	border: none;
	background: none;
	outline: none;
	color: #666;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	border: .02rem solid #f00;
	border-radius: 50%;
	line-height: .46rem;
	color: #666;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #f00;
	color: #fff;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	font-size: .28rem;
	color: #666;
	cursor: pointer;
}
.forminput_hang_birth span {
	display: block;
}

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

.button {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
}
.button a {
	display: block;
	width: 5.8rem;
	height: .95rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .36rem;
	color: #fffced;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
	text-shadow: .02rem .02rem .02rem #bd4221;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}

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


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

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

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


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

.picTitle {
	float: left;
	width: calc(100% + .24rem);
	margin: -.7rem 0 -.1rem -.12rem;
}
.picTitle img {
	display: block;
	width: 100%;
}
.freeData {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.freeTable {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.freeTable table {
	width: 100%;
	border-collapse: collapse;
}
.freeTable table tr td {
	background: #f0f0ff;
	border: 1px solid #aaa7e6;
	line-height: .7rem;
	font-size: .28rem;
	text-align: center;
}
.freeTable table tr td:first-child {
	font-weight: bold;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem .13rem;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem .2rem;
	background: #fff;
	border: 1px solid #aaa7e6;
	border-radius: .1rem;
}
.freePop .button a {
	width: 4rem;
}
.freePop ul {
	float: left;
	width: 100%;
	margin: .25rem 0 -.15rem 0;
	text-align: justify;
}
.freePop ul li {
	display: block;
	width: 100%;
	padding: 0 0 0 .4rem;
	background: url(../images/icon.png) no-repeat left .1rem;
	background-size: .3rem auto;
}
.freePop ul li span {
	color: #f00;
}
.freePop b {
	display: inline-block;
	padding: 0 .2rem;
	margin: .2rem 0 0 0;
	border-radius: .3rem;
	color: #fff;
}
.freePop b.love {
	margin: 0;
	background: #df208d;
}
.freePop b.work {
	background: #0c61d1;
}
.freePop b.money {
	background: #d74f00;
}
.freePop b.learn {
	background: #007891;
}

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


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

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

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


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

.resultText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.resultText strong {
	color: #f00;
}
.resultText span {
	color: #ff9c00;
}
.resultText b {
	display: inline-block;
	padding: 0 .2rem;
	border-radius: .3rem;
	color: #fff;
}
.resultText b.whole {
	margin: .1rem 0 0 0;
	background: #870cde;
}
.resultText b.love {
	background: #df208d;
}
.resultText b.work {
	background: #0c61d1;
}
.resultText b.money {
	background: #d74f00;
}
.resultText b.learn {
	background: #007891;
}
.resultText i {
	display: inline-block;
	padding: 0 .1rem;
	margin: .05rem .1rem .05rem 0;
	border-radius: .1rem;
}
.resultText i.love {
	background: #fccce4;
	border: solid 1px #ee97c3;
}
.resultText i.work {
	background: #b4d3f9;
	border: solid 1px #7eaaf3;
}
.resultText i.learn {
	background: #ccfcec;
	border: solid 1px #4ed0a5;
}
.resultText i.money {
	background: #fcf0cc;
	border: solid 1px #eac350;
}
.resultText img {
	float: left;
	width: 2.1rem;
	margin: .1rem .2rem 0 0;
}
.resultBox {
	float: left;
	width: 100%;
	padding: .3rem .2rem .25rem .2rem;
	margin: .3rem 0 0 0;
	background: #fff;
	border: 1px solid #aaa7e6;
	border-radius: .1rem;
}
.resultBox .resultText {
	text-align: inherit;
}
.resultMonth {
	float: left;
	width: calc(100% + .4rem);
	margin: 0 0 0 -.2rem;
	background: linear-gradient(#c6ceee, #6392df);
	border-radius: .1rem .1rem 0 0;
	line-height: .65rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

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