* {
	margin: 0;
	padding: 0;
}

.fix-head {
	height: 10vh;
	width: 100%;
}

.fix-box-left {
	height: 90vh;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: scroll;
}
.fix-box-left::-webkit-scrollbar {
	display: none;
}
.fix-box-center {
	height: 90vh;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
.fix-box-center::-webkit-scrollbar {
	display: none;
}

.fix-box-right {
	height: 90vh;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
.fix-box-right::-webkit-scrollbar {
	display: none;
}

.vdo {
	width: 100%;
	max-height: 400px;
}



@media (max-width: 992px) {
	.fix-head {
		height: auto;
		overflow: hidden;
		overflow-y: none;
	}
	.fix-box-left {
		height: auto;
		overflow-y: none;
	}

	.fix-box-center {
		height: auto;
		overflow-y: none;
	}

	.fix-box-right {
		height: auto;
		overflow-y: none;
	}

}




.scrollmenu {
	background-color: #333;
	overflow: auto;
	white-space: nowrap;
}
.scrollmenu::-webkit-scrollbar {
	display: none;
}

.scrollmenu p {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

.scrollmenu a:hover {
	background-color: #777; }