@media (min-width: 640px){
    #dx_kf,.dxGbox {
        display:none!important;
    }
} 
.dxGbox {
    position: relative;
    display: block;
    padding-top: 15%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top!important;
    /*border: 1px solid #ff000069;*/
}
.dxGbox p,
.dxGbox span {
    position: absolute;
    top: 30%;
    z-index: -1;
}


.dx_playlist {
    background: #fae9c7!important;
    color: #ff1226!important;
    border-color: #edd4a3!important;
}

.hide-after:after {
    content: none!important;
}

#playerCnt{background: #000;}
#playerCnt>div.tip:first-child {
    text-align: center;
    line-height: 1.8;
    color: #ffffffc2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.quick-type {display: flex;width: 100%;}
.quick-type a {flex: 1;text-align: center;text-decoration: underline;margin-top: 8px;color: #333;}