@charset "utf-8";

/* CSS Document */

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

.wrapper {
	float: left;
	width: 100%;
	background-color: #fff1c9;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.index {
	background-image: url(../images/wrap-index.jpg);
}
.wrapper.input {
	padding: 1.7rem 0 0 0;
	background-image: url(../images/wrap-input.jpg);
}
.wrapper.middle {
	padding: 3.1rem 0 0 0;
	background-image: url(../images/wrap-middle.jpg);
}
.wrapper.result {
	padding: 3rem 0 0 0;
	background-image: url(../images/wrap-result.jpg);
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 13.7rem;
	overflow: hidden;
}
.indexBann ul.horse {
	position: absolute;
	left: .4rem;
	top: 4rem;
	width: 6.7rem;
	height: 6.9rem;
	background: url(../images/horse.png) no-repeat;
	background-size: 100% 100%;
	transform: scale(.8);
	animation: horse 2s linear infinite;
}
@keyframes horse {
	100% {
		transform: scale(1);
	}
}
.indexBann ul.teacher {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/teacher.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.text li {
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	top: 11rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transform: scale(1.5);
	transition: opacity .4s ease, transform .4s ease;
}
.indexBann ul.text li:nth-child(1) {
	left: .1rem;
	background-image: url(../images/text1.png);
}
.indexBann ul.text li:nth-child(2) {
	left: 1.5rem;
	background-image: url(../images/text2.png);
}
.indexBann ul.text li:nth-child(3) {
	left: 2.9rem;
	background-image: url(../images/text3.png);
}
.indexBann ul.text li:nth-child(4) {
	left: 4.3rem;
	background-image: url(../images/text4.png);
}
.indexBann ul.text li:nth-child(5) {
	left: 5.7rem;
	background-image: url(../images/text5.png);
}
.indexBann ul.text li.show {
	opacity: 1;
	transform: scale(1);
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}

.main.taocan {
	background: #9e0b00;
}
.button {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
}
.button.free {
	margin: -.9rem 0 0 0;
	transform: scale(.8);
}
.button a {
	display: block;
	width: 6.2rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1.06rem;
	font-size: .4rem;
	color: #e81514;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
}
.button a span {
	background: linear-gradient(#fb2513, #1f1411);
	-webkit-background-clip: text;
	color: transparent;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.indexSwiper {
	float: left;
	width: 88%;
	margin: -4.7rem 6% 0 6%;
}
.indexCurve {
	float: left;
	width: 100%;
	height: 40.6rem;
	padding: 30rem .4rem 0 .4rem;
	background: url(../images/img03.png) no-repeat;
	background-size: 100% 100%;
}
.indexCurve img {
	display: block;
	width: 100%;
}
.indexZodiac {
	position: relative;
	float: left;
	width: 100%;
	height: 12.85rem;
	background: url(../images/img04.png) no-repeat;
	background-size: 100% 100%;
}
.indexZodiac li {
	position: absolute;
	width: 1.24rem;
	height: 1.24rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: Zodiac 4s linear infinite;
}
.indexZodiac li:nth-child(1) {
	left: .1rem;
	top: 5.6rem;
	background-image: url(../images/ma.png);
}
.indexZodiac li:nth-child(2) {
	left: 3.6rem;
	top: 5.6rem;
	background-image: url(../images/shu.png);
	animation-delay: 1s;
}
.indexZodiac li:nth-child(3) {
	left: .1rem;
	top: 8.8rem;
	background-image: url(../images/tu.png);
	animation-delay: 2s;
}
.indexZodiac li:nth-child(4) {
	left: 3.6rem;
	top: 8.8rem;
	background-image: url(../images/niu.png);
	animation-delay: 3s;
}
@keyframes Zodiac {
	0%, 5%, 100% {
		transform: scale(1);
	}
	2% {
		transform: scale(.6);
	}
}

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


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

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

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


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

.bigbox {
	float: left;
	width: 100%;
	margin: 1.25rem 0 0 0;
	color: #473a2a;
}
.bigbox .btop {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .bmid {
	float: left;
	width: 100%;
	padding: .02rem .2rem;
	margin: -.02rem 0;
	background: url(../images/big-mid.png) repeat-y;
	background-size: 100% auto;
}
.bigbox .bdown {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -1.25rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 6.5rem;
	margin: 0 auto;
}
.smallbox {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.smallbox .stop {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/small-top.png) no-repeat;
	background-size: 100% 100%;
}
.smallbox .smid {
	float: left;
	width: 100%;
	padding: .02rem .25rem;
	margin: -.02rem 0;
	background: url(../images/small-mid.png) no-repeat;
	background-size: 100% 100%;
}
.smallbox .sdown {
	float: left;
	width: 100%;
	height: .4rem;
	background: url(../images/small-down.png) no-repeat;
	background-size: 100% 100%;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: -.3rem 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 {
	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 #f50909;
	border-radius: 50%;
	line-height: .46rem;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #f50909;
	color: #fff;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	font-size: .28rem;
	color: #666;
	cursor: pointer;
}
.forminput_hang_birth span {
	display: block;
}

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


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


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

.middleChart {
	position: relative;
	float: left;
	width: 100%;
	padding: .05rem;
	background: linear-gradient(#f9c544, #d19013);
	border-radius: .1rem;
}
.middleChart .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;
}
.middleChart .box:nth-child(6), .middleChart .box:nth-child(7), .middleChart .box:nth-child(10), .middleChart .box:nth-child(11) {
	background: none;
	border: none;
}
.middleChart .box ul li {
	float: left;
	width: 100%;
	padding: 0 .1rem;
	line-height: .35rem;
	font-size: .26rem;
	color: #863e07;
}
.middleChart.mid .box ul li {
	display: none;
}
.middleChart .box ul li img {
	float: right;
	width: .3rem;
	margin: .025rem 0 0 0;
}
.middleChart .box ul li:last-child {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	color: #333;
	text-align: center;
}
.middleChart .data {
	position: absolute;
	top: 1.65rem;
	left: 26%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 3.05rem;
	background: url(../images/data-bg.png) no-repeat center;
	background-size: 100% 100%;
	font-size: .26rem;
	color: #863e07;
}
.middleChart .data b {
	font-size: .32rem;
}
.middleChart .data span {
	color: #f21307;
}
.middleChart.mid .data ul li {
	opacity: 0;
	animation: showInfo .5s linear forwards;
	animation-delay: calc(var(--i)*.3s);
}
@keyframes showInfo {
	from {}
	to {
		opacity: 1;
	}
}
.middleChart.mid .box.stop.zoom {
	animation: boxZoom 1s linear 2;
}
@keyframes boxZoom {
	0% {}
	50% {
		transform: scale(.8);
	}
	100% {
		transform: scale(1);
	}
}
.middleBar {
	float: left;
	width: 100%;
}
.middleBar dl {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	display: none;
}
.middleBar dl dt {
	float: left;
	width: 100%;
	color: #3c3934;
}
.middleBar dl dd {
	float: left;
	width: 100%;
	height: .3rem;
	margin: .1rem 0 0 0;
	background: #d9d9d9;
	border-radius: .3rem;
}
.middleBar dl dd span {
	float: left;
	width: 0;
	height: .3rem;
	background: #f50909;
	border-radius: .3rem;
	animation: progress linear forwards;
}
.middleBar dl:nth-child(1) dd span {
	animation-duration: 2.8s;
}
.middleBar dl:nth-child(2) dd span {
	animation-duration: 2.4s;
}
.middleBar dl:nth-child(3) dd span {
	animation-duration: 2s;
}
@keyframes progress {
	from {}
	to {
		width: 100%;
	}
}

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


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

.freeMask {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 7.5rem;
	padding: 2rem 0 0 0;
	background: rgba(0, 0, 0, .75);
	z-index: 9;
	opacity: 0;
}
.wrapper.free {
	height: 100%;
	min-height: auto;
	overflow-y: scroll;
	transform: translateY(100%);
}
.wrapper.free.show {
	transition: 1s;
	transform: translateY(0);
}
.freeSam {
	float: left;
	width: 100%;
	padding: 0 2.3rem 0 0;
	background: url(../images/sam-bg.png) no-repeat right top;
	background-size: 2rem auto;
	text-align: justify;
}
.freeSam b {
	color: #f50909;
}
.freeSelect {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.freeSelect a {
	height: 4.4rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.freeSelect a:first-child {
	width: 2.98rem;
	background-image: url(../images/select1-1.png);
}
.freeSelect a:last-child {
	width: 3.11rem;
	background-image: url(../images/select2-1.png);
}
.freeSelect a:first-child.current {
	background-image: url(../images/select1-2.png);
}
.freeSelect a:last-child.current {
	background-image: url(../images/select2-2.png);
}
.freeTitle {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	line-height: .7rem;
	font-size: .34rem;
	color: #ffedbb;
	font-weight: bold;
	text-align: center;
}
.freeTitle:first-child {
	margin: 0;
}
.freeTitle.bg1 {
	background-image: url(../images/title-bg1.png);
}
.freeTitle.bg2 {
	background-image: url(../images/title-bg2.png);
}
.freeTitle.bg3 {
	background-image: url(../images/title-bg3.png);
}
.freeTitle.bg4 {
	background-image: url(../images/title-bg4.png);
}
.freeTitle.bg5 {
	background-image: url(../images/title-bg5.png);
}
.freeTitle span {
	background: linear-gradient(#fffffd, #ffe7a8);
	-webkit-background-clip: text;
	color: transparent;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .3rem;
	margin: .3rem 0 0 0;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
}
.freeMohu:first-child {
	margin: 0;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem .3rem .8rem .3rem;
	background: #fff;
	border: .02rem solid #fecd70;
	border-radius: .1rem;
	text-align: justify;
}
.freePop b {
	color: #f50909;
}
.freePop b.green {
	color: #0e9578;
}
.freePop img {
	display: block;
	width: 4.5rem;
	margin: -.2rem auto 0 auto;
}

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


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

.popMask {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 7.5rem;
	padding: 0 .2rem;
	background: rgba(0, 0, 0, .75);
	z-index: 9;
}
.popMask .button {
	margin: .2rem 0;
}
.popClose {
	float: left;
	width: 100%;
	margin: 0 0 -.1rem 0;
}
.popClose a {
	float: right;
	width: .66rem;
	height: .66rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}
.popText {
	float: left;
	width: 100%;
	font-size: .28rem;
	text-align: center;
}
.popText span {
	color: #f50909;
}

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


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

.resultData {
	float: left;
	width: 100%;
}
.resultData i {
	display: inline-block;
	width: 1.6rem;
}
.resultTab {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	margin: .3rem 0;
}
.resultTab a {
	width: 3.2rem;
	background: #e6e6e6;
	border-radius: .1rem;
	line-height: .7rem;
	color: #808080;
	font-weight: bold;
	text-align: center;
}
.resultTab a.current {
	background: #fee870;
	color: #7e3201;
}
.resultStar {
	float: left;
	width: 60%;
	margin: 0 20%;
	font-weight: bold;
	text-align: center;
}
.resultStar span {
	display: block;
	padding: .1rem 0 0 0;
	margin: .1rem 0 0 0;
	border-top: 1px solid #9d9c97;
	color: #f50909;
}
.resultText {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	text-align: justify;
}
.resultText:first-child {
	margin: 0;
}
.resultText span {
	color: #f50909;
}
.resultText b {
	display: inline-block;
	padding: .05rem .3rem;
	margin: 0 0 .1rem 0;
	border-radius: .5rem;
	color: #fff;
}
.resultText b.bg1 {
	background: #ed3e3b;
}
.resultText b.bg2 {
	background: #ea3868;
}
.resultText b.bg3 {
	background: #d67112;
}
.resultText b.bg4 {
	background: #4a55d3;
}
.resultText b.bg5 {
	background: #a852cf;
}
.resultChart, .resultChart img {
	float: left;
	width: 100%;
}
.resultMonths {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.resultMonths .title {
	float: left;
	width: 100%;
	padding: 0 .1rem 0 0;
	background: #fff;
	border: .02rem solid #fecd70;
	line-height: .7rem;
	font-size: .26rem;
	color: #7e3200;
	font-weight: bold;
	cursor: pointer;
}
.resultMonths .title i {
	float: right;
	line-height: .7rem;
	font-size: .5rem;
}
.resultMonths .box {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.resultTips {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-size: .26rem;
	color: #7e3200;
	text-align: justify;
}
.resultPalace {
	float: left;
	width: 100%;
	margin: -.2rem 0 0 0;
}
.resultPalace li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #bd7a61;
	line-height: .8rem;
}
.resultPalace li span {
	float: left;
	width: 2rem;
	color: #f31c34;
}
.resultPalace li i {
	font-size: .26rem;
	color: #666;
}

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


/*命盘图*/

.chart_year {
	float: left;
	width: 100%;
	/*margin: .3rem 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: .4rem;
	height: .4rem;
	background-size: .4rem auto;
	margin-bottom: -.1rem;
	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;
}*/


/*命盘图*/