@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: .3rem;
	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: #2b1f4c url(../images/wrap-bg.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 12rem;
	overflow: hidden;
	margin: 0 0 -.6rem 0;
}
.indexBann li.plate {
	position: absolute;
	left: .25rem;
	top: 3.5rem;
	width: 7rem;
	height: 7rem;
	background: url(../images/plate.png) no-repeat;
	background-size: 100% 100%;
	animation: plate 20s linear infinite;
}
@keyframes plate {
	100% {
		transform: rotate(360deg);
	}
}
.indexBann li.fire {
	position: absolute;
	left: 1.1rem;
	top: 3.2rem;
	width: 5.3rem;
	height: 8rem;
	background: url(../images/fire.png) no-repeat;
	background-size: 100% 100%;
	animation: fire 2s linear infinite;
}
@keyframes fire {
	20% {
		opacity: .3;
	}
	40% {
		opacity: .5;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: .5;
	}
	100% {
		opacity: .3;
	}
}
.indexBann li.headline {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/headline1.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann li.select {
	position: absolute;
	left: 2.75rem;
	top: 4.5rem;
	width: 2rem;
	height: 2rem;
	background: url(../images/select.png) no-repeat;
	background-size: 100% 100%;
	animation: select 2s linear infinite;
}
@keyframes select {
	100% {
		transform: scale(1.3);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	margin: .63rem 0 0 0;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .5rem;
	background: url(../images/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .5rem;
	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) no-repeat;
	background-size: 100% 100%;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: -.2rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #fffdf4;
	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 #b23100;
	border-radius: 50%;
	line-height: .46rem;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #b23100;
	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.4rem;
	margin: 0 auto;
	background: url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .94rem;
	font-size: .36rem;
	color: #fffcea;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
	text-shadow: 0 0 .2rem #b23100;
}
.button a img {
	width: .4rem;
	margin: -.05rem 0 0 0;
	vertical-align: middle;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	100% {
		transform: scale(.8);
	}
}
.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;
}

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


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

.inputBann {
	float: left;
	width: 100%;
	height: 3rem;
	margin: 0 0 -.4rem 0;
	background: url(../images/headline2.png) no-repeat;
	background-size: 100% 100%;
}

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


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

.picTitle {
	float: left;
	width: 100%;
	margin: -.7rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 100%;
}
.freeText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.freeText span, .freeText b {
	color: #b23100;
}
.freeText strong {
	display: block;
	margin: .1rem 0;
	background: linear-gradient(#b63a3a, #d46161);
	line-height: .7rem;
	border-radius: .1rem;
	font-size: .38rem;
	color: #fdfcd7;
	text-align: center;
}
.freeText b.center {
	display: block;
	text-align: center;
}
.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: 0 .0 .3rem 0;
	border-radius: .2rem;
}
.freePop.bg1 {
	background: #ffdbdb;
}
.freePop.bg2 {
	background: #d7ecf3;
}
.freePop.bg3 {
	background: #f5e0c1;
}
.freePop.bg4 {
	background: #f7deef;
}
.freePop.bg5 {
	background: #eae0f5;
}
.freePop.bg6 {
	background: #cdefdb;
}
.freePop.bg7 {
	background: #f9d5bc;
}
.freePop.bg8 {
	background: #e1e8fa;
}
.freePop .title {
	float: left;
	width: 80%;
	margin: 0 10%;
	border-radius: 0 0 .2rem .2rem;
	line-height: .7rem;
	font-size: .36rem;
	color: #fff17a;
	font-weight: bold;
	text-align: center;
}
.freePop.bg1 .title {
	background: #9c3005;
}
.freePop.bg2 .title {
	background: #116988;
}
.freePop.bg3 .title {
	background: #8d5808;
}
.freePop.bg4 .title {
	background: #8a1a65;
}
.freePop.bg5 .title {
	background: #5c1ba1;
}
.freePop.bg6 .title {
	background: #118843;
}
.freePop.bg7 .title {
	background: #b54610;
}
.freePop.bg8 .title {
	background: #2d53b4;
}
.freePop .text {
	float: left;
	width: 100%;
	padding: 0 .3rem;
	margin: .3rem 0 -.15rem 0;
}
.freePop .text i {
	color: #b23100;
}
.freePop.bg1 .text b {
	color: #b23100;
}
.freePop.bg2 .text b {
	color: #005979;
}
.freePop.bg3 .text b {
	color: #916017;
}
.freePop.bg4 .text b {
	color: #9f0e70;
}
.freePop.bg5 .text b {
	color: #5c1ba1;
}
.freePop.bg6 .text b {
	color: #027834;
}
.freePop.bg7 .text b {
	color: #bf5006;
}
.freePop.bg8 .text b {
	color: #2d53b4;
}
.freePop .button a {
	width: 3.5rem;
}

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


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

.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 -.3rem 0;
}
.popClose a {
	float: right;
	width: .66rem;
	height: .66rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}

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


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

.resultData {
	float: left;
	width: 100%;
	padding: .15rem;
	margin: .3rem 0 0 0;
	background: url(../images/data-bg.png) no-repeat;
	background-size: 100% 100%;
}
.resultData table {
	width: 100%;
	border-collapse: collapse;
}
.resultData table tr td {
	padding: .1rem 0;
	border: .02rem solid #dfdac2;
	font-size: .28rem;
	text-align: center;
}
.resultData table tr td span {
	color: #b23100;
}
.resultTable {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.resultTable table {
	width: 100%;
	background: #fffbef;
	border-collapse: collapse;
}
.resultTable table tr th, .resultTable table tr td {
	padding: .1rem 0;
	border: .02rem solid #dfdac2;
	font-size: .28rem;
	color: #8e5b3e;
	text-align: center;
}
.resultTable table tr th {
	background: #ddc798;
}
.resultTable table tr td img {
	width: .48rem;
	vertical-align: middle;
}
.resultTable table tr:last-of-type td {
	background: #b23100;
	color: #fff;
}

/** 方位图 **/

.resultMap {
	position: relative;
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 70.625%;
	margin: .3rem 0 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/map.jpg);
}
.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%;
}

/** 方位图 **/

.resultMonth {
	float: left;
	width: 100%;
	padding: 0 .2rem .3rem .2rem;
	margin: .3rem 0 0 0;
	background: #fffbef;
	border: .02rem solid #dfdac2;
}
.resultMonth .title {
	float: left;
	width: calc(100% + .4rem);
	padding: 0 .2rem 0 .1rem;
	margin: 0 0 0 -.2rem;
	background: #ddc798;
	line-height: .7rem;
	font-size: .28rem;
	font-weight: bold;
	cursor: pointer;
}
.resultMonth .title i {
	float: right;
	margin: .1rem 0 0 0;
	font-size: .5rem;
}
.resultMonth .box {
	float: left;
	width: 100%;
}

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