.carousels.small{
    font-size: 16px;
}

.carousels.big{
    font-size: 32px;
    line-height: 40px;
}
#dzxtjc{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.dxtext{
    width: 100px;
    padding: 0 35px;
}
.cus-desktop{
    height: calc(100% - 223px)!important;
}
.dzxtjcwrap{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px);
    height: 160px;
    overflow-y: auto;
    border-left: 1px solid rgba(162,169,167,.2);
}
.dzxtjcwrap widget-app-item{
    width: 10%;
}
.cus-app-item{
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
}
.cus-app-item .cus-img-box img{
    width: 36px;
    margin-bottom: 8px;
}
.cus-app-title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
