@charset "utf-8";

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

.wrapper {
	float: left;
	width: 100%;
	background-color: #cd221a;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.index {
	background-image: url(../images/wrap-index.jpg);
}
.wrapper.index main {
	position: relative;
	margin-top: -1.9rem;
}
.wrapper.input {
	padding: 2.5rem 0 0 0;
	background-image: url(../images/wrap-input.png);
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 13.6rem;
	overflow: hidden;
}
.indexBann ul.plate {
	position: absolute;
	left: 1.4rem;
	top: 6.7rem;
	width: 4.7rem;
	height: 4.7rem;
	background: url(../images/plate.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.light {
	position: absolute;
	left: 2.65rem;
	top: 5.7rem;
	width: 2.2rem;
	height: 3.6rem;
	background: url(../images/light.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.taichi {
	position: absolute;
	left: 2.75rem;
	top: 8.05rem;
	width: 2rem;
	height: 2rem;
	background: url(../images/taichi.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text li {
	position: absolute;
	left: .3rem;
	top: 4rem;
	width: 6.9rem;
	height: 2.85rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text li:nth-child(1) {
	background-image: url(../images/text1.png);
}
.indexBann ul.text li:nth-child(2) {
	background-image: url(../images/text2.png);
}
.indexBann ul.text li:nth-child(3) {
	background-image: url(../images/text3.png);
}
.indexBann ul.text li:nth-child(4) {
	background-image: url(../images/text4.png);
}
.indexBann ul.subtitle {
	position: absolute;
	top: 8.3rem;
	width: 100%;
	height: 5.3rem;
	background: url(../images/subtitle.png) no-repeat;
	background-size: 100% 100%;
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .5rem 0 0 0;
	color: #481d00;
}
.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 .3rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) repeat-y;
	background-size: 100% auto;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: -.3rem 0 -.1rem 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #fffbf2;
	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 #938a83;
	border-radius: 50%;
	line-height: .46rem;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #fe3830;
	border-color: #fe3830;
	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: .9rem;
	font-size: .36rem;
	color: #fff3c3;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
	text-shadow: 0 0 .2rem #560082;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.indexZodiac {
	position: relative;
	float: left;
	width: 100%;
	height: 71.22rem;
	background: url(../images/img01.png) no-repeat;
	background-size: 100% 100%;
}
.indexZodiac li {
	position: absolute;
	top: 13.2rem;
	width: 1.2rem;
	height: 3.25rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transform: scale(.1);
	animation: zodiac 12s linear infinite;
}
.indexZodiac li:nth-child(odd) {
	left: .4rem;
}
.indexZodiac li:nth-child(even) {
	right: .4rem;
}
.indexZodiac li:nth-child(1) {
	background-image: url(../images/shu.png);
}
.indexZodiac li:nth-child(2) {
	background-image: url(../images/niu.png);
	animation-delay: 2s;
}
.indexZodiac li:nth-child(3) {
	background-image: url(../images/long.png);
	animation-delay: 4s;
}
.indexZodiac li:nth-child(4) {
	background-image: url(../images/she.png);
	animation-delay: 6s;
}
.indexZodiac li:nth-child(5) {
	background-image: url(../images/yang.png);
	animation-delay: 8s;
}
.indexZodiac li:nth-child(6) {
	background-image: url(../images/zhu.png);
	animation-delay: 10s;
}
@keyframes zodiac {
	0%, 38%, 100% {
		opacity: 0;
	}
	5%, 33% {
		opacity: 1;
		transform: scale(1);
	}
}
.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: 100%;
	margin: -.45rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 100%;
}
.freeData {
	display: flex;
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.freeData dt {
	width: calc(100% - 1.5rem);
}
.freeData dd {
	width: 1.5rem;
}
.freeData dd img {
	display: block;
	width: 100%;
}
.freeBox {
	float: left;
	width: 100%;
	padding: 0 .2rem .2rem .2rem;
	margin: .3rem 0 0 0;
	background: linear-gradient(#ffe9ca, #fcf5ef);
	box-shadow: 0 0 .15rem rgba(194, 138, 69, .7);
	border-radius: .2rem;
}
.freeText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.freeText b, .freeText span {
	color: #fe3830;
}
.freeText.bg {
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: #f9dcc8;
	border: .02rem solid #f1be94;
	border-radius: .2rem;
}
.freeText strong {
	display: block;
	width: 50%;
	margin: .05rem auto;
	border: .02rem solid #fffbf2;
	border-radius: .1rem;
	line-height: .5rem;
	font-weight: bold;
	text-align: center;
}
.freeText strong.bg1 {
	background: #fce1e9;
	box-shadow: inset 0 0 .16rem .05rem #f4c3d0;
	color: #9b002a;
}
.freeText strong.bg2 {
	background: #ffeffe;
	box-shadow: inset 0 0 .16rem .05rem #fdddfa;
	color: #ca28b9;
}
.freeText strong.bg3 {
	background: #eff6ff;
	box-shadow: inset 0 0 .16rem .05rem #cae0fd;
	color: #2576e2;
}
.freeText strong.bg4 {
	background: #fffcdb;
	box-shadow: inset 0 0 .16rem .05rem #f4ec84;
	color: #b16400;
}
.freeText strong.bg5 {
	background: #e5fff5;
	box-shadow: inset 0 0 .16rem .05rem #b5f4dc;
	color: #057e70;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem .3rem .5rem .3rem;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem .4rem 0 .4rem;
	background: #f9dcc8;
	border: .02rem solid #f1be94;
	border-radius: .2rem;
}
.freePop strong {
	display: block;
	width: 70%;
	margin: 0 auto .25rem auto;
	border: .02rem solid #fffbf2;
	border-radius: .1rem;
	line-height: .5rem;
	font-weight: bold;
	text-align: center;
}
.freePop strong.bg1 {
	background: #fce1e9;
	box-shadow: inset 0 0 .16rem .05rem #f4c3d0;
	color: #9b002a;
}
.freePop strong.bg2 {
	background: #ffeffe;
	box-shadow: inset 0 0 .16rem .05rem #fdddfa;
	color: #ca28b9;
}
.freePop strong.bg3 {
	background: #eff6ff;
	box-shadow: inset 0 0 .16rem .05rem #cae0fd;
	color: #2576e2;
}
.freePop strong.bg4 {
	background: #fffcdb;
	box-shadow: inset 0 0 .16rem .05rem #f4ec84;
	color: #b16400;
}
.freePop strong.bg5 {
	background: #e5fff5;
	box-shadow: inset 0 0 .16rem .05rem #b5f4dc;
	color: #057e70;
}
.freePop strong.bg6 {
	background: #fff3d9;
	box-shadow: inset 0 0 .16rem .05rem #fce5c3;
	color: #f67f00;
}
/*.freePop p {
	text-shadow: -.02rem -.02rem 0 #fff9ec, .02rem -.02rem 0 #fff9ec, -.02rem .02rem 0 #fff9ec, .02rem .02rem 0 #fff9ec;
}*/
.freePop p b {
	color: #fe3830;
}
.freePop p img {
	display: block;
	width: 100%;
}
.freePop a {
	display: block;
	width: 100%;
	margin: .15rem 0 -.5rem 0;
	font-size: .28rem;
	color: #fe3830;
	text-align: center;
	/*text-shadow: -.02rem -.02rem 0 #fffaec, .02rem -.02rem 0 #fffaec, -.02rem .02rem 0 #fffaec, .02rem .02rem 0 #fffaec;*/
}
.freePop a img {
	width: .7rem;
}
.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: .8rem;
	color: #fee74d;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-shadow: 0 0 .2rem #ff2a2a;
}

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


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

.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%;
}

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


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

.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: #fe3830;
	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: #f9dcc8;
	border: .02rem solid #f1be94;
	border-radius: .2rem;
	line-height: .7rem;
	color: #fe3830;
	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;
	color: #fe3830;
	text-align: center;
}
.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%;
}

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