@charset "UTF-8";
#redBarTop {
	position: absolute;
	height: 2px;
	width: 1187px;
	left: 0px;
	top: 0px;
	background-color: #EF382B;
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

