* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html,
body,
#idName {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

html {
	background-image: url(../img/323.png);
	background-size: 100% auto;
}

.areabox {
	position: fixed;
	top: 10px;
	left: 10px;
	width: auto;
	height: 40px;
	line-height: 30px;
	color: white;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 5px 10px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	cursor: pointer;
}

.areabox img {
	position: relative;
	top: 3px;
	height: 25px;
	vertical-align: top;
	margin-right: 5px;
}

.areaName {
	padding: 5px;
}

.spanLine {
	position: relative;
	width: 1px;
	height: 100%;
	padding: 0px;
	margin: 0px 5px;
	display: inline-block;
	background-color: #666;
	vertical-align: top;
}

.areabox {
	display: none;
}

.areaName0:hover {
	background-color: rgb(255, 255, 255);
	padding: 5px;
	border-radius: 5px;
	color: red;
}

.changebox {
	position: relative;
	width: 100%;
	height: 100%;
}

.copyrightbox {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

.loadbox {
	position: fixed;
	top: 10px;
	right: 10px;
	width: auto;
	height: 40px;
	line-height: 30px;
	color: white;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 5px 10px;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	cursor: pointer;
}

.loadingbackground {
	position: relative;
	width: 100%;
	height: 100%;
}

.webPageBox {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/background.png);
	background-size: 100% 100%;
	z-index: 999;
}

.appPageBox {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/02.png);
	background-size: 100% 100%;
	z-index: 999;
}

.appHead {
	position: relative;
	width: 100%;
	height: auto;
}

.appLoadingbox,
.appLoadingboxs {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	width: 60%;
	margin: auto;
}

.appLoadingbox {
	height: 220px;
}

.appLoadingboxs {
	height: 430px;
	display: none;
}

.appLoadingbox input {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-top: 20px;
	border: none;
	outline: none;
	color: white;
	background-color: transparent;
	letter-spacing: 1px;
	border: 1px solid white;
	border-radius: 20px;
	text-indent: 50px;
}

.appLoadingbox input:first-child {
	margin-top: 0px;
}

.appLoadingboxs input {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-top: 20px;
	border: none;
	outline: none;
	color: white;
	background-color: transparent;
	letter-spacing: 1px;
	border: 1px solid white;
	border-radius: 20px;
	text-indent: 50px;
}

.appLoadingboxs input:first-child {
	margin-top: 0px;
}

.appLoadingbox span {
	position: relative;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #3AB5A0;
	color: white;
	letter-spacing: 10px;
	font-size: 17px;
	font-weight: bold;
	display: block;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}

.appLoadingboxs span {
	position: relative;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #3AB5A0;
	color: white;
	letter-spacing: 10px;
	font-size: 17px;
	font-weight: bold;
	display: block;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}

.appIcon {
	position: absolute;
	left: 1px;
	width: 40px;
	height: 36px;
	background-color: #1F4C69;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.appIcon0 {
	top: 1px;
}

.appIcon1 {
	top: 59px;
}

.appIcon2 {
	top: 117px;
}

.appIcon3 {
	top: 175px;
}

.appIcon4 {
	top: 233px;
}

.appIcon5 {
	top: 281px;
}

.appIcon00 {
	top: 344px;
}

.appIcon11 {
	top: 402px;
}

.appIcon22 {
	top: 460px;
}

.appIcon33 {
	top: 518px;
}

.appIcon44 {
	top: 576px;
}

.appIcon55 {
	top: 625px;
}

.appIcon img {
	position: relative;
	top: 8px;
	left: 12px;
	width: 20px;
}

.loadingbox,
.loadingboxs {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 500px;
	margin: auto;
}

.loadingbox {
	height: 560px;
}

.loadingboxs {
	height: 780px;
	display: none;
}

.bottomBox {
	position: fixed;
	padding: 10px;
	top: 20px;
	left: calc(50% - 110px);
	width: 220px;
	height: auto;
	text-align: center;
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;
	border-radius: 10px;
	display: none;
}

.areaSelect {
	position: relative;
	width: 90%;
	height: 28px;
	margin-top: 10px;
	border: none;
	border-bottom: 1px solid #c3c3c3;
	color: white;
	outline: none;
	text-indent: 5px;
	background-color: transparent;
}

.areaSelect option {
	background-color: #666;
}

.areaSelects {
	position: relative;
	width: 100%;
	height: 38px;
	margin-top: 10px;
	border: none;
	border: 1px solid #c3c3c3;
	border-radius: 20px;
	color: white;
	outline: none;
	text-indent: 50px;
	background-color: transparent;
}

.areaSelects option {
	background-color: #666;
}

@font-face {
	font-family: 'QuShi';
	src: url('../font/QuShi.ttf');
}

.loadingTitle {
	position: relative;
	width: 80%;
	height: 48px;
	line-height: 48px;
	border-bottom: 2px solid #c3c3c3;
	color: white;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: auto;
	margin-bottom: 20px;
	font-family: QuShi;
}

.loadingfoot {
	position: absolute;
	padding: 5px 0px;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: auto;
	color: #409eff;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	border-bottom: 1px solid greenyellow;
	transform: scale(1);
	transition: transform .5s;
}

.loadingfoot:hover {
	transform: scale(1.1);
}

.logobg {
	position: relative;
	width: 150%;
	height: auto;
	top: -10%;
	left: -25%;
}

.loadingbox input {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-top: 20px;
	border: none;
	outline: none;
	color: white;
	background-color: transparent;
	letter-spacing: 1px;
	border: 1px solid white;
	border-radius: 20px;
	text-indent: 50px;
}

.loadingbox input:first-child {
	margin-top: 0px;
}

.loadingboxs input {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-top: 20px;
	border: none;
	outline: none;
	color: white;
	background-color: transparent;
	letter-spacing: 1px;
	border: 1px solid white;
	border-radius: 20px;
	text-indent: 50px;
}

.loadingboxs input:first-child {
	margin-top: 0px;
}

.loadingbox span {
	position: relative;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #3AB5A0;
	color: white;
	letter-spacing: 10px;
	font-size: 17px;
	font-weight: bold;
	display: block;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}

.loadingboxs span {
	position: relative;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #3AB5A0;
	color: white;
	letter-spacing: 10px;
	font-size: 17px;
	font-weight: bold;
	display: block;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}

.loadbox img {
	position: relative;
	top: 3px;
	height: 25px;
	vertical-align: top;
	margin-right: 5px;
}

.linkbox {
	display: none;
}

#idName {
	z-index: 1;
}

.dimg {
	position: absolute;
	z-index: 0;
	display: none;
}

.sbg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 0;
	cursor: pointer;
}

.dtjh {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.dtjh img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 0;
	display: none;
}

.eBox {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2;
	display: none;
}

.ebimg0 {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

.topRight {
	position: fixed;
	top: 60px;
	right: 40px;
	width: 280px;
	height: 80px;
	text-align: right;
	z-index: 9999;
	display: none;
}

.title0 {
	width: 220px;
}

.title1 {
	width: 200px;
}

.title2 {
	width: 270px;
}

.cbg {
	position: absolute;
	top: -7%;
	left: calc(-2% - 20px);
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 45px;
	z-index: 3;
	cursor: pointer;
	animation: example2 1s infinite linear;
}

.gyyqa {
	animation: example2 1s infinite linear;
}

.jtimg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.gyyq {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.dm {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.dmp {
	position: absolute;
	font-size: 14px;
	color: white;
	letter-spacing: 1px;
	z-index: 998;
}

.dm0 {
	top: 10%;
	left: 10%;
}

.dm1 {
	top: 35%;
	left: 25%;
}

.dm2 {
	top: 65%;
	left: 17%;
}

.dm3 {
	top: 50%;
	left: 42%;
}

.dm4 {
	top: 30%;
	left: 60%;
}

.dm5 {
	top: 42%;
	left: 80%;
}

.dm6 {
	top: 80%;
	left: 65%;
}

.dm7 {
	top: 72%;
	left: 40%;
}

.dm8 {
	top: 85%;
	left: 35%;
}

.dm9 {
	top: 82%;
	left: 50%;
}

.jti {
	z-index: 999;
	animation: example3 .5s forwards linear;
}

.gyyq01 {
	position: absolute;
	top: 53%;
	left: 45%;
	width: 22%;
	max-width: 100px;
	z-index: 999;
}

.gyyq02 {
	position: absolute;
	top: 45%;
	left: 45%;
	width: 15%;
	max-width: 120px;
	z-index: 997;
}

.gyyq03 {
	position: absolute;
	top: calc(53% - 25px);
	left: calc(45% + 30px);
	width: 20px;
	z-index: 999;
}

.gyyq11 {
	position: absolute;
	top: 65%;
	left: 65%;
	width: 22%;
	max-width: 100px;
	z-index: 999;
}

.gyyq12 {
	position: absolute;
	top: 58%;
	left: 65%;
	width: 15%;
	max-width: 120px;
	z-index: 997;
}

.gyyq13 {
	position: absolute;
	top: calc(65% - 25px);
	left: calc(65% + 30px);
	width: 20px;
	z-index: 999;
}

.gyyq21 {
	position: absolute;
	bottom: 17%;
	left: 35%;
	width: 22%;
	max-width: 100px;
	z-index: 999;
}

.gyyq22 {
	position: absolute;
	bottom: 17%;
	left: 35%;
	width: 15%;
	max-width: 120px;
	z-index: 997;
}

.gyyq23 {
	position: absolute;
	bottom: calc(17% + 20px);
	left: calc(35% + 25px);
	width: 20px;
	z-index: 999;
}

.gyyq31 {
	position: absolute;
	bottom: 10%;
	left: 45%;
	width: 15%;
	max-width: 75px;
	z-index: 999;
}

.gyyq33 {
	position: absolute;
	bottom: calc(10% + 15px);
	left: calc(45% + 17px);
	width: 20px;
	z-index: 999;
}

.jti0 {
	position: absolute;
	bottom: 8%;
	left: 53%;
	width: 10%;
	max-width: 75px;
}

.jti1 {
	position: absolute;
	bottom: 24%;
	left: 56%;
	width: 25%;
	max-width: 200px;
}

.jti2 {
	position: absolute;
	bottom: 30%;
	left: 78%;
	width: 20%;
	max-width: 150px;
}

.jti3 {
	position: absolute;
	bottom: 22%;
	left: 12%;
	width: 25%;
	max-width: 200px;
}

.jti4 {
	position: absolute;
	top: 40%;
	left: 36%;
	width: 25%;
	max-width: 200px;
}

.jti5 {
	position: absolute;
	top: 16%;
	left: 21%;
	width: 25%;
	max-width: 200px;
}

.jti6 {
	position: absolute;
	top: 31%;
	left: 70%;
	width: 10%;
	max-width: 75px;
}

.dtip {
	font-size: 5px;
	font-weight: bold;
	color: #00d5fa;
	text-align: center;
	letter-spacing: 5px;
	line-height: 20px;
}

.dtip0 {
	position: absolute;
	top: 20px;
	left: calc(50% - 100px);
	width: 100px;
}

.dtip1 {
	position: absolute;
	top: calc(50% - 120px);
	left: 20px;
	width: 46px;
}

.dtip2 {
	position: absolute;
	top: calc(50% + 20px);
	right: 20px;
	width: 46px;
}

.dtip3 {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 100px);
	width: 210px;
}

.dtip4 {
	position: absolute;
	top: calc(50% + 120px);
	left: 20px;
	width: 46px;
}

.dtip5 {
	position: absolute;
	top: 20%;
	right: 20px;
	width: 70px;
}

.dtip6 {
	position: absolute;
	top: 80%;
	left: 20%;
	width: 46px;
}

.jtip {
	font-size: 6px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #e99d1a;
	text-align: center;
}

.jtip0 {
	position: absolute;
	top: calc(50% + 90px);
	left: 20px;
	width: auto;
}

.jtip1 {
	position: absolute;
	top: 70%;
	left: 20px;
	width: auto;
}

.jtip2 {
	position: absolute;
	top: 85%;
	left: 20px;
	width: auto;
}

.jtip3 {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 100px);
	width: 210px;
}

.jtip4 {
	position: absolute;
	top: 90%;
	right: 20px;
	width: 160px;
}

.jtip5 {
	position: absolute;
	top: 10%;
	right: 20px;
	width: 190px;
}

.ttip {
	width: 30px;
	animation: example0 .5s infinite linear;
}

.ttip0 {
	position: absolute;
	top: calc(70% - 40px);
	left: 75px;
	transform: rotate(30deg);
}

.ttip1 {
	position: absolute;
	top: calc(85% - 40px);
	left: 75px;
	transform: rotate(30deg);
}

.ttip2 {
	position: absolute;
	bottom: 45px;
	left: calc(50% - 45px);
}

.ttip3 {
	position: absolute;
	top: calc(90% - 45px);
	right: 95px;
	transform: rotate(-30deg);
}

.ttip4 {
	position: absolute;
	top: calc(10% + 20px);
	right: 120px;
	transform: rotate(-145deg);
}

.aimg {
	position: absolute;
	top: calc(50% + 60px);
	left: 20px;
	width: 50px;
	animation: example1 .5s forwards linear;
}

.md0 {
	position: absolute;
	width: 7%;
	max-width: 100px;
	z-index: 998;
	animation: example4 3s infinite linear;
}

.md1 {
	position: absolute;
	width: 3%;
	max-width: 50px;
	z-index: 998;
	animation: example5 6s infinite linear;
}

.md2 {
	position: absolute;
	width: 3%;
	max-width: 50px;
	z-index: 998;
	animation: example6 6s infinite linear;
}

.md3 {
	position: absolute;
	width: 3%;
	max-width: 50px;
	z-index: 998;
	animation: example7 4.5s infinite linear;
}

.md4 {
	position: absolute;
	width: 3%;
	max-width: 50px;
	z-index: 998;
	animation: example8 4s infinite linear;
}

@media screen and (min-width: 800px) {
	.dtip {
		font-size: 17px;
	}

	.jtip {
		font-size: 15px;
	}
}


@keyframes example8 {
	0% {
		top: 94%;
		left: 53%;
		transform: rotate(70deg);
	}

	15% {
		top: 83%;
		left: 49%;
		transform: rotate(70deg);
	}

	18% {
		top: 81%;
		left: 48.5%;
		transform: rotate(93deg);
	}

	21% {
		top: 78%;
		left: 48.5%;
		transform: rotate(93deg);
	}

	24% {
		top: 76.4%;
		left: 47.5%;
		transform: rotate(39deg);
	}

	28% {
		top: 74.4%;
		left: 45.2%;
		transform: rotate(39deg);
	}

	32% {
		top: 73.4%;
		left: 42.2%;
		transform: rotate(-4deg);
	}

	40% {
		top: 74.6%;
		left: 34.2%;
		transform: rotate(-4deg);
	}

	44% {
		top: 73.6%;
		left: 31.2%;
		transform: rotate(25deg);
	}

	50% {
		top: 73%;
		left: 26.2%;
		transform: rotate(-5deg);
	}

	52% {
		top: 74%;
		left: 24.2%;
		transform: rotate(-32deg);
	}

	57% {
		top: 77%;
		left: 21.2%;
		transform: rotate(-44deg);
	}

	60% {
		top: 77.5%;
		left: 20.2%;
		transform: rotate(-23deg);
	}

	66% {
		top: 78%;
		left: 18.2%;
		transform: rotate(-18deg);
	}

	70% {
		top: 78%;
		left: 17.2%;
		transform: rotate(64deg);
	}

	74% {
		top: 76%;
		left: 15.2%;
		transform: rotate(6deg);
	}

	80% {
		top: 76.4%;
		left: 11.2%;
		transform: rotate(-9deg);
	}

	84% {
		top: 77.8%;
		left: 8.5%;
		transform: rotate(-31deg);
	}

	88% {
		top: 78.2%;
		left: 6.5%;
		transform: rotate(-6deg);
	}

	92% {
		top: 79%;
		left: 4.5%;
		transform: rotate(-26deg);
	}

	100% {
		top: 82.4%;
		left: 0px;
		transform: rotate(-33deg);
	}
}

@keyframes example0 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes example1 {
	0% {
		left: -100px;
	}

	50% {
		left: -25px;
	}

	100% {
		left: 20px;
	}
}

@keyframes example11 {
	0% {
		left: calc(21% - 75px);
	}

	50% {
		left: calc(21% - 45px);
	}

	100% {
		left: calc(21% - 15px);
	}
}

@keyframes example2 {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1.2);
	}

	75% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes example3 {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(-10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes example4 {
	0% {
		top: 89%;
		left: 30%;
		transform: rotate(-50deg);
	}

	10% {
		top: 82%;
		left: 37%;
		transform: rotate(-35deg);
	}

	25% {
		top: 79%;
		left: 42%;
		transform: rotate(-29deg);
	}

	50% {
		top: 75%;
		left: 52%;
		transform: rotate(-24deg);
	}

	75% {
		top: 69%;
		left: 66%;
		transform: rotate(-16deg);
	}

	100% {
		top: 69%;
		left: 76%;
		transform: rotate(8deg);
	}
}

@keyframes example5 {
	0% {
		top: 88%;
		left: 37%;
		transform: rotate(-58deg);
	}

	12% {
		top: 76%;
		left: 41.5%;
		transform: rotate(-63deg);
	}

	18% {
		top: 70%;
		left: 45%;
		transform: rotate(-80deg);
	}

	25% {
		top: 66%;
		left: 45%;
		transform: rotate(-70deg);
	}

	38% {
		top: 59%;
		left: 48%;
		transform: rotate(-77deg);
	}

	50% {
		top: 51%;
		left: 50.5%;
		transform: rotate(-58deg);
	}

	59% {
		top: 46%;
		left: 56%;
		transform: rotate(-14deg);
	}

	62% {
		top: 47%;
		left: 58%;
		transform: rotate(34deg);
	}

	65% {
		top: 47.3%;
		left: 59.5%;
		transform: rotate(5deg);
	}

	68% {
		top: 46%;
		left: 62%;
		transform: rotate(-42deg);
	}

	71% {
		top: 43%;
		left: 63.5%;
		transform: rotate(-70deg);
	}

	75% {
		top: 37%;
		left: 65%;
		transform: rotate(-62deg);
	}

	81% {
		top: 32%;
		left: 69%;
		transform: rotate(-55deg);
	}

	87% {
		top: 26.5%;
		left: 71%;
		transform: rotate(-61deg);
	}

	89% {
		top: 25%;
		left: 73%;
		transform: rotate(-21deg);
	}

	94% {
		top: 23%;
		left: 76.4%;
		transform: rotate(-36deg);
	}

	98% {
		top: 20.7%;
		left: 80%;
		transform: rotate(-10deg);
	}

	100% {
		top: 20.7%;
		left: 83%;
		transform: rotate(-10deg);
	}
}

@keyframes example6 {
	0% {
		top: 88%;
		left: 30%;
		transform: rotate(-64deg);
	}

	13% {
		top: 77%;
		left: 33%;
		transform: rotate(-71deg);
	}

	15% {
		top: 75%;
		left: 33.5%;
		transform: rotate(-125deg);
	}

	25% {
		top: 68%;
		left: 29%;
		transform: rotate(-110deg);
	}

	27% {
		top: 65%;
		left: 29%;
		transform: rotate(-80deg);
	}

	34% {
		top: 61%;
		left: 31%;
		transform: rotate(-52deg);
	}

	37% {
		top: 59%;
		left: 31.5%;
		transform: rotate(-97deg);
	}

	42% {
		top: 54%;
		left: 32%;
		transform: rotate(-62deg);
	}

	50% {
		top: 49%;
		left: 34%;
		transform: rotate(-81deg);
	}

	65% {
		top: 37%;
		left: 34%;
		transform: rotate(-78deg);
	}

	72% {
		top: 32%;
		left: 37%;
		transform: rotate(-47deg);
	}

	75% {
		top: 30%;
		left: 37.5%;
		transform: rotate(-91deg);
	}

	80% {
		top: 21.5%;
		left: 34.5%;
		transform: rotate(-145deg);
	}

	85% {
		top: 20.5%;
		left: 31.5%;
		transform: rotate(-175deg);
	}

	90% {
		top: 22%;
		left: 24.5%;
		transform: rotate(-176deg);
	}

	94% {
		top: 20%;
		left: 19.5%;
		transform: rotate(-152deg);
	}

	95% {
		top: 20%;
		left: 18.5%;
		transform: rotate(-183deg);
	}

	97% {
		top: 20.2%;
		left: 15.5%;
		transform: rotate(-190deg);
	}

	98% {
		top: 21%;
		left: 13.5%;
		transform: rotate(-214deg);
	}

	100% {
		top: 24%;
		left: 8%;
		transform: rotate(-214deg);
	}
}

@keyframes example7 {
	0% {
		top: 88%;
		left: 31.5%;
		transform: rotate(-243deg);
	}

	15% {
		top: 77%;
		left: 34.5%;
		transform: rotate(-250deg);
	}

	18% {
		top: 75%;
		left: 36.5%;
		transform: rotate(-304deg);
	}

	30% {
		top: 68%;
		left: 30.5%;
		transform: rotate(-289deg);
	}

	33% {
		top: 65%;
		left: 30.5%;
		transform: rotate(-259deg);
	}

	42% {
		top: 61%;
		left: 32.5%;
		transform: rotate(-231deg);
	}

	47% {
		top: 59%;
		left: 33%;
		transform: rotate(-276deg);
	}

	54% {
		top: 54%;
		left: 33.5%;
		transform: rotate(-241deg);
	}

	64% {
		top: 49%;
		left: 35.5%;
		transform: rotate(-260deg);
	}

	72% {
		top: 43%;
		left: 35%;
		transform: rotate(-276deg);
	}

	80% {
		top: 37%;
		left: 35.5%;
		transform: rotate(-257deg);
	}

	88% {
		top: 32%;
		left: 38.5%;
		transform: rotate(-226deg);
	}

	92% {
		top: 30%;
		left: 39%;
		transform: rotate(-270deg);
	}

	97% {
		top: 21.5%;
		left: 36%;
		transform: rotate(-324deg);
	}

	100% {
		top: 20.5%;
		left: 38%;
		transform: rotate(-232deg);
	}
}

.circle-scale {
	transform: scale(1);
	transform-box: fill-box;
	transform-origin: center;
	animation: circle 1.2s linear infinite;
}

@keyframes circle {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.6);
	}
	100%{
		transform: scale(1);
	}
}
