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

.wrapper {
	float: left;
	width: 100%;
	background: url(../images/wrap-bg1.jpg) no-repeat, url(../images/wrap-bg2.jpg) repeat-y left top 12rem;
	background-size: 100% auto, 100% auto;
	min-height: 100vh;
}
.wrapper.input {
	padding: 2.2rem 0 0 0;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 11.9rem;
	overflow: hidden;
	margin: 0 0 -.2rem 0;
}
.indexBann ul.plate1 {
	position: absolute;
	left: .35rem;
	top: 7rem;
	width: 6.8rem;
	height: 3.2rem;
	background: url(../images/plate1.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate2 {
	position: absolute;
	left: 1rem;
	top: 5.3rem;
	width: 5.5rem;
	height: 5.5rem;
	background: url(../images/plate2.png) no-repeat;
	background-size: 100% 100%;
	/*transform: rotateX(65deg);*/
}
.indexBann ul.plate2 li {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate2 li:nth-child(1) {
	background-image: url(../images/men1.png);
}
.indexBann ul.plate2 li:nth-child(2) {
	background-image: url(../images/men2.png);
}
.indexBann ul.plate2 li:nth-child(3) {
	background-image: url(../images/men3.png);
}
.indexBann ul.plate2 li:nth-child(4) {
	background-image: url(../images/men4.png);
}
.indexBann ul.plate3 {
	position: absolute;
	left: 2.55rem;
	top: 6.85rem;
	width: 2.4rem;
	height: 2.4rem;
	background: url(../images/plate3.png) no-repeat;
	background-size: 100% 100%;
	transform: rotateX(65deg);
}
.indexBann ul.zouzhe {
	position: absolute;
	top: 1rem;
	width: 100%;
	height: 7.7rem;
	background: url(../images/zouzhe.png) no-repeat;
	background-size: 100% 100%;
	animation: zouzhe 2s linear infinite alternate;
	-webkit-animation: zouzhe 2s linear infinite alternate;
}
@keyframes zouzhe {
	0% {}
	100% {
		transform: translateY(.2rem);
	}
}
@-webkit-keyframes zouzhe {
	0% {}
	100% {
		transform: translateY(.2rem);
	}
}
.indexBann ul.headline {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/headline1.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text li {
	position: absolute;
	top: 5.7rem;
	width: 2.2rem;
	height: 2.75rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text li:nth-child(1) {
	left: .3rem;
	background-image: url(../images/text1.png);
}
.indexBann ul.text li:nth-child(2) {
	right: .3rem;
	background-image: url(../images/text2.png);
}
.indexBann ul.text li:nth-child(3) {
	left: .3rem;
	background-image: url(../images/text3.png);
}
.indexBann ul.text li:nth-child(4) {
	right: .3rem;
	background-image: url(../images/text4.png);
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .95rem 0 0 0;
	color: #325168;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .45rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .45rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .02rem .35rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.fuzeng {
	float: left;
	width: 100%;
	height: .54rem;
	margin: -.7rem 0 0 .5rem;
	background: url(../images/fuzeng.png) no-repeat right center;
	background-size: auto 100%;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: -.1rem 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #ffecce;
	border-radius: .1rem;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .5rem;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	line-height: .5rem;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	border: solid .02rem #c93300;
	border-radius: 50%;
	line-height: .46rem;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #c93300;
	color: #fff;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	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;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .4rem;
	color: #fefbc5;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
}
.button a span {
	background: linear-gradient(#fff, #fefbc5);
	-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%;
}

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


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

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

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


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

.picTitle {
	float: left;
	width: calc(100% + .4rem);
	margin: -.9rem 0 0 -.2rem;
}
.picTitle img {
	display: block;
	width: 100%;
}

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


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


/*盘*/

.dunjiaChart {
	position: relative;
	float: left;
	width: 6.4rem;
	/*height: 6.4rem;*/
	padding: .44rem;
	margin: .3rem 0 0 0;
	background: #edf8ff;
	border: solid .02rem #5a8ad2;
	color: #325168;
}
.dunjiaChart.middle {
	margin: .3rem .35rem 0 .35rem;
}
.dunjiaChart .fangwei ul li {
	position: absolute;
	font-size: .28rem;
	/*color: #6b500a;*/
	text-align: center;
	letter-spacing: .05rem;
}
.dunjiaChart .fangwei ul li:nth-child(1) {
	left: .8rem;
	bottom: 0;
	width: 4.76rem;
	line-height: .44rem;
}
.dunjiaChart .fangwei ul li:nth-child(2) {
	left: 0;
	bottom: 0;
	width: .8rem;
	line-height: .44rem;
}
.dunjiaChart .fangwei ul li:nth-child(3) {
	left: 0;
	bottom: .5rem;
	width: .44rem;
	height: 1.78rem;
	writing-mode: vertical-rl;
}
.dunjiaChart .fangwei ul li:nth-child(4) {
	left: 0;
	bottom: 2.28rem;
	width: .44rem;
	height: 1.78rem;
	writing-mode: vertical-rl;
}
.dunjiaChart .fangwei ul li:nth-child(5) {
	left: 0;
	bottom: 4.06rem;
	width: .44rem;
	height: 1.78rem;
	writing-mode: vertical-rl;
}
.dunjiaChart .fangwei ul li:nth-child(6) {
	left: 0;
	top: 0;
	width: .8rem;
	line-height: .44rem;
}
.dunjiaChart .fangwei ul li:nth-child(7) {
	left: .8rem;
	top: 0;
	width: 4.76rem;
	line-height: .44rem;
}
.dunjiaChart .fangwei ul li:nth-child(8) {
	right: 0;
	top: 0;
	width: .8rem;
	line-height: .44rem;
}
.dunjiaChart .fangwei ul li:nth-child(9) {
	right: 0;
	bottom: 4.06rem;
	width: .44rem;
	height: 1.78rem;
	writing-mode: vertical-rl;
}
.dunjiaChart .fangwei ul li:nth-child(10) {
	right: 0;
	bottom: 2.28rem;
	width: .44rem;
	height: 1.78rem;
	writing-mode: vertical-rl;
}
.dunjiaChart .fangwei ul li:nth-child(11) {
	right: 0;
	bottom: .5rem;
	width: .44rem;
	height: 1.78rem;
	writing-mode: vertical-rl;
}
.dunjiaChart .fangwei ul li:nth-child(12) {
	right: 0;
	bottom: 0;
	width: .8rem;
	line-height: .44rem;
}
.dunjiaChart.middle .fangwei ul li span {
	opacity: 0;
}
.dunjiaChart .border {
	float: left;
	width: 100%;
	/*height: 5.48rem;*/
	padding: .03rem;
	background: #edf8ff;
	border: solid .03rem #5a8ad2;
}
.dunjiaChart .box {
	float: left;
	width: 100%;
	/*height: 5.36rem;*/
	background: #325168;
	border-left: solid .02rem #5a8ad2;
	border-top: solid .02rem #5a8ad2;
	color: #fff;
}
.dunjiaChart .box ul {
	float: left;
	width: 33.33%;
	height: 1.78rem;
	border-right: solid .02rem #5a8ad2;
	border-bottom: solid .02rem #5a8ad2;
	/*color: #6b500a;*/
	text-align: center;
}
.dunjiaChart .box ul:nth-child(5) {
	line-height: 1.76rem;
	font-size: .4rem;
	font-weight: bold;
}
.dunjiaChart .box ul li {
	float: left;
	width: 100%;
	font-size: .28rem;
}
.dunjiaChart .box ul li span {
	float: left;
	width: 50%;
}
.dunjiaChart .box ul li span.red {
	color: #c93300;
}
.dunjiaChart .box ul li img {
	display: block;
	height: .5rem;
	margin: 0 auto;
}
.dunjiaChart.middle .box ul li:nth-child(2) span, .dunjiaChart.middle .box ul li:nth-child(1), .dunjiaChart.middle .box ul li:nth-child(3), .dunjiaChart.middle .box ul li:nth-child(4) {
	opacity: 0;
}
.dunjiaChart.middle .box ul li span.red.cur {
	animation: txtSc 2s linear forwards;
	-webkit-animation: txtSc 2s linear forwards;
}
@keyframes txtSc {
	0%, 100% {
		transform: scale(1);
	}
	40%, 60% {
		transform: scale(1.4);
	}
}
@-webkit-keyframes txtSc {
	0%, 100% {
		transform: scale(1);
	}
	40%, 60% {
		transform: scale(1.4);
	}
}

/*盘*/


/*进度条*/

.progressBar {
	float: left;
	width: 100%;
	padding: .3rem;
	margin: .4rem 0 0 0;
	background: #edf8ff;
	border: solid .02rem #5a8ad2;
	border-radius: .1rem;
}
.progressBar dl {
	float: left;
	width: 100%;
	display: none;
}
.progressBar dl:nth-child(1) {
	display: block;
}
.progressBar dl dt {
	float: left;
	width: 100%;
	color: #325168;
	text-align: center;
}
.progressBar dl dd {
	float: left;
	width: 100%;
	height: .2rem;
	margin: .1rem 0 0 0;
	background: #ccc;
	border-radius: .3rem;
}
.progressBar dl dd span {
	float: left;
	width: 0;
	height: .2rem;
	background: #ff4100;
	border-radius: .3rem;
	animation: progress linear forwards;
	-webkit-animation: progress linear forwards;
}
.progressBar dl:nth-child(1) dd span {
	animation-duration: 6s;
}
.progressBar dl:nth-child(2) dd span {
	animation-duration: 2s;
	animation-delay: .3s;
}
.progressBar dl:nth-child(3) dd span {
	animation-duration: 4.6s;
}
.progressBar dl:nth-child(4) dd span {
	animation-duration: 2s;
}
.progressBar dl:nth-child(5) dd span {
	animation-duration: 2.5s;
}
@keyframes progress {
	from {}
	to {
		width: 100%;
	}
}
@-webkit-keyframes progress {
	from {}
	to {
		width: 100%;
	}
}

/*进度条*/


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


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

.freeInfo {
	 float: left;
	 width: 100%;
	 margin: .25rem 0 -.15rem 0;
	 text-align: center;
 }
.freeInfo span {
	color: #c93300;
}
.freeData {
	float: left;
	width: 100%;
	padding: .15rem;
	margin: .3rem 0 0 0;
	background: url(../images/data-bg.png) no-repeat;
	background-size: 100% 100%;
}
.freeData table {
	width: 100%;
	border-collapse: collapse;
}
.freeData table tr td {
	padding: .1rem .2rem;
	border: solid .02rem #d8c38c;
}
.freeData table tr td i {
	font-size: .24rem;
	color: #c93300;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freeMohu.marg0 {
	margin: 0;
}
.freePop {
	position: relative;
	float: left;
	width: 100%;
	padding: .3rem;
	background: #fff;
	border-radius: .2rem;
}
.freePop span {
	color: #c93300;
}
.freePop a {
	display: block;
	width: 60%;
	margin: .2rem auto 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .6rem;
	color: #fefbc5;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
}

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


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

.popMask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 .5rem;
	max-width: 7.5rem;
	z-index: 9;
	background: rgba(0, 0, 0, .75);
}
.popClose {
	float: left;
	width: 100%;
	margin: 0 0 -.5rem 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;
}
.resultMap {
	float: left;
	width: 100%;
	margin: .1rem 0 -.1rem 0;
}
.resultMap .row1 {
	float: left;
	width: 100%;
	text-align: center;
}
.resultMap .row2 {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .1rem 0;
}
.resultMap .row2 table {
	width: 5.5rem;
	border-collapse: collapse;
	background: #edf8ff url(../images/map-bg.png) no-repeat center;
	background-size: 2.1rem auto;
}
.resultMap .row2 table tr td {
	border: solid .03rem #5a8ad2;
	line-height: 3;
	font-size: .4rem;
	font-weight: bold;
	text-align: center;
}
.resultMap .row2 table tr td.bgred {
	background: #c93300;
	color: #fff;
}
.recomBtn {
	float: left;
	width: 100%;
	height: 13.5rem;
	padding: 12.1rem 0 0 0;
	margin: .5rem 0 0 0;
	background: url(../images/recom-bg.png) no-repeat;
	background-size: 100% 100%;
}
.recomBtn a {
	display: block;
	width: 5.8rem;
	height: .9rem;
	margin: 0 auto;
	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;
}

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