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

	.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) {
	.navbar {
		padding: 0px 22%;
	}

	.footer {
		padding: 0% 22%;
		background: url("img/bgm.jpg") repeat;
	}

	.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: 0% 22%;
	}

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

.navbar {
	width: 100%;
	height: 110px;
	position: relative;
	z-index: 1;
	background: url("img/bgm.jpg") repeat-x;
}

.navbar-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background-color: white;
	padding: 0px 20px;
}

.navbar-container .logo {
	flex: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.navbar-container .logo>div{
	height: 80%; aspect-ratio: 1/1; margin-right: 5%;
}
.navbar-container .logo>div>img{
	width: 100%; height: 100%
}

.navbar-container .logo .logo-image {
	height: 45%;
}

.navbar-container .right-menu {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}


.navbar-container .search-input {
	width: 220px;
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: none;
	border-radius: 0px;
	border: 1px solid #dcdfe6 !important;
	border-right: 0px !important;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}
.navbar-container .right-menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px 5%;
	color: #484848;

}

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

.navbar-container .search-box {
	position: relative;
	width: 40px;
	height: 40px;
}

.navbar-container .search-btn {
	width: 100%;
	height: 100%;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 0px 4px 4px 0px;
	background-color: #da1a1d;
	border: 1px solid #da1a1d;
}
.navbar-container .search-btn img{
	width: 20px;height: 21px;
}

.navbar-container .right-menu ul li {
	font-family: "Barlow";
	text-align: center;
	cursor: pointer;
	text-transform: capitalize;
}

.menu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	cursor: pointer;
	transform: skew(-10deg);
	transition: all 0.1s ease;
	position: relative;
	top: -5px;
	filter: drop-shadow(0 15px 20px #006409);
	box-shadow: 0 5px 0 #006409;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.logo {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}

.logo .logo-image {
	height: 75%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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