* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

/*  */

.bg_musicimg {
	width: 0.6rem;
	height: 0.6rem;
	position: fixed;
	right: 0.3rem;
	top: 0.4rem;
	z-index: 999;
}

.index_bg {
	/* height: 25rem; */
	background-image: url(../img/index_bg.png);
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
}

.index_bg .decro1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.index_bg .decro2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

/* animation */
@keyframes map_spot {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.animaDelay {
	-webkit-animation: map_spot 0.5s 1 forwards;
	animation: map_spot 0.5s 1 forwards;
}

.t1_animation1 {
	opacity: 0;
	animation-delay: 0.4s;
}

.t1_animation2 {
	opacity: 0;
	animation-delay: 1s;
}

.t1_animation3 {
	opacity: 0;
	animation-delay: 1.5s;
}

.t1_animation4 {
	opacity: 0;
	animation-delay: 2s;
}

@keyframes my_move {
	0% {
		transform: rotate(0deg) skew(0deg) scale(1);
		-ms-transform: rotate(0deg) skew(0deg) scale(1);
		/* IE 9 */
		-moz-transform: rotate(0deg) skew(0deg) scale(1);
		/* Firefox */
		-webkit-transform: rotate(0deg) skew(0deg) scale(1);
		/* Safari ºÍ Chrome */
		-o-transform: rotate(0deg) skew(0deg) scale(1);
	}

	100% {
		transform: rotate(360deg) skew(0deg) scale(1);
		-ms-transform: rotate(360deg) skew(0deg) scale(1);
		/* IE 9 */
		-moz-transform: rotate(360deg) skew(0deg) scale(1);
		/* Firefox */
		-webkit-transform: rotate(360deg) skew(0deg) scale(1);
		/* Safari ºÍ Chrome */
		-o-transform: rotate(360deg) skew(0deg) scale(1);
	}
}

.bg_musicimg {
	width: 0.6rem;
	height: 0.6rem;
	position: fixed;
	right: 0.3rem;
	top: 0.4rem;
	z-index: 999;
}

.music_control {
	animation: my_move 3s infinite;
	-webkit-animation: my_move 3s infinite;
}

@keyframes Scale {
	0% {
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-o-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
}

.t1_title1 {
	/* margin: 0 1.04rem 0.3rem 0.87rem; */
	width: 5.61rem;
	margin: 0 auto;
	padding-top: 2.17rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.t1_title1 .img1 {
	width: 1.28rem;
	height: 1.43rem;
}

.t1_title1 .img2 {
	width: 1.38rem;
	height: 1.47rem;
}

.t1_title1 .img3 {
	width: 1.34rem;
	height: 1.47rem;
}

.t1_title1 .img4 {
	width: 1.47rem;
	height: 1.31rem;
}

.t1_title2 {
	display: block;
	width: 4.15rem;
	margin: 0 auto 4.8rem;
	opacity: 0;
}

.Scale {
	-moz-animation: Scale 2s 1 forwards;
	-webkit-animation: Scalea 2s 1 forwards;
	-o-animation: Scale 2s 1 forwards;
	animation: Scale 2s 1 forwards;
	animation-delay: 2.7s;
}

.t1_tiji {
	width: 7.5rem;
	height: 4.78rem;
	background-image: url(../img/open/open.gif);
	background-size: 100% 100%;
	position: relative;
	margin-left: 0.14rem;
}

.t1_tiji img {
	position: absolute;
	right: -0.1rem;
	top: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
}

.fg_line {
	margin: 0.2rem 0;
	width: 7.5rem;
}

.t1_title {
	display: block;
	margin: 0 auto 0.5rem;
	width: 6.13rem;
}

.t1_text1 {
	display: block;
	width: 1.61rem;
	margin: 0.52rem auto 0.15rem;
}

.t1_img2 {
	display: block;
	width: 6.74rem;
	margin: 0 auto;
}

.part1 {
	position: relative;
}

.part1_gif2 {
	width: 1.6rem;
	height: 1.6rem;
	top: 2.8rem;
	left: -0.3rem;
	position: absolute;
}

.t1_text3 {
	display: block;
	width: 2.78rem;
	margin: 0.15rem auto;
}

.p1_dis {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.3rem auto;
}

.p1_dis .img5 {
	width: 3.43rem;
	height: 3.72rem;
}

.t1_text2 {
	width: 4.39rem;
	display: block;
	margin: 0.4rem auto;
}

.p1_dis .gif5 {
	position: absolute;
	width: 3.6rem;
	right: 0;
	top: 0;
}

.p1_dis .gif4 {
	position: absolute;
	width: 2.47rem;
	left: 1.7rem;
	top: 1.5rem;
}

.p1_img7 {
	display: block;
	width: 5.28rem;
	margin: 0.35rem auto;
}

.part1 .hang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.4rem 0;
	padding: 0 0.5rem;
	position: relative;
}

.part1 .hang .img3 {
	width: 3.16rem;
}

.part1 .hang .gif1 {
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.part1 .yx {
	display: block;
	width: 3.3rem;
	margin: 0 auto;
}

.part1 .img8 {
	display: block;
	width: 6.03rem;
	border: 3px solid #FFFFFF;
	margin: 0.3rem auto;
}

.part1 .text5 {
	width: 2.83rem;
	display: block;
	margin: 0.32rem auto 0.65rem;
}

.part1 .gif3 {
	width: 2.76rem;
	display: block;
	margin: 0 auto 0.6rem;
}

.part1 .text6 {
	display: block;
	width: 4rem;
	margin: 0 auto 0.3rem;
}

.part2 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.part2 .img2 {
	width: 2.19rem;
	height: 1.73rem;
	position: absolute;
	top: 12.2rem;
	right: 0.5rem;
	z-index: 999;
}

.part2 .gif1 {
	width: 2rem;
	height: 2rem;
	position: absolute;
	bottom: 9rem;
	right: 0.5rem;
	z-index: 999;
}



.part2 .img5 {
	width: 5.62rem;
	margin: 0 0 0.1rem;
}

.part2 .text3 {
	width: 6.07rem;
	margin: 0.1rem 0;
}

.part2 .img3 {
	width: 5.9rem;
	margin: 0.2rem 0;
}

.part2 .text2 {
	width: 4.4rem;
	margin: 0.1rem 0 0.3rem;
}

.part2 .img4 {
	width: 5.8rem;
	margin: 0;
}

.part2 .text1 {
	width: 4.66rem;
	margin: 0.2rem 0;
}

.part2 .img7 {
	width: 5.8rem;
	margin: 0.2rem 0;
}

.part2 .img6 {
	width: 5.8rem;
	margin: 0.2rem 0;
}

.part2 .text6 {
	width: 5.76rem;
	margin: 0.3rem 0;
}

.part2 .text5 {
	width: 6.04rem;
	margin: 0.2rem 0;
}

.part2 .img1 {
	width: 6.74rem;
	margin: 0.1rem 0;
}

.part2 .text4 {
	width: 5.06rem;
	margin: 0.2rem 0;
}


.part3 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.part3 .text6 {
	width: 4.21rem;
	height: 0.39rem;
	margin: 0.2rem 0;
	margin-bottom: 0.5rem;
}

.part3 .img4 {
	width: 5.7rem;
	margin: 0;
}

.part3 .text5 {
	width: 3.4rem;
	margin: 0.25rem 0;
}

.part3 .text1 {
	width: 5.96rem;
	margin: 0.3rem 0;
}

.part3 .img5 {
	width: 5.7rem;
	margin: 0 0 0.25rem;
}

.chuanBox {
	width: 100%;
	position: relative;
	text-align: center;
}

.chuanBox .chuan {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3.2rem;
}

.part3 .text3 {
	width: 3.67rem;
	margin: 0 0 0.3rem;
}

.part3 .img1 {
	width: 6.09rem;
	margin: 0.5rem 0;
}

.part3 .text4 {
	width: 3.35rem;
	margin: 0 0 .2rem;
}

.part3 .text2 {
	width: 4.1rem;
	margin: 0.4rem 0;
}

.part3 .text7 {
	width: 5.77rem;
	margin: 0.25rem 0;
}

.footer .jiewei {
	width: 7.5rem;
	height: 4.06rem;
	margin: 0.25rem 0 0.4rem 0;
}

.footer .wcqs {
	display: block;
	width: 5.87rem;
	margin: 0.32rem auto;
}

.footer .jndl {
	display: block;
	width: 5.65rem;
	margin: 0.25rem auto;
}

.footer .author {
	width: 7.1rem;
	height: 4.23rem;
	margin: 0.25rem 0.05rem 0.6rem 0.35rem;
}


/* gold */
.guanjunSwiperbox {
	padding-left: 1.19rem;
	overflow: hidden;
	margin: 0.2rem 0 0.1rem;
	position: relative;
	padding-bottom: 0.3rem;
}

.guanjunSwiperbox .goldGif {
	width: 3rem;
	height: 3rem;
	position: absolute;
	left: -0.4rem;
	bottom: -0.15rem;
	z-index: 999;
}

.guanjunSwiperbox .guanjun {
	width: 5.12rem;
	height: 8.94rem;
}

.textgold {
	width: 5.79rem;
	height: 1.15rem;
	margin: 0.3rem 0;
	margin-left: 0.92rem;
}




/* gold */
