
	.footer{
		display: none;
	}


.cat0{
    position: relative;
}
.cat1 {
    background: #F8F8F8;
}
.cat0 i{
    width: 2rem;
    display: block;
    position: absolute;
    height: 2rem;
    top: 1.5rem;
    left: 1.5rem;
}

.cat0 i img{
    width: 100%;
}
.cat2-list .border-b:after{
    border-bottom: 0;
}
.left-menu .item .cat0.catbig .border-b{
    padding-left: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-weight: bold;    
}
.left-menu .item .border-b:before{
    height: 5rem;
}
.left-menu .item .cat1 .border-b:before{
    height: 3.7rem;
}
.left-menu .item .cat2-list .border-b:before{
    height: 2rem;
}
.left-menu .item .cat1.catbig .cat2-list .border-b{
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: normal;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
.cat1{
    position: relative;
}
li.catbig.cat1.active{
    background: #ebebeb;
}
.cat1-icon{
    display: block;
    width: 3rem;
    position: absolute;
    height: 2rem;
    background-size: 220%;
    background-repeat: no-repeat;
    top: 1.3rem;
    left: 4.8rem;
    background-position: 0 0;
}
li.catbig.cat1.active .cat1-icon{
    background-position: 119% 0;
}
.left-menu .item .cat1.catbig .border-b,
.left-menu .item .cat1.catbig .border-d {
    padding-left: 9rem;
    height: 4rem;
    line-height: 4rem;
    /*font-weight: bold;*/
}
.left-menu .item li.cat1.active span a{
    /*color: #e22942;*/
}
