<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin : 0;
    padding: 0
}

html {
    width     : 100%;
    height    : 100%;
    font-size : 62.5%;
    box-sizing: border-box;
}

body {
    width                   : 100%;
    height                  : 100%;
    font-family             : "PingFangSC-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color        : rgb(246 246 246);
    font-size               : 62.5%;
    -webkit-text-size-adjust: none;
    box-sizing              : border-box;
    min-width               : 1200px;
    min-height              : 578px;
}

a {
    color          : #2d374b;
    text-decoration: none
}

a:hover {
    color          : #cd0200;
    text-decoration: underline
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border        : 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing : 0
}

p {
    word-wrap: break-word
}

.video-wrap .el-dialog__header {
    padding: 0 !important;
}

.video-wrap .el-dialog__body {
    padding   : 20px !important;
    background: rgba(0, 0, 0, .7)
}

/* .video-item&gt;.el-message-box__content,
.video-item&gt;.el-message-box__btns {
    padding: 0 !important;
}

.video-item&gt;.el-message-box__btns {
    display: none;
} */

img {
    width     : 100%;
    /* height    : 100%; */
    display   : block;
    object-fit: cover;
}

.breadcrumb .el-breadcrumb__separator {
    display: none;
}

.pagination&gt;button {
    transform       : rotate(90deg);
    background-color: rgba(0, 0, 0, 0) !important;
}

.pagination&gt;button&gt;i {
    font-size: 18px !important;
    color    : aliceblue;
}

.pagination li {
    background-color: rgba(0, 0, 0, 0) !important;
    color           : aliceblue;
    font-size       : 18px !important;
}</pre></body></html>