.category-right .category-item .text {
    font-size: 0.14rem;
    line-height: 0.1rem;
	    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.1rem 0;
    color: #000;
}


.fui-fullHigh-group {
    position: absolute;
    top: 47px;
    bottom: 48px;
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.category-inner {
    height: inherit;
    width: 100%;
    background: #fff;
    overflow-y: auto;
	position: relative;
}

.category-inner.menu {
    width: 1.2rem;
    background: #f8f8f8;
}

.category-inner.menu nav {
    line-height: .5rem;
    font-size: 0.15rem;
    text-align: center;
    color: #000;
    padding: 0rem 0.1rem;
    height: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.category-inner.menu nav:active {
    background: #fff;
}

.category-inner.menu nav.on {
    background: #fff;
    position: relative;
    color: #DC3528;
    font-size: .15rem;
}

.category-inner.menu nav.on:before {
    width: 0;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 0.05rem solid #ff6155;
    z-index: 2;
}
.category-inner.container {
    padding: 0.05rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.category-inner.container .swipe {
    height: auto;
    width: 100%;
    background: #eee;
    display: block;
}

.category-inner.container .swipe img {
    width: 100%;
    background: #eee;
    display: block
}

.category-inner.container .fui-title {
    display: block
}

.category-right .category-item:before,
.category-right {
    border: 0;
}

.category-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-right .category-item {
    width: 30%;
    margin-right: .1rem;
    padding:0;
    padding-top: .1rem;
}
.category-right .category-item:nth-of-type(3n){
    margin-right: 0;
}
.category-right .category-item .icon{
    height:.5rem;
    width:100%;
    line-height: .2rem;
	text-align:center;
}
.category-right .category-item  .icon.radius img{
    border-radius: 50%;
}
.category-right .category-item  img {
    width:.5rem ;
    height: 100%;
}
.category-right .category-item .icon i{
    font-size: .5rem;
    margin-top: 0;
    color: #ccc;
	text-align: center;
}