﻿body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rpt-body-item{
    margin-top:20px;
}
    .rpt-body-item table {
        margin-top: 5px;
    }
        .rpt-body-item table th {
            padding: 5px;
            background-color: #eee;
            border: 3px solid #fff;
        }

.pic-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pic-footer {
    display: flex;
    border: 1px solid;
}

.pic-footer-tit {
    border-right: 1px solid;
}

.pic-footer-val,
.pic-footer-tit {
    padding: 5px;
}

.flex1 {
    flex-grow: 1;
}

.flex0 {
    flex-grow: 0;
}

.date-split {
    /* 日期分割符号 */
    display: inline-block;
    padding: 3px;
}

.toolbar-tbl-more td {
    padding: 2px;
}

.toolbar-tbl-more th {
    font-weight: normal;
    text-align: right;
    padding-right: 5px;
}

.filter-container {
    padding: 3px 0;
}

.inline {
    display: inline-block;
}

.has-pics {
    color: red;
}

.mystep {
    display: none;
    height: 100%;
}

.mystep.active {
    display: block;
}

.mini-window-no-pad .mini-panel-body {
    padding: 0px;
}


/* mini excel 拉动copy begin */

.excel-cell-selected {
    background: rgb(223, 232, 246);
}

.mini-grid-cell-selected {
    position: relative;
}

.mini-grid-table .tr-gray {
    color: #aaa;
}

.select-proxy-resize {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    background-color: #4b8cff;
    cursor: crosshair;
    /*border: 1px solid #199ce0;*/
    z-index: 1000000001;
    transform: translate(-4px, -5 px);
}

.mini-grid-cell.excel-cell-selected {
    /* 让拖动手柄跑出单元格 */
    overflow: visible;
}


/* mini excel 拉动copy end */

.mini-radiobuttonlist-td label {
    margin-bottom: 0;
}

.panel-body-padding0 .mini-panel-body,
.mini-window-no-pad .mini-panel-body {
    padding: 0;
}

.mini-panel-body .update_body td,
.update_body td {
    padding: 2px;
}


/* miniui end */

.red,
.text-red {
    color: red !important;
}

.gray {
    color: gray !important;
}

.yellow {
    color: yellow !important;
}

.green {
    color: green !important;
}

.blue {
    color: blue !important;
}

.bred {
    background-color: red !important;
    color: #fff;
    padding-left: 1px;
    padding-right: 1px;
}


/* 红底白字 */

.bblue {
    background-color: blue !important;
    color: #fff;
}

.bgreen {
    background-color: green !important;
    color: #fff;
}

td.td-btns {
    text-align: center;
}

td.td-btns>* {
    margin-left: 2px;
    margin-right: 2px;
}

td.td-btns .btns {
    margin-left: 2px;
    margin-right: 2px;
}


/* 去掉bootstr的默认样式 */

.mini-panel-body .table-form td,
.mini-panel-body .update_body td {
    padding: 2px;
}


/* layui admin 动画 start */


/* 右侧面板 */

.layui-anim {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-layer-adminRight {
    top: 0px !important;
    bottom: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    border-radius: 0;
    overflow: auto;
}

@-webkit-keyframes layui-rl {
    /* 从右往左滑入 */
    from {
        -webkit-transform: translate3d(100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes layui-rl {
    from {
        transform: translate3d(100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.layui-anim-rl {
    -webkit-animation-name: layui-rl;
    animation-name: layui-rl;
}

@-webkit-keyframes layui-lr {
    /* 从右往左滑入 */
    from {
        -webkit-transform: translate3d(0 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 1;
    }
}

@keyframes layui-lr {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(100%, 0, 0);
    }
}

.layui-anim-lr {
    -webkit-animation-name: layui-lr;
    animation-name: layui-lr;
}

.layui-anim-rl.layer-anim-close {
    -webkit-animation-name: layui-lr;
    animation-name: layui-lr;
}


/* layui admin 动画 end */


/* dvLabProjectWrite 样式 */

.headline-1 .headline-content {
    line-height: 24px;
    display: block;
    float: left;
    padding: 0 8px 0 5px;
    background: #fff;
}

.headline-1 {
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei, SimHei, Verdana;
    font-weight: 500;
    line-height: 22px;
    margin: 35px 0 15px -30px;
    clear: both;
    zoom: 1;
    background: url(/images/titleEditLine.png);
    overflow: hidden;
    position: relative;
}

.headline-1-index {
    width: 25px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    display: block;
    float: left;
    margin: 1px 0 0 0;
    background: #519cea;
    color: #fff;
    text-align: center;
    border-radius: 0 2px 2px 0;
}

.bodies {
    line-height: 22px;
}

.bodies .author {
    margin-top: 10px;
}

.bodies .btns {
    margin-right: 10px;
}

.cardview {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cardview-item {
    width: 300px;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.cardview-item img {
    cursor: pointer;
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.pd-10 {
    padding: 10px;
}

.card-block {
    width: 300px;
    box-sizing: border-box;
}

.card-block-attach {
    box-sizing: border-box;
    border: 1px solid #000;
    width: 100%;
    height: 250px;
}

.card-block-attach img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.card-block .row {
    text-align: left;
    box-sizing: border-box;
    margin: 10px 0;
    font-size: 13px;
    padding: 10px;
    display: flex;
    /* border: 2px solid #952629; */
    border: 1px solid #000;
    align-items: center;
}

.card-block .row .row-left {
    flex: 1;
    font-size: 14px;
    font-weight: bold;
}

.card-block .row .row-right {
    /* padding: 10px 10px 10px 0; */
    /* border: 1px solid #efeeed; */
    /* box-shadow: -1px -1px 2px 1px #8d8f90; */
    /* color: #000; */
    color: #636c76;
    flex: 2;
    text-align: right;
}

.card-block-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-block-footer .author {
    font-size: 14px;
    /* font-weight: bold */
}
.flex-space-between{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.font14{
 font-size: 14px;
}