﻿@charset "utf-8";
/* CSS Document */
body, ul, li, p, div, h1, h2, h3, h4, h5, h6, dd, dt, dl {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

.messager-body div:not(.messager-button) {
    line-height: 30px;
}

.messager-body .messager-box {
    padding-left: 40px;
}
/*------------layui Css 修改  end------------*/
.layui-btn, .layui-layer-btn0, .layui-layer-btn1 {
    font-size: 16px;
    border-radius: 8px !important;
    box-shadow: #000 2px 2px 4px 0px;
}
.layui-btn-xs {
    padding: 0 8px !important;
    font-size: 12px !important;
}
.layui-btn-deepen {
    background-color: #004f9b;
}
.layui-layer-dialog {
    box-shadow: 0px 0px 10px #434343;
    overflow: hidden;
    border-radius: 6px !important;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-mend, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-color: #dcdcdc !important;
}
.layui-layer-title {
    font-size: 18px !important;
    font-weight: bold;
    background-color: aliceblue;
}

.layui-layer-dialog .layui-layer-content {
    font-size: 18px !important;
    line-height: 30px !important;
    max-width: 650px;
}

    .layui-layer-dialog .layui-layer-content p {
        text-indent: 36px;
    }
/*------------layui Css 修改  end------------*/
/*------------公共样式start------------*/
.center {
    text-align: center;
}
.layuiTip{
    cursor:pointer;
    color:red;
    font-weight:bold;
}
.linkBtn {
    text-decoration: underline;
    color: #2196f3;
}
.center-all, .center-all * {
    text-align: center !important;
}

.back-white {
    background-color: #ffffff;
    border-radius: 6px;
}

.red {
    color: Red;
}

.float-right {
    float: right;
}

.line-height40 {
    line-height: 40px;
}

.line-height30 {
    line-height: 30px;
}

.hid {
    display: none;
}


input[type=radio], input[type=checkbox] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

input + label {
    cursor: pointer;
    line-height: 26px;
}

.table-thead, .table-thead tr {
    background-color: #0c5caf !important;
    color: white;
    height: 50px;
}

    .table-thead * {
        text-align: center !important;
    }

.middle {
    display: table;
    width: 300px;
    height: 300px;
    background: #000;
    margin: 0 auto;
    color: red;
}

.middle-cell {
    display: table-cell;
    vertical-align: middle;
}

.layui-btn-white {
    background-color: #fff;
    color: #0065b5;
    font-weight: bold;
}
/*------------公共样式end------------*/

/*滚动条统一设置*/
::-webkit-scrollbar {
    width: 8px; /*Y轴宽度*/
    height: 8px; /*X轴高度*/
}
/*滚动条里面小方块*/
*::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*鼠标放到轨道后小方块样式*/
*:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

/*鼠标放到小方块后样式*/
*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}
/*滚动条里面轨道*/
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: white;
}
    /*轨道hover填充背景色*/
    *::-webkit-scrollbar-track:hover {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
        background-color: rgba(0,0,0,.01);
    }


/*列表页加载中骨架*/
.layui-loading-item .layui-title {
    width: 100%;
    height: 90px;
    background-color: #FAFAFA;
}

    .layui-loading-item .layui-title p {
        width: 260px;
        height: 26px;
        margin: 20px 50px;
        border-radius: 10px;
        background-color: #e7e7e7;
        animation: opacity 1s linear alternate infinite;
    }

        .layui-loading-item .layui-title p:first-child {
            width: 400px;
            margin: 10px;
            background-color: #e1e1e1;
        }

.layui-loading-item .layui-item-content {
    width: 92%;
    padding: 10px;
}

    .layui-loading-item .layui-item-content p {
        width: 450px;
        height: 28px;
        background-color: #efefef;
        border-radius: 10px;
        animation: opacity 1s linear alternate infinite;
    }

    .layui-loading-item .layui-item-content:nth-child(odd) p {
        width: 350px;
        height: 28px;
        background-color: #efefef;
        border-radius: 10px;
        animation: opacity 1s linear alternate infinite;
    }

@keyframes opacity {
    0% {
        background-image: linear-gradient(to right, #e7e7e7,#e1e1e1, #e1e1e1,#e1e1e1,#e1e1e1);
    }

    25% {
        background-image: linear-gradient(to right, #e1e1e1,#e7e7e7, #e1e1e1,#e1e1e1,#e1e1e1);
    }

    50% {
        background-image: linear-gradient(to right, #e1e1e1, #e1e1e1,#e7e7e7,#e1e1e1,#e1e1e1);
    }

    75% {
        background-image: linear-gradient(to right, #e1e1e1, #e1e1e1,#e1e1e1,#e7e7e7,#e1e1e1);
    }

    100% {
        background-image: linear-gradient(to right, #e1e1e1, #e1e1e1,#e1e1e1,#e1e1e1,#e7e7e7);
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    /*background: url(../img/userImg/conBgc.png);*/
    background-image: url(../2024img/bgc2.png);
    background-size: cover;
    background-attachment: fixed;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.centerWidth {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.footer {
    width: 100%;
    height: 160px;
    margin: auto;
    background: url("/2022New/img/footer.png") no-repeat 0 0;
    background-size: 100% 100%;
    display: none;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
}

.footer li {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
}

.fixed {
    position: fixed;
    top: 44%;
    right: 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
}

    .fixed img {
        width: 128px;
    }

    .fixed p {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 24px;
    }
