.dialogsp_bg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.dialogsp_show {
    display: none;
    width: 6rem;
    height: 4.8rem;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(0, 93, 127, 0.53);
    /* border: 2px solid #00689f; */
    border-radius: .1rem;
    padding: .3rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.dialogsp_show .close {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
}

.dialogsp_show .scrollBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialogsp_show video {
    max-height: 4.2rem;
    max-width: 5.6rem;
}<!--ºÄÊ±1763251802.222Ãë-->