/* html, body {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
} */
/* 通用 */
.lsy-table-paginate>div { text-align: center; }
.lsy-ef-table, .lsy-ef-block { margin: 15px 0;line-height: 20px;text-align: center;width: 100%; }
.lsy-ef-btn { color: #1383AC; }
.fz25 { font-weight: 500;color: #333333;font-size: 25px;line-height: 36px; }
.lsy-dot { width: 0;height: 0;border: 3px solid;border-radius: 50%;display: inline-block;position: relative;border-color: #0B74F8; }
.lsy-dot .dot-top-label,
.lsy-dot .dot-bottom-label { position: absolute;width: 100px;font-size: 12px; }
.lsy-dot .dot-top-label { bottom: 5px; }
.lsy-dot .dot-bottom-label { top: 10px; }
.lsy-dot.red { border-color: #B31E23; }
.lsy-dot.warm { border-color: #F8590B; }
ul.lsy-timeline {padding-left: 5px;--color: #B31E23;}
.lsy-timeline-item { position: relative;padding-bottom: 20px;margin-bottom: 5px; }
.lsy-timeline-item::before {
    content: '';
    position:absolute;
    left: 5px;
    top: 27px;
    bottom: 0;
    width: 2px;
    /* height: 100%; */
    z-index: 0;
    background-color: var(--color);
}
.lsy-timeline-item:last-child:before { display: none; }
.lsy-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid var(--color);
    color: var(--color);
    background: #FFFFFF;
}
.lsy-timeline-content {padding-left: 25px;}

.lsy-f14-title { color: #333333;font-weight: 500;font-size: 14px;line-height: 20px; }
.lsy-f16-title { color: #333333;font-weight: 500;font-size: 16px;line-height: 22px; }
.lsy-container {
    background: #F6F6F6;
    padding: 1px;
    width: 100%;
    box-sizing: border-box;
}
.lsy-panel {
    margin-top: 20px;
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    display: block;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    overflow: hidden;
}
.lsy-panel.horizontal { display: flex;flex-direction: row; }
.lsy-panel:last-of-type { margin-bottom: 20px; }
.lsy-card { display: inline-block;width: 100%; }
.lsy-card-title { margin-bottom: 5px;display: block; }
.lsy-card-body {display: block;line-height: 22px;}
.lsy-breadcrumb { 
    --separator: '|';
    --separator-space: 20px;
    --separator-color: #999999;
}
.lsy-breadcrumb * { display: inline-block;color: #333333; }
.lsy-breadcrumb>::after { 
    content: var(--separator);
    margin: 0 calc(var(--separator-space) / 2);
    color: var(--separator-color)!important;
}
.lsy-breadcrumb>:last-child:after {display: none;}
.lsy-breadcrumb a:hover { color: #1383AC; }
.lsy-breadcrumb.tab { background: #F3F3F3;padding: 12px 16px; }
.lsy-breadcrumb .selected { color: #B31E23; }
.lsy-breadcrumb-item { display: none; }
.lsy-breadcrumb-item.show { display: block; }

.lsy-mark-panel { 
    display: flex;
    flex-direction: row;
    height: 60px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
}
.lsy-mark-panel.warm{
    background: #FFF0D4;
    border: 1px solid #FFCBA0; 
}
.lsy-mark-panel>* { flex-grow: 1;flex-basis: 50%;position: relative; }
.lsy-mark-panel.with-separators>:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background-color: #999999;
}
.lsy-mark-panel.with-separators.warm>:not(:last-child)::after {
    background-color: #FFCBA0;
}
.lsy-tab-container {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.lsy-tab-container .lsy-tab-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 20px;
    /* line-height: 20px; */
    padding: 7px 0;
    border-bottom: 1px solid #D7D7D7;
}
.lsy-tab-title>* {
    flex-grow: 1;
    text-align: center;
    position: relative;
}
.lsy-tab-title>.show-this { color: #B31E23; }
.lsy-tab-title>*:hover { color: #1383AC; }
.lsy-tab-title>.show-this::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -7px;
    border-bottom: 4px solid #B31E23;
}
.lsy-tab-content { display: block;min-height: 100px; }
.lsy-tab-content .lsy-tab-item {
    display: none;
    height: 100%;
    overflow: hidden;
}
.lsy-tab-item.show-this { display: block; }
.lsy-table {
    border-collapse: collapse;
    width: 100%;
}
.lsy-table tr.hidden { display: none; }
.lsy-table tbody th,
.lsy-table td {
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.lsy-table-all-border td,
.lsy-table-all-border th {
    border: 1px solid #ddd;
}
.lsy-table.center th,
.lsy-table.center td,
.lsy-table .center,
.lsy-table .center th,
.lsy-table .center td { text-align: center; }
.lsy-table.right th,
.lsy-table.right td,
.lsy-table .right,
.lsy-table .right th,
.lsy-table .right td { text-align: right; }
.lsy-table.left th,
.lsy-table.left td,
.lsy-table .left,
.lsy-table .left th,
.lsy-table .left td { text-align: left; }
.lsy-table thead { background: #FBF4E8; }
.lsy-table thead th { 
    padding: 8.5px 12px;
    font-weight: 400;
    color: #5A4301;
}
.lsy-table thead th>div {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}
.lsy-table-sort {
    margin-left: 5px;
    cursor: pointer!important;
    position: relative;
}
.lsy-table-sort i {
    position: absolute;
    left: 0px;
    height: 0;
    width: 0;
    border: 5px dashed transparent;
}
.lsy-table-sort .asc {
    top: 2px;
    border-top: none;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}
.lsy-table-sort .desc {
    bottom: 2px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #999999;
}
.lsy-table-sort[sort=asc] .asc {
    border-bottom-color: #B31E23;
}
.lsy-table-sort[sort=desc] .desc {
    border-top-color: #B31E23;
}
.lsy-table-cell {
    box-sizing: border-box;
    padding: 8px 10px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
}
tbody .lsy-table-cell { height: 49px;line-height: 33px; }
.lsy-table-cell .sub-text {
    display: block;
    font-size: 12px;
    color: #999999;
}
.color-black { color: #000000; }
.color-red { color: #B31E23; }
.color-green { color: #23A030; }
.color-glod { color: #5A4301;}
.lsy-list { zoom: 1; }
.lsy-list::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.lsy-list>dt * {
    font-weight: 500;
    color: #333333;
}
.lsy-list>* {
    float: left;
    margin: 5px 27px 5px 0;
}
.lsy-btn {
    display: inline-block;
    min-width: 66px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    cursor:pointer;
}
a.lsy-btn { height: 26px; }
a.lsy-btn>span { display: inline-block;height: 20px;line-height: 24px; }
button.lsy-btn { width: 80px;height: 40px; }
.lsy-list .selected-item,
.lsy-btn.lsy-btn-danger {
    color: #FFFFFF;
    background: #B31E23;
}
.lsy-btn.lsy-btn-warm {
    color: #FFFFFF;
    background: #EA6B0E;
}
.lsy-btn.lsy-btn-primary {
    color: #FFFFFF;
    background: #1192C2;
}
.lsy-btn.lsy-btn-normal {
    color: #FFFFFF;
    background: #23A030;
}
.lsy-btn.lsy-btn-disable {
    /* cursor: no-drop!important; */
    pointer-events: none;
    background: #C5C5C5;
    color: #FFFFFF;
}
.lsy-group-btn>.lsy-btn { margin: 10px 15px 0 0; }
/* .vertical-middle { margin-top: auto;margin-bottom: auto; } */
