@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

html,
body,
.view {
	font-size: 0.85vw;
}

.view {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	background-color: #e8422c;
}


.jq_btn {
	transition: all 0.3s;
}

.jq_btn.animat {
	transform: scale(0.9);
}

.box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: 100% 100%;
	background-image: url(../img/bg.jpg?v=4);
}

.page {
	position: absolute;
	width: 85.4%;
	height: 68.4%;
	right: 0;
	left: 0;
	top: 25.6%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 3%;
	box-sizing: border-box;
	justify-content: space-evenly;
	align-items: center;

}

.item{
	width: 13%;
	border-radius: 10%;
	box-sizing: border-box;
	    position: relative;
	/* filter: blur(10px); */
}

.item .active{
	/* filter: blur(0); */
	background: rgba(0, 0, 0, 0) !important;
	
}
.item .activel{

	animation:fadeIn2 1s 0s linear infinite , btn 1s -1s ease-in-out infinite alternate;
	
}

.gobtn,
.endbtn{
	position: relative;
	display: block;
	width: 8%;
	margin:1rem auto;
	background-color: aliceblue;
}

@keyframes sbin {
	from {
		transform: scale(0.1);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}
.rgb{
    background: rgba(0, 0, 0, 0.32);
    width: 86.5%;
    height: 88.8%;
    z-index: 1;
    position: absolute;
    border-radius: 16.1%;
    left: 6.8%;
    top: 2%;

}
.item img{
	    width: 100%;
    border-radius: 10%;
    box-sizing: border-box;
}
.hor{
    position: absolute;
    left: 46%;
    top: -2%;
    width: 51%;
 animation: fadeIn1 2s 0s linear infinite;

}

@-webkit-keyframes fadeIn1 {
	0% {
		opacity: 0.2
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0.2
	}
}

@keyframes fadeIn1 {
	0% {
		opacity: 0.2
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0.2
	}
}
.star1{
    position: absolute;
    width: 14.875rem;
    top: 1.7rem;
    left: 88rem;
    transform: rotate(88deg);

}
.star2{
    position: absolute;
    width: 30.875rem;
    top: 35.4rem;
    left: 38rem;

}
.star3{
    position: absolute;
    width: 20.875rem;
    top: -8.3rem;
    left: 47rem;
    transform: rotate(150deg);

}

@-webkit-keyframes fadeIn2 {
	0% {
		opacity: 0.8
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0.8
	}
}

@keyframes fadeIn2 {
	0% {
		opacity: 0.8
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0.8
	}
}
@keyframes btn {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(0.8, 0.8);
	}
}