@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%;
	padding-bottom: .5rem;
}
.wrapper.index {
	background: #fef3dc url("../images/wrap-index.png") no-repeat;
	background-size: 100% auto;
}
.wrapper.free {
	padding-top: 1.6rem;
	background: #ffcacb url("../images/wrap-free.png") no-repeat;
	background-size: 100% auto;
}
.wrapper.middle {
	padding-top: 1.6rem;
	background: #ffcacb url("../images/wrap-middle.png") no-repeat;
	background-size: 100% auto;
	min-height: 100vh;
}

/*banner图动画*/

.indexBann {
	position: relative;
	float: left;
	width: 100%;
	height: 10rem;
	overflow: hidden;
}
.indexBann ul.people li {
	position: absolute;
}
.indexBann ul.people li:nth-child(1) {
	left: 2.7rem;
	top: 1.35rem;
	width: 6.5rem;
	height: 6.35rem;
	background: url("../images/people1.png") no-repeat;
	background-size: 100% 100%;
	animation: peopleHide 2s linear 2s forwards;
	-webkit-animation: peopleHide 2s linear 2s forwards;
}
@keyframes peopleHide {
	from {}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes peopleHide {
	from {}
	to {
		opacity: 0;
	}
}
.indexBann ul.people li:nth-child(2) {
	left: 2.8rem;
	top: 1.4rem;
	width: 6.7rem;
	height: 6.15rem;
	background: url("../images/people2.png") no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	animation: peopleShow 1s linear 2s forwards;
	-webkit-animation: peopleShow 1s linear 2s forwards;
}
@keyframes peopleShow {
	from {}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes peopleShow {
	from {}
	to {
		opacity: 1;
	}
}
.indexBann ul.bridge {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10rem;
	background: url("../images/bridge.png") no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.flower {
	position: absolute;
	left: 7.5rem;
	top: -6rem;
	width: 6.9rem;
	height: 7.95rem;
	background: url("../images/flower.png") no-repeat;
	background-size: 100% 100%;
	animation: flower 20s linear 3.5s infinite;
	-webkit-animation: flower 20s linear 3.5s infinite;
}
@keyframes flower {
	from {}
	to {
		left: -7rem;
		top: 5rem;
	}
}
@-webkit-keyframes flower {
	from {}
	to {
		left: -7rem;
		top: 5rem;
	}
}
.indexBann ul.txt li {
	position: absolute;
	width: 2.6rem;
	height: 2.6rem;
	animation: txtMove 5s linear infinite;
	-webkit-animation: txtMove 5s linear infinite;
}
.indexBann ul.txt li:nth-child(1) {
	left: -.3rem;
	top: 6.1rem;
	background: url("../images/txt1.png") no-repeat;
	background-size: 100% 100%;
}
.indexBann ul.txt li:nth-child(2) {
	left: 1.6rem;
	top: 5.7rem;
	background: url("../images/txt2.png") no-repeat;
	background-size: 100% 100%;
	animation-delay: .5s;
}
.indexBann ul.txt li:nth-child(3) {
	left: 3.4rem;
	top: 5.9rem;
	background: url("../images/txt3.png") no-repeat;
	background-size: 100% 100%;
	animation-delay: 1s;
}
.indexBann ul.txt li:nth-child(4) {
	left: 5.3rem;
	top: 6.3rem;
	background: url("../images/txt4.png") no-repeat;
	background-size: 100% 100%;
	animation-delay: 1.5s;
}
@keyframes txtMove {
	0%, 50%, 100% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-.2rem);
	}
	75% {
		transform: translateY(.2rem);
	}
}
@-webkit-keyframes txtMove {
	0%, 50%, 100% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-.2rem);
	}
	75% {
		transform: translateY(.2rem);
	}
}

/*banner图动画*/

.inputBox {
	position: relative;
	float: left;
	width: 100%;
	padding: .7rem .7rem .7rem .5rem;
	margin: -1.5rem 0 0 0;
	background: url("../images/input-bg.png") no-repeat;
	background-size: 100% 100%;
}
.inputBox.marg30 {
	margin: .3rem 0 0 0;
}
.picTitle {
	float: left;
	width: 100%;
	margin: -.8rem 0 0 0;
}
.picTitle img {
	display: block;
	width: 6.1rem;
	margin: 0 auto;
}

/** 资料输入版块 **/

.forminput {
	float: left;
	width: 100%;
	margin: -.1rem 0 0 0;
}
.forminput_hang {
	float: left;
	width: 100%;
	padding: .15rem 0;
	border-bottom: dotted .02rem #b0a8a6;
}
.forminput_hang_bt {
	float: left;
	width: 1.65rem;
	line-height: .5rem;
	color: #380c4f;
}
.forminput_hang_name {
	overflow: hidden;
}
.forminput_hang_name input {
	float: left;
	width: 100%;
	border: none;
	background: none;
	outline: none;
	height: .5rem;
	color: #8e7f94;
}
.forminput_hang_name input::-webkit-input-placeholder {
	color: #8e7f94;
}
.forminput_hang_sex {
	overflow: hidden;
}
.forminput_hang_sex a {
	float: left;
	width: .5rem;
	height: .5rem;
	margin: 0 .4rem 0 0;
	background: #d8d8d8;
	border-radius: 50%;
	line-height: .5rem;
	color: #8e7f94;
	text-align: center;
}
.forminput_hang_sex a.current {
	background: #f06068;
	color: #fff;
}
.forminput_hang_birth {
	overflow: hidden;
	cursor: pointer;
	line-height: .5rem;
	font-size: .3rem;
	color: #8e7f94;
}
.forminput_hang_birth span {
	display: block;
}

/** 资料输入版块 **/

.button {
	float: left;
	width: 100%;
	/*padding: 0 .8rem;*/
	margin: .3rem 0 0 0;
}
.button a {
	float: left;
	width: 100%;
	background: url("../images/btn-bg.png") no-repeat center;
	background-size: auto 100%;
	line-height: 1rem;
	font-size: .42rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .02rem;
}
.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%;
}
.indexFoot {
	float: left;
	width: 100%;
	padding: 0 .4rem 0 .2rem;
}

/**** 首页 ****/


/**** 浮动按钮 ****/

.floatbtn {
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	padding: .1rem .3rem;
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
}
.floatbtn .button {
	margin: 0;
}

/**** 浮动按钮 ****/


/**** 免费页 ****/

.freeTxt {
	float: left;
	width: 100%;
	padding: 0 .7rem 0 .5rem;
	margin: -3.3rem 0 0 0;
	text-align: justify;
}
.freeTxt span {
	color: #e03636;
}
.freeBtn {
	position: relative;
	float: left;
	width: 100%;
	height: 16.4rem;
	background: url("../images/img05.png") no-repeat;
	background-size: 100% 100%;
}
.freeBtn a {
	position: absolute;
	width: 2.15rem;
	height: .58rem;
}
.freeBtn a:nth-child(1) {
	left: 3.63rem;
	top: 3.57rem;
}
.freeBtn a:nth-child(2) {
	left: .71rem;
	top: 6.69rem;
}
.freeBtn a:nth-child(3) {
	left: 3.63rem;
	top: 9.82rem;
}
.freeBtn a:nth-child(4) {
	left: .71rem;
	top: 12.94rem;
}

/**** 免费页 ****/


/**** 动画页 ****/

.main {
	float: left;
	width: 100%;
	padding: 0 .2rem;
}
.middleTop {
	position: relative;
	float: left;
	width: 100%;
	height: 8.15rem;
	padding: .25rem;
	background: url("../images/table-bg.png") no-repeat center;
	background-size: 100% 100%;
	font-size: .3rem;
}
.middleTop .time {
	position: absolute;
	left: .25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 7.65rem;
	writing-mode: vertical-rl;
	letter-spacing: .1rem;
}
.middleTop .time span {
	height: .6rem;
	margin: 0 0 .2rem 0;
	line-height: .6rem;
	border-radius: 50%;
	background: #f5961d;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
}
.middleTop .con {
	display: flex;
	flex-direction: column;
	width: calc(100% - 1.15rem);
	margin-left: 1.15rem;
}
.middleTop .txt {
	float: left;
	width: 100%;
}
.middleTop .txt:nth-of-type(1) {
	line-height: .55rem;
	color: #aa1412;
	font-weight: bold;
}
.middleTop .txt:nth-of-type(2) {
	line-height: 1rem;
}
.middleTop .txt:nth-of-type(3) {
	line-height: .65rem;
}
.middleTop .txt span {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
}
.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: #d36345;
	border-radius: .05rem;
	color: #fef6e6;
	text-align: center;
}
.middleTop .box .plate {
	position: relative;
	width: 2.6rem;
	height: 2.6rem;
	background: url("../images/plate-bg.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	overflow: hidden;
}
.middleTop .box .plate li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.3rem;
	height: 1.3rem;
	padding: 0 .13rem .13rem 0;
	transform-origin: right bottom;
	color: #ac6361;
}
.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.current span {
	height: .4rem;
	padding: 0 .06rem;
	background: #dc411d;
	border-radius: 100%;
	color: #fff;
}
.middleTop .box .plate div {
	position: absolute;
	top: .76rem;
	left: .76rem;
	width: 1.08rem;
	line-height: 1.08rem;
	background: #b67164;
	border: 1px solid #fee5ac;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.middleTop .info, .middleTop .group {
	float: left;
	width: 100%;
	line-height: .65rem;
	text-align: center;
}
.middleTop .group span {
	float: left;
	width: 50%;
}
.middleTop .group span em {
	color: #aa1412;
}
.middleBar {
	float: left;
	width: 100%;
	padding: .3rem;
	margin-top: .3rem;
	background: #a32a24;
	border-radius: .1rem;
}
.middleBar dl {
	float: left;
	width: 100%;
	margin-bottom: .1rem;
	display: none;
}
.middleBar dl:first-child {
	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 {
	from {}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes showOpac {
	from {}
	to {
		opacity: 1;
	}
}

/**** 动画页 ****/