.banner-characters{
    position: absolute;
    z-index: 999;
    top: 0;
}

.product_category{
    font-size: 16px;
    padding-top: 10px;
}

.product_category .active{
    color: #3333c1;
    font-weight: 550;
}

.categoryactive{

    font-weight: 550 !important;
}

.hidden{
    display: none;
}

.text-limit {
    line-height: 1.5; /* 设置行高 */
    height: calc(1.5em * 3); /* 计算 3 行的高度，假设行高为 1.5em */
    overflow: hidden;
}

.edui-upload-video{
    width: 100%;
    height: auto;
}