.video_playr_sider img {
    width: 100%;
}


.downApp .downApp_close i {
    color: #FFF;
    font-size: 2em;
}

.downApp .downApp_close svg {
    fill: #FFF3EE;
}

.downApp .downApp_close svg:hover {
    fill: #0c9bff;
}

.downApp .downApp_close {
    position: absolute;
    z-index: 9999999;
    top: 0px;
    width: 1.9rem;
    height: 1.9rem;
    opacity: 1;
    left: 0px;
}

.downApp_fixed_top {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.downApp {
    margin: auto;
    position: fixed;
    bottom: 0;
    z-index: 888;
    left: 0;
    right: 0;
    text-align: center;
}

.downApp img {
    width: 100%;
    left: 0px;
    right: 0px;
    text-align: center;
    max-height: 300px;
}

@media (max-width: 640px) {
    .downApp {
        width: 100%;
        margin-left: 0%;
    }
}

@media (min-width: 1024px) {

    .downApp img {
        height: 160px;
        width: 640px;
    }

    .downApp {
        margin: auto;
        position: fixed;
        bottom: 0;
        z-index: 888;
        left: 0;
        right: 0;
        text-align: center;
        width: 640px;
    }
}

#alert_windows.q-dialog {
    z-index: 111111111;
}

.alert_windows .q-img__image,
.alert_windows img {
    max-width: 500px;
}

.alert_windows .q-responsive {
    width: 500px;
}

@media (max-width: 640px) {

    .alert_windows img {
        max-width: 100% !important;
    }

    .alert_windows .q-responsive {
        width: 100%;
    }

    .alert_windows{
        width: 88%;
    }
}


