@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: #fac074 url(../images/wrap-bg.png) no-repeat;
	background-size: 100% auto;
}
.indexBann {
	float: left;
	width: 100%;
	height: 5.4rem;
	background: url(../images/headline1.png) no-repeat;
	background-size: 100% 100%;
}
.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.indexSelect {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	width: 100%;
	padding: 0 .2rem;
}
.indexSelect a {
	width: 1.5rem;
	margin: .3rem 0 0 0;
}
.indexSelect a img {
	display: block;
	width: 100%;
}

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


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

.popupMask {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 7.5rem;
	padding: 0 .2rem;
	background: rgba(0, 0, 0, .75);
	z-index: 99;
}
.popEmail {
	width: 5rem;
	height: 4.6rem;
	padding: 1.6rem .3rem 0 .3rem;
	background: url(../images/email-bg.png) no-repeat;
	background-size: 100% 100%;
}
.popEmail input {
	width: 100%;
	height: .6rem;
	background: #fff;
	border: none;
	border-radius: .1rem;
	outline: none;
	text-indent: .1rem;
}
.popEmail a {
	display: block;
	width: 100%;
	margin: .3rem 0 0 0;
	background: linear-gradient(#902ced, #b10fd4);
	border-radius: .1rem;
	line-height: .7rem;
	color: #fff;
	text-align: center;
}
.popEmail p {
	width: 100%;
	margin: .3rem 0 0 0;
	font-size: .26rem;
	color: #0d3151;
	text-align: justify;
}
.popClose {
	float: left;
	width: 100%;
}
.popClose a {
	display: block;
	width: .7rem;
	height: .7rem;
	margin: .3rem auto 0 auto;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}
.popTitle {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	font-size: .36rem;
	color: #7b1b0f;
	font-weight: bold;
	text-align: center;
}
.popupMask .resultBox {
	margin: 0;
}
.popupMask .indexSelect a img {
	width: 1.3rem;
	margin: 0 auto;
}

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


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

.resultHead {
	position: relative;
	float: left;
	width: 100%;
	height: 2.8rem;
	padding: .6rem 0 0 .5rem;
	background: url(../images/headline2.png) no-repeat;
	background-size: 100% 100%;
}
.resultHead img {
	display: block;
	width: 1.7rem;
}
.resultHead a {
	position: absolute;
	left: 1.9rem;
	top: 1.2rem;
	width: 1.3rem;
	background: #fadead;
	border: .03rem solid #f16e2d;
	border-radius: .3rem;
	line-height: .45rem;
	color: #ca2c05;
	text-align: center;
}
.bigbox {
	float: left;
	width: 100%;
	padding: 0 .25rem .3rem .25rem;
	background: #faf6eb;
	border: .02rem solid #c4210d;
}
.resultTab {
	float: left;
	width: calc(100% + .5rem);
	margin: 0 0 0 -.25rem;
	background: linear-gradient(#fade9a, #f5c248);
}
.resultTab a {
	float: left;
	width: 50%;
	line-height: .8rem;
	font-size: .4rem;
	color: #b25232;
	font-weight: bold;
	text-align: center;
}
.resultTab a.current {
	background: linear-gradient(#d45434, #ca2c05);
	color: #f5e925;
}
.resultBox {
	float: left;
	width: 100%;
	padding: 0 .25rem .3rem .25rem;
	margin: .3rem 0 0 0;
	background: #fbedd3;
	border: 1px solid #f1b08f;
	border-radius: .1rem;
}
.resultPic {
	float: left;
	width: calc(100% + .5rem);
	margin: 0 0 0 -.25rem;
}
.resultPic img {
	display: block;
	width: 100%;
}
.resultZodiac {
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: left;
	width: 100%;
	padding: 0 1rem;
	margin: .3rem 0 0 0;
}
.resultZodiac img {
	width: 1.7rem;
}
.resultZodiac span {
	width: 1.7rem;
	background: url(../images/ji-bg.png) no-repeat;
	background-size: 100% 100%;
	line-height: .7rem;
	font-size: .34rem;
	color: #da1c14;
	font-weight: bold;
	text-align: center;
}
.resultText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.resultShiwu {
	float: left;
	width: 100%;
	height: 2.3rem;
	padding: .8rem .3rem 0 3rem;
	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: linear-gradient(#f01a57, #d70fb0);
	border-radius: .5rem;
	line-height: .7rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.resultRecom {
	float: left;
	width: 100%;
	height: 11.4rem;
	padding: 9rem 0 0 0;
	margin: .5rem 0 0 0;
	background: url(../images/recom-bg.png) no-repeat;
	background-size: 100% 100%;
}
.resultRecom a {
	display: block;
	width: 5.8rem;
	height: .84rem;
	margin: 0 auto;
	background: url(../images/recom-btn.png) no-repeat;
	background-size: 100% 100%;
}

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


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

.floatbtn {
	float: left;
	width: 100%;
}
.floatbtn .space {
	float: left;
	width: 100%;
	height: 1.2rem;
}
.floatbtn .btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 7.5rem;
	padding: .2rem;
	background: rgba(0, 0, 0, .7);
}
.floatbtn .btn a {
	width: 48%;
	border: .02rem solid #ffe25a;
	border-radius: .1rem;
	line-height: .96rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.floatbtn .btn a:first-child {
	float: left;
	background: linear-gradient(#e81469, #ce0dd4);
}
.floatbtn .btn a:last-child {
	float: right;
	background: linear-gradient(#ff5a09, #db7010);
}

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


/**** 祈福页 ****/

.qifuLight {
	display: flex;
	justify-content: space-around;
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.qifuLight a {
	width: 2.46rem;
}
.qifuLight a img {
	display: block;
	width: 100%;
}
.qifuTitle {
	float: left;
	width: 80%;
	margin: .3rem 10% 0 10%;
	background: #f6cb95;
	border-radius: .3rem;
	box-shadow: inset 0 0 .2rem #e7e5b4;
	line-height: .7rem;
	font-size: .4rem;
	color: #842009;
	font-weight: bold;
	text-align: center;
}
.qifuBizhi {
	float: left;
	width: 100%;
	padding: 0 1rem;
	margin: .3rem 0 0 0;
	color: #d15352;
	text-align: center;
}
.qifuBizhi img {
	width: 100%;
}

/**** 祈福页 ****/