
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav
{
	display: none;
}

#phoneheader,
.phoneheader
{
	position:absolute;
	z-index:100;
	display:none;
	background:rgba(255,255,255,.9);
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	height: 65px;
	width:100%;
	top:0;
}

#phoneheader .logo{width:180px;height:44px;float:left;display:block; margin:12px 0 0 4px; text-indent: -100%; white-space: nowrap; font-size: 0;}
#phoneheader .logo a{width:180px;height:44px;display:block;text-indent: -100%; white-space: nowrap; font-size: 0; background:url(../../../chinese/img/layout/rtm-logo.svg) left top no-repeat; margin:12px 0 0 0;}

#phoneheader .case-logo{width: 200px; height: 50px; float:left;display:block; margin:12px 0 0 0; text-indent: -100%; white-space: nowrap; font-size: 0;}
#phoneheader .case-logo a{width:200px;height:50px;display:block;text-indent: -100%; white-space: nowrap; font-size: 0; background-image: url(../../../chinese/img/emix/case-logo.svg);background-repeat: no-repeat;background-size: cover; background-position: center; margin:12px 0 0 0;}

#phoneheader a,
.phoneheader a
{
	display:none;
	background: center 15px no-repeat transparent;
	background-image: url(menu-icon.svg);

	display: block;
	width: 40px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 10px;
}

#phoneheader a.right,
.phoneheader a.right
{
	display:none;
	left: auto;
	right: 10px;
}


@media screen and (max-width: 1120px) {
	#phoneheader,.phoneheader{ display:block;}
	#phoneheader a,.phoneheader a{ display:block;}
	#phoneheader a.right,.phoneheader a.right{ display:block;}
}