

/* 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;
}
.picture, .picture img {
	float: left;
	width: 100%;
	position: relative;
}
.button.zoom {
	position: relative;
	animation: btnZoom 1s linear infinite alternate;
	-moz-animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
	-o-animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-moz-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-o-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}

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


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

.wrapper {
	width: 100%;
	float: left;
}
.wrapper.index {
	padding-top: .3rem;
	background: #f0a8a8 url(../image/dexBg.jpg) no-repeat;
	background-size: 100% auto;
}
.main {
	width: 100%;
	float: left;
	padding: .2rem;
}
.bigBox {
	width: 100%;
	float: left;
	border: .07rem solid #d33434;
	border-radius: .1rem;
	background: #fffdf8 url(../image/bigDown.png) no-repeat bottom;
	background-size: 100% auto;
	padding: 0 .25rem .3rem .25rem;
	margin-top: .45rem;
}
.bigBox.noBg {
	background: #fffdf8;
}
.indexBan {
	width: 100%;
	float: left;
	height: 6rem;
	position: relative;
}
.indexBan ul li {
	position: absolute;
}
.indexBan ul li:nth-child(1) {
	width: 3.02rem;
	left: 2rem;
	top: 2rem;
	animation: bookAnima 2s linear forwards;
	-webkit-animation: bookAnima 2s linear forwards;
}
@keyframes bookAnima {
	0% {
		top: .8rem;
		transform: scale(.1);
	}
	80% {
		transform: scale(.8);
		opacity: 1;
	}
	90% {
		top: 2rem;
		transform: scale(1.2);
		opacity: .2;
	}
	100% {
		top: 2rem;
		transform: scale(1.2);
		opacity: 0;
	}
}
@-webkit-keyframes bookAnima {
	0% {
		top: .8rem;
		transform: scale(.1);
	}
	80% {
		transform: scale(.8);
		opacity: 1;
	}
	90% {
		top: 2rem;
		transform: scale(1.2);
		opacity: .2;
	}
	100% {
		top: 2rem;
		transform: scale(1.2);
		opacity: 0;
	}
}
.indexBan ul li:nth-child(2) {
	width: 5.98rem;
	left: .54rem;
	top: 3.04rem;
	opacity: 0;
	animation: showOpac 1s linear 1.8s forwards;
	-webkit-animation: showOpac 1s linear 1.8s forwards;
}
@keyframes showOpac {
	100% {
		opacity: 1;
	}
}
.indexBan ul li:nth-child(3) {
	width: 5.77rem;
	left: 0.84rem;
	bottom: -1rem;
	background: url(../image/loves1.png) no-repeat bottom center;
	background-size: 100% auto;
	animation: lovesHeight 1s linear 2.8s forwards;
	-webkit-animation: lovesHeight 1s linear 2.8s forwards;
	opacity: 0;
}
@keyframes lovesHeight {
	0% {
		height: 2.5rem;
		opacity: 1;
	}
	100% {
		height: 6rem;
		opacity: 1;
	}
}
@-webkit-keyframes lovesHeight {
	0% {
		height: 2.5rem;
		opacity: 1;
	}
	100% {
		height: 6rem;
		opacity: 1;
	}
}
.indexBan ul li:nth-child(4) {
	width: 7.18rem;
	left: -.09rem;
	top: 1.88rem;
	opacity: 0;
	animation: lineOpacScale 1s linear 3.8s infinite alternate;
	-webkit-animation: lineOpacScale 1s linear 3.8s infinite alternate;
}
@keyframes lineOpacScale {
	0% {
		opacity: .2;
	}
	100% {
		opacity: .8;
	}
}
@-webkit-keyframes lineOpacScale {
	0% {
		opacity: .2;
	}
	100% {
		opacity: .8;
	}
}
.indexBan ul li img {
	width: 100%;
	display: block;
}
.indexPic {
	width: 100%;
	float: left;
	height: 45.5rem;
	background: url(../image/img5.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.indexPic li {
	position: absolute;
	width: 2.26rem;
	animation: moveAnima 1s linear infinite alternate;
	-webkit-animation: moveAnima 1s linear infinite alternate;
}
.indexPic li:nth-child(1) {
	top: 3.9rem;
	left: -.1rem;
}
.indexPic li:nth-child(2) {
	top: 4.4rem;
	left: 1.3rem;
	animation-delay: .5s;
}
.indexPic li:nth-child(3) {
	top: 4.4rem;
	left: 3.3rem;
}
.indexPic li:nth-child(4) {
	top: 3.9rem;
	right: .1rem;
	animation-delay: .3s;
}
.indexPic li:nth-child(5), .indexPic li:nth-child(6) {
	width: 1.3rem;
	animation: opacAnimas 1s linear infinite alternate;
	-webkit-animation: opacAnimas 1s linear infinite alternate;
}
.indexPic li:nth-child(5) {
	bottom: 2.42rem;
	left: 3.1rem;
	opacity: .4;
}
.indexPic li:nth-child(6) {
	bottom: 2.8rem;
	left: 4.7rem;
	animation-delay: .5s;
}
.indexPic li img {
	display: block;
	width: 100%;
}
@keyframes moveAnima {
	100% {
		transform: translateY(.15rem);
	}
}
@-webkit-keyframes moveAnima {
	100% {
		transform: translateY(.15rem);
	}
}
@keyframes opacAnimas {
	0% {
		opacity: 1;
	}
	100% {
		opacity: .4;
	}
}
@-webkit-keyframes opacAnimas {
	0% {
		opacity: 1;
	}
	100% {
		opacity: .4;
	}
}
.button {
	width: 100%;
	float: left;
	margin-top: .3rem;
	padding: 0 .25rem;
}
.button a, .button a img {
	width: 100%;
	float: left;
}

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


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

.floatbtn {
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding: .1rem .2rem;
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
}
.floatbtn .button {
	margin: 0;
}

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


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

.wrapper.input {
	padding: 1.2rem 0 0 0;
	background: #f0a8a8 url(../image/inpBg.jpg) no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}
.picTitle {
	width: 6.26rem;
	display: block;
	margin: -.2rem auto 0 auto;
}
.picTitle img {
	width: 100%;
	display: block;
}

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

.forminput {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	padding: 0 .3rem;
}
.forminput_hang {
	float: left;
	width: 100%;
}
.forminput_hang_bt {
	float: left;
	width: 1.2rem;
	line-height: .6rem;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .6rem;
}
.forminput_hang_radio {
	overflow: hidden;
}
.forminput_hang_radio a {
	margin: 0 .4rem 0 0;
	line-height: .6rem;
	color: #573f31;
}
.forminput_hang_radio a i {
	color: #d80041;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .6rem;
	cursor: pointer;
}
.forminput_hang_birth span {
	display: block;
}
.forminput_line {
	float: left;
	width: 100%;
	margin: .1rem 0;
	border-top: 1px solid #c697a5;
}

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


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


/**** 动画页 ****/

.wrapper.mid {
	min-height: 100vh;
	background: #f0a8a8 url(../image/stepBg.jpg) no-repeat;
	background-size: 100% auto;
}
.middleTop {
	float: left;
	width: 100%;
	height: 8.15rem;
	margin-top: .3rem;
	background: url(../image/midBoxBg.png) no-repeat center;
	background-size: 100% 100%;
	padding: .25rem;
	position: relative;
}
.middleTop .time {
	width: 1.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.65rem;
	writing-mode: vertical-rl;
	letter-spacing: .1rem;
	font-size: .3rem;
	color: #373c46;
	position: absolute;
	left: .25rem;
}
.middleTop .time span {
	height: .6rem;
	line-height: .6rem;
	border-radius: 50%;
	background-color: #f5961d;
	text-align: center;
	color: #fff;
	margin: 0 0 .2rem 0;
	letter-spacing: 0;
}
.middleTop .con {
	display: flex;
	flex-direction: column;
	width: calc(100% - 1.15rem);
	margin-left: 1.15rem;
	font-size: .3rem;
}
.middleTop .txt {
	float: left;
	width: 100%;
}
.middleTop .txt:nth-of-type(1) {
	color: #aa1412;
	font-weight: bold;
	line-height: .55rem;
}
.middleTop .txt:nth-of-type(2) {
	line-height: 1rem;
	color: #373c46;
}
.middleTop .txt:nth-of-type(3) {
	line-height: .65rem;
	color: #373c46;
}
.middleTop .txt span {
	width: 25%;
	float: left;
	text-align: center;
	height: 100%;
}
.middleTop .box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 3.5rem;
}
.middleTop .box .name {
	display: flex;
	align-items: center;
	width: .5rem;
	height: 3rem;
	background-color: #d36345;
	border-radius: .05rem;
	color: #fef6e6;
	text-align: center;
}
.middleTop .box .plate {
	width: 2.6rem;
	height: 2.6rem;
	background: url(../image/plate.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.middleTop .box .plate li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	transform-origin: right bottom;
	color: #ac6361;
	padding: 0 .13rem .13rem 0;
}
.middleTop .box .plate li:nth-of-type(2) {
	transform: rotate(36deg);
}
.middleTop .box .plate li:nth-of-type(3) {
	transform: rotate(72deg);
}
.middleTop .box .plate li:nth-of-type(4) {
	transform: rotate(108deg);
}
.middleTop .box .plate li:nth-of-type(5) {
	transform: rotate(144deg);
}
.middleTop .box .plate li:nth-of-type(6) {
	transform: rotate(180deg);
}
.middleTop .box .plate li:nth-of-type(7) {
	transform: rotate(216deg);
}
.middleTop .box .plate li:nth-of-type(8) {
	transform: rotate(252deg);
}
.middleTop .box .plate li:nth-of-type(9) {
	transform: rotate(288deg);
}
.middleTop .box .plate li:nth-of-type(10) {
	transform: rotate(324deg);
}
.middleTop .box .plate li span {
	transform: rotate(-45deg);
}
.middleTop .box .plate li.cur>span {
	height: .4rem;
	color: #fff;
	background: #dc411d;
	border-radius: 100%;
	padding: 0 .06rem;
}
.middleTop .box .plate div {
	width: 1.08rem;
	line-height: 1.08rem;
	border-radius: 50%;
	background-color: #b67164;
	color: #fff;
	text-align: center;
	position: absolute;
	top: .76rem;
	left: .76rem;
	border: 1px solid #fee5ac;
}
.middleTop .info, .middleTop .group {
	float: left;
	width: 100%;
	line-height: .65rem;
	text-align: center;
}
.middleTop .group span {
	width: 50%;
	float: left;
}
.middleTop .group span>em {
	color: #a70c10;
}
.middleBar {
	float: left;
	width: 100%;
	padding: .3rem;
	background-color: #a32a24;
	border-radius: .1rem;
	margin-top: .3rem;
}
.middleBar dl {
	float: left;
	width: 100%;
	margin-bottom: .1rem;
	/* margin: .2rem 0 0 0; */
	display: none;
}
.middleBar dl:first-child {
	/* margin: 0; */
	display: block;
}
.middleBar dl dt {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
}
.middleBar dl dd {
	float: left;
	width: 100%;
	height: .1rem;
	margin: .1rem 0 0 0;
	background: #fff7e9;
	border-radius: .25rem;
}
.middleBar dl dd span {
	float: left;
	width: 0;
	height: .1rem;
	background: #ffc058;
	border-radius: .25rem;
	animation: progress .8s linear forwards;
	-webkit-animation: progress .8s linear forwards;
}
.middleBar dl:nth-child(1) dd span {
	animation-duration: 4s;
	-webkit-animation-duration: 4s;
}
.middleBar dl:nth-child(2) dd span {
	animation-duration: 2.4s;
	-webkit-animation-duration: 2.4s;
}
.middleBar dl:nth-child(3) dd span {
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
}
.middleBar dl:nth-child(4) dd span {
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
}
@keyframes progress {
	from {}
	to {
		width: 100%;
	}
}
@-webkit-keyframes progress {
	from {}
	to {
		width: 100%;
	}
}
.middleTop .txt:nth-child(2) span, .middleTop .txt:nth-child(3) span, .middleTop .box, .middleTop .box .plate, .middleTop .info, .middleTop .group span {
	opacity: 0;
}
.middleTop .txt.showOpacAni span {
	animation: showOpac .6s linear forwards;
	-webkit-animation: showOpac .6s linear forwards;
}
.middleTop .txt.showOpacAni span:nth-child(1) {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}
.middleTop .txt.showOpacAni span:nth-child(2) {
	animation-delay: 3.2s;
	-webkit-animation-delay: 3.2s;
}
.middleTop .txt.showOpacAni span:nth-child(3) {
	animation-delay: 3.8s;
	-webkit-animation-delay: 3.8s;
}
.middleTop .txt.showOpacAni span:nth-child(4) {
	animation-delay: 4.4s;
	-webkit-animation-delay: 4.4s;
}
.middleTop .txt.showOpacAni:nth-child(2) span:nth-child(1) {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}
.middleTop .txt.showOpacAni:nth-child(2) span:nth-child(2) {
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
.middleTop .txt.showOpacAni:nth-child(2) span:nth-child(3) {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.middleTop .txt.showOpacAni:nth-child(2) span:nth-child(4) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
.middleTop .box, .middleTop .box .plate, .middleTop .info.showOpacAni, .middleTop .group.showOpacAni span {
	animation: showOpac .6s linear .6s forwards;
	-webkit-animation: showOpac .6s linear .6s forwards;
}
.middleTop .box {
	animation-delay: 7.2s;
	-webkit-animation-delay: 7.2s;
}
.middleTop .box .plate {
	animation-delay: 7.8s;
	-webkit-animation-delay: 7.8s;
}
.middleTop .info:last-child.showOpacAni {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.middleTop .group.showOpacAni span:nth-child(1) {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.middleTop .group.showOpacAni span:nth-child(2) {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
@keyframes showOpac {
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes showOpac {
	100% {
		opacity: 1;
	}
}

/**** 动画页 ****/


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

.wrapper.free {
	padding: .2rem 0 0 0;
	background: #f0a8a8 url(../image/freeBg.jpg) no-repeat;
	background-size: 100% auto;
}
.freeTop {
	float: left;
	width: 100%;
}
.freeTop img {
	display: block;
	margin: 0 auto;
	width: 5.55rem;
}
.freeTxt {
	float: left;
	width: 100%;
	text-align: center;
	color: #4e2f2d;
	line-height: .55rem;
	margin-top: .2rem;
}
.freeTxt span {
	color: #e03a30;
}
.freeInfo {
	float: left;
	width: 100%;
	border-radius: .1rem;
	background-color: #fffcfb;
	color: #fe3124;
	font-size: .35rem;
	text-align: center;
	margin: .3rem 0 0 0;
}
.freeGuide {
	float: left;
	width: 80%;
	margin: .3rem 10% 0 10%;
	border-radius: .1rem;
	background-color: #dd1c5b;
	font-weight: bold;
	text-align: center;
	color: #fff6b8;
	font-size: .36rem;
	line-height: .6rem;
}
.freeGuide img {
	width: .33rem;
	vertical-align: middle;
	margin: 0 .1rem;
	animation: figureAni 1s linear infinite;
	-webkit-animation: figureAni 1s linear infinite;
}
@keyframes figureAni {
	0% {
		transform: translateY(-.1rem);
	}
	100% {
		transform: translateY(0rem);
	}
}
@-webkit-keyframes figureAni {
	0% {
		transform: translateY(-.1rem);
	}
	100% {
		transform: translateY(0rem);
	}
}

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


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

.wrapper.res {
	background: #f0a8a8 url(../image/resBg.jpg) no-repeat;
	background-size: 100% auto;
}
.resData {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: .3rem;
	color: #d04f47;
	font-size: .3rem;
}
.resTitle {
	width: 100%;
	line-height: .76rem;
	background: url(../image/resSpanBg1.png) no-repeat center;
	background-size: auto 100%;
	text-align: center;
	color: #fff;
	font-size: .38rem;
	font-weight: bold;
	text-shadow: 3px 2px 1px rgba(221, 106, 55, .73);
	margin-top: .3rem;
}
.resTxt {
	width: 100%;
	text-align: justify;
	margin-top: .2rem;
	color: #4e2f2d;
	font-size: .3rem;
}
.resTxt em {
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background-color: #efae95;
	margin-right: .1rem;
}
.resTxt span {
	display: block;
	font-size: .3rem;
}
.resTxt span.color1 {
	color: #fa4949;
}
.resTxt span.color2 {
	color: #74241f;
}
.resTxt span.color3 {
	color: #d33f35;
}
.resXiaoB {
	width: 100%;
	margin-top: .3rem;
	display: flex;
	align-items: center;
}
.resXiaoB b {
	width: auto;
	color: #c84f4f;
	font-size: .38rem;
}
.resXiaoB b::after {
	content: "";
	width: 100%;
	display: block;
	background-color: #fee1df;
	height: .23rem;
	margin-top: -.2rem;
	border-radius: .1rem;
}
.resXiaoB img {
	width: .44rem;
	margin: 0 .05rem;
}
.rescomBox {
	width: 100%;
	float: left;
	height: 12.09rem;
	background: url(../image/recomPic.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 10.55rem .99rem 0 .99rem;
}
.rescomBox a, .rescomBox a img {
	width: 100%;
	float: left;
}

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


/**** 渠道免费页优化 ****/

.freeData {
	float: left;
	width: 100%;
	margin: .3rem 0;
}
.freeData ul li {
	float: left;
	width: 100%;
}
/*.freeData ul li em {
	float: left;
	width: 1.95rem;
	height: .48rem;
}*/
.freeData ul li:nth-child(4) {
	margin: .2rem 0 0 0;
}
.freeData ul li:nth-child(5) {
	float: left;
	width: 50%;
}
.freeData ul li:nth-child(6) {
	float: right;
	width: 50%;
}
.freeData ul li span {
	color: #e03a30;
}
.freeData ul li b {
	font-size: .3rem;
	color: #ea3d76;
}
.freeInfo2 {
	float: left;
	width: 100%;
	padding: .2rem;
	background: #faeae2;
	border-radius: .1rem;
	text-align: justify;
}
.freeInfo2 b {
	color: #ea3d76;
}
.freeBtn {
	float: left;
	width: 100%;
	padding: 0 .5rem;
	margin: .3rem 0;
}
.freeBtn a {
	float: left;
	width: 100%;
	background: #dd1c5b;
	border-radius: .5rem;
	line-height: .85rem;
	font-size: .38rem;
	color: #fff6b8;
	font-weight: bold;
	text-align: center;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}

/**** 渠道免费页优化 ****/