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

.wrapper {
	float: left;
	width: 100%;
	background: #c4c9db url(../images/wrap-bg.png) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.input {
	padding-top: 1.5rem;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 11.7rem;
	overflow: hidden;
}
.indexBann ul.headline {
	position: absolute;
	width: 100%;
	height: 4rem;
	background: url(../images/headline.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.people {
	position: absolute;
	top: 3.9rem;
	width: 100%;
	height: 7.8rem;
	background: url(../images/people.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.book {
	position: absolute;
	left: 1.15rem;
	top: 6.2rem;
	width: 5.2rem;
	height: 3.9rem;
	opacity: 0;
	transform: translateY(100%);
	animation: bookShow 1s linear forwards;
}
.indexBann ul.book li {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/book.png) no-repeat;
	background-size: 100% 100%;
	animation: bookMove 3s linear 1s infinite;
}
@keyframes bookShow {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes bookMove {
	50% {
		transform: translateY(.2rem);
	}
	100% {
		transform: translateY(0);
	}
}
.indexBann ul.text li {
	position: absolute;
	left: 3.4rem;
	top: 7rem;
	width: .65rem;
	height: 1.9rem;
	opacity: 0;
	transform: scale(.1);
}
.indexBann ul.text li:nth-child(1) {
	/*left: .75rem;
	top: 4.4rem;*/
	animation: textShow1 1s linear 1s forwards;
}
.indexBann ul.text li:nth-child(2) {
	/*left: 6.1rem;
	top: 4.4rem;*/
	animation: textShow2 1s linear 2s forwards;
}
.indexBann ul.text li:nth-child(3) {
	/*left: 6.1rem;
	top: 7.8rem;*/
	animation: textShow3 1s linear 3s forwards;
}
.indexBann ul.text li:nth-child(4) {
	/*left: .75rem;
	top: 7.8rem;*/
	animation: textShow4 1s linear 4s forwards;
}
@keyframes textShow1 {
	100% {
		left: .75rem;
		top: 4.4rem;
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes textShow2 {
	100% {
		left: 6.1rem;
		top: 4.4rem;
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes textShow3 {
	100% {
		left: 6.1rem;
		top: 7.8rem;
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes textShow4 {
	100% {
		left: .75rem;
		top: 7.8rem;
		opacity: 1;
		transform: scale(1);
	}
}
.indexBann ul.text li span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: textZoom 8s linear infinite;
}
.indexBann ul.text li:nth-child(1) span {
	background-image: url(../images/text1.png);
	animation-delay: 5s;
}
.indexBann ul.text li:nth-child(2) span {
	background-image: url(../images/text2.png);
	animation-delay: 7s;
}
.indexBann ul.text li:nth-child(3) span {
	background-image: url(../images/text3.png);
	animation-delay: 9s;
}
.indexBann ul.text li:nth-child(4) span {
	background-image: url(../images/text4.png);
	animation-delay: 11s;
}
@keyframes textZoom {
	0%, 25%, 100% {
		transform: scale(1);
	}
	12% {
		transform: scale(1.2);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.button {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.button a {
	display: block;
	width: 5.8rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.2rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
	text-shadow: 0 .04rem .05rem rgba(81, 42, 171, .64);
}
.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;
}

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


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

.bigbox {
	float: left;
	width: 100%;
	padding: .3rem .25rem;
	margin: .6rem 0 0 0;
	background: url(../images/big-bg1.png) no-repeat left top, url(../images/big-bg2.png) no-repeat right bottom, #f9e8da;
	background-size: 2.4rem auto, 1.4rem auto;
	border: .05rem solid #a271ad;
	border-radius: .1rem;
}
/*.bigbox:first-child {
	margin: .4rem 0 0 0;
}*/
.picTitle {
	float: left;
	width: 100%;
	margin: -.45rem 0 -.05rem 0;
}
.picTitle img {
	display: block;
	width: 100%;
}

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

.forminput {
	float: left;
	width: 100%;
	padding: .2rem .3rem;
	margin: .3rem 0 0 0;
	background: #fff;
	border-radius: .2rem;
}
.forminput_hang {
	float: left;
	width: 100%;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .7rem;
}
.forminput_hang_name {
	float: left;
	width: 50%;
}
.forminput_hang_name input {
	width: 100%;
	height: .7rem;
	border: none;
	background: none;
	outline: none;
	color: #cbcbcb;
}
.forminput_hang_name input::-webkit-input-placeholder {
	color: #cbcbcb;
}
.forminput_hang_sex {
	float: left;
	width: 1.2rem;
	margin: .1rem 0;
	background: #cbcbcb;
	border-radius: .3rem;
}
.forminput_hang_sex a {
	float: left;
	width: 50%;
	line-height: .5rem;
	color: #fff;
	text-align: center;
}
.forminput_hang_sex a:first-child.current {
	border-radius: .3rem 0 0 .3rem;
	background: #cf2d07;
}
.forminput_hang_sex a:last-child.current {
	border-radius: 0 .3rem .3rem 0;
	background: #cf2d07;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .7rem;
	cursor: pointer;
	/* color: #cbcbcb; */
}
.forminput_hang_birth span {
	display: block;
}

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


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


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

.freeGuanxi {
	float: left;
	width: 100%;
}
.freeGuanxi dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 0 0 1.6rem;
	margin: .2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.35rem auto;
}
.freeGuanxi dl.fuqi {
	background-image: url(../images/fuqi.png);
}
.freeGuanxi dl.lianren {
	background-image: url(../images/lianren.png);
}
.freeGuanxi dl.pengyou {
	background-image: url(../images/pengyou.png);
}
.freeGuanxi dl dt {
	width: calc(100% - .8rem);
	height: .3rem;
	background: #cbcbcb;
	border-radius: .3rem;
}
.freeGuanxi dl dt span {
	display: block;
	height: 100%;
	background: #cf2d07;
	border-radius: .3rem;
}
.freeGuanxi dl dd {
	width: .6rem;
	line-height: .65rem;
	font-size: .28rem;
	text-align: right;
}
.freeGuanxi.free dl dt span {
	width: 0;
	animation: guanxiWidth 2s linear infinite;
}
.freeGuanxi.free dl:nth-child(2) dt span {
	animation-delay: .6s;
}
.freeGuanxi.free dl:nth-child(3) dt span {
	animation-delay: 1.2s;
}
@keyframes guanxiWidth {
	100% {
		width: 100%;
	}
}
.freeBtn {
	float: left;
	width: 100%;
	height: 3.42rem;
	padding: .8rem 0 0 0;
	margin: .2rem 0 0 0;
	background: url(../images/img05.png) no-repeat;
	background-size: 100% 100%;
}
.freeBtn a {
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	margin: 0 auto;
	background: url(../images/free-btn1.png) no-repeat;
	background-size: 100% 100%;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: 0 .2rem .25rem .2rem;
	background: #fff4ee;
	border-radius: .2rem;
}
.freeTitle {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background: url(../images/title-bg.png) no-repeat center;
	background-size: auto 100%;
	line-height: .85rem;
	color: #ffe970;
	font-weight: bold;
	text-align: center;
}
.freeTitle span {
	background: linear-gradient(#ffe972, #fff7cc);
	-webkit-background-clip: text;
	color: transparent;
}
.freeText {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-size: .28rem;
}
.freeText b {
	color: #cf2d07;
}
.freeText a {
	display: block;
	width: 3.1rem;
	height: 1rem;
	margin: .15rem auto 0 auto;
	background: url(../images/free-btn2.png) no-repeat;
	background-size: 100% 100%;
}
.freeText strong.color1 {
	color: #a50f0f;
}
.freeText strong.color2 {
	color: #98540b;
}
.freeText strong.color3 {
	color: #a8179c;
}
.freeText strong.color4 {
	color: #e2185b;
}
.freeText strong.color5 {
	color: #0b986b;
}
.freeText img {
	display: block;
	width: 100%;
}

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


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

.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 -.4rem 0;
}
.popClose a {
	float: right;
	width: .66rem;
	height: .66rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}

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


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

.resultData {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
}
.resultData li {
	width: 48%;
	font-size: .28rem;
}
.resultTab {
	display: flex;
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background: #cbcbcb;
}
.resultTab li {
	width: 100%;
	line-height: .75rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.resultTab li.current {
	background: #cf2d07;
}
.resultTable {
	float: left;
	width: 100%;
}
.resultTable table {
	width: 100%;
	background: #fffdf2;
	border-collapse: collapse;
}
.resultTable table tr th, .resultTable table tr td {
	border: 1px solid #dcb298;
	padding: .15rem 0;
	line-height: 1.2;
	text-align: center;
}
.resultTable table tr th {
	background: #fee7d3;
	/*color: #a1593d;*/
}
.resultTable table tr td {
	vertical-align: top;
}
.resultTable table tr td ul {
	width: 100%;
	padding: 0 .15rem;
	overflow: hidden;
}
.resultTable table tr td ul li {
	float: left;
	width: 50%;
	margin: .1rem 0;
	text-align: left;
}
.resultTable table tr td ul li em {
	padding: 0 .2rem;
	border-radius: .1rem;
	background: #f8d788;
}
.resultTable table tr td a {
	font-size: .26rem;
	color: #3c99da;
	text-decoration: underline;
}
.resultTable table tr td span.jin {
	color: #cd8f17;
}
.resultTable table tr td span.mu {
	color: #81ac65;
}
.resultTable table tr td span.shui {
	color: #2f81c6;
}
.resultTable table tr td span.huo {
	color: #ed6b7a;
}
.resultTable table tr td span.tu {
	color: #bf7349;
}
.resultTable table tr td b {
	position: relative;
	display: inline-block;
	width: .6rem;
	margin: 0 .2rem;
	border-radius: .1rem;
	line-height: .6rem;
	color: #fff;
	text-align: center;
}
.resultTable table tr td b.jin {
	background: #cd8f17;
}
.resultTable table tr td b.mu {
	background: #81ac65;
}
.resultTable table tr td b.shui {
	background: #2f81c6;
}
.resultTable table tr td b.huo {
	background: #ed6b7a;
}
.resultTable table tr td b.tu {
	background: #bf7349;
}
.resultTable table tr td b i {
	position: absolute;
	top: -.1rem;
	right: -.1rem;
	width: .3rem;
	background: #e30808;
	border-radius: 50%;
	line-height: .3rem;
	font-size: .24rem;
	text-align: center;
}
.resultText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.resultText.center {
	text-align: center;
}
.resultText b {
	color: #cf2d07;
}
.resultInfo {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: #fff4ee;
	border-radius: .2rem;
	font-size: .26rem;
	text-align: justify;
}
.resultInfo.red {
	color: #cf2d07;
}

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


/**** 产品推荐 ****/


/*.recomTitle {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	color: #fff;
	text-align: center;
}*/


/**** 产品推荐 ****/