/******************************************************/

.layui-tab-content{
    padding: 0;
}

.biaotidiv{
    padding:  0.5rem;
}

.biaotidiv>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.biaotidiv>div .layui-form-item{
    margin-bottom: 0;
}

/******************************************************/

@media screen and (max-width: 1424px){
    .biaotidiv>div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1065px){
    .biaotidiv>div {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 886px){
    .biaotidiv>div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 770px){
    .biaotidiv>div {
        grid-template-columns: repeat(1, 1fr);
    }
}

/******************************************************/

.vbxdivs{
    display: none;
    background: #080c15;
    border-radius: 6px;
}

.vbx{
    display: none;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    position: relative;
    max-height: 25rem;
    width: 100%;
}

.fb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    flex-wrap: wrap;
    background-color: #000000;
}

.fb .fm {
    font-size: 11px;
    color: #5f7599;
}

.vbx video {
    width: 100%;
    height:25rem;
    object-fit: contain;
}

#vO{
    display: none;
}

#vD{
    display: none;
}

.vbd {
    position: absolute;
    top: 10px;
    padding: 4px 12px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 5;
    pointer-events: none;
}

.vbd.l {
    left: 10px;
    color: #5f7599;
}

.vbd.r {
    right: 10px;
    color: #00e5a0;
}

.vt {
    display: flex;
    align-items: center;
    gap:0.5rem;
    padding: 0.5rem;
}

.tb {
    padding: 0.3rem 0.75rem;
    border-radius: 3px;
    border: 1px solid #1a2d4a;
    background: transparent;
    color: #5f7599;
    font-size: 0.6rem;
    cursor: pointer;
    transition: all 0.2s;
}

.tb.ac {
    color: #00e5a0;
    border-color: #00e5a0;
    background: rgba(0, 229, 160, 0.08);
}