/*
前台css样式


***/*

.xypro_describe {
    position: relative;
    border: 1px dashed #dcdfe6;
    line-height: 26px;
    margin-top: 10px;
}

.xypro_describe_title {
    position: absolute;
    top: 0;
    left: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--main-bg-color);
    padding: 0 5px;
    font-weight: 500;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xypro_describe_content {
    color: #606266;
    padding: 18px 15px 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}

#xy_hide::-webkit-scrollbar {
    display: none;
}

.yq {
    max-width: 100%;
    table-layout: fixed;
    color: #909399;
    margin-bottom: 18px;
    border-top: 1px solid #ebeef5;
    border-left: 1px solid #ebeef5;
}

.yq thead th {
    font-weight: 500;
    background: #ebeef5;
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
}

.yq_link td {
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    .yq {
        width: 600px !important;
    }
}

.pagination {
    margin: 0;
    text-align: center;
    font-size: 12px;
    display: block;
    border-radius: 0;
}

.excerpts .pagination {
    margin-bottom: 10px;
}

.pagination ul {
    display: inline-block !important;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    margin: 0 2px;
    padding: 8px 12px;
    background-color: #ddd;
    color: #666;
    border-radius: 2px;
    opacity: .88;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
    opacity: 1;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #000;
    color: #fff;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    cursor: default;
}

.pagination ul > li > span,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.blackroom-banned-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blackroom-banned-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.blackroom-banned-item:last-child {
    border-bottom: none;
}

.blackroom-banned-name {
    font-weight: 500;
    margin-bottom: 4px;
}

.blackroom-banned-info {
    font-size: 12px;
    color: #999;
}

.blackroom-banned-type {
    margin-right: 10px;
}

.blackroom-no-banned {
    text-align: center;
    color: #999;
    padding: 20px 0;
}