@charset "UTF-8";
/**
 * 交易信息
 * date: 2025-3-29
 * author: hjhua;
 */
.sub {
    margin-top: 40px;
    display: flex;
}
.sub-menu {
    width: 220px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 0px rgba(17, 64, 128, 0.12);
    background: #fff;
}
.sub-head {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    padding: 0 16px;
    background: linear-gradient(145deg, #d11b1a 13.53%, #ffa928 127.16%);
}
.sub-tree {
    padding: 10px 8px;
}
.sub-tree-items.current .sub-tree-node > a {
    color: #fff;
    background: #d11b1a;
}
.sub-tree-items.current .sub-tree-node > a:before {
    background-image: url('../images/menu_arrh.png') !important;
}
.sub-tree-items.current .sub-tree-subs {
    display: block;
}
.sub-tree-items + .sub-tree-items {
    margin-top: 6px;
}
.sub-tree-items.hasChild .sub-tree-node > a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 7px;
    background: url('../images/menu_arr.png') no-repeat center center;
}
.sub-tree-node .sub-tree-tt {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    color: #222;
}
.sub-tree-subs {
    padding-top: 6px;
    display: none;
}
.sub-tree-item .sub-tree-tt {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
    position: relative;
}
.sub-tree-item .sub-tree-tt::before {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9a9a9a;
}
.sub-tree-item .sub-tree-tt:hover,
.sub-tree-item .sub-tree-tt.current {
    color: #d11b1a;
    background: rgba(255, 71, 70, 0.2);
}
.sub-tree-item .sub-tree-tt:hover::before,
.sub-tree-item .sub-tree-tt.current::before {
    background: #d11b1a;
}
.sub-tree-tt {
    display: block;
    font-size: 18px;
}
.sub-content {
    width: calc(100% - 220px - 20px);
    margin-left: 20px;
}

.condition {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.condition-row:nth-child(n + 2) {
    margin-top: 12px;
}
.condition-label {
    float: left;
    width: 70px;
    color: #666;
    line-height: 30px;
}
.condition-list {
    float: left;
    width: calc(100% - 70px);
    margin: -10px 0 0 -10px;
}
.condition-item {
    float: left;
    margin: 10px 0 0 10px;
}
.condition-item a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    color: #222;
}
.condition-item:hover,
.condition-item.current {
    background: rgba(255, 71, 70, 0.2);
}
.condition-item:hover a,
.condition-item.current a {
    color: #d11b1a;
}
.condition .input-wrap {
    float: left;
    margin: 10px 0 0 10px;
}
.condition .date-range {
    width: 270px;
    height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background: #fff url('../images/rl_ico.png') 246px 50% no-repeat;
    background-size: 14px 14px;
    outline: 0;
    box-sizing: border-box;
}

.module {
    margin-top: 20px;
}

.engineer-item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 11px;
}
.engineer-item:nth-child(n + 2) {
    margin-top: 12px;
}
.engineer-item:hover {
    border-color: #d11b1a;
}
.engineer-item:hover .engineer-title {
    color: #d11b1a;
}
.engineer-title {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #222;
}
.engineer-info {
    margin-top: 12px;
    line-height: 21px;
    display: flex;
}
.engineer-info > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -50px;
}
.engineer-info li {
    margin: 5px 0 0 50px;
    color: #999;
}
.engineer-info li span {
    color: #222;
}
.engineer-wrap {
    margin-top: 12px;
    line-height: 23px;
}
.engineer-wrap > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -8px;
}
.engineer-node {
    border-radius: 2px;
    padding: 0 6px;
    margin: 5px 0 0 8px;
    font-size: 13px;
}
.engineer-node.state1 {
    color: #d11b1a;
    background: rgba(255, 71, 70, 0.2);
}
.engineer-node.state2 {
    color: #4363d1;
    background: rgba(104, 135, 242, 0.17);
}
.engineer-node.state3 {
    color: #2096b9;
    background: rgba(50, 181, 220, 0.12);
}
