﻿* {
	outline: none;
	-webkit-tap-highlight-color: transparent
}

#menu {
	overflow: hidden;
	height: 100%;
	float: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#menu #ensconce {
	width: .45rem;
	height: 100%;
	background-color: #393c4a;
	float: left;
	text-align: center;
	position: relative;
	display: none
}

#menu #ensconce h2 {
	cursor: pointer;
	color: #fff;
	font-size: .24rem;
	line-height: .5rem;
	width: 100%;
	position: absolute;
	top: 35%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(0%,-50%)
}

#menu #ensconce h2 img {
	width: 52%
}

#menu #open {
	width: 260px;
	height: 100%;
	box-sizing: border-box;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-ms-transition: all .8s ease
}

#menu #open .navH {
	height: 104px;
	line-height: 104px;
	text-align: center;
	font-size: .22rem;
	color: #fff;
	position: relative;
	box-sizing: border-box
}

#menu #open .navH span {
	position: absolute;
	top: 49%;
	right: 0;
	padding: 0 .15rem;
	cursor: pointer;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	display: inline-block
}

#menu #open .navH span .obscure {
	width: .24rem
}

#menu #open .navBox {
	border-left: 3px #0060ba solid;
	border-right: 3px #0060ba solid;
	border-bottom: 3px #0060ba solid;
	height: 100%;
	overflow-y: auto;
	padding: 10px 10px;
}

#menu #open .navBox ul li {
	background-color: #005eb8;
	cursor: pointer;
	margin-bottom: 4px
}

#menu #open .navBox ul li .obtain {
	    background: linear-gradient(to top, #005eb7, #0076ef);
}



#menu #open .navBox ul li h2 {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease
}

#menu #open .navBox ul li h2 i {
	position: absolute;
	top: 50%;
	right: .15rem;
	border-top: .07rem transparent dashed;
	border-left: .07rem solid #fff;
	border-right: .07rem transparent dashed;
	border-bottom: .07rem transparent dashed;
	display: inline-block;
	-webkit-transition: -webkit-transform .6s ease;
	-moz-transition: -moz-transform .6s ease;
	-o-transition: -o-transform .6s ease;
	-ms-transition: -ms-transform .6s ease;
	transform-origin: 4px 3px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%)
}

#menu #open .navBox ul li h2 .arrowRot {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

#menu #open .navBox ul li .secondary {
	overflow: hidden;
	height: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease
}

#menu #open .navBox ul li .secondary h3 {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	color: #fff;
	border-bottom: .8px #ababab dashed;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease
}



#menu #open .navBox ul li .secondary .seconFocus {
	background-color: #1acbfc;
	-webkit-box-shadow: 3px 3px 3px #aa8c51;
	-moz-box-shadow: 3px 3px 3px #aa8c51;
	box-shadow: 3px 3px 3px #aa8c51
}

@media screen and (max-width:1000px) {
	#open {
		width: 130px!important
	}

	#ensconce {
		width: 27px!important
	}

	#ensconce h2 {
		font-size: 14px!important
	}

	#ensconce h2 img {
		margin-bottom: 15px!important
	}
}