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

.wrapper {
	float: left;
	width: 100%;
	background-color: #5157ab;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.wrapper.index {
	padding-top: 9.95rem;
	background-image: url(../images/wrap-index.jpg);
}
.wrapper.input {
	padding-top: 2.9rem;
	background-image: url(../images/wrap-input.jpg);
}
.main {
	float: left;
	width: 100%;
	padding: 0 .2rem .5rem .2rem;
}
.bigbox {
	float: left;
	width: 100%;
	padding: 0 .3rem .3rem .3rem;
	margin: .6rem 0 0 0;
	background: #fff;
	border-radius: .1rem;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: 0 0 -.1rem 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #eff0ff;
	border-radius: .1rem;
}
.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;
	line-height: .5rem;
	color: #666;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	border: .02rem solid #f12807;
	border-radius: 50%;
	line-height: .46rem;
	color: #666;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #f12807;
	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.8rem;
	margin: 0 auto;
	background: #f12807;
	border-radius: .1rem;
	line-height: .9rem;
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}

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


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

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

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


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

.picTitle {
	float: left;
	width: 100%;
	margin: -.17rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 100%;
}

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


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

.freeTitle {
	float: left;
	width: 80%;
	margin: .3rem 10% 0 10%;
	background: #ffeaeb;
	border: 2px solid #f78d90;
	border-radius: 10px;
	box-shadow: inset 0 0 .32rem 0 rgba(247, 141, 144, .6);
	line-height: .9rem;
	font-size: .38rem;
	color: #f12807;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
}
.freeData {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: center;
}
.freeTable {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.freeTable table {
	width: 100%;
	border-collapse: collapse;
}
.freeTable table tr th, .freeTable table tr td {
	border: 1px solid #aebbf1;
	padding: .15rem 0;
	line-height: 1.2;
	text-align: center;
}
.freeTable table tr th {
	background: #e3ebfc;
	font-weight: normal;
}
.freeTable.ftsize table {
	font-size: .28rem;
}
.freeTable.ftsize table tr td.bg {
	background: #f12807;
	color: #fff;
}
.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: .3rem;
	background: rgba(227, 235, 252, .9);
	border-radius: .2rem;
}
.freePop ul {
	float: left;
	width: 100%;
}
.freePop ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 .35rem;
	background: url(../images/icon.png) no-repeat left top .2rem;
	background-size: .23rem auto;
	text-align: justify;
}
.freePop span {
	color: #f12807;
}
.freePop a {
	float: left;
	width: 80%;
	margin: .2rem 10% 0 10%;
	background: #f12807;
	border-radius: .1rem;
	line-height: .8rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
}
.freePop b.color1 {
	color: #f92e62;
}
.freePop b.color2 {
	color: #2b64ff;
}
.freePop b.color3 {
	color: #ff7b2e;
}
.freePop p {
	float: left;
	width: 100%;
	margin: 0 0 .1rem 0;
	font-weight: bold;
	text-align: center;
}
.freePop img {
	display: block;
	width: 100%;
}

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


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

.popMask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 .5rem;
	max-width: 7.5rem;
	z-index: 9;
	background: rgba(0, 0, 0, .75);
}
.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%;
}

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


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

.resultText {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	text-align: justify;
}
.resultText b {
	display: inline-block;
	color: #f12807;
}
.resultText b::after {
	content: "";
	float: left;
	width: 100%;
	height: .2rem;
	margin: -.2rem 0 0 0;
	background: #ffe3cc;
	border-radius: .1rem;
}
.resultText span {
	color: #f12807;
}
.resultText p {
	height: .15rem;
}
.resultText span.color1 {
	color: #f92e62;
}
.resultText span.color2 {
	color: #2b64ff;
}
.resultText span.color3 {
	color: #cf31f1;
}
.resultText span.color4 {
	color: #ff7b2e;
}
.resultScore {
	float: left;
	width: 100%;
}
.resultScore dl {
	float: left;
	width: 100%;
	padding: 0 0 0 .7rem;
	margin: .2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .56rem auto;
}
.resultScore dl:nth-child(1) {
	background-image: url(../images/jin.png);
}
.resultScore dl:nth-child(2) {
	background-image: url(../images/mu.png);
}
.resultScore dl:nth-child(3) {
	background-image: url(../images/shui.png);
}
.resultScore dl:nth-child(4) {
	background-image: url(../images/huo.png);
}
.resultScore dl:nth-child(5) {
	background-image: url(../images/tu.png);
}
.resultScore dl dt {
	float: left;
	width: 100%;
}
.resultScore dl dt span {
	float: right;
}
.resultScore dl dt span i {
	color: #f12807;
}
.resultScore dl dd {
	float: left;
	width: 100%;
	height: .2rem;
	margin: .1rem 0 0 0;
	background: #f1e7d4;
	border-radius: .1rem;
}
.resultScore dl dd span {
	float: left;
	height: .2rem;
	border-radius: .1rem;
}
.resultScore dl:nth-child(1) dd span {
	background: #f0b027;
}
.resultScore dl:nth-child(2) dd span {
	background: #55bd8c;
}
.resultScore dl:nth-child(3) dd span {
	background: #588bf1;
}
.resultScore dl:nth-child(4) dd span {
	background: #f07364;
}
.resultScore dl:nth-child(5) dd span {
	background: #9e766b;
}
.resultPoint {
	float: left;
	width: 100%;
	margin: .25rem 0 0 0;
	font-size: .26rem;
	color: #a6a4a4;
	text-align: justify;
}
.resultChart, .resultChart img {
	float: left;
	width: 100%;
}
.resultMap {
	position: relative;
	float: left;
	width: 100%;
	height: 6.7rem;
	background: url(../images/map-bg.png) no-repeat center;
	background-size: 100% auto;
}
.resultMap li {
	position: absolute;
	width: .7rem;
}
.resultMap li.dong1 {
	left: 0;
	top: 3rem;
}
.resultMap li.dong2 {
	left: .7rem;
	top: 3rem;
}
.resultMap li.dong3 {
	left: 1.4rem;
	top: 3rem;
}
.resultMap li.dong4 {
	left: 2.1rem;
	top: 3rem;
}
.resultMap li.xi1 {
	right: 0;
	top: 3rem;
}
.resultMap li.xi2 {
	right: .7rem;
	top: 3rem;
}
.resultMap li.xi3 {
	right: 1.4rem;
	top: 3rem;
}
.resultMap li.xi4 {
	right: 2.1rem;
	top: 3rem;
}
.resultMap li.nan1 {
	left: 2.9rem;
	top: 0;
}
.resultMap li.nan2 {
	left: 2.9rem;
	top: .7rem;
}
.resultMap li.nan3 {
	left: 2.9rem;
	top: 1.4rem;
}
.resultMap li.nan4 {
	left: 2.9rem;
	top: 2.1rem;
}
.resultMap li.bei1 {
	left: 2.9rem;
	bottom: 0;
}
.resultMap li.bei2 {
	left: 2.9rem;
	bottom: .7rem;
}
.resultMap li.bei3 {
	left: 2.9rem;
	bottom: 1.4rem;
}
.resultMap li.bei4 {
	left: 2.9rem;
	bottom: 2.1rem;
}
.resultMap li.dongbei1 {
	left: .5rem;
	bottom: .7rem;
}
.resultMap li.dongbei2 {
	left: 1rem;
	bottom: 1.2rem;
}
.resultMap li.dongbei3 {
	left: 1.5rem;
	bottom: 1.7rem;
}
.resultMap li.dongbei4 {
	left: 2rem;
	bottom: 2.2rem;
}
.resultMap li.xibei1 {
	right: .5rem;
	bottom: .7rem;
}
.resultMap li.xibei2 {
	right: 1rem;
	bottom: 1.2rem;
}
.resultMap li.xibei3 {
	right: 1.5rem;
	bottom: 1.7rem;
}
.resultMap li.xibei4 {
	right: 2rem;
	bottom: 2.2rem;
}
.resultMap li.dongnan1 {
	left: .5rem;
	top: .7rem;
}
.resultMap li.dongnan2 {
	left: 1rem;
	top: 1.2rem;
}
.resultMap li.dongnan3 {
	left: 1.5rem;
	top: 1.7rem;
}
.resultMap li.dongnan4 {
	left: 2rem;
	top: 2.2rem;
}
.resultMap li.xinan1 {
	right: .5rem;
	top: .7rem;
}
.resultMap li.xinan2 {
	right: 1rem;
	top: 1.2rem;
}
.resultMap li.xinan3 {
	right: 1.5rem;
	top: 1.7rem;
}
.resultMap li.xinan4 {
	right: 2rem;
	top: 2.2rem;
}
.resultMap li.zhong1 {
	left: 2.9rem;
	top: 3rem;
}
.resultMap li img {
	display: block;
	width: 100%;
}

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