.trnHeaderArea
{
	width:100%;
	height:60px;
	position:fixed;
	z-index:9999;
	background-color:#EDEDED;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.trnLogo
{
	margin:10px 0 10px 0;
	height:40px;
}

.trnHeaderMenu
{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

.trnHeaderMenu li
{
	width:40px;
	height:60px;
	line-height:60px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}



.trnHeaderMenu li a
{
	text-decoration:none;
	color:#2E2D2C;
}

.trnHeaderMenu i
{
	font-size: var(--font-size-md);
	color:#2E2D2C;
}



/* Explorer */
.trnExplorer
{	
	width:100%;
	height:50px;
	position:absolute;
	left:0;
	top:10px;
	overflow:hidden;
	z-index:1;
}

.trnExplorer ul
{
	width:100%;
	height:50px;
	float:left;
	overflow:auto;
	padding:0;
	list-style:none;
	/*border-left:1px solid #999;*/
}

.trnExplorer ul li
{
	width:auto;
	height:40px;
	line-height:40px;
	float:left;
	margin:0 10px 10px 0;
	padding:0 0 0 10px;
	list-style:none;
	font-size:14px;
	background-color:#D9D9D9;
	border-radius:20px 20px 20px 0;
	-moz-border-radius:20px 20px 20px 0;
	-webkit-border-radius:20px 20px 20px 0;
}

.trnExplorer ul li i
{
	width:auto;
	float:left;
	margin:8px 8px 0 0;
	font-size:24px;
}

.trnExplorer ul li img
{
	width:30px;
	max-height:30px;
	float:left;
	margin:6px 8px 0 0;
}

.trnExplorer ul li span
{
	width:auto;
	float:left;
	margin:0;
	padding:0;
}

.trnExplorer ul li .trnExplorerItem
{
	width:auto;
	float:left;
	cursor:pointer;
}

.trnExplorer ul li .trnExplorerClose
{
	width:auto;
	height:40px;
	float:left;
	padding:0 10px 0 10px;
	cursor:pointer;
}

.trnExplorer ul li .trnExplorerClose i
{
	width:24px;
	height:24px;
	line-height:24px;
	font-size:14px;
	margin:8px 0 0 0;
	text-align:center;
	background-color:#B4373E;
	color:#FFF;
	float:right;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

.trnExplorer .trnActive
{
	background-color:#4CB9AB;
}

@media only screen and (max-width: 1024px),(min-device-width: 768px) and (max-device-width: 1024px)
{
	.trnExplorer ul li .trnExplorerItem span
	{
		display:none;
	}
	.trnExplorer ul li .trnExplorerClose
	{
		display:none;
		padding:0;
	}
}