<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
reset.css重置了html元素的默认值
前缀说明：
.g_ grid的简写，开头的样式类或者id 表示用于布局 切记：不可在这类选择器下设置子选择器样式 污染面可能很大
.f_ function的简写，用于设置常用的对齐方式、内外边距等等
.m_ module的简写，用于设置自定义模块的类
.u_ unit的简写，用于设定页面单独元素样式
.c_ color的简写，主要用于设置颜色（包含背景颜色）
.j_ javascript的简写，该样式类专供js调用
.a_ animation的简写，该类设置css3动画效果
*/
html{font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;background: none;}
body, h1, h2, h3, h4, h5, h6, hr, dd, ul, menu, dir, dl, blockquote, figure, ol, p{margin: 0;}
td, th, ol, ul, menu, dir, textarea, option, input{padding: 0;}
ul, li, dd, dt, dl{list-style: none;}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details{display: block;}
audio, canvas, progress, video{display: inline-block;vertical-align: baseline;}
audio:not([controls]){display: none;height: 0;}
[hidden], template{display: none;}
html, body, img, iframe, abbr, hr, input, textarea, keygen, select, button{border: none;}
table{border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;font-weight: normal;}
textarea{overflow: auto;resize: none;}
a, button{cursor: pointer;}
input, button{overflow: visible;vertical-align: middle;outline: none}
body{background: #fff;font: 14px/1.42875143 "Microsoft YaHei", arial, \5b8b\4f53;color: #333;}
a, area{outline: none;}
a{color: #333;text-decoration: none;cursor: pointer}
a:hover, a:focus{outline: none;text-decoration: none;*zoom:1;}

/* --------以下为显示功能公共类--------- *//*左右浮动*/
.f_fl {
    float: left;
}

.f_fr {
    float: right;
}

/* 清除浮动 */
.f_cb:after, .f_cbli li:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.f_cb, .f_cbli li {
    zoom: 1
}

/* 禁止选中 */
.f_usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.f_pr{position: relative}
.f_ab{position: absolute}
/*显示方式*//*隐藏*/
.f_dn {
    display: none;
}

/*显示*/
.f_db {
    display: block;
}

/* 以inline-block方式显示 */
.f_ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*文本对齐方式*//*水平居左*/
.f_tal {
    text-align: left;
}

/*水平居中*/
.f_tac {
    text-align: center;
}

/*水平居右*/
.f_tar {
    text-align: right;
}

/*两端对齐 容器需设置宽度*/
.f_taj {
    text-align: justify;
    text-justify: distribute-all-lines; /*ie5-8*/
    text-align-last: justify; /* ie9*/
    -moz-text-align-last: justify; /*ff*/
    -webkit-text-align-last: justify; /*chrome 20+*/
}

/*垂直居中*/
.f_vam, .f_vama * {
    vertical-align: middle;
}

/*单行文本不换行，超出显示省略号*/
.f_toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*全局设置 input 框 placeholder 属性字体颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.m_right_iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #F2F4F6;
}
.c_body_bg_white{background: #fff;}
.c_body_bg_gray{background: #eee;}
/* laydate主色调修改 */
.laydate-footer-btns{right: 68px!important;}
.laydate-footer-btns span{border: none!important;}
.label span.layui-form-label{display: block;width: 100px;text-align: right;}
.layui-laydate .layui-form-radioed &gt; i,.layui-laydate .layui-form-radio &gt; i:hover,.layui-laydate .layui-form-checked i,.layui-laydate .layui-form-checked:hover i,
.layui-laydate-footer span:hover,.layui-laydate-header i:hover,.layui-laydate-header span:hover{color: #35b1b3!important;}
.layui-laydate .layui-form-checked i{border: 1px solid #35b1b3!important;}
.layui-laydate .layui-form-checked span, .layui-laydate.layui-form-checked:hover span,.layui-laydate.layui-laydate .layui-this{background-color: #35b1b3;}
.layui-form-onswitch{border-color: #35b1b3;background-color: #35b1b3;}
.layui-form-radio &gt; i{font-size: 20px!important;}
.layui-form-radio div{/*margin-top: -2px;*/}
/*删除ie浏览器input框自带的删除按钮*/
::-ms-clear{display: none;}
::-ms-reveal{display: none;}
/* 动态按钮显示样式 #qx 平时写代码不要用作他用 */
#qx a{display: inline-block; vertical-align: middle; height: 32px; line-height: 32px; padding: 0 10px;margin-right:5px; background-color: #35b1b3; color: #fff; white-space: nowrap; text-align: center; font-size: 14px; border: none; border-radius: 2px; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
/*动态显示表格中按钮样式 .qxlink 样式类不要用作他用*/
.qxlink,.qxlinks{text-align: center; margin-bottom: 10px;}
.qxlink a,.qxlinks a{padding: 0 3px!important; color: #35b1b3!important;}
.g_index{min-width: 1200px;overflow: hidden;}
/*所有含有归属部门的树形下拉的盒子*/
.m_ztree_box{display: none;position: absolute;background: #fff;height:250px;overflow: auto;border:1px #e6e6e6 solid;z-index: 9999999;}
.hb100{height: 100%;}

.c_red{color: #f00;}</pre></body></html>