@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: .32rem;
	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-color: #faf3df;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image1: url("../images/big-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/big-bg.png*/;
}
.wrapper.index {
	background-image: url("../images/wrap-index.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/wrap-index.jpg*/;
}
.wrapper.input {
	padding: 1rem 0 0 0;
	background-image: url("../images/wrap-input.jpg")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/wrap-input.jpg*/;
	min-height: calc(100vh - .96rem);
}
.wrapper.middle {
	padding: 3.5rem 0 .5rem 0;
	background-image: url("../images/wrap-mid.jpg")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/wrap-mid.jpg*/;
	min-height: 100vh;
}
.wrapper.free {
	padding: 2.2rem 0 0 0;
	background-image: url("../images/wrap-free.jpg")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/wrap-free.jpg*/;
}
.wrapper.result {
	padding: 2.6rem 0 0 0;
	background-image: url("../images/wrap-free.jpg")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/wrap-free.jpg*/;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 10rem;
	overflow: hidden;
}
.indexBann ul.plate li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate li:nth-child(1) {
	left: -2rem;
	top: 2rem;
	width: 4.8rem;
	height: 4.8rem;
	background-image: url("../images/plate1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate1.png*/;
	animation: plate1 10s linear infinite;
	-webkit-animation: plate1 10s linear infinite;
}
@keyframes plate1 {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes plate1 {
	from {}
	to {
		transform: rotate(360deg);
	}
}
.indexBann ul.plate li:nth-child(2) {
	left: -1.6rem;
	top: 2.55rem;
	width: 3.7rem;
	height: 3.7rem;
	background-image: url("../images/plate2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate2.png*/;
}
.indexBann ul.plate li:nth-child(3) {
	left: -1.1rem;
	top: 3.1rem;
	width: 2.6rem;
	height: 2.6rem;
	background-image: url("../images/plate3.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate3.png*/;
	animation: plate3 10s linear infinite;
	-webkit-animation: plate3 10s linear infinite;
}
@keyframes plate3 {
	from {}
	to {
		transform: rotate(-360deg);
	}
}
@-webkit-keyframes plate3 {
	from {}
	to {
		transform: rotate(-360deg);
	}
}
.indexBann ul.plate li:nth-child(4) {
	left: -0.5rem;
	top: 3.7rem;
	width: 1.4rem;
	height: 1.4rem;
	background-image: url("../images/plate4.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate4.png*/;
	-webkit-animation: plate1 10s linear infinite;
}
.indexBann ul.text li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transform: scale(.1);
	animation: text 12s linear infinite;
	-webkit-animation: text 12s linear infinite;
}
.indexBann ul.text li:nth-child(odd) {
	left: 0.6rem;
	top: 5rem;
	width: .92rem;
	height: 2.08rem;
}
.indexBann ul.text li:nth-child(even) {
	left: 2rem;
	top: 6rem;
	width: .9rem;
	height: 1.97rem;
}
.indexBann ul.text li:nth-child(1) {
	background-image: url("../images/text1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/text1.png*/;
}
.indexBann ul.text li:nth-child(2) {
	background-image: url("../images/text2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/text2.png*/;
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}
.indexBann ul.text li:nth-child(3) {
	background-image: url("../images/text3.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/text3.png*/;
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
}
.indexBann ul.text li:nth-child(4) {
	background-image: url("../images/text4.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/text4.png*/;
	animation-delay: 9s;
	-webkit-animation-delay: 9s;
}
@keyframes text {
	0% {}
	2%, 20% {
		opacity: 1;
		transform: scale(1);
	}
	25%, 100% {
		opacity: 0;
		transform: scale(.1);
	}
}
@-webkit-keyframes text {
	0% {}
	2%, 20% {
		opacity: 1;
		transform: scale(1);
	}
	25%, 100% {
		opacity: 0;
		transform: scale(.1);
	}
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .25rem .5rem .25rem;
}
.button {
	float: left;
	width: 100%;
	padding: 0 .1rem;
	margin: .4rem 0 0 0;
}
.button a {
	float: left;
	width: 100%;
	height: 1.1rem;
	background: url("../images/btn-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/btn-bg.png*/ no-repeat;
	background-size: 100% 100%;
	line-height: 1rem;
	font-size: .42rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
	text-shadow: 0 .04rem 0 #902f0f;
}
.button.zoom a {
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.picture, .picture img {
	float: left;
	width: 100%;
}
.indexImg04 {
	position: relative;
	float: left;
	width: 100%;
	height: 39.26rem;
	background: url("../images/img04.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/img04.png*/ no-repeat;
	background-size: 100% 100%;
}
.indexImg04 ul li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexImg04 ul li:nth-child(1) {
	left: 1.03rem;
	top: 4rem;
	width: 4.94rem;
	height: 4.94rem;
	background-image: url("../images/plate5.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate5.png*/;
	animation: plate1 10s linear infinite;
	-webkit-animation: plate1 10s linear infinite;
}
.indexImg04 ul li:nth-child(2) {
	left: .58rem;
	top: 3.6rem;
	width: 5.84rem;
	height: 5.51rem;
	background-image: url("../images/hand1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/hand1.png*/;
}
.bigbox {
	float: left;
	width: 100%;
	padding: .3rem;
	margin: .76rem 0 0 0;
	background: url("../images/big-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/big-bg.png*/ no-repeat;
	background-size: 100% 100%;
	border: solid .04rem #715a47;
	border-radius: .05rem;
	box-shadow: .02rem .05rem 1px 0 rgba(123, 111, 81, 0.56);
	color: #582c21;
}
.bigbox .freeData:first-child {
	margin: 0;
}
.picTitle {
	float: left;
	width: 7rem;
	margin: -.7rem 0 0 -.34rem;
}
.picTitle img {
	display: block;
	width: 6.68rem;
	margin: 0 auto;
}
.indexAbout {
	float: left;
	width: 100%;
	padding: 3.1rem .5rem 0 .5rem;
	margin: .3rem 0 0 0;
	background: url("../images/zy-logo.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/zy-logo.png*/ no-repeat center top;
	background-size: auto 3.1rem;
}
.indexAbout ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 .8rem;
	margin: .2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: left .1rem;
	background-size: .56rem auto;
	font-size: .28rem;
	text-align: justify;
}
.indexAbout ul li:nth-child(1) {
	background-image: url("../images/zy-icon1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/zy-icon1.png*/;
}
.indexAbout ul li:nth-child(2) {
	background-image: url("../images/zy-icon2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/zy-icon2.png*/;
}
.indexAbout ul li:nth-child(3) {
	background-image: url("../images/zy-icon3.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/zy-icon3.png*/;
}
.indexAbout ul li:nth-child(4) {
	background-image: url("../images/zy-icon4.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/zy-icon4.png*/;
}

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


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

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

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


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


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

.forminput {
	float: left;
	width: 100%;
	margin: .1rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: 0 .2rem;
	margin: .3rem 0 0 0;
	background: #fff;
	border-radius: .1rem;
}
.forminput_hang_bt {
	float: left;
	width: 1.1rem;
	line-height: .8rem;
}
.forminput_hang_name, .forminput_hang_radio {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .8rem;
}
.forminput_hang_radio a {
	margin: 0 .4rem 0 0;
	line-height: .8rem;
	color: #666;
}
.forminput_hang_radio a i {
	color: #b9292a;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .8rem;
	cursor: pointer;
	color: #666;
}
.forminput_hang_birth span {
	display: block;
}

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


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


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


/*圆盘1*/

.circleChart1 {
	position: relative;
	float: left;
	width: 100%;
	height: 6.5rem;
}

/*外-第一层*/

.circleChart1 .first {
	position: absolute;
	left: .5rem;
	width: 6.5rem;
	height: 6.5rem;
	background: #564740;
	border: solid .05rem #d6c8a7;
	border-radius: 50%;
	overflow: hidden;
	transition: .8s all;
}
.circleChart1 .first ul li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.25rem;
	height: 3.25rem;
	padding: 0 .7rem .7rem 0;
	border-right: solid 0.02rem #332a26;
	transform-origin: right bottom;
}
.circleChart1 .first ul li:nth-child(1) {
	transform: rotate(30deg);
}
.circleChart1 .first ul li:nth-child(2) {
	transform: rotate(60deg);
}
.circleChart1 .first ul li:nth-child(3) {
	transform: rotate(90deg);
}
.circleChart1 .first ul li:nth-child(4) {
	transform: rotate(120deg);
}
.circleChart1 .first ul li:nth-child(5) {
	transform: rotate(150deg);
}
.circleChart1 .first ul li:nth-child(6) {
	transform: rotate(180deg);
}
.circleChart1 .first ul li:nth-child(7) {
	transform: rotate(210deg);
}
.circleChart1 .first ul li:nth-child(8) {
	transform: rotate(240deg);
}
.circleChart1 .first ul li:nth-child(9) {
	transform: rotate(270deg);
}
.circleChart1 .first ul li:nth-child(10) {
	transform: rotate(300deg);
}
.circleChart1 .first ul li:nth-child(11) {
	transform: rotate(330deg);
}
.circleChart1 .first ul li:nth-child(12) {
	transform: rotate(360deg);
}
.circleChart1 .first ul li img {
	width: .5rem;
}
.circleChart1 .first ul li.current img {
	background: #f0601d;
	border-radius: 50%;
	box-shadow: inset 0 0 .2rem #953f1b;
}

/*.circleChart1 .first ul li:nth-child(1)>img {
	transform: rotate(0deg);
}*/

.circleChart1 .first ul li:nth-child(2)>img {
	transform: rotate(-30deg);
}
.circleChart1 .first ul li:nth-child(3)>img {
	transform: rotate(-65deg);
}
.circleChart1 .first ul li:nth-child(4)>img {
	transform: rotate(-80deg);
}
.circleChart1 .first ul li:nth-child(5)>img {
	transform: rotate(-130deg);
}
.circleChart1 .first ul li:nth-child(6)>img {
	transform: rotate(-160deg);
}
.circleChart1 .first ul li:nth-child(7)>img {
	transform: rotate(-185deg);
}
.circleChart1 .first ul li:nth-child(8)>img {
	transform: rotate(-200deg);
}
.circleChart1 .first ul li:nth-child(9)>img {
	transform: rotate(115deg);
}
.circleChart1 .first ul li:nth-child(10)>img {
	transform: rotate(90deg);
}
.circleChart1 .first ul li:nth-child(11)>img {
	transform: rotate(60deg);
}
.circleChart1 .first ul li:nth-child(12)>img {
	transform: rotate(30deg);
}

/*外-第二层*/

.circleChart1 .second {
	position: absolute;
	left: 1.5rem;
	top: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background: url("../images/circle-bg1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/circle-bg1.png*/ no-repeat;
	background-size: 100% 100%;
	border: solid .05rem #d6c8a7;
	border-radius: 50%;
	overflow: hidden;
	transition: .8s all;
}
.circleChart1 .second ul li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0.2rem 0.6rem 0 0;
	border-right: solid 0.02rem #332a26;
	transform-origin: right bottom;
}
.circleChart1 .second ul li:nth-child(1) {
	transform: rotate(36deg);
}
.circleChart1 .second ul li:nth-child(2) {
	transform: rotate(72deg);
}
.circleChart1 .second ul li:nth-child(3) {
	transform: rotate(108deg);
}
.circleChart1 .second ul li:nth-child(4) {
	transform: rotate(144deg);
}
.circleChart1 .second ul li:nth-child(5) {
	transform: rotate(180deg);
}
.circleChart1 .second ul li:nth-child(6) {
	transform: rotate(216deg);
}
.circleChart1 .second ul li:nth-child(7) {
	transform: rotate(252deg);
}
.circleChart1 .second ul li:nth-child(8) {
	transform: rotate(288deg);
}
.circleChart1 .second ul li:nth-child(9) {
	transform: rotate(324deg);
}
.circleChart1 .second ul li:nth-child(10) {
	transform: rotate(360deg);
}
.circleChart1 .second ul li>img {
	width: .5rem;
}
.circleChart1 .second li.current img:first-child {
	display: none;
}
.circleChart1 .second li.current img:last-child {
	display: block;
}
.circleChart1 .second li img:last-child {
	display: none;
}
.circleChart1 .second ul li.current img {
	background: #f0601d;
	border-radius: 50%;
	box-shadow: inset 0 0 .2rem #953f1b;
}
.circleChart1 .second ul li:nth-child(1)>img {
	transform: rotate(-10deg);
}
.circleChart1 .second ul li:nth-child(2)>img {
	transform: rotate(-20deg);
}
.circleChart1 .second ul li:nth-child(3)>img {
	transform: rotate(-80deg);
}
.circleChart1 .second ul li:nth-child(4)>img {
	transform: rotate(-115deg);
}
.circleChart1 .second ul li:nth-child(5)>img {
	transform: rotate(-140deg);
}
.circleChart1 .second ul li:nth-child(6)>img {
	transform: rotate(-180deg);
}
.circleChart1 .second ul li:nth-child(7)>img {
	transform: rotate(130deg);
}
.circleChart1 .second ul li:nth-child(8)>img {
	transform: rotate(100deg);
}
.circleChart1 .second ul li:nth-child(9)>img {
	transform: rotate(70deg);
}
.circleChart1 .second ul li:nth-child(10)>img {
	transform: rotate(30deg);
}

/*外-第三层*/

.circleChart1 .third {
	position: absolute;
	left: 2.5rem;
	top: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	background: url("../images/plate4.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate4.png*/ no-repeat;
	background-size: 100% 100%;
	animation: plate1 10s linear infinite;
	-webkit-animation: plate1 10s linear infinite;
}

/*圆盘1*/


/*圆盘2*/

.circleChart2 {
	position: relative;
	float: left;
	width: 100%;
	height: 6.5rem;
	margin: 0 0 -.2rem 0;
	background: url("../images/circle-bg2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/circle-bg2.png*/ no-repeat center;
	background-size: 6.5rem auto;
	transform: scale(.01);
	display: none;
}
.circleChart2.cur {
	animation: circleChart2 .8s linear forwards;
	-webkit-animation: circleChart2 .8s linear forwards;
}
@keyframes circleChart2 {
	0% {}
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes circleChart2 {
	0% {}
	100% {
		transform: scale(1);
	}
}
.circleChart2 .first {
	position: absolute;
	left: 1.3rem;
	top: .8rem;
	width: 4.9rem;
	height: 4.9rem;
	background: url("../images/plate6.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate6.png*/ no-repeat;
	background-size: 100% 100%;
	animation: plate3 5s linear infinite;
	-webkit-animation: plate3 5s linear infinite;
}
.circleChart2 .second {
	position: absolute;
	left: 2.1rem;
	top: 1.6rem;
	width: 3.3rem;
	height: 3.3rem;
	background: url("../images/plate3.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate3.png*/ no-repeat;
	background-size: 100% 100%;
	animation: plate1 5s linear infinite;
	-webkit-animation: plate1 5s linear infinite;
}
.circleChart2 .third {
	position: absolute;
	left: 3rem;
	top: 2.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/plate4.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/plate4.png*/ no-repeat;
	background-size: 100% 100%;
}
.circleChart2 .hand {
	position: absolute;
	left: 1.3rem;
	top: 1.9rem;
	width: 0;
	height: 2.7rem;
	background: url("../images/hand2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/hand2.png*/ no-repeat;
	background-size: 4.46rem 100%;
}
.circleChart2 .hand.cur {
	animation: handShow 3s linear forwards;
	-webkit-animation: handShow 3s linear forwards;
}
@keyframes handShow {
	0% {}
	100% {
		width: 4.46rem;
	}
}
@-webkit-keyframes handShow {
	0% {}
	100% {
		width: 4.46rem;
	}
}
.circleChart2 .text li {
	position: absolute;
	background: #116c7e;
	box-shadow: inset 0 0 .3rem #419aac;
	color: #fff;
	text-align: center;
	display: none;
}
.circleChart2 .text li:first-child {
	left: 1.3rem;
	top: .5rem;
	width: 1.1rem;
	border-radius: 50%;
	line-height: 1.1rem;
}
.circleChart2 .text li:last-child {
	left: 4.5rem;
	top: 5.3rem;
	width: 2rem;
	border-radius: .5rem;
	line-height: .6rem;
}

/*圆盘2*/


/*资料*/

.midData {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .4rem 0 0 0;
	background: url("../images/data-bg1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/data-bg1.png*/ no-repeat;
	background-size: 100% 100%;
}
.midData .left {
	float: left;
	width: 5.25rem;
}
.midData .left ul li {
	float: left;
	width: 100%;
	color: #582c21;
}
.midData .left ul li:nth-child(3), .midData .left ul li:nth-child(4) {
	display: none;
}
.midData .left ul li:nth-child(2) em i {
	display: none;
}
.midData .right {
	float: right;
	width: 1.85rem;
	padding: .15rem 0;
	background: #e8e3d2;
	border: solid .02rem #582c21;
	border-radius: .1rem;
	display: none;
}
.midData .right img {
	display: block;
	width: 100%;
}

/*资料*/


/*进度条*/

.progressBar {
	float: left;
	width: 90%;
	padding: .3rem;
	margin: .4rem 5% 0 5%;
	background: #e8e3d2;
	border: solid .02rem #582c21;
	border-radius: .1rem;
}
.progressBar dl {
	float: left;
	width: 100%;
}
.progressBar dl:nth-child(2), .progressBar dl:nth-child(3) {
	display: none;
}
.progressBar dl dt {
	float: left;
	width: 100%;
	color: #582c21;
	font-weight: bold;
	text-align: center;
}
.progressBar dl dd {
	float: left;
	width: 100%;
	height: .3rem;
	margin: .1rem 0 0 0;
	background: #fff;
	border-radius: .3rem;
}
.progressBar dl dd span {
	width: 0;
	float: left;
	height: .3rem;
	background: #fd4407;
	border-radius: .3rem;
	animation: progress linear forwards;
	-webkit-animation: progress linear forwards;
}
.progressBar dl:nth-child(1) dd span {
	animation-duration: 8s;
}
.progressBar dl:nth-child(2) dd span {
	animation-duration: 5s;
	animation-delay: .3s;
}
.progressBar dl:nth-child(3) dd span {
	animation-duration: 2.5s;
}
@keyframes progress {
	from {}
	to {
		width: 100%;
	}
}
@-webkit-keyframes progress {
	from {}
	to {
		width: 100%;
	}
}

/*进度条*/


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


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

.freeData {
	float: left;
	width: 100%;
	padding: .15rem;
	margin: .3rem 0 0 0;
	background: url("../images/data-bg2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/data-bg2.png*/ no-repeat;
	background-size: 100% 100%;
}
.freeData table {
	width: 100%;
	border-collapse: collapse;
	border: solid .05rem #d5967a;
	background: #fffbf3;
}
.freeData table tr td {
	border: solid 1px #d5967a;
	line-height: 2;
	text-align: center;
}
.freeData table tr td span {
	color: #af4019;
}
.freeTitle {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	background: url("../images/title-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/title-bg.png*/ no-repeat center;
	background-size: auto 100%;
	line-height: 1.4rem;
	font-size: .42rem;
	color: #fff4db;
	font-weight: bold;
	text-align: center;
}
.freeFate {
	position: relative;
	float: left;
	width: 100%;
	height: 5.5rem;
	margin: .3rem 0 0 0;
	background: url("../images/fate-bg1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/fate-bg1.png*/ no-repeat;
	background-size: 100% 100%;
}
.freeFate ul li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
}
.freeFate ul li:nth-child(1) {
	left: .08rem;
	top: 0;
	width: 1.49rem;
	height: 1.42rem;
	text-align: center;
}
.freeFate ul li:nth-child(2) {
	left: 2.31rem;
	top: .53rem;
	width: 1.66rem;
	height: 1.66rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	writing-mode: vertical-rl;
}
.freeFate ul li:nth-child(3) {
	right: .08rem;
	top: 0;
	width: 1.49rem;
	height: 1.42rem;
}
.freeFate ul li:nth-child(3) img {
	display: block;
	width: 100%;
}
.freeFate ul li:nth-child(4) {
	left: .08rem;
	top: 3.32rem;
	width: 1.36rem;
	height: 1.36rem;
}
.freeMohu {
	float: left;
	width: 100%;
	padding: .35rem;
	margin: .3rem 0 0 0;
	background: url("../images/mohu.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/mohu.png*/ no-repeat;
	background-size: 100% 100%;
}
.freePop {
	float: left;
	width: 100%;
	padding: .3rem;
	background: url("../images/pop-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/pop-bg.png*/ no-repeat;
	background-size: 100% 100%;
}
.freePop ul {
	float: left;
	width: 100%;
}
.freePop ul li {
	float: left;
	width: 100%;
	padding: 0 0 0 .45rem;
	background: url("../images/icon.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/icon.png*/ no-repeat left .1rem;
	background-size: .31rem auto;
}
.freePop ul li span {
	color: #fd4407;
}
.freePop a {
	float: left;
	width: 70%;
	margin: .2rem 15% 0 15%;
	height: .7rem;
	background: url("../images/btn-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/btn-bg.png*/ no-repeat;
	background-size: 100% 100%;
	line-height: .6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .03rem;
	text-shadow: 0 .04rem 0 #902f0f;
}
.freePop a img {
	width: .2rem;
	margin: -.03rem 0 0 0;
	vertical-align: middle;
}
.freeYunshi {
	position: relative;
	float: left;
	width: 100%;
	height: 4.88rem;
	margin: .3rem 0 0 0;
	background: url("../images/yunshi-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/yunshi-bg.png*/ no-repeat center;
	background-size: auto 100%;
}
.freeYunshi ul li {
	position: absolute;
	width: .58rem;
	height: 1.32rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation: yunshi 1s linear infinite alternate;
	-webkit-animation: yunshi 1s linear infinite alternate;
}
.freeYunshi ul li:nth-child(1) {
	left: .57rem;
	top: .6rem;
	background-image: url("../images/yunshi1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/yunshi1.png*/;
}
.freeYunshi ul li:nth-child(2) {
	left: 1.72rem;
	top: .4rem;
	background-image: url("../images/yunshi2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/yunshi2.png*/;
	animation-delay: 1s;
}
.freeYunshi ul li:nth-child(3) {
	left: 2.87rem;
	top: 0;
	background-image: url("../images/yunshi3.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/yunshi3.png*/;
}
.freeYunshi ul li:nth-child(4) {
	left: 4.02rem;
	top: .4rem;
	background-image: url("../images/yunshi4.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/yunshi4.png*/;
	animation-delay: 1s;
}
.freeYunshi ul li:nth-child(5) {
	left: 5.17rem;
	top: .6rem;
	background-image: url("../images/yunshi5.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/yunshi5.png*/;
}
@keyframes yunshi {
	from {}
	to {
		transform: translateY(.1rem);
	}
}
@-webkit-keyframes yunshi {
	from {}
	to {
		transform: translateY(.1rem);
	}
}

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


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

.resultFate {
	position: relative;
	float: left;
	width: 100%;
	height: 5.56rem;
	margin: .4rem 0 0 0;
	background: url("../images/fate-bg2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/fate-bg2.png*/ no-repeat;
	background-size: 100% 100%;
}
.resultFate ul li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
}
.resultFate ul li:nth-child(1) {
	left: .11rem;
	top: 0;
	width: 1.49rem;
	height: 1.43rem;
	text-align: center;
}
.resultFate ul li:nth-child(2) {
	left: 2.34rem;
	top: .53rem;
	width: 1.66rem;
	height: 1.66rem;
	font-size: .36rem;
	color: #fff;
	font-weight: bold;
	writing-mode: vertical-rl;
}
.resultFate ul li:nth-child(3) {
	right: .12rem;
	top: 0;
	width: 1.49rem;
	height: 1.43rem;
}
.resultFate ul li:nth-child(3) img {
	display: block;
	width: 100%;
}
.resultFate ul li:nth-child(4) {
	left: .11rem;
	top: 3.36rem;
	width: 1.63rem;
	height: .47rem;
}
.resultFate ul li:nth-child(5) {
	left: .11rem;
	top: 3.86rem;
	width: 1.63rem;
	height: 1.7rem;
	writing-mode: vertical-rl;
}
.resultFate ul li:nth-child(6) {
	right: .12rem;
	top: 3.86rem;
	width: 1.63rem;
	height: 1.7rem;
	text-align: center;
}
.resultTxt {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
	text-align: justify;
}
.resultTxt span {
	display: inline-block;
	padding: .05rem .2rem;
	border-radius: .1rem;
}
.resultTxt span.bg1 {
	background: #f8ca9d;
}
.resultTxt span.bg2 {
	background: #a4d6fc;
}
.resultTxt span.bg3 {
	background: #f7e2b6;
}
.resultTxt span.bg4 {
	background: #c5d7ac;
}
.resultTxt span.bg5 {
	background: #fac2cf;
}
.resultTxt span.bg6 {
	background: #a7dfa5;
}
.resultTxt span.bg7 {
	background: #fcc5a4;
}
.resultTxt span.bg8 {
	background: #fac2cf;
}
.resultTxt span.bg9 {
	background: #f7e2b6;
}
.resultTxt span.bg10 {
	background: #a4d6fc;
}
.resultTxt span.bg11 {
	background: #c5d7ac;
}
.resultTxt span.bg12 {
	background: #e7d2f3;
}

/* 命盘图 */

.resultChartW {
	float: left;
	width: 100%;
	padding: .1rem;
	margin: .3rem 0 0 0;
	background: #f2cf7c;
	border: solid .02rem #e5a759;
	border-radius: .1rem;
}
.resultChartN {
	position: relative;
	float: left;
	width: 100%;
	background: url("../images/chart-bg1.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/chart-bg1.png*/ no-repeat;
	background-size: 100% 100%;
	border-radius: .1rem;
}
.resultChartN dl {
	float: left;
	width: 25%;
	height: 1.2rem;
	padding: .1rem 0;
	border-right: solid .02rem #f7b674;
	border-bottom: solid .02rem #f7b674;
}
.resultChartN dl:nth-child(4n) {
	border-right: none;
}
.resultChartN dl:nth-child(13), .resultChartN dl:nth-child(14), .resultChartN dl:nth-child(15), .resultChartN dl:nth-child(16) {
	border-bottom: none;
}
.resultChartN dl dt {
	float: left;
	width: 100%;
}
.resultChartN dl dt span {
	float: right;
	width: 60%;
	background: #f2cf7c;
	border-radius: .1rem 0 0 .1rem;
	line-height: .4rem;
	font-size: .28rem;
	color: #862e05;
	text-align: center;
}
.resultChartN dl dd.qiming {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	line-height: .4rem;
	font-size: .26rem;
	color: #933506;
	text-align: center;
}
.resultChartN dl dd.jixiong {
	float: left;
	width: 100%;
	padding: 0 20%;
	margin: .2rem 0 0 0;
}
.resultChartN dl dd.jixiong span {
	float: left;
	width: 100%;
	background: #a70708;
	border-radius: .2rem;
	line-height: .4rem;
	font-size: .26rem;
	color: #ffde00;
	text-align: center;
}
.resultChartN dl.data {
	position: absolute;
	top: 1.2rem;
	left: 25%;
	width: 49.6%;
	height: 2.38rem;
	padding: .65rem 0 0 0;
	background: url("../images/chart-bg2.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/chart-bg2.png*/ no-repeat;
	background-size: 100% 100%;
	border: none;
	color: #eed4b1;
	font-weight: bold;
	text-align: center;
}

/* 命盘图 */

.resultInfo {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: #e9dfd1;
	border-radius: .1rem;
	text-align: justify;
}
.resultInfo b {
	display: block;
	color: #af1b34;
	text-align: center;
}
.recomBox {
	position: relative;
	float: left;
	width: 100%;
	height: 14.9rem;
	margin: .4rem 0 0 0;
	background: url("../images/recom-bg.png")/*tpa=https://qy.kc168168.com/h/sndyxp/m/pay/guiguzi1/images/recom-bg.png*/ no-repeat;
	background-size: 100% 100%;
}
.recomBox ul {
	position: absolute;
	left: .4rem;
	top: 4.85rem;
	width: 1.12rem;
	background: #fff4e3;
	border: solid .03rem #ffea5b;
	border-radius: .2rem;
}
.recomBox ul li {
	width: 100%;
	border-bottom: solid .02rem #f6d4a3;
	line-height: 1.04rem;
	color: #582c21;
	font-weight: bold;
	text-align: center;
}
.recomBox ul li:first-child {
	border-radius: .2rem .2rem 0 0;
}
.recomBox ul li:last-child {
	border: none;
	border-radius: 0 0 .2rem .2rem;
}
.recomBox a {
	position: absolute;
	left: .9rem;
	top: 13.6rem;
	width: 5.2rem;
	background: #fc511d;
	border-radius: .3rem;
	line-height: .8rem;
	font-size: .42rem;
	color: #fff;
	text-align: center;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}

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