html {overflow: scroll;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
::-webkit-scrollbar { display: none; }
#element::-webkit-scrollbar { display: none;}
html, body {
    font-size:13px;font-family:arial;-webkit-overflow-scrolling: touch;
}
#header-wrapper{height:48px;line-height: 48px;}
#header-wrapper .fixed-top{
	position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
	display:flex;
	box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 0.5px 0 rgba(0,0,0,.09);
}
#header-wrapper .fixed-top .back{
	width: 40px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
#header-wrapper .fixed-top .more{
	width: 40px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
#header-wrapper .fixed-top .title-wrap{
	height: 48px;
	flex:auto;
}
#header-wrapper .fixed-top .title-wrap h1{
	padding:0;margin:0;
	color: #333;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
	flex:1;
}
#catalogs-wrapper{
	border: 0px solid black;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex: 1 1 0%;
}
#catalogs-wrapper .col-left{
	position: fixed;
    top:48px;left:0px;
	width: 93px;
	background-color: rgb(239, 240, 245);
}
#catalogs-wrapper .col-left .left-wrapper{
	display:flex;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	height: 617px;
}
#catalogs-wrapper .col-left .depatment{
	position: relative;
	flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
}
#catalogs-wrapper .col-left .depatment .item{
	border: 0px solid black;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 93px;
    height: 62.5px;
    align-items: center;
	cursor:pointer;
}
#catalogs-wrapper .col-left .depatment .active{
	background:#fff;
	color:rgb(245, 114, 36);
}
#catalogs-wrapper .col-left .depatment .item .icon{
	font-size: 22px;
	display:block;
	width: 25px;
	height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
	text-align:center;
}
#catalogs-wrapper .col-left .depatment .item .icon img{width:100%;}
#catalogs-wrapper .col-left .depatment .item .txt{
	font-size: 10px;
    line-height: 14px;
	text-align:center;
}
#catalogs-wrapper .col-main{
	position:fixed;
	display:flex;
	top:48px;left:93px;
    flex-flow: row nowrap;
    align-content: flex-start;
    flex: 1 1 0%;
    background-color: rgb(255, 255, 255);
}
#catalogs-wrapper .col-main .catalog-list{
	position: relative;
	display:flex;
	align-content: flex-start;
    flex-shrink: 0;
	flex-wrap: wrap;
	padding-bottom:48px;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
#catalogs-wrapper .col-main .item{
	border-color:rgb(240, 240, 240);
	border-width: 0px 0px 1px;
	border-style: solid;
	position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
	width:33.3%;
	max-width:106px;
    height: 96px;
    padding-top: 8px;
    align-items: center;
}
#catalogs-wrapper .col-main .item .img{
	display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: rgb(239, 240, 245);
    margin-bottom: 4.16667px;
}
#catalogs-wrapper .col-main .item .img img{width:100%;}
#catalogs-wrapper .col-main .item .txt{display:flex;padding:0 5px;}