@charset "utf-8";

/* CSS Document */

body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td, input, textarea, select, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: lighter;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .32rem;
	color: #666;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/*color:#333; */
	text-decoration: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea {
	-webkit-appearance: none;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/**** 公共css ****/


/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	padding-bottom: .5rem;
	background-color: #d7a755;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.wrapper.index, .wrapper.result {
	background-image: url("../images/wrap-index.png");
}
.wrapper.input, .wrapper.free {
	padding-top: .4rem;
	background-image: url("../images/wrap-input.png");
}
.wrapper.input {
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 10rem;
	overflow: hidden;
}
.indexBann ul.plate {
	position: absolute;
	left: -2.3rem;
	width: 8.25rem;
	height: 8.25rem;
	background: url("../images/plate.png") no-repeat;
	background-size: 100% 100%;
	animation: plate 15s linear infinite;
	-webkit-animation: plate 15s linear infinite;
}
@keyframes plate {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes plate {
	from {}
	to {
		transform: rotate(360deg);
	}
}
.indexBann ul.headline {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/headline.png") no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text1 li {
	position: absolute;
	width: 1.45rem;
	height: 1.45rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: text1 10s linear infinite;
	-webkit-animation: text1 10s linear infinite;
}
.indexBann ul.text1 li:nth-child(1) {
	left: 3.9rem;
	top: .7rem;
	background-image: url("../images/text1-1.png");
}
.indexBann ul.text1 li:nth-child(2) {
	left: 4.8rem;
	top: 2.3rem;
	background-image: url("../images/text1-2.png");
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.indexBann ul.text1 li:nth-child(3) {
	left: 4.9rem;
	top: 4.1rem;
	background-image: url("../images/text1-3.png");
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.indexBann ul.text1 li:nth-child(4) {
	left: 4.2rem;
	top: 5.85rem;
	background-image: url("../images/text1-4.png");
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
}
.indexBann ul.text1 li:nth-child(5) {
	left: 3rem;
	top: 6.8rem;
	background-image: url("../images/text1-5.png");
	animation-delay: 8s;
	-webkit-animation-delay: 8s;
}
@keyframes text1 {
	0% {}
	2%, 13% {
		opacity: 0;
	}
	15%, 100% {
		opacity: 1;
	}
}
@-webkit-keyframes text1 {
	0% {}
	2%, 13% {
		opacity: 0;
	}
	15%, 100% {
		opacity: 1;
	}
}
.indexBann ul.text2 li {
	position: absolute;
	width: 2.45rem;
	height: 2.45rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: text2 10s linear infinite;
	-webkit-animation: text2 10s linear infinite;
}
.indexBann ul.text2 li:nth-child(1) {
	left: 3.7rem;
	top: .2rem;
	background-image: url("../images/text2-1.png");
}
.indexBann ul.text2 li:nth-child(2) {
	left: 4.6rem;
	top: 1.8rem;
	background-image: url("../images/text2-2.png");
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.indexBann ul.text2 li:nth-child(3) {
	left: 4.7rem;
	top: 3.6rem;
	background-image: url("../images/text2-3.png");
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.indexBann ul.text2 li:nth-child(4) {
	left: 4.2rem;
	top: 5.35rem;
	background-image: url("../images/text2-4.png");
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
}
.indexBann ul.text2 li:nth-child(5) {
	left: 2.4rem;
	top: 6.5rem;
	background-image: url("../images/text2-5.png");
	animation-delay: 8s;
	-webkit-animation-delay: 8s;
}
@keyframes text2 {
	0% {}
	2%, 13% {
		opacity: 1;
	}
	15%, 100% {
		opacity: 0;
	}
}
@-webkit-keyframes text2 {
	0% {}
	2%, 13% {
		opacity: 1;
	}
	15%, 100% {
		opacity: 0;
	}
}

/*banner图动画*/

.button {
	float: left;
	width: 100%;
	padding: 0 .5rem;
	margin: .3rem 0 0 0;
}
.button a, .button a img {
	float: left;
	width: 100%;
}
.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%;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: 1.05rem;
	background: url("../images/big-top.png") no-repeat;
	background-size: 100% 100%;
	line-height: .9rem;
	font-size: .4rem;
	color: #fff6cb;
	font-weight: bold;
	text-align: center;
	text-shadow: -0.03rem -0.03rem 0 #6e2c22, 0.03rem -0.03rem 0 #6e2c22, -0.03rem 0.03rem 0 #6e2c22, 0.03rem 0.03rem 0 #6e2c22;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: .01rem .5rem;
	margin: -.01rem 0;
	background: url("../images/big-mid.png") no-repeat;
	background-size: 100% 100%;
	color: #5c1c02;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .45rem;
	background: url("../images/big-down.png") no-repeat;
	background-size: 100% 100%;
}
.bigbox .button {
	padding: 0;
}
.indexAbout {
	float: left;
	width: 100%;
	padding: 3.1rem .5rem 0 .5rem;
	margin: .2rem 0 0 0;
	background: url("../images/zy-logo.png") no-repeat center top;
	background-size: auto 3.1rem;
}
.indexAbout ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 .8rem;
	margin: .2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: left .1rem;
	background-size: .56rem auto;
	font-size: .28rem;
	text-align: justify;
}
.indexAbout ul li:nth-child(1) {
	background-image: url("../images/zy-icon1.png");
}
.indexAbout ul li:nth-child(2) {
	background-image: url("../images/zy-icon2.png");
}
.indexAbout ul li:nth-child(3) {
	background-image: url("../images/zy-icon3.png");
}
.indexAbout ul li:nth-child(4) {
	background-image: url("../images/zy-icon4.png");
}
.indexFoot {
	float: left;
	width: 100%;
	padding: 0 .2rem;
}

/**** 首页 ****/


/**** 输入页 ****/


/** 资料输入版块 **/

.forminput {
	float: left;
	width: 100%;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .2rem 0;
	border-bottom: dotted .02rem #edc08f;
}
.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;
	height: .5rem;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	margin: 0 .4rem 0 0;
	background: #999;
	border-radius: 50%;
	line-height: .5rem;
	color: #fff;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #f54f27;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	cursor: pointer;
	color: #666;
}
.forminput_hang_birth span {
	display: block;
}

/** 资料输入版块 **/


/**** 输入页 ****/


/**** 浮动按钮 ****/

.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;
}

/*** 浮动按钮 ***/


/**** 免费页 ****/


/*命盘图*/

.zwNatalChart {
	position: relative;
	float: left;
	width: 100%;
	padding: .05rem;
	margin: .3rem 0 0 0;
	background: linear-gradient(#f9c544, #d19013);
	border-radius: .1rem;
}
.zwNatalChart .box {
	position: relative;
	float: left;
	width: 24%;
	height: 1.5rem;
	margin: 0.5%;
	background: linear-gradient(#fff8e6, #ffe5ac);
	border: solid .04rem #fff8e6;
	border-radius: .1rem;
}
.zwNatalChart .box:nth-child(6), .zwNatalChart .box:nth-child(7), .zwNatalChart .box:nth-child(10), .zwNatalChart .box:nth-child(11) {
	background: none;
	border: none;
}
.zwNatalChart .box ul li {
	float: left;
	width: 100%;
	padding: 0 .1rem;
	line-height: .35rem;
	font-size: .26rem;
	/*color: #863e07;*/
}
.zwNatalChart .box ul li img {
	float: right;
	width: .3rem;
	margin: .025rem 0 0 0;
}
.zwNatalChart .box ul li:last-child {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	color: #333;
	text-align: center;
	display: block;
}
.zwNatalChart .data {
	position: absolute;
	top: 1.65rem;
	left: 26%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 48%;
	height: 3.05rem;
	background: url("../images/data-bg.png") no-repeat center;
	background-size: 100% 100%;
	font-size: .26rem;
	/*color: #863e07;*/
	text-align: center;
}
.zwNatalChart .data b {
	font-size: .32rem;
}

/*命盘图*/

.freeTxt {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: justify;
}
.freeTxt strong {
	color: #8b111f;
}
.freeTxt b {
	display: inline-block;
	color: #d31a18;
}
.freeTxt b::after {
	content: "";
	float: left;
	width: 100%;
	height: .2rem;
	margin: -.2rem 0 0 0;
	background: #ffc0bf;
	border-radius: .1rem;
}
.freeTxt span {
	color: #d31a18;
}
.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;
	font-size: .36rem;
	color: #6f2004;
	font-weight: bold;
	text-align: center;
	text-shadow: -0.03rem -0.03rem 0 #ffeed3, 0.03rem -0.03rem 0 #ffeed3, -0.03rem 0.03rem 0 #ffeed3, 0.03rem 0.03rem 0 #ffeed3;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem;
	margin: .3rem 0 0 0;
	background: url("../images/mohu.png") no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .5rem .5rem .8rem .5rem;
	background: url("../images/pop-bg.png") no-repeat;
	background-size: 100% 100%;
}
.freePop i {
	color: #8b111f;
}
.freePop span {
	color: #d31a18;
}
.freeBtn {
	float: left;
	width: 100%;
	padding: 0 1.4rem;
	margin: -.6rem 0 0 0;
}
.freeBtn a {
	float: left;
	width: 100%;
	background: linear-gradient(#c32c15, #fe612c);
	border-radius: .5rem;
	line-height: .7rem;
	color: #fff;
	text-align: center;
}
.freeBtn a img {
	width: .33rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}

/**** 免费页 ****/


/*命盘图*/

.chart_year {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	background-color: #e9e1d2;
	border: 1px solid #b09866;
	font-size: .26rem;
}
.chart_year a {
	cursor: default;
}
.chart_year .box a.g {
	display: block;
	background-color: #fff5c7;
}
.chart_year .one {
	clear: both;
	width: 100%;
	height: 2.2rem;
	margin: 0 auto;
}
.chart_year .one li {
	float: left;
	width: 25%;
	height: 2.2rem;
	margin: 0 auto;
}
.chart_year .two {
	clear: both;
	height: 2.2rem;
	margin: 0 auto;
}
.chart_year .two .two01 {
	float: left;
	clear: both;
	width: 25%;
	height: 4.4rem;
	margin: 0 auto;
}
.chart_year .two .two02 {
	width: 50%;
	height: 4.4rem;
	margin: 0 auto;
	margin-left: 25%;
}
.chart_year .two .two02 .box02 {
	width: 99%;
	height: 4.39rem;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-top: 1rem;
}
.chart_year .two .two03 {
	float: right;
	width: 25%;
	height: 4.4rem;
	margin: 0 auto;
}
.chart_year .box {
	width: 100%;
	height: 2.2rem;
	margin: 0 auto;
}
.chart_year .box a {
	position: relative;
	display: block;
	width: 100%;
	height: 2.2rem;
	margin: 0 auto;
}
.chart_year .box a.y {
	display: block;
	background-color: #fff5c7;
	border-bottom: 1px solid #8f1c69;
}
.chart_year .box .time {
	width: 90%;
	height: .5rem;
	position: absolute;
	background-color: #a86db1;
	left: 5%;
	right: 5%;
	bottom: 5%;
	color: #fff;
	text-align: center;
	line-height: .5rem;
}
.chart_year .box .time02 {
	background-color: #e9e1d2;
	color: #a86db1;
	border: 1px solid #a86db1;
}
.chart_year .box .lord {
	width: 90%;
	height: 1rem;
	position: absolute;
	left: 5%;
	top: 3%;
}
.chart_year .box .lord .lt01 {
	width: 100%;
	height: .5rem;
	text-align: left;
	line-height: .5rem;
	color: #333;
}
.chart_year .l_icon {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background-size: .5rem .5rem;
	margin-bottom: -.16rem;
	margin-left: .06rem;
	text-indent: -999px;
}
.chart_year .box .status {
	width: 50%;
	height: 1.2rem;
	position: absolute;
	right: .04rem;
	bottom: .4rem;
}
.chart_year .box .status .st01 {
	width: 100%;
	height: .4rem;
	text-align: right;
	line-height: .4rem;
	color: #9b5800;
}
.chart_year .ziwei_c_t06 {
	font-size: .36rem;
	color: #b07900;
	font-weight: bold;
}
.chart_year .ziwei_c_t07 {
	font-size: .36rem;
	color: #6f25a7;
	font-weight: bold;
}

/*.chart_year .chart_bt {
	display: block;
	width: 50%;
	height: 30px;
	margin: 0 auto;
}
.chart_year .chart_bt a {
	display: block;
	width: 100%;
	height: .6rem;
	color: #000;
	text-align: center;
	line-height: .6rem;
	background: linear-gradient(linear, left top, left bottom, from(#ffffff), to(#cbcbcb));
	border-radius: 5px;
	border: 1px solid #848484;
}*/


/*命盘图*/


/**** 结果页 ****/

.resultData {
	float: left;
	width: 100%;
	text-align: center;
}
.resultData b {
	display: block;
	margin: .2rem 0 0 0;
	color: #d31a18;
}
.resultTips {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-size: .26rem;
	color: #666;
	text-align: justify;
}
.resultTips a {
	padding: .03rem .1rem;
	background: #d31a18;
	border-radius: .1rem;
	color: #fff;
}
.resultTips span {
	color: #d31a18;
}
.resultPalace {
	float: left;
	width: 100%;
}
.resultPalace ul li {
	float: left;
	width: 100%;
	border-bottom: dotted .02rem #edc08f;
	line-height: .8rem;
}
.resultPalace ul li span {
	float: left;
	width: 2rem;
	color: #d31a18;
}
.resultPalace ul li i {
	font-size: .28rem;
	color: #666;
}
.resultChart, .resultChart img {
	float: left;
	width: 100%;
}
.resultChart {
	margin: .2rem 0 0 0;
}
.resultMonths {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background: #fff;
	border: solid 1px #edc08f;
	border-radius: .1rem;
}
.resultMonths .title {
	float: left;
	width: 100%;
	padding: 0 .1rem 0 0;
	background: #ffcc7c;
	border-radius: .1rem;
	line-height: .7rem;
	font-size: .28rem;
	font-weight: bold;
	cursor: pointer;
}
.resultMonths .title i {
	float: right;
	margin: .1rem 0 0 0;
	font-size: .5rem;
}
.resultMonths .con {
	float: left;
	width: 100%;
	padding: 0 .2rem .2rem .2rem;
}
.recomBtn {
	float: left;
	width: 100%;
	height: 13.56rem;
	padding: 12rem 1rem 0 1rem;
	margin: .4rem 0 0 0;
	background: url("../images/recom-bg.png") no-repeat;
	background-size: 100% 100%;
}
.recomBtn a {
	float: left;
	width: 100%;
	background: #c92837;
	border-radius: .5rem;
	line-height: .9rem;
	font-size: .36rem;
	color: #fff;
	text-align: center;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}

/**** 结果页 ****/