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

	.right-menu .history-box {
		display: none;
		margin-right: 5px;
	}

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

	.right-menu .search {
		display: none;
	}

	.privacy_container {
		padding: 0px;
	}

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

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

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

	.right-menu .history-box {
		display: flex;
		margin-right: 20px;
	}

	.right-menu .search {
		display: flex;
		align-items: center;
		transform-origin: 0%;
		height: 100%;
		position: relative;
	}

	.right-menu .search .search-btn .el-input .el-input__inner {
		border-radius: 4px 0px 0px 4px !important;
	}

	.right-menu .search .search-btn .el-input .el-button {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		border-radius: 0px 4px 4px 0px;
	}

	.privacy_container {
		padding: 20px 2% 20px 2%;
	}

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

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

div {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

[v-cloak] {
	display: none;
}
::-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;
}

.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-color: #6e691e;
	box-shadow: 0px 0px 10px rgba(26, 15, 63, 0.71);
}

.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;
	box-shadow: 0px 0px 10px rgba(26, 15, 63, 0.71);
	background-color: #6e691e;
}

.footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-wrap {
	height: 100%;
	background-color: #4a4a4a;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: black;
}

.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: white;
}

.footer .word .info {
	font-size: 12px;
	color: white;
}

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