.home-bg{
  width: 100vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.home-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-page {
	position: absolute;
	z-index:2;
}
.yyBtn{
	width: 101px;
	cursor: pointer;
}
.yyBtn img{
	display:block;
	width:100%;
}
.home-btn {
	position: absolute;
	left: 0;
	top: 0;
  padding: 12px 13px;
  width:100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
	z-index:5;
}
.home-btn .right{
  display: flex;
  align-items: center;
  gap:10px;
}

.home-btn img {
	display: block;
	width: 100%;
}

.home-btn .home-login {
	display: block;
	width: 101px;
	cursor: pointer;
}

.home-btn .home-loginOut {
	width: 140px;
	cursor: pointer;
}

.home-btn .home-loginOut p {
	font-family: 'zaozi';
	color: rgb(132, 105, 172);
	font-size: 18px;
	text-align: center;
	margin-top: 3px;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8), 1px -1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.home-page .home-music {
	width: 101px;
	cursor: pointer;
  position:relative;
}

.home-music img {
	display: block;
	width: 100%;
}

.home-music.active i {
	display: block;
}

.home-music i {
	display: none;
	width: 50px;
	height: 50px;
	background: url('https://cdnstatic.yingxiong.com/dna/double_helix_bright/images/xi.png') no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.home-share {
	display: block;
	width: 101px;
	cursor: pointer;
}

.home-share img {
	display: block;
	width: 100%;
}

.home-main {
	width:100%;
	position: relative;
	top: 119px;
}

.home-main .home-main-bg {
	display: block;
  width:712px;
	margin:0 auto;
}

.home-btn-list {
	width:716px;
  margin: -15px auto;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

.home-btn-list img {
	display: block;
	width: 343px;
	height:126px;
	cursor: pointer;
}

.star1 {
	display: block;
	width: 40px;
	position: absolute;
	left: 23px;
  top: 739px;
	animation: star 1s linear infinite;
	-webkit-animation: star 1s linear infinite;
}

.star2 {
	display: block;
	width: 92px;
	position: absolute;
  left: -28px;
  top: 909px;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.star3 {
	display: block;
	width: 84px;
	position: absolute;
	right: -35px;
  top: 68px;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

/* .star4 {
	display: block;
	width: 1.1rem;
	position: absolute;
	right: 2.5rem;
	top: 39%;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.star5 {
	display: block;
	width: 2.34rem;
	position: absolute;
	right: -.6rem;
	top: 82%;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
} */