<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*全站通用样式*/
/*重写body样式*/
.layui-layout-body {
    overflow-y: auto;
}

    .layui-layout-body .layui-fluid {
        padding: 10px;
    }
/*重写layui中input高度*/
.layui-form-label, .layui-form-pane .layui-form-label {
    height: 33px;
    line-height: 18px;
}

.layui-input, .layui-select, .layui-textarea {
    height: 33px;
    line-height: 33px\9;
}

.layui-form-select dl dd, .layui-form-select dl dt {
    line-height: 33px;
}
/*重写layui中input高度*/
/*重写layui-table顶部间距*/
.layui-card .layui-table-view {
    margin-top: 5px;
}

.layui-table .layui-form-item {
    margin-bottom: 0px;
}

.layui-table .layui-form-label {
    height: auto;
}
/*重写表单页的table样式*/
.layui-openlayer .layui-table {
    margin: 0px 0px;
}
/*重写弹窗底部按钮栏样式*/
.layui-layout-admin .layui-form-item {
    margin-bottom: 0px;
}

.layui-layout-admin .layui-footer {
    padding: 5px 0px;
    left: 0px;
    text-align: center;
    background-color: #011051;
    background-color: #000c52bd;
    border: 1px solid #154DD8;
    border-top: none;
    z-index: 999;
}

.layui-footer .layui-btn {
    padding: 0px 12px;
    height: 34px;
    line-height: 34px;
}

.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    padding: 0 4px !important;
}

.layui-form-mid {
    padding: 8px 0 !important;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child a {
    padding-left: 80px;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a {
    padding-left: 90px;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a {
    padding-left: 100px;
}

.layui-form-select dl {
    max-height: 200px;
}

.layui-table-hover {
    background-color: #daebf7 !important;
}

.Spanbtn {
    margin-left: 10px;
}
/*覆盖行样式---用于换行*/
.row2 {
    margin-top: 10px !important;
}

/*---------背景颜色样式---------*/
.background-color-white {
    /*白色*/
    background-color: White !important;
}

.background-color-green {
    /*绿色*/
    background-color: Green !important;
}

.background-color-red {
    /*红色*/
    background-color: Red !important;
}

.background-color-gray {
    /*灰色*/
    background-color: Gray !important;
}

.background-color-silver {
    /*浅灰色*/
    background-color: Silver !important;
}

.background-color-blue {
    /*蓝色*/
    background-color: Blue !important;
}
/*---------背景颜色样式---------*/
/*---------字体颜色样式---------*/
.color-white {
    /*白色*/
    color: White !important;
}

.color-green {
    /*绿色*/
    color: Green !important;
}

.color-red {
    /*红色*/
    color: Red !important;
}

.color-gray {
    /*灰色*/
    color: Gray !important;
}

.color-silver {
    /*浅灰色*/
    color: Silver !important;
}

.color-blue {
    /*蓝色*/
    color: Blue !important;
}

.color-orange {
    /*橙色*/
    color: Orange !important;
}

.color-yellow {
    /*黄色*/
    color: Yellow !important;
}

.color-info {
    /*自定义蓝色*/
    color: #2EA9F8 !important;
}
/*---------字体颜色样式---------*/
/*---------字体大小样式---------*/
.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-35 {
    font-size: 35px !important;
}
/*---------字体大小样式---------*/
/*---------字体样式---------*/
.font-family-wryh {
    font-family: Microsoft YaHei !important;
}

.font-family-ht {
    font-family: 黑体 !important;
}

.font-family-st {
    font-family: 宋体 !important;
}
/*---------字体样式---------*/
/*---------字体粗细样式---------*/
.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-inherit {
    font-weight: inherit !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}
/*---------字体粗细样式---------*/
/*-----------间距样式-----------*/
/*margin-top*/
.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}
/*margin-right*/
.margin-right-3 {
    margin-right: 3px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}
/*margin-bottom*/
.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-scroll {
    margin-bottom: 52px !important;
}
/*margin-left*/
.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}
/*-----------间距样式-----------*/
/*-----------鼠标样式-----------*/
.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-move {
    cursor: move !important;
}
/*div显示html内容样式（英文数字）自动换行*/
.divhtml {
    word-break: break-all;
    word-wrap: break-word;
    overflow-y: scroll;
    line-height: 1.8em;
}

textarea, .layui-textarea {
    resize: none;
}
/*------元素的垂直对齐方式--------*/
.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}
/*------元素的垂直对齐方式--------*/
/*-------去掉边框样式----------*/
/*全部边框*/
.border-none {
    border: 0px !important;
}
/*上*/
.border-top-none {
    border-top: 0px !important;
}
/*右*/
.border-right-none {
    border-right: 0px !important;
}
/*下*/
.border-bottom-none {
    border-bottom: 0px !important;
}
/*左*/
.border-left-none {
    border-left: 0px !important;
}
/*-------去掉边框样式----------*/
/*宽度100%*/
.width-100 {
    width: 100% !important;
}
/*高度100%*/
.height-100 {
    height: 100% !important;
}
/*-------文本修饰符样式-------*/
.text-decoration-none {
    text-decoration: none;
}

.text-decoration-underline {
    text-decoration: underline;
}

.text-decoration-overline {
    text-decoration: overline;
}
/*-------文本修饰符样式-------*/
/*js验证时错误信息显示样式*/
.border-error {
    border-color: #f00;
}
/*清除背景色*/
.bg-none {
    background-image: none;
    background-color: transparent;
    border-color: transparent;
    color: #000;
}
/*重写底部固定栏z-index层级*/
.navbar-fixed-bottom {
    z-index: 1000;
}
/*搜索的关键字样式*/
a em {
    text-decoration: underline;
}

em {
    font-style: normal;
    color: #C00;
}
/*重写富文本编辑器的样式----解决IE8右边无边框问题*/
.edui-editor .edui-default {
    padding-right: 1px;
}
/*css控制显示内容的长度*/
.OverflowClass {
    width: 100px; /*默认一个宽度*/
    text-overflow: ellipsis; /*让超出的内容用...实现*/
    white-space: nowrap; /*禁止换行*/
    overflow: hidden; /*超出的隐藏*/
    display: block;
}
/*==========重新基于webkit的浏览器滚动条样式===========*/
::-webkit-scrollbar /*整体部分*/ {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track /*滑动轨道*/ {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0px;
    background: rgba(0,0,0,0.05);
}

::-webkit-scrollbar-thumb /*滑块*/ {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.15);
}

    ::-webkit-scrollbar-thumb:hover /*滑块效果*/ {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.25);
    }

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: rgba(41, 98, 238, 8);
}
/*==========重新基于webkit的浏览器滚动条样式===========*/

/*==============自定义间距==========*/
.ylh-marbottom-60 { /*据下边距60像素*/
    margin-bottom: 60px !important;
}
/*==============自定义间距==========*/

/*==============自定义扩展样式==========*/
[data-account-name] {
    cursor: pointer;
}

[data-user-name] {
    cursor: pointer;
}
/*==============自定义扩展样式==========*/
.mars3d-locationbar {
    background-color: #213E80 !important;
}
</pre></body></html>