.screen-term{
@media (max-width: 900px)
    .screen-term_div .custom_li li {
        width: 31%;
    }
}
/*开始*/
.screen-term_div ul::-webkit-scrollbar {
    width: 0 !important;
}

.screen-term_div{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow: hidden;*/
    overflow:hidden !important;
    background-color: #fbfbf8;
}
.screen-term_div ul {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-left: -10px;
    list-style: none;
    line-height: 33px;
}
.screen-term_div li {
    display: inline-block;
    overflow-y: hidden;
    /*解决ios上滑动不流畅*/
    -webkit-overflow-scrolling: touch;
    text-align: center
    margin-left:10px;
}
.screen-term_div .title{
    margin-top: 3px;
}
.screen-term_div{
    background-color: #fbfbf8;
    padding-top: 3px;
    padding-bottom: 8px;
}

.screen-term_div{
    margin-bottom: 15px;
}
.screen-term_div ul li .screen-term_div{
    text-align: center;
    margin: 0 auto;

}
.screen-term_div ul li .custom_a{
    border: 0px solid !important;
}

@media (min-width: 1200px) {
    .screen-term_div .custom_li li{
        width: 10% !important;

    }
}
.screen-term_div ul li a{
    height: 80px;
}
.screen-term_div ul li .custom_a span{
    padding: 0px !important;
    font-weight:600;
    font-size: 12px;
    color: #333;
}
.screen-term_div ul li .screen-term_div span{
    text-align: center;
}
.screen-term_div ul li .screen-term_div .menu_img{
    text-align: center;
    height: 43px;
    width: 43px;
    margin-top: 4px;
}
@media (max-width: 1200px) {
    .screen-term_div .custom_li li {
        /*width: 12.5%;*/
    }
}
@media (max-width: 1000px) {
    .screen-term_div .custom_li li {
        /*width: 16.6%;*/
        padding-right: 15px;
        /*margin-left: px;*/
    }
}
@media (max-width: 900px) {

    /*.screen-term_div .custom_li li{*/
    /*width: 20% ;*/
    /*}*/
    .screen-term_div ul li{
        /*width: 17% !important;*/
        background-color: #fff !important;
    }
    .screen-term_div{
        padding-bottom:0 ;
        background-color: #fff;
        height: 40px;
    }
    .screen-term_div .screen-term_div{
        background-color: #fff;

    }

    .screen-term_div .custom_goods_li li{
        width: 50% !important;
    }

}
.screen-term_div .custom_goods_li li{
    margin-top: 8px;

}
.screen-term_div li .label {
    font-size: 95% !important;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    padding: 0 8px !important;
    content: "x";
}