.h5-ivu-fl{
	float: left;
}
.h5-ivu-fr{
	float: right;
}
.checkList:after,.h5-ivu-clear::after,
.checkList:before,.h5-ivu-clear::before{
	content: '';
	display: block;
	clear: both;
}
.h5-ivu-header{
	display: none;
	height: 50px;
	box-sizing: border-box;
	padding: 10px;
}
.h5-ivu-logo img{
	width: 88px;
	display: block;
}
.h5-ivu-menu{
	display: block;
	width: 40px;
	height: 30px;
	background: #0073d2;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2px;
	padding: 7px 10px;
}
.h5-ivu-menu:active{
	opacity: .8;
}
.h5-ivu-menu-line:not(:first-child) {
	margin-top: 4px;
}
.h5-ivu-menu-line{
	display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.aside-menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999999;
	width: 100%;
	height: 100%;
	background: #000;
	transition: all .234s ease-in-out;
	transform: translateX(-100%);
	text-align: left;
}
.menu-state{
	transform: translateX(0);
}
.menu-child-state{
	display: block !important;
}
.aside-menu-v1-child,.aside-menu-v2-child{
	display: none;
}
.aside-menu-head{
	position: relative;
	height: 42px;
	padding: 0 14px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	z-index: 1;
	background: #000;
}
.aside-menu-close{
	position: relative;
	width: 24px;
	height: 24px;
	top: 9px;
	display: block;
	cursor: pointer;
}
.aside-menu-body{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 42px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.aside-menu-close:after,
.aside-menu-close:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	background: rgba(255,255,255,.7);
}
.aside-menu-close:after{
	transform: rotate(45deg);
}
.aside-menu-close:before{
	transform: rotate(-45deg);
}
.aside-menu-v1,.aside-menu-v2:not(:last-child),.aside-menu-v3:not(:last-child){
	padding: 10px 14px;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.aside-menu-v1-title,.aside-menu-v2-title{
	position: relative;
}
.aside-arrow-span{
	position: absolute;
	width: 22px;
	height: 22px;
	background: transparent;
	display: block;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all .234s linear;
	transform: rotate(90deg);
}
.aside-arrow-span:after{
	content: '';
	position: absolute;
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid rgba(255,255,255,.7);
	top: 8px;
	left: 6px;
}
.menu-arrow-state{
	transform: rotate(0deg);
}
.aside-menu-v1-title a,.aside-menu-v2-title a,.aside-menu-v3-title a{
	color: rgba(255,255,255,.7);
}
