@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;
}
body, 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 {
	margin: 0px;
	padding: 0px;
	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;
}
b {
	font-weight: bold;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
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;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/**** 公共css ****/


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

.wrapper {
	width: 100%;
	float: left;
	background: #ef9d2d;
}
.indexBann {
	width: 100%;
	float: left;
	height: 7.67rem;
	background: url(../images/banner1.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.indexBann ul li {
	position: absolute;
}
.indexBann ul li:nth-of-type(1) {
	width: 1.1rem;
	height: 1.1rem;
	top: 4.45rem;
	left: 3.27rem;
	background: url(../images/baguaBg.png) no-repeat;
	background-size: 100% auto;
	padding: .1rem 0 0 .1rem;
	animation: baguaAnimate 3s linear infinite;
	-moz-animation: baguaAnimate 3s linear infinite;
	-ms-animation: baguaAnimate 3s linear infinite;
	-webkit-animation: baguaAnimate 3s linear infinite;
}
.indexBann ul li:nth-of-type(1) img {
	width: .9rem;
}
@keyframes baguaAnimate {
	0% {
		transform: rotateX(45deg) rotate(0);
	}
	100% {
		transform: rotateX(45deg) rotate(1turn);
	}
}
@-moz-keyframes baguaAnimate {
	0% {
		transform: rotateX(45deg) rotate(0);
	}
	100% {
		transform: rotateX(45deg) rotate(1turn);
	}
}
@-ms-keyframes baguaAnimate {
	0% {
		transform: rotateX(45deg) rotate(0);
	}
	100% {
		transform: rotateX(45deg) rotate(1turn);
	}
}
@-webkit-keyframes baguaAnimate {
	0% {
		transform: rotateX(45deg) rotate(0);
	}
	100% {
		transform: rotateX(45deg) rotate(1turn);
	}
}
.indexBann ul li:nth-of-type(2) {
	width: 1.35rem;
	top: 3.51rem;
	left: 1.78rem;
	animation: tagAnimate 10s linear 3.5s infinite;
	-ms-animation: tagAnimate 10s linear 3.5s infinite;
	-moz-animation: tagAnimate 10s linear 3.5s infinite;
	-webkit-animation: tagAnimate 10s linear 3.5s infinite;
}
.indexBann ul li:nth-of-type(3) {
	width: 1.35rem;
	top: 4.15rem;
	left: 4.51rem;
	animation: tagAnimate 10s linear 7s infinite;
	-ms-animation: tagAnimate 10s linear 7s infinite;
	-moz-animation: tagAnimate 10s linear 7s infinite;
	-webkit-animation: tagAnimate 10s linear 7s infinite;
}
.indexBann ul li:nth-of-type(4) {
	width: 1.58rem;
	top: 5.42rem;
	left: 2.47rem;
	animation: tagAnimate 10s linear infinite;
	-ms-animation: tagAnimate 10s linear infinite;
	-moz-animation: tagAnimate 10s linear infinite;
	-webkit-animation: tagAnimate 10s linear infinite;
}
@keyframes tagAnimate {
	0%, 10%, 20%, 30%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	5%, 15%, 25% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@-moz-keyframes tagAnimate {
	0%, 10%, 20%, 30%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	5%, 15%, 25% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@-ms-keyframes tagAnimate {
	0%, 10%, 20%, 30%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	5%, 15%, 25% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@-webkit-keyframes tagAnimate {
	0%, 10%, 20%, 30%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	5%, 15%, 25% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.indexBann ul li:nth-of-type(5), .indexBann ul li:nth-of-type(6), .indexBann ul li:nth-of-type(7) {
	width: 1.97rem;
	top: 4rem;
	left: 2.8rem;
	opacity: 0;
	z-index: 9;
}
.indexBann ul li:nth-of-type(5) {
	animation: txtAnimate 10s linear infinite;
	-o-animation: txtAnimate 10s linear infinite;
	-moz-animation: txtAnimate 10s linear infinite;
	-webkit-animation: txtAnimate 10s linear infinite;
}
.indexBann ul li:nth-of-type(6) {
	animation: txtAnimate 10s linear 3.3s infinite;
	-o-animation: txtAnimate 10s linear 3.3s infinite;
	-moz-animation: txtAnimate 10s linear 3.3s infinite;
	-webkit-animation: txtAnimate 10s linear 3.3s infinite;
}
.indexBann ul li:nth-of-type(7) {
	animation: txtAnimate 10s linear 6.7s infinite;
	-o-animation: txtAnimate 10s linear 6.7s infinite;
	-moz-animation: txtAnimate 10s linear 6.7s infinite;
	-webkit-animation: txtAnimate 10s linear 6.7s infinite;
}
@keyframes txtAnimate {
	5%, 10%, 30% {
		opacity: 1;
	}
	31%, 100% {
		opacity: 0;
	}
}
@-webkit-keyframes txtAnimate {
	5%, 10%, 30% {
		opacity: 1;
	}
	31%, 100% {
		opacity: 0;
	}
}
@-o-keyframes txtAnimate {
	5%, 10%, 30% {
		opacity: 1;
	}
	31%, 100% {
		opacity: 0;
	}
}
@-moz-keyframes txtAnimate {
	5%, 10%, 30% {
		opacity: 1;
	}
	31%, 100% {
		opacity: 0;
	}
}
.indexBann ul li img {
	width: 100%;
}
.main {
	width: 100%;
	float: left;
	padding: .01rem .3rem .5rem .3rem;
}
.main.marg-12 {
	margin: -1.2rem 0 0 0;
}
.bigbox {
	width: 100%;
	float: left;
	padding: .75rem .3rem .3rem .3rem;
	background: #fff6ee;
	border-radius: .1rem;
	border: .02rem solid #ffc675;
}
.bigbox.marg40 {
	margin: .4rem 0 0 0;
}
.bigbox div:first-child.resultBox, .bigbox div:first-child.resultXiaob, .bigbox div:first-child.resultTitle, .bigbox div:first-child.freeTxt {
	margin: 0;
}

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

.forminput {
	width: 100%;
	float: left;
	margin: -.7rem 0 0 0;
}
.forminput_hang {
	width: 100%;
	float: left;
}
.forminput_hang_bt {
	width: 1.65rem;
	float: left;
	line-height: .8rem;
	color: #850000;
}
.forminput_hang_name {
	overflow: hidden;
	border-bottom: .02rem dashed #911818;
}
.forminput_hang_name input {
	width: 100%;
	float: left;
	outline: none;
	height: .8rem;
	background: none;
	font-size: .3rem;
}
.forminput_hang_radio {
	overflow: hidden;
	border-bottom: .02rem dashed #911818;
}
.forminput_hang_radio a {
	margin: 0 .4rem 0 0;
	font-size: .3rem;
	line-height: .8rem;
	color: #666;
}
.forminput_hang_radio a i {
	color: #b40808;
}
.forminput_hang_birth {
	overflow: hidden;
	border-bottom: .02rem dashed #911818;
	line-height: .8rem;
	display: block;
	cursor: pointer;
	font-size: .3rem;
	color: #666;
}

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

.button {
	width: 100%;
	float: left;
	margin: .3rem 0 0 0;
}
.button a {
	width: 100%;
	float: left;
	height: 1.06rem;
	background: url(../images/button.png) no-repeat center;
	background-size: auto 100%;
	line-height: .98rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 .01rem .05rem rgba(0, 0, 0, 0.75);
}
.button.zoom {
	animation: zoom 1s linear infinite alternate;
	-moz-animation: zoom 1s linear infinite alternate;
	/* Firefox:*/
	-webkit-animation: zoom 1s linear infinite alternate;
	/* Safari and Chrome:*/
	-o-animation: zoom 1s linear infinite alternate;
	/* Opera:*/
}
@keyframes zoom {
	from {}
	to {
		-ms-transform: scale(.8);
		/* IE 9 */
		-webkit-transform: scale(.8);
		/* Safari */
		transform: scale(.8);
		/* 标准语法 */
	}
}
@-moz-keyframes zoom {
	/* Firefox */
	from {}
	to {
		-ms-transform: scale(.8);
		/* IE 9 */
		-webkit-transform: scale(.8);
		/* Safari */
		transform: scale(.8);
		/* 标准语法 */
	}
}
@-webkit-keyframes zoom {
	/* Safari and Chrome */
	from {}
	to {
		-ms-transform: scale(.8);
		/* IE 9 */
		-webkit-transform: scale(.8);
		/* Safari */
		transform: scale(.8);
		/* 标准语法 */
	}
}
@-o-keyframes zoom {
	/* Opera */
	from {}
	to {
		-ms-transform: scale(.8);
		/* IE 9 */
		-webkit-transform: scale(.8);
		/* Safari */
		transform: scale(.8);
		/* 标准语法 */
	}
}
.picture, .picture img {
	width: 100%;
	float: left;
}
.picTitle {
	width: 100%;
	float: left;
	margin: .4rem 0 -.47rem 0;
	position: relative;
}
.picTitle img {
	width: 100%;
	float: left;
}

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


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

.floatbtn {
	width: 100%;
	float: left;
	background: url(../images/bt_bg.png) repeat;
	padding: .1rem;
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
}
.floatbtn .button {
	margin: 0;
}

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


/** 免费结果页 **/

.banner, .banner img {
	width: 100%;
	float: left;
}
.freeData {
	width: 100%;
	float: left;
	margin: -.1rem 0 0 0;
}
.freeData ul li {
	width: 100%;
	float: left;
	line-height: .65rem;
	font-size: .28rem;
	border-bottom: .02rem dashed #cacaca;
}
.freeData ul li em {
	width: 1.4rem;
	float: left;
	height: .65rem;
}
.freeTxt {
	width: 100%;
	float: left;
	text-align: justify;
	margin: .2rem 0 0 0;
}
.freeTxt span, .freeTxt b {
	color: #ba0000;
}
.freeTxt img {
	width: .36rem;
	vertical-align: middle;
	margin: -.05rem 0 0 0;
}
.freeList {
	width: 100%;
	float: left;
}
.freeList ul li {
	width: 100%;
	float: left;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: .36rem auto;
	padding: 0 0 0 .4rem;
	line-height: .55rem;
	font-size: .29rem;
}
.freeList ul li em {
	width: auto;
	color: #ba0000;
	font-weight: bold;
}
.freeList ul li em::after {
	content: "";
	width: 100%;
	float: left;
	height: .1rem;
	background: #ffef98;
	border-radius: .1rem;
	margin-top: -.12rem;
}
.freeMohu {
	width: 100%;
	float: left;
	background: url(../images/mohu.png) no-repeat;
	background-size: 100% 100%;
	padding: .7rem 1.15rem;
	margin: .3rem 0 0 0;
}
.freeBtn, .freeBtn a img {
	width: 100%;
	float: left;
}

/** 免费结果页 **/


/** 付费结果页 **/

.resultBox {
	width: 100%;
	float: left;
	border-radius: .1rem;
	background: #FFEDD4;
	padding: .1rem .2rem .2rem .2rem;
	margin: .3rem 0 0 0;
}
.resultBox .freeTxt {
	margin: .2rem 0 0 0;
}
.resultXiaoB {
	width: 100%;
	float: left;
	color: #BA0000;
	font-size: .34rem;
	font-weight: bold;
}
.resultXiaoB.marg30 {
	margin: .3rem 0 0 0;
}
.resultXiaoB b {
	width: auto;
	display: inline-block;
}
.resultXiaoB b::after {
	content: "";
	width: 100%;
	float: left;
	background: #FFD7A1;
	border-radius: .1rem;
	height: .12rem;
	margin-top: -.15rem;
}
.resultXiaoB img {
	width: .34rem;
	vertical-align: middle;
	margin: .1rem 0 0 0;
}
.resultTitle {
	width: 100%;
	float: left;
	height: .73rem;
	margin: .3rem 0 0 0;
	background: url(../images/titleBg.png) no-repeat center;
	background-size: auto 100%;
	line-height: .7rem;
	text-align: center;
	font-size: .34rem;
	font-weight: bold;
	color: #FFB96B;
	text-shadow: 0 .03rem 0 #000000;
}
.bigbox.remind {
	padding: .2rem;
}
.remindTitle {
	width: 100%;
	float: left;
	font-size: .34rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: .4rem 0 -.2rem 0;
}
.remindBtn, .remindBtn a img {
	width: 100%;
	float: left;
}

/** 收费结果页 **/