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

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

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 9.9rem;
	margin: .2rem 0 -.3rem 0;
	background: url(../images/pixiu.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.indexBann ul.text li {
	position: absolute;
	top: 7.8rem;
	width: 1.8rem;
	height: 1.95rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: scale(1.5);
	opacity: 0;
	animation: text 12s linear infinite;
}
.indexBann ul.text li:nth-child(1) {
	left: .2rem;
	background-image: url(../images/text01.png);
}
.indexBann ul.text li:nth-child(2) {
	left: 2rem;
	background-image: url(../images/text02.png);
	animation-delay: 3s;
}
.indexBann ul.text li:nth-child(3) {
	left: 3.8rem;
	background-image: url(../images/text03.png);
	animation-delay: 6s;
}
.indexBann ul.text li:nth-child(4) {
	left: 5.6rem;
	background-image: url(../images/text04.png);
	animation-delay: 9s;
}
@keyframes text {
	25%, 100% {
		transform: scale(1);
		opacity: 0;
	}
	2%, 22% {
		transform: scale(1);
		opacity: 1;
	}
}
.indexBann ul.coin li {
	position: absolute;
	width: .6rem;
	height: .6rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: coinDrop 2s linear forwards;
}
.indexBann ul.coin li:nth-child(odd) {
	background-image: url(../images/coin01.png);
}
.indexBann ul.coin li:nth-child(even) {
	background-image: url(../images/coin02.png);
}

/*.indexBann ul.coin li:nth-child(1) {
	left: 1rem;
	top: 1.5rem;
}
.indexBann ul.coin li:nth-child(2) {
	left: 2.5rem;
	top: 1rem;
}
.indexBann ul.coin li:nth-child(3) {
	left: 5rem;
	top: 1rem;
}
.indexBann ul.coin li:nth-child(4) {
	left: 6.5rem;
	top: 1.5rem;
}*/

@keyframes coinDrop {
	0% {
		transform: translateY(-1.2rem) rotate(0deg) scale (0.8);
		opacity: 0;
	}
	15% {
		opacity: 1;
		transform: translateY(0.4rem) rotate(60deg) scale(1);
	}
	50% {
		opacity: 1;
		transform: translateY(2.5rem)rotate(180deg) scale(1);
	}
	80% {
		opacity: 0.7;
		transform: translateY(3.8rem) rotate(300deg) scale(0.9);
	}
	100% {
		opacity: 0;
		transform: translateY(5.2rem) rotate(420deg) scale(0.7);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	margin: 1rem 0 0 0;
	color: #744426;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .6rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: 1.3rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .02rem .3rem;
	margin: -1px 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid .con {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 -.8rem 0;
}
.picTitle {
	float: left;
	width: calc(100% + .6rem);
	margin: -1.2rem 0 0 -.3rem;
}
.picTitle img {
	display: block;
	width: 100%;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: .1rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #fff;
	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%;
	height: .5rem;
	color: #999;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	border: .02rem solid #d2320c;
	border-radius: 50%;
	line-height: .46rem;
	color: #999;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #d2320c;
	color: #fff;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	color: #999;
	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;
	font-weight: bold;
	color: #ffd77e;
	text-align: center;
	letter-spacing: .05rem;
}
.button a span {
	background: linear-gradient(#fff, #ffd77e);
	-webkit-background-clip: text;
	color: transparent;
}
.button a img {
	width: .45rem;
	margin: -.1rem 0 0 0;
	vertical-align: middle;
}
.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;
}

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


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

.freeInfo {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: center;
}
.freeInfo b {
	font-size: .36rem;
	color: #d2320c;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem;
	background: #fdf4e6;
	border: .05rem solid #ffe304;
	border-radius: .2rem;
}
.freePop p {
	float: left;
	width: 100%;
	text-align: justify;
}
.freePop p span {
	color: #d2320c;
}
.freePop .button {
	margin: .3rem 0 0 0;
}
.freePop .button a {
	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 -.3rem 0;
}
.popClose a {
	float: right;
	width: .66rem;
	height: .66rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}

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


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

.resultTable {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.resultTable table {
	width: 100%;
	background: #fffdf2;
	border-collapse: collapse;
}
.resultTable table tr th, .resultTable table tr td {
	border: solid 1px #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: .3rem 0 0 0;
	text-align: justify;
}
.resultText.marg0 {
	margin: 0;
}
.resultText b {
	display: inline-block;
	padding: 0 .2rem;
	margin: 0 0 .1rem 0;
	background: linear-gradient(#ffff6d, #ffb13a);
	border-radius: .1rem;
	color: #d2320c;
	/*text-shadow: .02rem .02rem .02rem #fff;*/
	text-shadow: -.02rem -.02rem 0 #fff, .02rem -.02rem 0 #fff, -.02rem .02rem 0 #fff, .02rem .02rem 0 #fff;
}
.resultText b.center {
	display: block;
	width: 70%;
	margin: 0 auto .1rem auto;
	text-align: center;
}
.resultText span {
	color: #d2320c;
}
.resultText span.center {
	display: block;
	text-align: center;
}
.resultText i {
	color: #999;
}

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