:not(input) {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
}
.categroy-cnt {
    width: 25%;
    height: 100%x;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    *top: 3rem;
    bottom: 0;
    left: 0;
    /* overflow: hidden; */
}
.categroy-list {
    width: 100%;
    padding: 0 0.1rem;
    position: absolute;
}
.categroy-list .selected {
    background: #fff;
}
.category-item {
    width: 100%;
    height: 2.3rem;
}
.category-item-a {
    display: block;
}
.ci-fcategory-name {
    font-size: 1rem;
    line-height: 2.3rem;
    color: #999;
    text-align: center;
    width: 100%;
    height: 2.3rem;
    /* padding: 0.25rem 0; */
    border-bottom: solid 2px #EEE;
}
.categroy-rgt {
    background-color: #FCFCFC;
    position: relative;
    z-index: 1;
    left: 25%;
    /* top: 2rem; */
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.categroy-child-list {
    /* height: 100%; */
    font-size: 0;
    width: 75%;
    background-color: #FFF;
    /* padding: 10px; */
}
.categroy-child-list dd {
    font-size: 1rem;
    line-height: 1.8rem;
    vertical-align: top;
    display: inline-block;
    width: 43%;
    height: 1.8rem;
    padding: 0.3rem;
    margin-left: 0.3rem;
    border-radius: 0;
}
.categroy-child-list dd a {
    display: block;
    color: #777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    background: #f3f5f7;
}
.categroy-child-list dd a {
    font-size: 1rem;
    display: block;
    color: #777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    background: #f3f5f7;
}