<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak] {
    display: none;
}
.backSize{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.maxImg{
    max-height: 100%;
    max-width: 100%;
}

/* æ’­æ”¾è§†é¢‘éƒ¨åˆ† */
.video-pre-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.video-pre-bg.myshow {
    opacity: 1;
    visibility: visible;
}

.video-pre-box {
    width: 82%;
    max-width: 1000px;
    height: 70vh;
    max-height: 564px;
    border: 0px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.video-pre {
    width: 100%;
    height: 100%;
    background: #000;
}

.video-pre-close {
    background: url(//qjzb.kuleiman.com/record/klm/vrwdt/1/tool/close.png) no-repeat 50% 50%;
    background-size: contain !important;
    width: 29px;
    height: 29px;
    position: absolute;
    right: -34px;
    top: -34px;
    cursor: pointer;
    z-index: 889;
    border-radius: 50%;
    padding: 5px;
}

.ly-pop {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.ly-pop.show {
    visibility: visible;
    opacity: 1;
    display: block;
}

.ly-container {
    font-size: .175rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: .075rem;
    overflow: hidden;
    background: #fff;
    width: 4.975rem;
    height: 2.275rem;
}

.ly-cont-top {
    background-color: #f5f5f5;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .125rem;
    border-bottom: .0125rem solid #efefef;
}

.ly-cont-top .labels {
    padding-left: .35rem;
    background: url(//qjzb.kuleiman.com/record/klm/vrwdt/1/tool/ly-01.png) 0 center / 23% no-repeat;
}

.ly-close {
    cursor: pointer;
    width: .25rem;
    height: .25rem;
    float: right;
    margin-top: .125rem;
    background: url(//qjzb.kuleiman.com/record/klm/vrwdt/1/tool/ly-close.png) center center / 100% 100% no-repeat;
}

.ly-cont-wrap {
    line-height: .275rem;
    margin-top: .3875rem;
    padding: 0 .125rem 0 1.625rem;
    min-height: 1.0125rem;
    background: url(//qjzb.kuleiman.com/record/klm/vrwdt/1/tool/ly-02.png) .25rem center / 20% no-repeat;
}

.ly-cont-wrap i {
    color: #ed6a11;
}

.ly-cont-wrap .t {
    color: #383838;
}</pre></body></html>