@media screen and (max-width: 630px) {
	.navbar {
		padding: 0px 1%;
	}

	.footer {
		padding: 20px 0px;
	}

	.right-menu {
		display: none;
	}

	.privacy_container .word_content {
		padding: 30px;
	}
}

@media screen and (min-width: 630px) {
	.navbar {
		padding: 0px 10%;
	}

	.footer {
		padding: 1% 0px;
	}

	.right-menu .wrap {
		margin-right: 20px;
	}

	.privacy_container .word_content {
		padding: 30px 80px;
	}
}

* {
	margin: 0%;
	padding: 0;
}

div {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-corner {
	display: block;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
	border-right-color: transparent;
	border-left-color: rgba(0, 0, 0, 0.1);
}

.advertising {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1%;
	color: #333;
	overflow-x: auto;
	overflow-y: hidden;
}

[v-cloak] {
	display: none;
}

.navbar {
	width: 100%;
	height: 50px;
	position: relative;
	box-shadow: 0 1px 10px 0 rgba(26, 15, 63, 0.71);
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -webkit-linear-gradient(89deg, #47e608, #faec25 100%);
	z-index: 1;
}

.logo {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-image {
	height: 35px;
}

.iback {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20%;
	right: 5%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	background-image: -webkit-linear-gradient(89deg, #47e608, #faec25 100%);
}

.goup {
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 30%;
	right: 5%;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	background-image: -webkit-linear-gradient(89deg, #47e608, #faec25 100%);
}

.footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0 1px 10px 0 rgba(26, 15, 63, 0.71);
	background-image: -webkit-linear-gradient(89deg, #47e608, #faec25 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer>.img {
	height: 30%;
	min-height: 34px;

}

.footer>.img>img {
	height: 100%;
}

.footer>.word {
	padding: 5px;

}

.footer>.word>span {
	display: inline-block;
	cursor: pointer;
}

.footer>.word .split {
	margin: 0px 15px;
	color: rgb(0, 0, 0);
}

.footer>.word .info {
	font-size: 12px;
	color: rgb(0, 0, 0);
}

.footer>.word a {
	text-decoration: none;
}