@charset "UTF-8";
/* 初始化css S */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: normal;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    color: #333;
    outline: 0;
}

html,
body {
    height: 100%;
}

a,
a:hover {
    color: #333;
}

.clear:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cursor {
    cursor: pointer;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b9bbc4;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b9bbc4;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b9bbc4;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b9bbc4;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #2588ff !important;
    background-color: #2588ff;
    color: #fff;
}

.layui-tab {
    margin: 0;
    position: relative;
}
.layui-tab .layui-tab-title {
    border-bottom: none;
}
.layui-tab > li:last-child {
    border-right: none;
}
.layui-tab .layui-this {
    color: #feea01;
}
.layui-tab .layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: none;
    top: -0.5rem;
}

.layui-form-select dl dd.layui-this {
    background-color: #155b99;
}
.layui-form-select dl dd:hover {
    background-color: #155b99;
    color: #fff;
}
.layui-form-select .layui-anim {
    border: 1px solid #2a9dae;
    background-color: #07347b;
    z-index: 9999;
}
.layui-form-select .layui-anim dd {
    color: #1d9ee8;
}

.layui-laydate, .layui-laydate-hint {
    border: 1px solid #2a9dae !important;
    background-color: rgba(8, 50, 120, 0.9) !important;
    color: #fffefe !important;
}

.layui-laydate .layui-laydate-footer {
    border-top: 1px solid #05589d;
}
.layui-laydate .layui-laydate-footer span {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fffefe;
}
.layui-laydate .layui-laydate-footer span:hover {
    background-color: #0766e7;
    color: #fff;
}
.layui-laydate .layui-laydate-main .layui-laydate-header {
    border-bottom: none;
    background-color: #05599d;
}
.layui-laydate .layui-laydate-main .layui-laydate-header > i {
    color: #ecf3f8;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table thead tr {
    border-bottom: 1px dashed #05669d;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table thead tr th {
    color: #fffefe;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table tbody td {
    color: #b1fcff;
}
.layui-laydate .layui-laydate-main .layui-laydate-content table tbody td:hover {
    background-color: #0766e7 !important;
    color: #fff !important;
    border-radius: 5px;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-day-next, .layui-laydate .layui-laydate-main .layui-laydate-content .laydate-day-prev {
    color: #999999;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .layui-laydate-list {
    background-color: rgba(8, 50, 120, 1) !important;
    color: #fffefe !important;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .layui-laydate-content td:hover, .layui-laydate .layui-laydate-main .layui-laydate-content .layui-laydate-list li:hover {
    background-color: #0766e7 !important;
    color: #fff !important;
    border-radius: 5px;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-time-list > li ol {
    border: 1px solid #05669d;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .laydate-time-list > li:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}
.layui-laydate .layui-laydate-main .layui-laydate-content .layui-this {
    background-color: #0766e7 !important;
    border-radius: 5px;
}

.layui-laypage-limits {
    display: none !important;
}

/* 表格 */
table {
    width:100%;
}
.layui-table,.layui-table-view {
    margin:0;
    border: none;
    height: 100%;
}
.layui-table-box {
    border: solid 1px #229fff;
    height: calc(100% - 0.5rem);
}

.layui-table-header {
    border-color:#1f6db4;
    height: 0.38rem;
}
.layui-table-header table {
    height: 100%;
}
.layui-table-body {
    height: calc(100% - 0.38rem);
}
.layui-table-body table {
    height: 100%;
}
.layui-table th,.layui-table td {
    border-color:#154777;
    border-bottom:none;
    padding:0.05rem;
    font-size:0.14rem;
}
.layui-table thead th {
    background-color: #0d3c7d;
}

.layui-table td div {
    color: #fff;
}

.layui-table th span {
    color: #5fe3ff;
    font-size: 0.16rem;
}
.layui-table-body .layui-table-cell {
    height:auto;
    line-height:initial;
}
.layui-table tr:nth-child(odd) {
    background-color: #0e3567;
}
.layui-table tr:nth-child(even) {
    background-color: #0e5184;
}
.layui-table-page {
    padding:0 0.16rem;
    height:0.5rem;
    line-height:0.5rem;
    font-size:0.12rem;
    text-align:right;
    border: none;
}
.layui-table-page>div {
    height:auto;
}
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
    height:0.26rem;
    line-height:0.26rem;
    margin-bottom:0;
    color: #fff;
}
.layui-table-page .layui-laypage input {
    color: #fff;
    background-color: rgba(0,0,0,0);
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0e5184;
}
.layui-table-page .layui-laypage button {
    color: #fff;
    background-color: #0e5184;
}
/* 滚动条 S */
::-webkit-scrollbar-track-piece {
    /* //滚动条凹槽的颜色，还可以设置边框属性 */
    background-color: rgba(112, 112, 112, 0);
    opacity: 0;
}

::-webkit-scrollbar {
    /* //滚动条的宽度 */
    width: 9px;
    height: 9px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    /* //滚动条的设置 */
    background-color: #1173ab;
    background-clip: padding-box;
    min-height: 28px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a5c6fd;
}

/* 滚动条 E */
@font-face {
    font-family: jdyh;
    src: url("./font/jdyh.TTF");
}
@font-face {
    font-family: DS-DIGI;
    src: url("./font/DS-DIGI.TTF");
}
@font-face {
    font-family: DS-DIGIB;
    src: url("./font/DS-DIGIB.TTF");
}
@font-face {
    font-family: DS-DIGII;
    src: url("./font/DS-DIGII.TTF");
}
.V110_jdyh {
    font-family: jdyh;
}

.V110_DS-DIGI {
    font-family: DS-DIGI;
}

.V110_DS-DIGIB {
    font-family: DS-DIGIB;
}

.V110_DS-DIGII {
    font-family: DS-DIGII;
}
/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
/*导航样式*/
.nav_active{
    /*background-color: #3F48CC;*/
    font-weight: bolder;
    color: #FFFFFF !important;
    border-bottom: 4px solid #FFFFFF;
}
.index_title_date{
    float: right;
}
/*首页*/
.C127_c6_a{ position: absolute; right: 5px; top: 5px; }