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

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


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

.wrapper {
	float: left;
	width: 100%;
	background-color: #28415f;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
}
.wrapper.index {
	background-image: url(/bz/wrap-index.png);
}
.wrapper.input {
	padding: 1rem 0 0 0;
	background-image: url(/bz/wrap-input.png);
	min-height: 100vh;
}
.wrapper.free {
	padding: .5rem 0 0 0;
	background-image: url(/bz/wrap-input.png);
}
.wrapper.middle {
	padding: .5rem 0 0 0;
	background-image: url(/bz/wrap-input.png);
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 7.6rem;
	overflow: hidden;
}
.indexBann ul.plate li {
	position: absolute;
}
.indexBann ul.plate li:nth-child(1) {
	left: -1.9rem;
	top: -1.9rem;
	width: 5.2rem;
	height: 5.2rem;
	background: url(/bz/plate1.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate li:nth-child(2) {
	left: -1.25rem;
	top: -1.25rem;
	width: 3.86rem;
	height: 3.86rem;
	background: url(/bz/plate2.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.plate li:nth-child(3) {
	left: -.65rem;
	top: -.65rem;
	width: 2.48rem;
	height: 2.48rem;
	background: url(/bz/plate3.png) no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.txt li {
	position: absolute;
	left: .75rem;
	top: 1.5rem;
	width: 2.48rem;
	height: 2.98rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.txt li:nth-child(1) {
	background-image: url(/bz/txt1.png);
}
.indexBann ul.txt li:nth-child(2) {
	background-image: url(/bz/txt2.png);
}
.indexBann ul.txt li:nth-child(3) {
	background-image: url(/bz/txt3.png);
}

/*banner图动画*/

.main {
	float: left;
	width: 100%;
	padding: 0 .15rem .5rem .15rem;
}
.indexScroll {
	float: left;
	width: 100%;
	height: .8rem;
	/*margin: .3rem 0 0 0;*/
	overflow: hidden;
	font-size: .26rem;
}
.indexScroll ul {
	float: left;
	width: 65%;
}
.indexScroll ul li {
	display: flex;
	align-items: center;
	width: 100%;
	/*color: #fff;*/
}
.indexScroll ul li img {
	width: .8rem;
	margin: 0 .15rem;
}
.indexScroll div {
	float: left;
	width: 35%;
	height: .8rem;
	border-left: solid .02rem #94a0af;
	/*color: #fff;*/
	text-align: center;
}
.indexScroll div span {
	color: #ffe57f;
}
.button {
	float: left;
	width: 100%;
	padding: 0 .6rem;
	margin: .4rem 0 0 0;
}
.button.zoom {
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}
.button a, .button a img {
	float: left;
	width: 100%;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
@-webkit-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;
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
}
.floatbtn .button {
	margin: 0;
}

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


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

.bigbox {
	float: left;
	width: 100%;
}
.bigbox .top {
	float: left;
	width: 100%;
	height: .59rem;
	background: url(/bz/big-top.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .down {
	float: left;
	width: 100%;
	height: .55rem;
	background: url(/bz/big-down.png) no-repeat;
	background-size: 100% 100%;
}
.bigbox .mid {
	float: left;
	width: 100%;
	padding: 0 .5rem;
	margin: -.01rem 0;
	background: url(/bz/big-mid.png) repeat-y;
	background-size: 100% auto;
}

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

.forminput {
	float: left;
	width: 100%;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .1rem .3rem;
	margin: .3rem 0 0 0;
	background: #445d81;
	border-radius: .5rem;
}
.forminput_hang_bt {
	float: left;
	width: 1rem;
	line-height: .5rem;
	color: #ffe57f;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	line-height: .5rem;
	color: #ffe57f;
}
.forminput_hang_name input::-webkit-input-placeholder {
	color: #ffe57f;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	border: solid .02rem #ffe57f;
	border-radius: 50%;
	line-height: .46rem;
	color: #ffe57f;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #f5d384;
	color: #091830;
}
.forminput_hang_birth {
	overflow: hidden;
	line-height: .5rem;
	color: #ffe57f;
	cursor: pointer;
}
.forminput_hang_birth span {
	display: block;
}

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


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


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

.freeData {
	float: left;
	width: 100%;
	margin: .3rem 0;
	text-align: center;
}
.freeData span {
	color: #ffe57f;
}

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


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

.middleTop {
	float: left;
	width: 100%;
	/*height: 1.78rem;*/
}
.middleInfo {
	float: left;
	width: 100%;
	margin: .3rem 0;
	text-align: center;
	/*color: #fff;*/
}
.middleInfo span {
	color: #ffe57f;
}
.middleZhu {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: .3rem 0;
}
.middleZhu dl {
	float: left;
	width: 1.2rem;
}
.middleZhu dl dt {
	float: left;
	width: 100%;
	color: #ffe57f;
	font-weight: bold;
	text-align: center;
}
.middleZhu dl dd {
	float: left;
	width: 100%;
	padding: 0 .4rem;
	margin: .1rem 0 0 0;
	line-height: .4rem;
	/*color: #fff;*/
	text-align: center;
}
.middleZhu dl, .middleInfo p {
	opacity: 0;
	animation: showOpa .8s linear forwards;
	-webkit-animation: showOpa .8s linear forwards;
}
@keyframes showOpa {
	from {}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes showOpa {
	from {}
	to {
		opacity: 1;
	}
}
.middleInfo.plateFirst p:nth-of-type(2), .middleInfo.baTwo p:nth-of-type(2), .middleInfo.baThree p:nth-of-type(2) {
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}
.middleInfo.plateFirst p:nth-of-type(3) {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}
.middleZhu.plateTwo dl {
	animation: showOpa .5s linear forwards;
	-webkit-animation: showOpa .5s linear forwards;
}
.middleZhu.plateTwo dl:nth-of-type(1) {
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}
.middleZhu.plateTwo dl:nth-of-type(2) {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.middleZhu.plateTwo dl:nth-of-type(3) {
	animation-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
}
.middleZhu.plateTwo dl:nth-of-type(4) {
	animation-delay: 6.3s;
	-webkit-animation-delay: 6.3s;
}
.middleZhu.wuFirst dl:nth-of-type(2), .middleZhu.wuTwo dl:nth-of-type(2), .middleZhu.baFirst dl:nth-of-type(2) {
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}
.middleZhu.wuFirst dl:nth-of-type(3), .middleZhu.wuTwo dl:nth-of-type(3), .middleZhu.baFirst dl:nth-of-type(3) {
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
}
.middleZhu.wuFirst dl:nth-of-type(4), .middleZhu.wuTwo dl:nth-of-type(4), .middleZhu.baFirst dl:nth-of-type(4) {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.middleTab {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.middleTab a {
	float: left;
	width: 25%;
	/*line-height: .6rem;*/
	color: #ffe57f;
	text-align: center;
}
.middleTab a.current {
	font-weight: bold;
	border-bottom: .02rem solid #ffe57f;
}
.middleBar {
	float: left;
	width: 100%;
}
.middleBar dl {
	float: left;
	width: 100%;
	margin: .2rem 0 0 0;
	display: none;
}
.middleBar dl.one {
	display: block;
}
.middleBar dl dt {
	float: left;
	width: 100%;
	color: #ffe57f;
}
.middleBar dl dd {
	float: left;
	width: 100%;
	height: .1rem;
	margin: .1rem 0 0 0;
	background: #445d81;
	border-radius: .25rem;
}
.middleBar dl dd span {
	float: left;
	width: 0;
	height: .1rem;
	background: #ffe57f;
	border-radius: .25rem;
	animation: progress .8s linear forwards;
	-webkit-animation: progress .8s linear forwards;
}
.middleBar dl:nth-child(1) dd span {
	animation-duration: 2.1s;
	-webkit-animation-duration: 2.1s;
}
.middleBar dl:nth-child(2) dd span {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.middleBar dl:nth-child(3) dd span {
	animation-duration: 2.4s;
	-webkit-animation-duration: 2.4s;
}
.middleBar dl:nth-child(4) dd span {
	animation-delay: 3.8s;
	-webkit-animation-delay: 3.8s;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}
.middleBar dl:nth-child(5) dd span {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}
.middleBar dl:nth-child(6) dd span {
	animation-duration: 2.4s;
	-webkit-animation-duration: 2.4s;
}
.middleBar dl:nth-child(7) dd span {
	animation-delay: 4.4s;
	-webkit-animation-delay: 4.4s;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}
.middleBar dl:nth-child(8) dd span {
	animation-delay: 6.4s;
	-webkit-animation-delay: 6.4s;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}
@keyframes progress {
	from {}
	to {
		width: 100%;
	}
}
@-webkit-keyframes progress {
	from {}
	to {
		width: 100%;
	}
}

/*圆盘*/

.circleChart {
	position: relative;
	float: left;
	width: 100%;
	height: 6.66rem;
	overflow: hidden;
}
.circleChart section.one ul, .circleChart section.two ul {
	width: 100%;
	height: 100%;
	transform-origin: center;
	transition: .8s all;
	-webkit-transition: .8s all;
}
.circleChart .one li.cur img:nth-child(1), .circleChart .two li.cur img:nth-child(1), .circleChart .three li.cur img:nth-child(1), .circleChart img:nth-child(2) {
	display: none;
}
.circleChart .one li.cur img:nth-child(2), .circleChart .two li.cur img:nth-child(2), .circleChart .three li.cur img:nth-child(2) {
	display: block;
}

/*外-第一层*/

.circleChart .one {
	position: absolute;
	/*top: .2rem;*/
	left: .27rem;
	width: 6.66rem;
	height: 6.66rem;
	background: url(/bz/circle1.png) no-repeat;
	background-size: 100% 100%;
	/*border-radius: 50%;*/
	overflow: hidden;
}
.circleChart .one ul li {
	position: absolute;
	width: 3.33rem;
	height: 3.33rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: right bottom;
	padding: 0 .3rem .3rem 0;
}
.circleChart .one ul li:nth-child(1) {
	transform: rotate(30deg);
}
.circleChart .one ul li:nth-child(2) {
	transform: rotate(60deg);
}
.circleChart .one ul li:nth-child(3) {
	transform: rotate(90deg);
}
.circleChart .one ul li:nth-child(4) {
	transform: rotate(120deg);
}
.circleChart .one ul li:nth-child(5) {
	transform: rotate(150deg);
}
.circleChart .one ul li:nth-child(6) {
	transform: rotate(180deg);
}
.circleChart .one ul li:nth-child(7) {
	transform: rotate(210deg);
}
.circleChart .one ul li:nth-child(8) {
	transform: rotate(240deg);
}
.circleChart .one ul li:nth-child(9) {
	transform: rotate(270deg);
}
.circleChart .one ul li:nth-child(10) {
	transform: rotate(300deg);
}
.circleChart .one ul li:nth-child(11) {
	transform: rotate(330deg);
}
.circleChart .one ul li:nth-child(12) {
	transform: rotate(360deg);
}
.circleChart .one ul li>img {
	width: .5rem;
}
.circleChart .one ul li:nth-child(1)>img {
	transform: rotate(-45deg);
}
.circleChart .one ul li:nth-child(2)>img {
	transform: rotate(-45deg);
}
.circleChart .one ul li:nth-child(3)>img {
	transform: rotate(-80deg);
}
.circleChart .one ul li:nth-child(4)>img {
	transform: rotate(-120deg);
}
.circleChart .one ul li:nth-child(5)>img {
	transform: rotate(-160deg);
}
.circleChart .one ul li:nth-child(6)>img {
	transform: rotate(-180deg);
}
.circleChart .one ul li:nth-child(7)>img {
	transform: rotate(-210deg);
}
.circleChart .one ul li:nth-child(8)>img {
	transform: rotate(-230deg);
}
.circleChart .one ul li:nth-child(9)>img {
	transform: rotate(90deg);
}
.circleChart .one ul li:nth-child(10)>img {
	transform: rotate(60deg);
}
.circleChart .one ul li:nth-child(11)>img {
	transform: rotate(30deg);
}
.circleChart .one ul li:nth-child(12)>img {
	transform: rotate(-20deg);
}

/*外-第二层*/

.circleChart .two {
	position: absolute;
	top: .8rem;
	left: 1.1rem;
	width: 5rem;
	height: 5rem;
	background: url(/bz/circle2.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.circleChart .two ul li {
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: right bottom;
}
.circleChart .two ul {
	transform: rotate(-10deg);
}
.circleChart .two ul li:nth-child(1) {
	transform: rotate(36deg);
}
.circleChart .two ul li:nth-child(2) {
	transform: rotate(72deg);
}
.circleChart .two ul li:nth-child(3) {
	transform: rotate(108deg);
}
.circleChart .two ul li:nth-child(4) {
	transform: rotate(144deg);
}
.circleChart .two ul li:nth-child(5) {
	transform: rotate(180deg);
}
.circleChart .two ul li:nth-child(6) {
	transform: rotate(216deg);
}
.circleChart .two ul li:nth-child(7) {
	transform: rotate(252deg);
}
.circleChart .two ul li:nth-child(8) {
	transform: rotate(288deg);
}
.circleChart .two ul li:nth-child(9) {
	transform: rotate(324deg);
}
.circleChart .two ul li:nth-child(10) {
	transform: rotate(360deg);
}
.circleChart .two ul li>img {
	width: .5rem;
}
.circleChart .two ul li:nth-child(1)>img {
	transform: rotate(-25deg);
}
.circleChart .two ul li:nth-child(2)>img {
	transform: rotate(-35deg);
}
.circleChart .two ul li:nth-child(3)>img {
	transform: rotate(-90deg);
}
.circleChart .two ul li:nth-child(4)>img {
	transform: rotate(-140deg);
}
.circleChart .two ul li:nth-child(5)>img {
	transform: rotate(-170deg);
}
.circleChart .two ul li:nth-child(6)>img {
	transform: rotate(-210deg);
}
.circleChart .two ul li:nth-child(7)>img {
	transform: rotate(120deg);
}
.circleChart .two ul li:nth-child(8)>img {
	transform: rotate(80deg);
}
.circleChart .two ul li:nth-child(9)>img {
	transform: rotate(35deg);
}
/*.circleChart .two ul li:nth-child(10)>img {
	transform: rotate(0);
}*/


/*外-第三层*/

.circleChart .three {
	position: absolute;
	top: 1.6rem;
	left: 1.9rem;
	width: 3.4rem;
	height: 3.4rem;
	background: url(/bz/circle3.png) no-repeat;
	background-size: 100% 100%;
	/*border-radius: 50%;*/
	overflow: hidden;
}
.circleChart .three ul li {
	position: absolute;
	width: 1.7rem;
	height: 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: right bottom;
	padding: 1.55rem .3rem 0 0;
}
.circleChart .three ul li:nth-child(1) {
	transform: rotate(90deg);
}
.circleChart .three ul li:nth-child(2) {
	transform: rotate(180deg);
}
.circleChart .three ul li:nth-child(3) {
	transform: rotate(270deg);
}
.circleChart .three ul li:nth-child(4) {
	transform: rotate(360deg);
}
.circleChart .three ul li>img {
	width: .4rem;
}
.circleChart .three ul li:nth-child(1)>img {
	transform: rotate(-90deg);
}
.circleChart .three ul li:nth-child(2)>img {
	transform: rotate(145deg);
}
.circleChart .three ul li:nth-child(3)>img {
	transform: rotate(90deg);
}
/*.circleChart .three ul li:nth-child(4)>img {
	transform: rotate(0);
}*/


/*外-第四层*/

.circleChart .four {
	position: absolute;
	top: 2.63rem;
	left: 2.9rem;
	width: 1.4rem;
	height: 1.4rem;
	background: url(/bz/circle4.png) no-repeat;
	background-size: 100% 100%;
	animation: circle4 10s linear infinite;
	-webkit-animation: circle4 10s linear infinite;
}
@keyframes circle4 {
	from {}
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes circle4 {
	from {}
	to {
		transform: rotate(360deg);
	}
}

/*圆盘*/


.recomBtn {
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: 12.38rem;
	padding: 4.2rem .3rem 0 .3rem;
	margin: .2rem 0 0 0;
	background: url(/bz/recom-bg.png) no-repeat;
	background-size: 100% 100%;
}
.recomBtn a {
	width: 3.04rem;
	height: 3.45rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.recomBtn a:nth-child(1) {
	background-image: url(/bz/prod01.png);
}
.recomBtn a:nth-child(2) {
	background-image: url(/bz/prod02.png);
}
.recomBtn a:nth-child(3) {
	background-image: url(/bz/prod03.png);
}
.recomBtn a:nth-child(4) {
	background-image: url(/bz/prod04.png);
}

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



/** 信息流改版 **/

.freeData2 {
	float: left;
	width: 100%;
}
.freeData2 ul li {
	float: left;
	width: 100%;
	line-height: 1.7;
	color: #666;
}
.freeData2 ul li span {
	color: #12131b;
}
.freeData2 ul li i {
	float: left;
	width: 1.9rem;
	height: .544rem;
}
.freeInfo {
	float: left;
	width: 100%;
	padding: .2rem;
	margin: .3rem 0 0 0;
	background: #fbf4e7;
	border-radius: .1rem;
	color: #333;
	text-align: justify;
}
.freeInfo span {
	color: #a71627;
}
.freeBtn {
	float: left;
	width: 100%;
	margin: .3rem 0;
}
.freeBtn a {
	float: left;
	width: 100%;
	background: url(/bz/btn-bg.png) no-repeat center;
	background-size: auto 100%;
	line-height: 1rem;
	font-size: .34rem;
	color: #fefef9;
	text-align: center;
	animation: btnZoom 1s linear infinite alternate;
	-webkit-animation: btnZoom 1s linear infinite alternate;
}

/** 信息流改版 **/