@charset "utf-8";

/* CSS Document */

.wrapper {
	float: left;
	width: 100%;
	background-color: #e2352c;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.index {
	background-image: url(../images/wrap-index.jpg);
}
.wrapper.free {
	background-image: url(../images/wrap-free.jpg);
}
.wrapper.result {
	padding-top: 2.5rem;
	background-image: url(../images/wrap-result.jpg);
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 12.9rem;
	overflow: hidden;
}
.indexBann ul.danmu {
	position: absolute;
	top: .3rem;
	width: max-content;
	white-space: nowrap;
	animation: danmuScroll 50s linear infinite;
}
.indexBann ul.danmu li {
	display: inline-block;
	padding: 0 .3rem;
	margin: 0 .5rem 0 0;
	background: rgba(255, 255, 255, .25);
	border-radius: .25rem;
	line-height: .5rem;
	font-size: .26rem;
	color: #fff;
}
@keyframes danmuScroll {
	100% {
		transform: translateX(-50%);
	}
}
.indexBann ul.plate1 {
	position: absolute;
	left: -1.1rem;
	top: 5.6rem;
	width: 5.8rem;
	height: 5.8rem;
	background: url(../images/plate1.png) no-repeat;
	background-size: 100% 100%;
	animation: rotatePlate1 6s linear infinite;
}
.indexBann ul.plate2 {
	position: absolute;
	left: 4rem;
	top: 4.9rem;
	width: 4.3rem;
	height: 4.3rem;
	background: url(../images/plate2.png) no-repeat;
	background-size: 100% 100%;
	animation: rotatePlate2 6s linear infinite;
}
.indexBann ul.horse {
	position: absolute;
	left: -.8rem;
	top: 6.3rem;
	width: 4.9rem;
	height: 4.32rem;
	background: url(../images/horse.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: horseEffect 6s linear infinite;
}
@keyframes rotatePlate1 {
	45% {
		transform: rotate(170deg);
		animation-timing-function: step-end;
	}
	50%, 75% {
		transform: rotate(170deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotatePlate2 {
	45% {
		transform: rotate(-170deg);
		animation-timing-function: step-end;
	}
	50%, 75% {
		transform: rotate(-170deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes horseEffect {
	0%, 45%, 100% {
		opacity: 0;
		transform: scale(0.8);
	}
	55% {
		opacity: 1;
		transform: scale(1.1);
	}
	65% {
		opacity: 1;
		transform: scale(1);
	}
	75% {
		opacity: 0;
		transform: scale(1);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.inputBox {
	float: left;
	width: 100%;
	padding: .3rem .35rem .5rem .35rem;
	background: url(../images/input-bg.png) no-repeat;
	background-size: 100% 100%;
}

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

.forminput {
	float: left;
	width: 100%;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: linear-gradient(#fff 50%, #ffddb6);
	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;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	border: .02rem solid #b61d26;
	border-radius: 50%;
	line-height: .46rem;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #b61d26;
	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;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .96rem;
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
	text-shadow: 0 .02rem .03rem rgba(0, 0, 0, 0.93);
}
.button a img {
	width: .4rem;
	margin: -.05rem 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%;
}
.picture.width730 {
	width: calc(100% + .2rem);
	margin-left: -.1rem;
}

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


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

.floatbtn {
	position: fixed;
	bottom: 0;
	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: 0 .25rem .35rem .25rem;
	margin: .6rem 0 0 0;
	background: #fff7df;
	border: .05rem solid #f84543;
	border-radius: .2rem;
}
.picTitle {
	float: left;
	width: calc(100% + .9rem);
	margin: -.15rem 0 0 -.45rem;
}
.picTitle img {
	display: block;
	width: 100%;
}
.freeBox {
	float: left;
	width: 100%;
	padding: 0 .2rem .25rem .2rem;
	margin: .3rem 0 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: justify;
}
.freeBox.bg1 {
	background-image: url(../images/info-bg.png);
}
.freeBox.bg2 {
	background-image: url(../images/fu-bg.png);
}
.freeText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.freeText b {
	color: #b61d26;
}
.freeText span {
	color: #ab4201;
}
.freeText strong {
	font-style: italic;
}
.freeText strong.color1 {
	color: #c90c01;
}
.freeText strong.color2 {
	color: #bc1a87;
}
.freeText strong.color3 {
	color: #364d9d;
}
.freeText strong.color4 {
	color: #a54800;
}
.freeText strong.color5 {
	color: #00655f;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .2rem 0 .6rem 0;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 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;
	float: left;
	width: 100%;
	margin: .3rem 0 -.1rem 0;
}
.resultData dt {
	width: calc(100% - 1.5rem);
}
.resultData dd {
	width: 1.5rem;
}
.resultData dd img {
	display: block;
	width: 100%;
}
.resultTitle {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background: url(../images/title-bg.png) no-repeat center;
	background-size: auto 100%;
	line-height: .6rem;
	color: #fff9ed;
	font-weight: bold;
	text-align: center;
	text-shadow: .02rem .02rem .02rem #ae422e;
}
.resultTable {
	float: left;
	width: 100%;
	margin: .3rem 0 .05rem 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;
}
.resultAnimal {
	display: flex;
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.resultAnimal li {
	width: 50%;
	color: #b61d26;
	text-align: center;
}
.resultAnimal li img {
	display: block;
	width: 1.5rem;
	margin: 0 auto;
}
.resultShiwu {
	float: left;
	width: 100%;
	height: 2.53rem;
	padding: .9rem .3rem 0 3.6rem;
	margin: .3rem 0 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.resultShiwu.bg1 {
	background-image: url(../images/shiwu1.png);
}
.resultShiwu.bg2 {
	background-image: url(../images/shiwu2.png);
}
.resultShiwu a {
	display: block;
	width: 100%;
	background: #9801d1;
	border-radius: .5rem;
	line-height: .7rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
	animation: btnZoom 1s linear infinite alternate;
}
.resultMonths {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.resultMonths .title {
	float: left;
	width: 100%;
	padding: 0 .1rem;
	background: #fff;
	border: .02rem solid #ffcb7f;
	border-radius: .2rem;
	line-height: .7rem;
	color: #ab4201;
	font-weight: bold;
	cursor: pointer;
}
.resultMonths .title i {
	float: right;
	line-height: .7rem;
	font-size: .5rem;
}
.resultMonths .box {
	float: left;
	width: 100%;
}
.resultXiaob {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-weight: bold;
	text-align: center;
}
.resultXiaob.color1 {
	color: #b61d26;
}
.resultXiaob.color2 {
	color: #5968a1;
}
.resultJieqi {
	display: flex;
	justify-content: space-around;
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.resultJieqi li {
	width: 2.55rem;
	text-align: center;
}
.resultJieqi li img {
	display: block;
	width: 100%;
}

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