body {
	background: url(../images/bg.png);
}

.queryloader__overlay {

	background-image: url("https://i.loli.net/2019/04/11/5caeab24d01e5.png");
	background-repeat: no-repeat;
	background-position: center 90%;
	background-size: 50px;
}

.header {
	position: relative;
}

.sp-box {
	position: relative;
}

.head-disk {
	position: absolute;
	width: 43%;
	margin: 15% 0 0 28%;
}

.head-img {
	width: 100%;
}

.row {
	margin: 0 auto;
	font-size: 0;
}

.row-2 {
	width: 100%;
	position: relative
}

.row-2 .partbg {
	width: 100%
}

.row-2 .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.top {
	overflow: hidden;
	margin-top: 50%;

}

.top2 {
	background: #666666;
	height: 750px;
}

.top3 {
	overflow: hidden;
	margin-top: 42%;
}

.photo {
	width: 40%;
	top: 25px;
	right: 30px;
	position: absolute;
}

.photo-1 {
	width: 100%;
	top: 100%;
	left: 0px;
	position: absolute;

}

.photo-2 {
	width: 100%;
	top: 0px;
	right: 0px;
	position: absolute;
}

.disk-box {
	width: 50%;
	height: 200px;
	position: absolute;
	top: 220px;
	z-index: 0
}


.disk {
	width: 64%;
	float: left;
	margin-left: 10%;
	position: relative;
	margin-top: 10%;
	cursor: pointer;
}



.first {
	width: 30%;
	float: left;
	position: relative;
}

.name {
	width: 55%;
	float: right;
	margin-top: 20%
}

.name img {
	width: 100%
}


.txt-box1 {
	width: 100%;
	position: relative
}

.txt-box2 {
	width: 100%;
	margin-top: 85%;
	position: relative
}

.txt1-bg {
	width: 100%;
	top: 50%;
	position: absolute;
	z-index: 2
}

.txt1 {
	width: 100%;
	top: 50%;
	position: absolute;
	z-index: 3
}

.content {
	width: 100%;
	position: absolute;
	top: 290px;
	z-index: 1
}

.disk-pan {
	width: 100%;
	z-index: -1;

}

.small {
	width: 50%;
}

.disk-zhen {
	left: 65%;
	position: absolute;
	width: 60%;
	right: 0;
	top: 4%;
	transition: transform 1s linear;
	transform: rotate(0deg);
	transform-origin: right top;
}
.tip {
	right: -9%;
	position: absolute;
	width: 10%;
	top: 34%;
	
}


.bottom {
	text-align: center;
	margin-top: 0%;
}

#sound {
	display: none;
}

.footer {
	margin: 0 auto;
	text-align: center;
	position:relative
}

.footer img {
	
}

.return {
	width: 20%;
	position: absolute;
	bottom: 74px;
	z-index: 999;
	left:40%;
}
.play_zhen {
	transition: transform 1s linear;
	transform: rotate(26deg);
	transform-origin: right top;
}

.pause_zhen {
	transition: transform 1s linear;
	transform: rotate(0deg);
	transform-origin: right top;
}

.pan-delay {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.play_pan {
	animation: onrotate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 2s;
}

@keyframes onrotate {
	from {
		transform: rotate(0deg);
		transform-origin: center center;
	}

	to {
		transform: rotate(360deg);
		transform-origin: center center;
	}
}

.tips_play,
.tips_pause {
	position: absolute;
	z-index: 99;
	top: 40%;
	left: 40%;
	width: 22%;
}

.hide {
	display: none;

}

.mtop {
	margin-top: 10%
}

.mtop2 {
	margin-top: -30%
}

.row-7-swiper-container {
	width: 100%;
	padding-top: 0%;
}


.swiper-pagination-bullet-active {
	background-color: #fff;
}
