@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%;
	background: #c33816;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.ziwei {
	padding: 9.2rem 0 0 0;
	background-image: url(../images/wrap-ziwei.png);
}
.wrapper.qudao {
	padding: 10.6rem 0 0 0;
	background-image: url(../images/wrap-qudao.png);
}
.wrapper.input {
	padding: 1.2rem 0 0 0;
	background-image: url(../images/wrap-input.png);
}
.wrapper.libao {
	padding: 2.2rem 0 0 0;
	background-image: url(../images/wrap-libao.png);
}
.wrapper.libao.qs {
	padding: 2.2rem 0 0 0;
	background-image: url(../images/wrap-libao_qs.png);
}
.wrapper.result {
	padding: 4.7rem 0 0 0;
	background-image: url(../images/wrap-result.png);
}
.indexNav {
	float: left;
	width: 100%;
	background: #fff8ee;
}
.indexNav a {
	float: left;
	width: 50%;
	padding: .15rem 0;
	line-height: 1.1;
	font-size: .36rem;
	color: #cbad85;
	font-weight: bold;
	text-align: center;
}
.indexNav a span {
	font-size: .26rem;
}
.indexNav a.current {
	/*background: linear-gradient(#fffee3, #f6be6a);*/
	/*color: #7b2800;*/
	background: linear-gradient(#9124b7, #d966ff );
	color: #ffffff;
}
.indexNav.fixedNav {
	position: fixed;
	top: 0;
	z-index: 9;
	max-width: 7.5rem;
}
.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.indexBox {
	float: left;
	width: 100%;
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.button {
	position: relative;
	float: left;
	width: 100%;
	margin: -1.7rem 0 0 0;
}
.button.qudao {
	margin: -21rem 0 0 0;
}
.button.input {
	margin: .4rem 0 0 0;
}
.button.result {
	margin: .4rem 0 0 0;
}
.button.result a {
	animation: none;
}
.button a {
	display: block;
	width: 6.4rem;
	height: 1.26rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: 1rem;
	font-size: .4rem;
	color: #fcf7ad;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
	text-shadow: -0.03rem -0.03rem 0 #951911, 0.03rem -0.03rem 0 #951911, -0.03rem 0.03rem 0 #951911, 0.03rem 0.03rem 0 #951911;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
.button span {
	position: absolute;
	right: 0;
	top: -.2rem;
	width: auto;
	padding: 0 .2rem;
	background: #9523bc;
	border-radius: .3rem;
	font-size: .24rem;
	color: #fff;
	text-shadow: none;
	line-height: .4rem;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}

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


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

.floatbtn {
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	max-width: 7.5rem;
	background: #fce49b;
	z-index: 9;
}
.floatbtn a:first-child {
	width: 20%;
	padding: .1rem 0 0 0;
	background: #f2f1f1;
	font-size: .24rem;
	color: #2992d4;
	text-align: center;
}
.floatbtn a:first-child img {
	display: block;
	width: .5rem;
	margin: 0 auto;
}
.floatbtn a:last-child {
	width: 80%;
	font-size: .24rem;
	font-weight: bold;
	text-align: center;
}
.floatbtn a:last-child b {
	font-size: .38rem;
	color: #951a12;
}
.floatbtn a:last-child span {
	color: #951a12;
}

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


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

.popMask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 .2rem;
	max-width: 7.5rem;
	z-index: 9;
	background: rgba(0, 0, 0, .75);
}
.popClose {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.popClose a {
	display: block;
	width: .66rem;
	height: .66rem;
	margin: 0 auto;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}
.popBox {
	float: left;
	width: 100%;
	padding: .3rem .3rem 0 .3rem;
	background: url(../images/pop-bg.png) no-repeat;
	background-size: 100% 100%;
}
.popTitle {
	float: left;
	width: 100%;
	color: #951a12;
	font-weight: bold;
	text-align: center;
}
.popSelect {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	margin: .2rem 0 2rem 0;
}
.popSelect a {
	width: 3.17rem;
}
.popSelect a img {
	display: block;
	width: 100%;
}

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


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

.inputBox {
	float: left;
	width: 100%;
	margin: .53rem 0 0 0;
}
.inputBox .top {
	float: left;
	width: 100%;
	height: .6rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.inputBox .down {
	float: left;
	width: 100%;
	height: .6rem;
	background: url(../images/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.inputBox .mid {
	float: left;
	width: 100%;
	padding: 0 .3rem;
	margin: -.01rem 0;
	background: url(../images/big-mid.png) no-repeat;
	background-size: 100% 100%;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -.73rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 6.07rem;
	margin: 0 auto;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: -.15rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.forminput_hang_bt {
	float: left;
	width: 1.6rem;
	line-height: .6rem;
}
.forminput_hang_name, .forminput_hang_sex, .forminput_hang_status {
	overflow: hidden;
}
.forminput_hang_name input, .forminput_hang_status select {
	float: left;
	width: 100%;
	background: #f2f2f2;
	border: solid .02rem #9d9c97;
	border-radius: .1rem;
	outline: none;
	height: .6rem;
	text-indent: .1rem;
}
.forminput_hang_sex a {
	margin: 0 .4rem 0 0;
	line-height: .6rem;
	color: #666;
}
.forminput_hang_sex a i {
	color: #c40000;
}
.forminput_hang_birth {
	overflow: hidden;
	background: #f2f2f2;
	border: solid .02rem #9d9c97;
	border-radius: .1rem;
	line-height: .56rem;
	text-indent: .1rem;
	cursor: pointer;
	color: #666;
}
.forminput_hang_birth span {
	display: block;
}

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


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


/**** 礼包页 ****/

.libaoData {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
}
.libaoProd {
	float: left;
	width: 100%;
}
.libaoProd a {
	float: left;
	width: 33.33%;
	margin: .3rem 0 0 0;
	text-align: center;
}
.libaoProd a img {
	width: 1.5rem;
}
.libaoSam {
	float: left;
	width: 100%;
	height: 2.98rem;
	padding: .75rem .4rem 0 5.5rem;
	margin: .4rem 0 0 0;
	background: url(../images/sam-bg.png) no-repeat;
	background-size: 100% 100%;
}
.libaoSam a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 1.2rem;
	background: linear-gradient(#e5be83, #bf7715);
	border-radius: 50%;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
}

/**** 礼包页 ****/


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


/*命盘图*/

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


/*命盘图*/

.bigbox {
	float: left;
	width: 100%;
	margin: .4rem 0 0 0;
	background: #fcf4e4;
	border: solid .05rem #f5ce8a;
	border-radius: .2rem;
}
.bigbox .content {
	float: left;
	width: 100%;
	padding: 0 .2rem .3rem .2rem;
}
.resultData {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: center;
}
.resultMenu {
	float: left;
	width: 7.5rem;
	margin: .4rem 0 0 -.2rem;
	background: #fcf4e4;
}
.resultMenu.fixedNav {
	position: fixed;
	overflow: hidden;
	top: -.4rem;
	z-index: 99;
}
.resultMenu .swiper-container {
	float: left;
	width: 90%;
}
.resultMenu .swiper-container a {
	display: block;
	width: 100%;
	line-height: 1rem;
	color: #a37049;
	font-weight: bold;
	text-align: center;
}
.resultMenu .swiper-container a.current {
	background-image: linear-gradient(#fef37d, #fec82d);
	color: #852921;
}
.resultMenu .you {
	float: left;
	width: 10%;
	line-height: 1rem;
	font-size: .5rem;
	color: #a37049;
	text-align: center;
	cursor: pointer;
}

/*弹窗*/

.maskbox {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 0 0 -.2rem;
	background: #4e4c4e;
	opacity: .85;
	max-width: 7.5rem;
	z-index: 9;
}
.menupop {
	position: fixed;
	left: 50%;
	top: 15%;
	width: 7rem;
	margin: 0 0 0 -3.5rem;
	background: #fff;
	border: solid 1px #e0af69;
	border-radius: .1rem;
	z-index: 10;
}
.menupop .title {
	float: left;
	width: 100%;
	background: #e0af69;
	padding: 0 0 0 .2rem;
	border-radius: .1rem .1rem 0 0;
	line-height: .8rem;
	color: #fff;
	font-weight: bold;
}
.menupop .title a {
	float: right;
	padding: 0 .2rem;
	font-size: .5rem;
	color: #fff;
}
.menupop .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	padding: 0 .15rem .2rem .15rem;
}
.menupop .list a {
	width: 1.6rem;
	margin: .2rem 0 0 0;
	background: #fcf4e4;
	border-radius: .1rem;
	line-height: .5rem;
	color: #a37049;
	text-align: center;
}

/*弹窗*/

.resultTxt {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: justify;
}
.resultTxt span, .resultTxt b {
	color: #c40000;
}
.resultTxt img {
	float: left;
	width: 1.38rem;
	margin: .05rem .2rem 0 0;
}
.resultTxt.samtotal {
	padding: 2.3rem 0 0 0;
	background: url(../images/sam-total.png) no-repeat center top;
	background-size: 2.6rem auto;
}
.resultTxt.samwork {
	padding: 0 0 0 2.1rem;
	background: url(../images/sam-work.png) no-repeat left center;
	background-size: 1.95rem auto;
	min-height: 2.1rem;
}
.resultTxt.sammoney {
	padding: 0 0 0 2.1rem;
	background: url(../images/sam-money.png) no-repeat left center;
	background-size: 1.95rem auto;
	min-height: 2.1rem;
}
.resultTxt.samlove {
	padding: 0 0 0 2.1rem;
	background: url(../images/sam-love.png) no-repeat left center;
	background-size: 1.95rem auto;
	min-height: 2.1rem;
}
.resultTxt.sammonth {
	padding: 0 0 0 2.1rem;
	background: url(../images/sam-month.png) no-repeat left center;
	background-size: 1.95rem auto;
	min-height: 2.1rem;
}
.resultTxt.samkaiyun {
	padding: 0 0 0 2.1rem;
	background: url(../images/sam-kaiyun.png) no-repeat left center;
	background-size: 1.95rem auto;
	min-height: 2.1rem;
}
.resultTxt.samweilai {
	padding: 2.1rem 0 0 0;
	background: url(../images/sam-weilai.png) no-repeat center top;
	background-size: 2.13rem auto;
}
.resultTitle {
	float: left;
	width: 94%;
	margin: .3rem 3% 0 3%;
	background: #a66f3e;
	border-radius: .2rem;
	line-height: .6rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.resultTitle span {
	background: linear-gradient(#fffffd, #fef896);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.resultQujian {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	text-align: center;
}
.resultQujian b {
	color: #c40000;
}
.resultTips {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-size: .26rem;
	color: #9b9b93;
	text-align: justify;
}
.resultTips a {
	padding: .03rem .1rem;
	background: #c40000;
	border-radius: .1rem;
	color: #fff;
}
.resultTips span {
	color: #c40000;
}
.resultPalace {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	background: #fff;
	border: solid 1px #fde6d4;
	border-radius: .1rem;
}
.resultPalace ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 1rem;
	border-bottom: solid 1px #ffedd0;
	line-height: .8rem;
	font-size: .36rem;
	color: #852921;
	font-weight: bold;
	/*text-align: center;*/
}
.resultPalace ul li:last-child {
	border: none;
}
.resultPalace ul li:nth-child(1) span {
	color: #c40000;
}
.resultPalace ul li:nth-child(2) span {
	color: #bb7200;
}
.resultPalace ul li:nth-child(3) span {
	color: #8f13c5;
}
.resultPalace ul li:nth-child(4) span {
	color: #1d78a3;
}
.resultPalace ul li i {
	margin: 0 .5rem;
}
.resultTrend {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	height: 1.8rem;
	margin: .25rem 0 0 0;
	background: url(../images/trend-bg.png) no-repeat;
	background-size: 100% 100%;
}
.resultTrend dl {
	width: 3.2rem;
}
.resultTrend dl dt {
	float: left;
	width: 100%;
	line-height: .66rem;
	color: #852921;
	text-align: center;
}
.resultTrend dl dd {
	float: left;
	width: 100%;
	line-height: 1.14rem;
	font-size: .4rem;
	font-weight: bold;
	text-align: center;
}
.resultTrend dl:first-child dd {
	color: #527f5c;
}
.resultTrend dl:last-child dd {
	color: #960000;
}
.resultTotal {
	float: left;
	width: 100%;
	padding: 0 .35rem 0 1.75rem;
	margin: .2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	line-height: 1.4rem;
	font-size: .36rem;
	color: #c40000;
	font-weight: bold;
	text-align: center;
}
.resultTotal.bg1 {
	background-image: url(../images/total-bg1.png);
}
.resultTotal.bg2 {
	background-image: url(../images/total-bg2.png);
}
.resultTotal.bg3 {
	background-image: url(../images/total-bg3.png);
}
.resultTotal.bg4 {
	background-image: url(../images/total-bg4.png);
}
.resultWord {
	float: left;
	width: 100%;
	height: 4.2rem;
	padding: 1.5rem 1.22rem 0 3.27rem;
	margin: .2rem 0 -.1rem 0;
	background: url(../images/word-bg.png) no-repeat center;
	background-size: auto 100%;
	font-size: 1rem;
	color: #c40000;
	font-weight: bold;
	text-align: center;
}
.resultChart, .resultChart img {
	float: left;
	width: 100%;
}
.resultChart {
	margin: .2rem 0 0 0;
}
.resultTaohua {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	background: url(../images/taohua-bg.png) no-repeat center;
	background-size: auto 100%;
	line-height: 1.2rem;
	font-size: .36rem;
	color: #c40000;
	font-weight: bold;
	text-align: center;
}
.resultMonths {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background: #fff;
	border: solid 1px #fde6d4;
	border-radius: .1rem;
}
.resultMonths .title {
	float: left;
	width: 100%;
	padding: 0 .2rem 0 .1rem;
	background: #fce5bd;
	border-radius: .1rem;
	line-height: .65rem;
	color: #852921;
	font-size: .3rem;
	cursor: pointer;
}
.resultMonths .title i {
	float: right;
	margin: .08rem 0 0 0;
	font-size: .5rem;
}
.resultMonths .box {
	float: left;
	width: 100%;
	padding: 0 .2rem .2rem .2rem;
}
.resultLucky {
	float: left;
	width: 90%;
	height: 1.47rem;
	padding: 0 .2rem 0 0;
	margin: .25rem 4% -.1rem 6%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 1.47rem;
	font-size: .36rem;
	font-weight: bold;
	text-align: center;
}
.resultLucky.yellow {
	background-image: url(../images/lucky/yellow-bg.png);
	color: #d26c12;
}
.resultLucky.blue {
	background-image: url(../images/lucky/blue-bg.png);
	color: #153a84;
}
.resultLucky.purple {
	background-image: url(../images/lucky/purple-bg.png);
	color: #85228e;
}
.resultLucky img {
	float: left;
	width: 1.47rem;
	margin: -.05rem 0 0 -.1rem;
}

/*方位图*/

.resultMap {
	position: relative;
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 70.625%;
	margin: .3rem auto 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/map-bg.png);
}
.resultMap .color_bg {
	width: 27.5%;
	position: absolute;
}
.resultMap .color {
	width: 100%;
	height: 0;
	padding-bottom: 61.93181818%;
	background-repeat: no-repeat;
	background-size: cover;
}
.resultMap .luck_icon {
	width: 31%;
	height: 0;
	padding-bottom: 31%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 2px;
	left: 35%;
}

/*方位图*/

.recomBtn {
	float: left;
	width: 100%;
	height: 16.55rem;
	padding: 14.8rem .6rem 0 .6rem;
	margin: .3rem 0 0 0;
	background: url(../images/recom-bg.png) no-repeat;
	background-size: 100% 100%;
}
.recomBtn a {
	float: left;
	width: 100%;
	height: .91rem;
	background: url(../images/recom-btn.png) no-repeat;
	background-size: 100% 100%;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}

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