.bg-color {
    z-index: 99999;
    background-color: rgba(255,255,255,1);
}

.frame-po {
    position: relative;
}

.close-x {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    right:-10px;
    cursor: pointer;
}

.text-xia {
    text-align: left;
    cursor: pointer;
}

/* 文本超出显示省略号 */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

