.popUp {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.popUp .popUp-qr {
    width: 303px;
    height: 378px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.popUp-qr {
    position: relative;
}

.popUp-qr img {
    width: 303px;
    height: 378px;
}

.popUp-qr .wxCode {
    position: absolute;
    width: 264px;
    height: 264px;
    top: 170px;
    left: 40px;
}

.popUp-qr p {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.pop-video {
    width: 760px;
    height: 400px;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.pop-video iframe {
    width: 680px;
    height: 380px;
    position: relative;
    top: -30px;
    border: none;
}
.cose{
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    border-radius: 50%;
    position: relative;
    top: -15px;
    left: 730px;
    z-index: 999;
    background-color: #FFF;
}
.vjs-time-tooltip {
    width: 60px;
}