.yzmplayer-full-icon span svg,
.yzmplayer-fulloff-icon span svg {
    display: none;
}

.yzmplayer-full-icon span,
.yzmplayer-fulloff-icon span {
    background-size: contain !important;
    float: left;
    width: 22px;
    height: 22px;
}

.yzmplayer-full-icon span {
    background: url(../img/full.png) center no-repeat;
}

.yzmplayer-fulloff-icon span {
    background: url(../img/fulloff.webp) center no-repeat;
}


#vod-title {
    overflow: unset;
    width: 285px;
    white-space: normal;
    color: #fb7299;
}

#vod-title e {
    padding: 2px;
}

.layui-layer-dialog {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.layui-layer-btn.layui-layer-btn- {
    padding: 15px 5px !important;
    text-align: center;
}

.layui-layer-btn a {
    font-size: 12px;
    padding: 0 11px !important;
}

.layui-layer-btn a:hover {
    border-color: #00a1d6 !important;
    background-color: #00a1d6 !important;
    color: #fff !important;
}

.yzmplayer-controller .yzmplayer-icons .yzmplayer-toggle input+label.checked:after {
    left: 17px;
}

.yzmplayer-setting-jlast:hover #jumptime,
.yzmplayer-setting-jfrist:hover #fristtime {
    display: block;
    outline-style: none
}

#player_pause .tip {
    color: #f4f4f4;
    position: absolute;
    font-size: 14px;
    background-color: hsla(0, 0%, 0%, 0.42);
    padding: 2px 4px;
    margin: 4px;
    border-radius: 3px;
    right: 0;
}

#player_pause {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

#player_pause img {
    width: 100%;
    height: 100%;
}

#jumptime::-webkit-input-placeholder,
#fristtime::-webkit-input-placeholder {
    color: #ddd;
    opacity: .5;
    border: 0;
}

#jumptime::-moz-placeholder {
    color: #ddd;
}

#jumptime:-ms-input-placeholder {
    color: #ddd;
}

#jumptime,
#fristtime {
    width: 50px;
    border: 0;
    background-color: #414141;
    font-size: 12px;
    padding: 3px 3px 3px 3px;
    margin: 2px;
    border-radius: 12px;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 3px;
    display: none;
    text-align: center;
}

#link {
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-radius: 22px;
    margin: 0px 10px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .3);
    background: rgb(0, 161, 214);
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 35px;
}

#close c {
    float: left;
    display: none;
}

.dmlink,
.playlink,
.palycon {
    float: left;
    width: 400px;
}

#link3-error {
    display: none;
}
#loading-box{background: #000;}

    body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0; 
    background-color: black; 
    color: white;
    font-size: 20px;
}
#log-container {
    max-height: 200px;
    overflow-y: auto;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px;
    white-space: pre-wrap;
    font-size: 15px;
    line-height: 2;
    display: none;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#tip {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}