/* 通联记录-录入页面开始 */
.wdtl_lrym {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.wdtl_lrym_a {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    scrollbar-width: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.wdtl_lrym_b {
    width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: var(--ys01);
    padding: 15px;
    border-left: var(--xt01);
    gap: 15px;
}
.wdtl_lrym_ba {
    width: 100%;
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.wdtl_lrym_baa {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.wdtl_lrym_baaa {
    width: 100%;
    height: 58px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.wdtl_lrym_baaaa {
    width: 58px;
    height: 58px;
    background: var(--ys04);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}
.wdtl_lrym_baaaaa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wdtl_lrym_baaab {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
}
.wdtl_lrym_baaaba {
    font-size: 22px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 600;
}
.wdtl_lrym_baaabb {
    height: 16px;
    object-fit: contain;
}
.wdtl_lrym_baab {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.wdtl_lrym_baaba {
    width: 58px;
    font-size: 14px;
    line-height: 20px;
    margin: -3px 0;
    color: var(--ys17);
    text-align-last: justify;
}
.wdtl_lrym_baabb {
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    color: var(--ys12);
    margin: -3px 0;
    text-align: justify;
}
.wdtl_lrym_baabc {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.wdtl_lrym_baabca {
    font-size: 12px;
    line-height: 18px;
    color: var(--ys12);
    margin: -3px 0;
    text-align: justify;
}
.wdtl_lrym_baac {
    width: 100%;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    line-height: 1;
    color: var(--ys06);
    text-align: center;
}
.wdtl_lrym_bab {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.wdtl_lrym_baba {
    height: 60px;
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
}
.wdtl_lrym_babaa {
    height: 100%;
    object-fit: cover;
    display: block;
}
.wdtl_lrym_babb {
    font-size: 14px;
    line-height: 1;
    color: var(--ys17);
}
.wdtl_lrym_babc {
    font-size: 14px;
    line-height: 1;
    color: var(--ys17);
    display: none;
}
.wdtl_lrym_bb {
    width: 100%;
    flex-shrink: 0;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.wdtl_lrym_bba {
    height: 100%;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1;
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.wdtl_lrym_bba:hover {
    transform: translateY(-1px);
}
/* 通联记录-录入页面结束 */
/* 数据看板开始 */
.tlrz_sjkb {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px;
}
.tlrz_sjkb_a {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.tlrz_sjkb_aa {
    width: 100%;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    padding: 15px 20px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    transition: var(--sd01);
    overflow: hidden;
}
.tlrz_sjkb_aa:hover {
    transform: translateY(-1px);
}
.tlrz_sjkb_aa::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 0 2px 2px 0;
}
.tlrz_sjkb_aa[data-region="1"]::before {
    background: #6366f1;
}
.tlrz_sjkb_aa[data-region="2"]::before {
    background: #3b82f6;
}
.tlrz_sjkb_aa[data-region="3"]::before {
    background: #06b6d4;
}
.tlrz_sjkb_aa[data-region="4"]::before {
    background: #10b981;
}
.tlrz_sjkb_aa[data-region="5"]::before {
    background: #84cc16;
}
.tlrz_sjkb_aa[data-region="6"]::before {
    background: #f59e0b;
}
.tlrz_sjkb_aa[data-region="7"]::before {
    background: #f97316;
}
.tlrz_sjkb_aa[data-region="8"]::before {
    background: #ef4444;
}
.tlrz_sjkb_aa[data-region="9"]::before {
    background: #ec4899;
}
.tlrz_sjkb_aa[data-region="0"]::before {
    background: #a855f7;
}
.tlrz_sjkb_aaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.tlrz_sjkb_aaaa {
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 550;
    padding: 0 5px;
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #674AFF, #4D72FF);
}
.tlrz_sjkb_aaab {
    flex: 1;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.tlrz_sjkb_aab {
    height: 20px;
    font-size: 30px;
    line-height: 20px;
    font-family: 'DS-DIGIB';
    color: var(--ys04);
}
.tlrz_sjkb_aac {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tlrz_sjkb_aaca {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}
.tlrz_sjkb_aacaa {
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.tlrz_sjkb_aacab {
    font-size: 13px;
    line-height: 1;
    color: var(--ys06);
}
.tlrz_sjkb_aacb {
    width: 1px;
    height: 13px;
    background: var(--ys12);
    opacity: .3;
}
.tlrz_sjkb_b {
    width: 100%;
    height: 361px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.tlrz_sjkb_ba {
    width: 100%;
    height: 100%;
    grid-column: span 5;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tlrz_sjkb_baa {
    width: 100%;
    height: 100%;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.tlrz_sjkb_baaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.tlrz_sjkb_baaaa {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: var(--ys05);
}
.tlrz_sjkb_baaab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tlrz_sjkb_baab {
    width: 100%;
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tlrz_sjkb_bb {
    grid-column: span 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.tlrz_sjkb_bba {
    width: 100%;
    height: 100%;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    padding: 0 20px;
    gap: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: var(--sd01);
}
.tlrz_sjkb_bba:hover {
    transform: translateY(-1px);
}
.tlrz_sjkb_bbaa {
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.tlrz_sjkb_bbab {
    font-size: 30px;
    line-height: 20px;
    font-family: 'DS-DIGIB';
    color: var(--ys12);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.tlrz_sjkb_c {
    width: 100%;
    height: 361px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.tlrz_sjkb_ca {
    width: 100%;
    height: 100%;
    grid-column: span 5;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tlrz_sjkb_caa {
    width: 100%;
    height: 100%;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.tlrz_sjkb_caaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.tlrz_sjkb_caaaa {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: var(--ys05);
}
.tlrz_sjkb_caaab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tlrz_sjkb_caab {
    width: 100%;
    flex: 1;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.tlrz_sjkb_caaba {
    height: 100% !important;
}
.tlrz_sjkb_cb {
    grid-column: span 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.tlrz_sjkb_cba {
    width: 100%;
    height: 100%;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    padding: 0 20px;
    gap: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: var(--sd01);
}
.tlrz_sjkb_cbaa {
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
}
.tlrz_sjkb_cbab {
    font-size: 30px;
    line-height: 20px;
    font-family: 'DS-DIGIB';
    color: var(--ys12);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.tlrz_sjkb_d {
    width: 100%;
    flex: 1;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    padding: 15px 20px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    transition: var(--sd01);
}
.tlrz_sjkb_da {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.tlrz_sjkb_daa {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: var(--ys05);
}
.tlrz_sjkb_dab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tlrz_sjkb_db {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.tlrz_sjkb_db {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}
.tlrz_sjkb_dba {
    width: 100%;
    height: 35px;
    flex-shrink: 0;
    padding: 0 15px;
    gap: 30px;
    background: var(--ys08);
    padding: 0 15px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tlrz_sjkb_dbaa {
    height: 100%;
    font-size: 13px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tlrz_sjkb_dbb {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
}
.tlrz_sjkb_dbba {
    width: 100%;
    height: 35px;
    flex-shrink: 0;
    border-bottom: 0.5px dashed #212a36;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    gap: 30px;
}
.tlrz_sjkb_dbbaa {
    height: 100%;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/* 数据看板结束 */