@charset "utf-8";

/* CSS Document U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh*/
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; U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh*/
	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 ****/

/**** 首页 ****/
.indexWrap{
	width: 100%;
	float: left;
	height: 13.34rem;
	background: url(../yunshi/indexBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.banner, .banner img{
	width: 100%;
	float: left;
}
.indexMain {
	width: 100%;
	float: left;
	padding-top: .2rem;
	position: relative;
}
.indexTxt{
	float: left;
	width: 100%;
	text-align: center;
	color: #c4d0ff;
	font-size: .28rem;
	letter-spacing: .02rem;
	line-height: 1.6;
}
.indexTxt p{
	color: #ffcb5b;
}
.indexCard {
	float: left;
	width: 100%;
	padding: 0 2.06rem 0 2.55rem;
	position: relative;
	margin-top: 2.7rem;
	margin-bottom: .6rem;
}
.indexCard a {
	float: left;
	width: 100%;
	height: 4.09rem;
	background: url(../yunshi/dexTarort.png) no-repeat -.1rem 0;
	background-size: auto 100%;
	padding: 1.43rem .92rem 1.43rem .72rem;
}
.indexCard a img {
	width: 100%;
	float: left;
	animation: zoom .8s linear infinite alternate;
	-moz-animation: zoom .8s linear infinite alternate;
	-webkit-animation: zoom .8s linear infinite alternate;
	-o-animation: zoom .8s linear infinite alternate;
}
@keyframes zoom {
	from {}
	to {
		-ms-transform: scale(.7);
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}
@-moz-keyframes zoom {
	from {}
	to {
		-ms-transform: scale(.7);
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}
@-webkit-keyframes zoom {
	from {}
	to {
		-ms-transform: scale(.7);
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}
@-o-keyframes zoom {
	from {}
	to {
		-ms-transform: scale(.7);
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}
.indexStar ul li:nth-of-type(1){
	top: 2.6rem;
	left: .5rem;
}
.indexStar ul li:nth-of-type(2){
	top: 2.3rem;
	right: .9rem;
}
.indexStar ul li:nth-of-type(3){
	top: 4.8rem;
	left: .2rem;
}
.indexStar ul li:nth-of-type(4){
	top: 4.2rem;
	right: .1rem;
}
.indexStar ul li:nth-of-type(5){
	top: 6.6rem;
	left: .6rem;
}
.indexStar ul li:nth-of-type(6){
	top: 5.9rem;
	right: .4rem;
}
.indexStar ul li:nth-of-type(1),
.indexStar ul li:nth-of-type(2),
.indexStar ul li:nth-of-type(5),
.indexStar ul li:nth-of-type(6){
	width: .5rem;
	position: absolute;
	animation: flicker 2s linear infinite alternate;
	-moz-animation: flicker 2s linear infinite alternate;
	-webkit-animation: flicker 2s linear infinite alternate;
	-o-animation: flicker 2s linear infinite alternate;
}
.indexStar ul li:nth-of-type(3),
.indexStar ul li:nth-of-type(4){
	width: .6rem;
	position: absolute;
	animation: flicker 1s linear infinite alternate;
	-moz-animation: flicker 1s linear infinite alternate;
	-webkit-animation: flicker 1s linear infinite alternate;
	-o-animation: flicker 1s linear infinite alternate;
}
.indexStar ul li img{
	float: left;
	width: 100%;
}
@keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
@-moz-keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
@-webkit-keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
@-o-keyframes flicker {
	from {}
	to {
		opacity: .3;
	}
}
.indexStar ul li:nth-of-type(7){
	position: absolute;
	width: 1.69rem;
	top: 5.7rem;
	left: 1.2rem;
	animation: handMove 1.1s linear infinite alternate;
	-o-animation: handMove 1.1s linear infinite alternate;
	-moz-animation: handMove 1.1s linear infinite alternate;
	-webkit-animation: handMove 1.1s linear infinite alternate;
}
.indexStar ul li:nth-of-type(8){
	position: absolute;
	width: 1.59rem;
	top: 5.8rem;
	right: .9rem;
	animation: handMove .8s linear infinite alternate;
	-o-animation: handMove .8s linear infinite alternate;
	-webkit-animation: handMove .8s linear infinite alternate;
	-moz-animation: handMove .8s linear infinite alternate;
}
@keyframes handMove {
	from {
		transform: translateY(0rem);
	}
	to {
		transform: translateY(-.1rem);
	}
}
@-o-keyframes handMove {
	from {
		transform: translateY(0rem);
	}
	to {
		transform: translateY(-.1rem);
	}
}
@-moz-keyframes handMove {
	from {
		transform: translateY(0rem);
	}
	to {
		transform: translateY(-.1rem);
	}
}
@-webkit-keyframes handMove {
	from {
		transform: translateY(0rem);
	}
	to {
		transform: translateY(-.1rem);
	}
}
/**** 首页 ****/

/**** 过渡页 ****/
.stepWrap{
	float: left;
	width: 100%;
	height: 13.34rem;
	background: url(../yunshi/stepBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 2.8rem;
}
.stepMain{
	float: left;
	width: 100%;
}
.stepAnima{
	float: left;
	width: 100%;
	position: relative;
	margin-top: -.1rem;
	padding: 0 1.2rem;
}
.stepAnima ul{
	width: 100%;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stepAnima ul li{
	width: 1.48rem;
	position: absolute;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	z-index: 9;
}
.stepAnima ul .xipaiTwo:nth-of-type(16){
	animation: xiPai2 2s linear forwards;
	-o-animation: xiPai2 2s linear forwards;
	-moz-animation: xiPai2 2s linear forwards;
	-webkit-animation: xiPai2 2s linear forwards;
	z-index: 25;
}
.stepAnima ul .xipaiTwo:nth-of-type(15){
	animation: xiPai2 2s linear .1s forwards;
	-o-animation: xiPai2 2s linear .1s forwards;
	-moz-animation: xiPai2 2s linear .1s forwards;
	-webkit-animation: xiPai2 2s linear .1s forwards;
	z-index: 24;
}
.stepAnima ul .xipaiTwo:nth-of-type(14){
	animation: xiPai2 2s linear .2s forwards;
	-o-animation: xiPai2 2s linear .2s forwards;
	-moz-animation: xiPai2 2s linear .2s forwards;
	-webkit-animation: xiPai2 2s linear .2s forwards;
	z-index: 23;
}
.stepAnima ul .xipaiTwo:nth-of-type(13){
	animation: xiPai2 2s linear .3s forwards;
	-o-animation: xiPai2 2s linear .3s forwards;
	-moz-animation: xiPai2 2s linear .3s forwards;
	-webkit-animation: xiPai2 2s linear .3s forwards;
	z-index: 22;
}
.stepAnima ul .xipaiTwo:nth-of-type(12){
	animation: xiPai2 2s linear .4s forwards;
	-o-animation: xiPai2 2s linear .4s forwards;
	-moz-animation: xiPai2 2s linear .4s forwards;
	-webkit-animation: xiPai2 2s linear .4s forwards;
	z-index: 21;
}
.stepAnima ul .xipaiTwo:nth-of-type(11){
	animation: xiPai2 2s linear .5s forwards;
	-o-animation: xiPai2 2s linear .5s forwards;
	-moz-animation: xiPai2 2s linear .5s forwards;
	-webkit-animation: xiPai2 2s linear .5s forwards;
	z-index: 20;
}
.stepAnima ul .xipaiTwo:nth-of-type(10){
	animation: xiPai2 2s linear .6s forwards;
	-o-animation: xiPai2 2s linear .6s forwards;
	-moz-animation: xiPai2 2s linear .6s forwards;
	-webkit-animation: xiPai2 2s linear .6s forwards;
	z-index: 19;
}
.stepAnima ul .xipaiTwo:nth-of-type(9){
	animation: xiPai2 2s linear .7s forwards;
	-o-animation: xiPai2 2s linear .7s forwards;
	-moz-animation: xiPai2 2s linear .7s forwards;
	-webkit-animation: xiPai2 2s linear .7s forwards;
	z-index: 18;
}
.stepAnima ul .xipaiTwo:nth-of-type(8){
	animation: xiPai2 2s linear .8s forwards;
	-o-animation: xiPai2 2s linear .8s forwards;
	-moz-animation: xiPai2 2s linear .8s forwards;
	-webkit-animation: xiPai2 2s linear .8s forwards;
	z-index: 17;
}
.stepAnima ul .xipaiTwo:nth-of-type(7){
	animation: xiPai2 2s linear .9s forwards;
	-o-animation: xiPai2 2s linear .9s forwards;
	-moz-animation: xiPai2 2s linear .9s forwards;
	-webkit-animation: xiPai2 2s linear .9s forwards;
	z-index: 16;
}
.stepAnima ul .xipaiTwo:nth-of-type(6){
	animation: xiPai2 2s linear 1s forwards;
	-o-animation: xiPai2 2s linear 1s forwards;
	-moz-animation: xiPai2 2s linear 1s forwards;
	-webkit-animation: xiPai2 2s linear 1s forwards;
	z-index: 15;
}
.stepAnima ul .xipaiTwo:nth-of-type(5){
	animation: xiPai2 2s linear 1.1s forwards;
	-o-animation: xiPai2 2s linear 1.1s forwards;
	-moz-animation: xiPai2 2s linear 1.1s forwards;
	-webkit-animation: xiPai2 2s linear 1.1s forwards;
	z-index: 14;
}
.stepAnima ul .xipaiTwo:nth-of-type(4){
	animation: xiPai2 2s linear 1.2s forwards;
	-o-animation: xiPai2 2s linear 1.2s forwards;
	-moz-animation: xiPai2 2s linear 1.2s forwards;
	-webkit-animation: xiPai2 2s linear 1.2s forwards;
	z-index: 13;
}
.stepAnima ul .xipaiTwo:nth-of-type(3){
	animation: xiPai2 2s linear 1.3s forwards;
	-o-animation: xiPai2 2s linear 1.3s forwards;
	-moz-animation: xiPai2 2s linear 1.3s forwards;
	-webkit-animation: xiPai2 2s linear 1.3s forwards;
	z-index: 12;
}
.stepAnima ul .xipaiTwo:nth-of-type(2){
	animation: xiPai2 2s linear 1.4s forwards;
	-o-animation: xiPai2 2s linear 1.4s forwards;
	-moz-animation: xiPai2 2s linear 1.4s forwards;
	-webkit-animation: xiPai2 2s linear 1.4s forwards;
	z-index: 11;
}
.stepAnima ul .xipaiTwo:nth-of-type(1){
	animation: xiPai2 2s linear 1.5s forwards;
	-o-animation: xiPai2 2s linear 1.5s forwards;
	-moz-animation: xiPai2 2s linear 1.5s forwards;
	-webkit-animation: xiPai2 2s linear 1.5s forwards;
	z-index: 10;
}
@keyframes xiPai2{
	from{}
	to{
		transform: rotate(360deg);
	}
}
@-o-keyframes xiPai2{
	from{}
	to{
		transform: rotate(360deg);
	}
}
@-moz-keyframes xiPai2{
	from{}
	to{
		transform: rotate(360deg);
	}
}
@-webkit-keyframes xiPai2{
	from{}
	to{
		transform: rotate(360deg);
	}
}
.stepAnima ul .movePai{
	animation: move .9s linear forwards;
	-o-animation: move .9s linear forwards;
	-moz-animation: move .9s linea forwards;
	-webkit-animation: move .9s linear forwards;
}
@keyframes move{
	from{}
	to{
		transform: translateY(-1rem);
	}
}
@-o-keyframes move{
	from{}
	to{
		transform: translateY(-1rem);
	}
}
@-moz-keyframes move{
	from{}
	to{
		transform: translateY(-1rem);
	}
}
@-webkit-keyframes move{
	from{}
	to{
		transform: translateY(-1rem);
	}
}
.stepAnima ul .paipai{
	transform-origin: 50% 165%;
	-webkit-transform-origin: 50% 165%;
	transition: transform 500ms ease-out 0ms;
	-webkit-transition: transform 500ms ease-out 0ms;
}
.stepAnima ul .paipai:nth-of-type(1){
	z-index: 1015;
	transform: translateY(-1rem) rotate(50deg);
	-webkit-transform: translateY(-1rem) rotate(50deg);
}
.stepAnima ul .paipai:nth-of-type(2){
	z-index: 1014;
	transform: translateY(-1rem) rotate(43.3333deg);
	-webkit-transform: translateY(-1rem) rotate(43.3333deg);
}
.stepAnima ul .paipai:nth-of-type(3){
	z-index: 1013;
	transform: translateY(-1rem) rotate(36.6667deg);
	-webkit-transform: translateY(-1rem) rotate(36.6667deg);
}
.stepAnima ul .paipai:nth-of-type(4){
	z-index: 1012;
	transform: translateY(-1rem) rotate(30deg);
	-webkit-transform: translateY(-1rem) rotate(30deg);
}
.stepAnima ul .paipai:nth-of-type(5){
	z-index: 1011;
	transform: translateY(-1rem) rotate(23.3333deg);
	-webkit-transform: translateY(-1rem) rotate(23.3333deg);
}
.stepAnima ul .paipai:nth-of-type(6){
	z-index: 1010;
	transform: translateY(-1rem) rotate(16.6667deg);
	-webkit-transform: translateY(-1rem) rotate(16.6667deg);
}
.stepAnima ul .paipai:nth-of-type(7){
	z-index: 1009;
	transform: translateY(-1rem) rotate(10deg);
	-webkit-transform: translateY(-1rem) rotate(10deg);
}
.stepAnima ul .paipai:nth-of-type(8){
	z-index: 1008;
	transform: translateY(-1rem) rotate(3.33333deg);
	-webkit-transform: translateY(-1rem) rotate(3.33333deg);
}
.stepAnima ul .paipai:nth-of-type(9){
	z-index: 1007;
	transform: translateY(-1rem) rotate(-3.33333deg);
	-webkit-transform: translateY(-1rem) rotate(-3.33333deg);
}
.stepAnima ul .paipai:nth-of-type(10){
	z-index: 1006;
	transform: translateY(-1rem) rotate(-10deg);
	-webkit-transform: translateY(-1rem) rotate(-10deg);
}
.stepAnima ul .paipai:nth-of-type(11){
	z-index: 1005;
	transform: translateY(-1rem) rotate(-16.6667deg);
	-webkit-transform: translateY(-1rem) rotate(-16.6667deg);
}
.stepAnima ul .paipai:nth-of-type(12){
	z-index: 1004;
	transform: translateY(-1rem) rotate(-23.3333deg);
	-webkit-transform: translateY(-1rem) rotate(-23.3333deg);
}
.stepAnima ul .paipai:nth-of-type(13){
	z-index: 1003;
	transform: translateY(-1rem) rotate(-30deg);
	-webkit-transform: translateY(-1rem) rotate(-30deg);
}
.stepAnima ul .paipai:nth-of-type(14){
	z-index: 1002;
	transform: translateY(-1rem) rotate(-36.6667deg);
	-webkit-transform: translateY(-1rem) rotate(-36.6667deg);
}
.stepAnima ul .paipai:nth-of-type(15){
	z-index: 1001;
	transform: translateY(-1rem) rotate(-43.3333deg);
	-webkit-transform: translateY(-1rem) rotate(-43.3333deg);
}
.stepAnima ul .paipai:nth-of-type(16){
	z-index: 1000;
	transform: translateY(-1rem) rotate(-50deg);
	-webkit-transform: translateY(-1rem) rotate(-50deg);
}
.stepAnima ul .posing0{
	z-index: 1300;
	/* transform:translate(-2.15rem,4.45rem) rotate(0);
	-webkit-transform:translate(-2.15rem,4.45rem) rotate(0); */
	transform:translate(-2.15rem,4.85rem) rotate(0);
	-webkit-transform:translate(-2.15rem,4.85rem) rotate(0);
}
.stepAnima ul .posing1{
	z-index: 1300;
	/* transform:translateY(5.7rem) rotate(0);
	-webkit-transform:translateY(5.7rem) rotate(0); */
	transform:translateY(6.1rem) rotate(0);
	-webkit-transform:translateY(6.1rem) rotate(0);
}
.stepAnima ul .posing2{
	z-index: 1300;
	/* transform:translate(2.15rem,4.45rem) rotate(0);
	-webkit-transform:translate(2.15rem,4.45rem) rotate(0); */
	transform:translate(2.15rem,4.85rem) rotate(0);
	-webkit-transform:translate(2.15rem,4.85rem) rotate(0);
}
.stepAnima ul li img{
	float: left;
	width: 100%;
}
.stepTxt{
	width: 100%;
	display: flex;
	justify-content: center;
}
.stepTxt span{
	text-align: center;
	color: #cec4ff;
	font-size: .28rem;
	padding: 0 .25rem;
	background: #20112d;
	border-radius: .1rem;
}
.stepOption{
	float: left;
	width: 100%;
	height: 4.8rem;
	margin-top: .2rem;
	position: relative;
}
.stepOption ul li{
	position: absolute;
	width: 1.8rem;
	font-size: .28rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.stepOption ul li:nth-of-type(1){
	left: .7rem;
}
.stepOption ul li:nth-of-type(2){
	left: 2.85rem;
	top: 1.25rem;
}
.stepOption ul li:nth-of-type(3){
	right: .7rem;
}
.stepOption ul li b{
	color: #fece82;
}
.stepOption ul li span{
	color: #cec4ff;
	background: #1a1027;
	border-radius: .1rem;
	padding: 0 .15rem;
	margin-top: .08rem;
	text-align: center;
}
.stepOption ul li img{
	float: left;
	width: 100%;
}
.stepOption ul li img.card{
	animation: opacAni 1.2s linear forwards;
	-moz-animation:  opacAni 1.2s linear forwards;
	-webkit-animation:  opacAni 1.2s linear forwards;
	-o-animation:  opacAni 1.2s linear forwards;
}
@keyframes opacAni{
	from{}
	to{opacity: 0;}
}
@-o-keyframes opacAni{
	from{}
	to{opacity: 0;}
}
@-webkit-keyframes opacAni{
	from{}
	to{opacity: 0;}
}
@-moz-keyframes opacAni{
	from{}
	to{opacity: 0;}
}
.stepAnima ul li img.retateAni{
	animation:  rotateAni 1s linear 1s forwards;
	-moz-animation:  rotateAni 1s linear 1s forwards;
	-webkit-animation:  rotateAni 1s linear 1s forwards;
	-o-animation:  rotateAni 1s linear 1s forwards;
}
@keyframes rotateAni {
	from {}
	to {
		transform: rotateY(360deg);
	}
}
@-moz-keyframes rotateAni {
	from {}
	to {
		transform: rotateY(360deg);
	}
}
@-webkit-keyframes rotateAni {
	from {}
	to {
		transform: rotateY(360deg);
	}
}
@-o-keyframes rotateAni {
	from {}
	to {
		transform: rotateY(360deg);
	}
}
.stepMask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: fixed;
	bottom: 0;
	max-width: 7.5rem;
	z-index: 9999;
}
.stepPopBox{
	width: 5.5rem;
	position: fixed;
	top: 30%;
	max-width: 7.5rem;
	margin:0 1rem;
	z-index: 9999;
	background: #fae5c4;
	border-radius: .1rem;
	border: .03rem solid #ffc569;
	padding: .4rem .6rem;
}
.stepPopBox .title{
	width: 100%;
	float: left;
	color: #20173f;
	text-align: center;
}
.stepPopBox .sex{
	width: 100%;
	float: left;
	margin: .4rem 0;
}
.stepPopBox .sex a{
	width: 1.2rem;
	float: left;
	background: #9a9595;
	border-radius: .35rem;
	text-align: center;
	color: #fff;
	line-height: .5rem;
	font-size: .3rem;
	position: relative;
}
.stepPopBox .sex a>i{
	position: absolute;
	width: .6rem;
	line-height: .6rem;
	left: -.28rem;
	top: -.06rem;
	border-radius: 50%;
	background: #878787;
}
.stepPopBox .sex a.cur{
	background: #be2760;
}
.stepPopBox .sex a.cur>i{
	background: #ff89b5;
}
.stepPopBox .sex a:last-child{
	float: right;
}
.stepPopBox .sex a:last-child.cur{
	background: #1a75c1;
}
.stepPopBox .sex a:last-child.cur>i{
	background: #3b9ef1;
}
.stepPopBox .btn{
	width: 100%;
	float: left;
}
.stepPopBox .btn img{
	width: 100%;
	float: left;
}
/**** 过渡页 *U2FsdGVkX18PpxOrCHtPvqUWoygiKovB/pkvCpyCWDOgpOLAFxJfgE9exYteLyvh***/