
.menu-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	font-family: 微軟正黑體;
	z-index: 99999999999;
}
.menu-container .menu-bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity:0;
}
.menu-container .menu-body{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: -300px;

	/*-webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;*/
}
.menu-item a {
	color: #444;
}
.menu-container .menu-list .menu-item{
	
	border-bottom: 1px solid #eee;
	color:#444;
}
.menu-item > div{
	padding: 12px;
	
}
.menu-container .menu-list .menu-item:hover{
	background:#ECECEC;
}
.menu-container .menu-list .menu-item ul{
	background: #f5f5f5;
	list-style: none;
	display: none;
}
.menu-container .menu-list .menu-item ul li{
	padding: 12px;
}
.menu-title{
	background: #f5f5f5;
    display: table;
    width: 100%;
    text-align: center;
    line-height: 55px;
}
.menu-title img{
	width:60%;
}
.close{
	float: right;
    font-size: 22px;
    background: #ce3f6a;
    color:#eee;
    font-weight: bold;
    line-height: 1;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-shadow: 0 0px 0 #ffffff;
    opacity: 1;     
}
.li-icon{
	float:right;
}

.nav-btn{
	width: 55px;
    height: 55px;
    background: #ce3f6a !important;
    text-align: center;
    font-size: 23px;
    line-height: 55px;
    color: #fff;
    float: left;
}
.header-logo{
	float: left;
	    width: 60%;
	margin: 8px 45px;
}
.header-logo img{
	width: 100%;
}

.menu-list{
	list-style: none;
	padding: 0;
}
.nav-logo {
    display: table;
    width: 100%;
    box-shadow: 3px 3px 15px #d8d8d8;
}
@media (max-width: 960px){

.menu-item > div {
    padding: 15px 15px;
}
.header-logo {
    width: 26%;
    margin: 8px 313px;
}
}


@media (max-width: 7680px){
	.header-logo {
	    width: 26%;
	    margin: 8px 206px;
	}
}


@media (max-width: 650px){
	.header-logo {
	    float: left;
	    width: 42%;
	    margin: 10px 77px;
	}
}

@media (max-width: 320px){
	.header-logo {
	    width: 54%;
	    margin: 14px 45px;
	}
	.nav-tabs > li > a {
	    margin-right: 4px;
	}

}

