body{margin:0;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px}
.mt25{margin-top:25px}
.pd15{padding:15px;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.colorwhite{color:white;}
.flex{display: flex;}
.justify-between{justify-content: space-between;}
.pointer{cursor: pointer;}
.ml15{margin-left:15px;}
.ml8{margin-left:8px;}
.float-left{float: left;}
.float-right{float: right;}
.mr8{margin-right: 8px;}
.mt8{margin-top:8px}
.edui-editor{line-height: 20px;}
.el-dialog__body{padding:10px 20px;}
[v-cloak]{display: none;}

@font-face {font-family: 'zmsz';src: url('zmsz.otf') format('opentype');}

@media screen and (min-width:500px) {
    ::-webkit-scrollbar {
    width: 10px; /* 可选：定义滚动条的宽度 */
    }

    ::-webkit-scrollbar-track {
    background: #f1f1f1; /* 可选：定义滚动条轨道的背景色 */
    }

    ::-webkit-scrollbar-thumb {
    background: #888; /* 可选：定义滚动条滑块的背景色 */
    }

    ::-webkit-scrollbar-thumb:hover {
    background: #555; /* 可选：定义滚动条滑块悬停时的背景色 */
    }
}

