:root {
    --ys01: #12181F;
    --ys02: #161D26;
    --ys03: rgba(36, 45, 57, 0.6);
    --ys04: #ffffff;
    --ys05: #674AFF;
    --ys06: #02C39A;
    --ys07: #919699;
    --ys08: #212A36;
    --ys09: #A4A8AB;
    --ys10: #1F2F2F;
    --ys11: #332229;
    --ys12: #94a3b8;
    --ys13: #FF3E46;
    --ys15: #FB774A;
    --ys16: #1A995B;
    --ys17: #EB8307;
    --ty01: 0 2px 8px rgba(0, 0, 0, 0.2);
    --ty02: 0 4px 15px rgba(0, 0, 0, 0.3);
    --sd01: all 0.3s ease;
    --xt01: 1px  solid #212a36;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    background: var(--ys01);
    color: var(--ys11);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: inherit;
}
ul, ol {
    list-style: none;
}
button, input, textarea {
    outline: none;
    border: none;
    background: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1;
}
p {
    margin: 0;
}
body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
body::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(144, 144, 144, 0.27);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4359648 */
  src: url('//at.alicdn.com/t/c/font_4359648_b2csg1x0cku.woff2?t=1775031833741') format('woff2'),
       url('//at.alicdn.com/t/c/font_4359648_b2csg1x0cku.woff?t=1775031833741') format('woff'),
       url('//at.alicdn.com/t/c/font_4359648_b2csg1x0cku.ttf?t=1775031833741') format('truetype');
}
.icon {
    font-family: 'iconfont';
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/static/font/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* 通用函数-提示弹窗 */
.tj_hyzx_tstc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
    z-index: 99999999;
}
.tj_hyzx_tstc.success {
    background: var(--ys06);
}
.tj_hyzx_tstc.error {
    background: var(--ys13);
}
/* 通用函数-提示弹窗 */
/* 通用函数-确认弹窗 */
.tj_hyzx_qytc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 9999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_qytc_a {
    min-width: 300px;
    max-width: 400px;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    padding: 25px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.tj_hyzx_qytc_aa {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_qytc_ab {
    width: 100%;
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.tj_hyzx_qytc_aba {
    height: 100%;
    padding: 0 25px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_qytc_aba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_qytc_qdan {
    background: var(--ys05);
    color: var(--ys04);
}
.tj_hyzx_qytc_qxan {
    background: var(--ys08);
    font-weight: 500;
    color: var(--ys12);
}
/* 通用函数-确认弹窗 */
/* 通用函数-弹窗页面 */
.tj_hyzx_ymtc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.tj_hyzx_ymtc_a {
    width: 600px;
    height: auto;
    max-height: 80vh;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.tj_hyzx_ymtc_aa {
    width: 100%;
    height: 50px;
    background: var(--ys01);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-bottom: var(--xt01);
}
.tj_hyzx_ymtc_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;

}
.tj_hyzx_ymtc_aab {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.tj_hyzx_ymtc_aab::before {
    content: '\eb51';
}
.tj_hyzx_ymtc_aab:hover {
    transform: rotate(90deg);
}
.tj_hyzx_ymtc_ab {
    width: 100%;
    flex: 1;
    display: flex;
    overflow: hidden;
}
/* 通用函数-弹窗页面 */
/* 通用函数-弹窗录入 */
.tj_hyzx_ymtc_lrym {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}
.tj_hyzx_ymtc_lrym_a {
    width: 100%;
    height: auto;
    max-height: calc(80vh - 50px - 34px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    scrollbar-width: none;
    gap: 15px;
}
.tj_hyzx_ymtc_lrym_aa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.tj_hyzx_ymtc_lrym_aaa {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_ymtc_lrym_aab {
    width: 100%;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_ymtc_lrym_aab:has(.tj_hyzx_fhwb) {
    height: auto;
}
.tj_hyzx_ymtc_lrym_aab:has(.tj_hyzx_tpsc) {
    height: auto;
}
.tj_hyzx_ymtc_lrym_aab:has(.tj_hyzx_spsc) {
    height: auto;
}
.tj_hyzx_ymtc_lrym_aab:has(.tj_hyzx_kgan) {
    height: auto;
}
.tj_hyzx_ymtc_lrym_aab:has(.tj_hyzx_fjsc) {
    height: auto;
}
.tj_hyzx_ymtc_lrym_b {
    width: 100%;
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}
.tj_hyzx_ymtc_lrym_ba {
    height: 100%;
    padding: 0 25px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_ymtc_lrym_ba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_ymtc_lrym_ba.bcan {
    background: var(--ys05);
    color: var(--ys04);
}
.tj_hyzx_ymtc_lrym_ba.fhan {
    background: var(--ys01);
    font-weight: 500;
    color: var(--ys12);
}
.tj_hyzx_tpsc {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.tj_hyzx_tpsc_a {
    width: 100px;
    height: 100px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--ys01);
    border: var(--xt01);
    border-radius: 4px;
    transition: var(--sd01);
    gap: 10px;
}
.tj_hyzx_tpsc_a:hover {
    background: var(--ys08);
}
.tj_hyzx_tpsc_aa {
    font-size: 20px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_tpsc_aa::before {
    content: '\eb5e';
}
.tj_hyzx_tpsc_ab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_tpsc_b {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--ys13);
    cursor: pointer;
}
.tj_hyzx_spsc {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.tj_hyzx_spsc_a {
    width: 100px;
    height: 100px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--ys01);
    border: var(--xt01);
    border-radius: 4px;
    transition: var(--sd01);
    gap: 10px;
}
.tj_hyzx_spsc_a:hover {
    background: var(--ys08);
}
.tj_hyzx_spsc_aa {
    font-size: 20px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_spsc_aa::before {
    content: '\eaeb';
}
.tj_hyzx_spsc_ab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_spsc_b {
    width: 220px;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--ys13);
}
/* 通用函数-弹窗录入 */
/* 通用函数-窗口页面 */
.tj_hyzx_ckym {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
}
.tj_hyzx_ckym_a {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.tj_hyzx_ckym_aa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
}
.tj_hyzx_ckym_aa::before {
    content: '\eb3d';
}
.tj_hyzx_ckym_ab {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    position: relative;
    top: 1px;
}
.tj_hyzx_ckym_b {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tj_hyzx_ckym_ba {
    height: 44px;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: var(--xt01);
}
.tj_hyzx_ckym_baa {
    height: 100%;
    padding: 0 15px;
    border-radius: 5px;
    color: var(--ys12);
    transition: var(--sd01);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_ckym_baa:hover {
    color: var(--ys04);
}
.tj_hyzx_ckym_baa.active {
    background: var(--ys08);
    color: var(--ys04);
}
.tj_hyzx_ckym_baa.active:hover {
    color: var(--ys04);
}
.tj_hyzx_ckym_bb {
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_ckym_bba {
    height: 100%;
    background: var(--ys05);
    color: var(--ys04);
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_ckym_bba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_ckym_bc {
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_ckym_bc .tj_hyzx_ckym_bca {
    width: 300px;
    background: var(--ys02);
    color: var(--ys12);
}
.tj_hyzx_ckym_bc .tj_hyzx_ckym_bca::placeholder {
    color: var(--ys12);
}
.tj_hyzx_ckym_bcb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_ckym_bcba {
    height: 100%;
    color: var(--ys04);
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_ckym_bcba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_ckym_bcba.ssan {
    background: var(--ys06);
}
.tj_hyzx_ckym_bcba.czan {
    background: var(--ys02);
    border: var(--xt01);
    font-weight: 500;
    color: var(--ys12);
}
.tj_hyzx_ckym_c {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: var(--ys02);
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
}
.tj_hyzx_ckym_ca {
    width: 100%;
    height: calc(100% - 51px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_ckym_caa {
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--ys03);
}
.tj_hyzx_ckym_caaa {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_ckym_caaaa {
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.tj_hyzx_ckym_cab {
    width: 100%;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
}
.tj_hyzx_ckym_caba {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_ckym_cabaa {
    width: 100%;
    height: 43px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--ys03);
}
.tj_hyzx_ckym_cabaaa {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_ckym_cabaaaa {
    height: 100%;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_ckym_cabaaaaa.yes {
    background: var(--ys10);
    color: var(--ys06);
}
.tj_hyzx_ckym_cabaaaaa.no {
    background: var(--ys11);
    color: var(--ys13);
}
.tj_hyzx_ckym_cabaa:hover .tj_hyzx_ckym_cabaaaa {
    color: var(--ys04);
}
.tj_hyzx_ckym_cabaaba {
    width: 66px;
    height: 100%;
    border: var(--xt01);
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys12);
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_ckym_cabaaba:hover {
    transform: translateY(-1px);
    color: var(--ys04);
}
.tj_hyzx_ckym_cb {
    width: 100%;
    height: 36px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.tj_hyzx_ckym_cba {
    height: 100%;
    background: var(--ys08);
    border: var(--xt01);
    color: var(--ys12);
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_ckym_cba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_ckym_cba.disabled {
    color: var(--ys07);
    cursor: not-allowed;
}
.tj_hyzx_ckym_d {
    width: 100%;
    height: calc(100% - 59px);
    display: grid;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.tj_hyzx_ckym_da {
    width: 100%;
    height: 100px;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    gap: 15px;
}
.tj_hyzx_ckym_daa {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: var(--ys01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_ckym_daa.yxpz::before {
    content: '\e758';
}
.tj_hyzx_ckym_daa.dxpz::before {
    content: '\eb60';
}
.tj_hyzx_ckym_daa.zfpz::before {
    content: '\e72b';
}
.tj_hyzx_ckym_daa.kjdl::before {
    content: '\e875';
}
.tj_hyzx_ckym_daa.znxx::before {
    content: '\eb61';
}
.tj_hyzx_ckym_daa.tpyz::before {
    content: '\e7c8';
}
.tj_hyzx_ckym_daa.aipz::before {
    content: '\eb11';
}
.tj_hyzx_ckym_dab {
    flex: 1;
    height: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.tj_hyzx_ckym_daba {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
}
.tj_hyzx_ckym_dabb {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
/* 网站信息 */
.wzxx .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.wzxx .tj_hyzx_ckym_caaaa:nth-child(2) {
    width: 250px;
}
.wzxx .tj_hyzx_ckym_caaaa:nth-child(3) {
    width: 150px;
}
.wzxx .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 150px;
}
.wzxx .tj_hyzx_ckym_caaaa:nth-child(5) {
    flex: 1;
}
.wzxx .tj_hyzx_ckym_caaaa:nth-child(6) {
    width: 80px;
}
.wzxx .tj_hyzx_ckym_caab {
    width: 299px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.wzxx .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
    font-weight: 500;
}
.wzxx .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    width: 250px;
}
.wzxx .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    width: 150px;
}
.wzxx .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 150px;
}
.wzxx .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    flex: 1;
}
.wzxx .tj_hyzx_ckym_cabaaaa:nth-child(6) {
    width: 80px;
    padding: 7px;
}
.wzxx .tj_hyzx_ckym_cabaab {
    width: 299px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 导航管理 */
.dhgl .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.dhgl .tj_hyzx_ckym_caaaa:nth-child(2) {
    flex: 1;
}
.dhgl .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.dhgl .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 150px;
}
.dhgl .tj_hyzx_ckym_caaaa:nth-child(5) {
    width: 150px;
}
.dhgl .tj_hyzx_ckym_caaaa:nth-child(6) {
    width: 150px;
}
.dhgl .tj_hyzx_ckym_caaaa:nth-child(7) {
    width: 80px;
}
.dhgl .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.dhgl .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.dhgl .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    flex: 1;
}
.dhgl .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.dhgl .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 150px;
}
.dhgl .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    width: 150px;
}
.dhgl .tj_hyzx_ckym_cabaaaa:nth-child(6) {
    width: 150px;
}
.dhgl .tj_hyzx_ckym_cabaaaa:nth-child(7) {
    width: 80px;
    padding: 7px;
}
.dhgl .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 邮箱配置 */
.yxpz .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.yxpz .tj_hyzx_ckym_caaaa:nth-child(2) {
    flex: 1;
}
.yxpz .tj_hyzx_ckym_caaaa:nth-child(3) {
    width: 80px;
}
.yxpz .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 80px;
}
.yxpz .tj_hyzx_ckym_caab {
    width: 226px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.yxpz .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.yxpz .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    flex: 1;
}
.yxpz .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    width: 80px;
    padding: 7px;
}
.yxpz .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 80px;
    padding: 7px;
}
.yxpz .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.yxpz .tj_hyzx_ckym_cabaab {
    width: 226px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 短信配置 */
.dxpz .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.dxpz .tj_hyzx_ckym_caaaa:nth-child(2) {
    flex: 1;
}
.dxpz .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.dxpz .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 80px;
}
.dxpz .tj_hyzx_ckym_caaaa:nth-child(5) {
    width: 80px;
}
.dxpz .tj_hyzx_ckym_caab {
    width: 226px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.dxpz .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.dxpz .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    flex: 1;
}
.dxpz .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.dxpz .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 80px;
    padding: 7px;
}
.dxpz .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    width: 80px;
    padding: 7px;
}
.dxpz .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dxpz .tj_hyzx_ckym_cabaab {
    width: 226px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 快捷登录 */
.kjdl .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.kjdl .tj_hyzx_ckym_caaaa:nth-child(2) {
    flex: 1;
}
.kjdl .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.kjdl .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 80px;
}
.kjdl .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.kjdl .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.kjdl .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    flex: 1;
}
.kjdl .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.kjdl .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 80px;
    padding: 7px;
}
.kjdl .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.kjdl .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 图片验证 */
.tpyz .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.tpyz .tj_hyzx_ckym_caaaa:nth-child(2) {
    flex: 1;
}
.tpyz .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.tpyz .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 80px;
}
.tpyz .tj_hyzx_ckym_caaaa:nth-child(5) {
    width: 80px;
}
.tpyz .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.tpyz .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.tpyz .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    flex: 1;
}
.tpyz .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.tpyz .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 80px;
}
.tpyz .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    width: 80px;
    padding: 7px;
}
.tpyz .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tpyz .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* AI配置 */
.aipz .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.aipz .tj_hyzx_ckym_caaaa:nth-child(2) {
    flex: 1;
}
.aipz .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.aipz .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 80px;
}
.aipz .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.aipz .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.aipz .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    flex: 1;
}
.aipz .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.aipz .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 80px;
    padding: 7px;
}
.aipz .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.aipz .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 知识库管理 */
.zskgl .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.zskgl .tj_hyzx_ckym_caaaa:nth-child(2) {
    width: 50px;
}
.zskgl .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.zskgl .tj_hyzx_ckym_caaaa:nth-child(4) {
    flex: 1;
}
.zskgl .tj_hyzx_ckym_caaaa:nth-child(5) {
    width: 80px;
}
.zskgl .tj_hyzx_ckym_caaaa:nth-child(6) {
    width: 80px;
}
.zskgl .tj_hyzx_ckym_caaaa:nth-child(7) {
    width: 80px;
}
.zskgl .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.zskgl .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.zskgl .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    width: 50px;
    font-weight: 500;
}
.zskgl .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.zskgl .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    flex: 1;
}
.zskgl .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    width: 80px;
    padding: 7px;
}
.zskgl .tj_hyzx_ckym_cabaaaa:nth-child(6) {
    width: 80px;
    padding: 7px;
}
.zskgl .tj_hyzx_ckym_cabaaaa:nth-child(7) {
    width: 80px;
    padding: 7px;
}
.zskgl .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.zskgl .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 座席管理 */
.zxgl .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.zxgl .tj_hyzx_ckym_caaaa:nth-child(2) {
    flex: 1;
}
.zxgl .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.zxgl .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 80px;
}
.zxgl .tj_hyzx_ckym_caaaa:nth-child(5) {
    width: 150px;
}
.zxgl .tj_hyzx_ckym_caaaa:nth-child(6) {
    width: 80px;
}
.zxgl .tj_hyzx_ckym_caaaa:nth-child(7) {
    width: 80px;
}
.zxgl .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.zxgl .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.zxgl .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    flex: 1;
}
.zxgl .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.zxgl .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 80px;
    padding: 7px;
}
.zxgl .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    width: 150px;
}
.zxgl .tj_hyzx_ckym_cabaaaa:nth-child(6) {
    width: 80px;
    padding: 7px;
}
.zxgl .tj_hyzx_ckym_cabaaaa:nth-child(7) {
    width: 80px;
    padding: 7px;
}
.zxgl .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.zxgl .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 快捷回复 */
.kjfw .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.kjfw .tj_hyzx_ckym_caaaa:nth-child(2) {
    width: 50px;
}
.kjfw .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.kjfw .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 150px;
}
.kjfw .tj_hyzx_ckym_caaaa:nth-child(5) {
    width: 150px;
}
.kjfw .tj_hyzx_ckym_caaaa:nth-child(6) {
    width: 80px;
}
.kjfw .tj_hyzx_ckym_caaaa:nth-child(7) {
    width: 80px;
}
.kjfw .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.kjfw .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.kjfw .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    width: 50px;
}
.kjfw .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.kjfw .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 150px;
    padding: 7px;
}
.kjfw .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    width: 150px;
}
.kjfw .tj_hyzx_ckym_cabaaaa:nth-child(6) {
    width: 80px;
    padding: 7px;
}
.kjfw .tj_hyzx_ckym_cabaaaa:nth-child(7) {
    width: 80px;
    padding: 7px;
}
.kjfw .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.kjfw .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 表情管理 */
.bqgl .tj_hyzx_ckym_caaaa:nth-child(1) {
    width: 50px;
}
.bqgl .tj_hyzx_ckym_caaaa:nth-child(2) {
    width: 50px;
}
.bqgl .tj_hyzx_ckym_caaaa:nth-child(3) {
    flex: 1;
}
.bqgl .tj_hyzx_ckym_caaaa:nth-child(4) {
    width: 80px;
}
.bqgl .tj_hyzx_ckym_caaaa:nth-child(5) {
    width: 80px;
}
.bqgl .tj_hyzx_ckym_caaaa:nth-child(6) {
    width: 80px;
}
.bqgl .tj_hyzx_ckym_caab {
    width: 153px;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.bqgl .tj_hyzx_ckym_cabaaaa:nth-child(1) {
    width: 50px;
}
.bqgl .tj_hyzx_ckym_cabaaaa:nth-child(2) {
    width: 50px;
}
.bqgl .tj_hyzx_ckym_cabaaaa:nth-child(3) {
    flex: 1;
}
.bqgl .tj_hyzx_ckym_cabaaaa:nth-child(4) {
    width: 80px;
    padding: 7px;
}
.bqgl .tj_hyzx_ckym_cabaaaa:nth-child(5) {
    width: 80px;
    padding: 7px;
}
.bqgl .tj_hyzx_ckym_cabaaaa:nth-child(6) {
    width: 80px;
    padding: 7px;
}
.bqgl .tj_hyzx_ckym_cabaaaaa {
    height: 100%;
    padding: 0 10px 1px 10px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1;
    transition: var(--sd01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bqgl .tj_hyzx_ckym_cabaab {
    width: 153px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 7px;
}
/* 通用函数-窗口页面 */
/* 通用函数-单行文本 */
.tj_hyzx_dhwb {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: var(--xt01);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.tj_hyzx_ckym_cabaaaa .tj_hyzx_dhwb {
    text-align: center;
    color: var(--ys12);
}
.tj_hyzx_ckym_cabaaaa .tj_hyzx_dhwb:hover {
    color: var(--ys04);
}
.tj_hyzx_dhwb:focus {
    border-color:  rgb(86 100 210 / 50%)
}
.tj_hyzx_dhwb:disabled {
    background: var(--ys09);
    cursor: not-allowed;
}
.tj_hyzx_dhwb:read-only {
    background: var(--ys09);
    cursor: not-allowed;
}
.tj_hyzx_dhwb::placeholder {
    color: var(--ys12);
    opacity: 0.5;
}
.tj_hyzx_dhwb::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 通用函数-单行文本 */
/* 通用函数-筛选文本 */
.tj_hyzx_sswb {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_sswb_a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: none;
    display: none;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 4px;
}
.tj_hyzx_sswb_aa {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_sswb_ab {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys05);
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
/* 通用函数-筛选文本 */
/* 通用函数-多行文本 */
.tj_hyzx_fhwb {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: var(--xt01);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
    resize: none;
    text-align: justify;
}
.tj_hyzx_fhwb:focus {
    border-color:  rgb(86 100 210 / 50%)
}
.tj_hyzx_fhwb:disabled {
    background: var(--ys12);
    cursor: not-allowed;
    opacity: 0.5;
}
.tj_hyzx_fhwb:read-only {
    background: var(--ys12);
    cursor: not-allowed;
    opacity: 0.5;
}
.tj_hyzx_fhwb::placeholder {
    color: var(--ys12);
    opacity: 0.5;
}
.tj_hyzx_fhwb::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 通用函数-多行文本 */
/* 通用函数-单个按钮 */
.tj_hyzx_dgan {
    height: 34px;
    background: var(--ys05);
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
    padding: 0 15px;
    border-radius: 4px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.tj_hyzx_dgan:hover {
    transform: translateY(-1px);
}
/* 通用函数-单个按钮 */
/* 通用函数-下拉菜单 */
.tj_hyzx_xlcd {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tj_hyzx_xlcd_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.tj_hyzx_xlcd_a[disabled] + .tj_hyzx_xlcd_b .tj_hyzx_xlcd_ba {
    background: var(--ys09);
    cursor: not-allowed;
    opacity: 0.7;
}
.tj_hyzx_xlcd_a[disabled] + .tj_hyzx_xlcd_b .tj_hyzx_xlcd_bb {
    display: none;
}
.tj_hyzx_xlcd_a[disabled] + .tj_hyzx_xlcd_b .tj_hyzx_xlcd_bba {
    pointer-events: none;
    opacity: 0.7;
}
.tj_hyzx_xlcd_b {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_xlcd_ba {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: var(--xt01);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tj_hyzx_xlcd_ba.disabled {
    background: var(--ys09);
    cursor: not-allowed;
    opacity: 0.7;
}
.tj_hyzx_xlcd_b.open .tj_hyzx_xlcd_ba {
    border-color: rgb(86 100 210 / 50%);
}
.tj_hyzx_xlcd_ba::after {
    content: '\eb6d';
    font-size: 8px;
    line-height: 1;
    color: var(--ys12);
    font-family: 'iconfont';
    transition: var(--sd01);
}
.tj_hyzx_xlcd_b.open .tj_hyzx_xlcd_ba::after {
    transform: rotate(180deg);
}
.tj_hyzx_xlcd_bb {
    display: none;
}
.tj_hyzx_xlcd_b.open .tj_hyzx_xlcd_bb {
    width: 100%;
    max-height: 200px;
    position: absolute;
    left: 0;
    transition: max-height 0.2s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
}
.tj_hyzx_xlcd_b.xxzk .tj_hyzx_xlcd_bb {
    top: 100%;
    bottom: auto;
    border: var(--xt01);
    border-top: none;
    border-radius: 0 0 4px 4px;
}
.tj_hyzx_xlcd_b.xszk .tj_hyzx_xlcd_bb {
    top: auto;
    bottom: 100%;
    border: var(--xt01);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
.tj_hyzx_xlcd_bba {
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    background: var(--ys02);
}
.tj_hyzx_xlcd_bba:hover {
    color: var(--ys05);
}
.tj_hyzx_xlcd_bba.selected {
    background: var(--ys01);
    color: var(--ys04);
}
.tj_hyzx_xlcd_bba.selected:hover {
    background: var(--ys01);
    color: var(--ys04);
}
/* 通用函数-下拉菜单 */
/* 通用函数-开关按钮 */
.tj_hyzx_kgan {
    width: 52px;
    height: 28px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tj_hyzx_kgan_a {
    opacity: 0;
    width: 0;
    height: 0;
}
.tj_hyzx_kgan_b {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .2s;
    border-radius: 25px;
}
.tj_hyzx_kgan_b:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background: #fff;
    transition: .2s;
    border-radius: 50%;
}
.tj_hyzx_kgan_a:checked + .tj_hyzx_kgan_b {
    background-color: var(--ys01);
}
.tj_hyzx_kgan_a:checked + .tj_hyzx_kgan_b:before {
    transform: translateX(24px);
}
/* 通用函数-开关按钮 */
/* 通用函数-选择按钮 */
input[type="checkbox"].tj_hyzx_xzan, input[type="checkbox"]#checkAll {
    width: 16px;
    height: 16px;
    border: var(--xt01);
    border-radius: 4px;
    background: var(--ys12);
    position: relative;
    transition: var(--sd01);
    transform: scale(1);
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
input[type="checkbox"].tj_hyzx_xzan:checked::after, input[type="checkbox"]#checkAll:checked::after {
    content: '\e8d7';
    font-size: 10px;
    line-height: 1;
    color: var(--ys04);
}
/* 通用函数-选择按钮 */
/* 通用函数-附件上传 */
.tj_hyzx_fjsc {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tj_hyzx_fjsc_a[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.tj_hyzx_fjsc_b {
    width: 100%;
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tj_hyzx_fjsc_ba {
    height: 100%;
    background: var(--ys05);
    color: var(--ys04);
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_fjsc_ba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_fjsc_bb
 {
    height: 100%;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
/* 通用函数-附件上传 */
/* 通用函数-翻页按钮 */
.tj_hyzx_fyan {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tj_hyzx_fyan_a {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_fyan_aa {
    min-width: 36px;
    height: 36px;
    background: var(--ys08);
    border: var(--xt01);
    color: var(--ys12);
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_fyan_aa.active {
    background: var(--ys05);
    color: var(--ys04);
}
.tj_hyzx_fyan_aa.disabled {
    color: var(--ys07);
    cursor: not-allowed;
}
.tj_hyzx_fyan_aa:hover {
    color: var(--ys05);
}
.tj_hyzx_fyan_b {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
}
.tj_hyzx_fyan_ba {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_fyan_bb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.tj_hyzx_fyan_bba {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_fyan_bb .tj_hyzx_xlcd {
    width: 60px;
    height: 28px;
}
.tj_hyzx_fyan_bb .tj_hyzx_xlcd_b {
    width: 100%;
}
/* 通用函数-翻页按钮 */
/* 欢迎页面 */
.tj_hyzx {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_a {
    width: 220px;
    height: 100%;
    background: var(--ys02);
    color: var(--ys04);
    border-right: var(--xt01);
    transition: width 0.3s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.dhsq .tj_hyzx_a {
    width: 70px;
}
.tj_hyzx_aa {
    width: 100%;
    height: 65px;
    background: var(--ys02);
    border-bottom: var(--xt01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_aaa {
    height: 45px;
    object-fit: cover;
}
.dhsq .tj_hyzx_aaa {
    height: 36px;
    object-fit: cover;
}
.tj_hyzx_ab {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.tj_hyzx_aba {
    width: 100%;
    padding: 25px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-bottom: var(--xt01);
}
.dhsq .tj_hyzx_aba {
    padding: 10px;
}
.tj_hyzx_abaa {
    width: 70px;
    height: 70px;
    border-radius: 25px;
    overflow: hidden;
    background: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dhsq .tj_hyzx_abaa {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}
.tj_hyzx_abaaa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tj_hyzx_abab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.dhsq .tj_hyzx_abab {
    display: none;
}
.tj_hyzx_ababa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
}
.tj_hyzx_ababb {
    font-size: 14px;
    line-height: 1;
    color: var(--ys06);
}
.tj_hyzx_abb {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.tj_hyzx_abb_dl {
    width: 100%;
    height: 44px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    gap: 10px;
    color: var(--ys12);
}
.dhsq .tj_hyzx_abb_dl {
    padding: 0 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_abb_dl_a {
    font-size: 14px;
    line-height: 1;
}
.dhsq .tj_hyzx_abb_dl_a {
    font-size: 22px;
}
.tj_hyzx_abb_dl_a.ybzx::before {
    content: '\eb4f';
}
.tj_hyzx_abb_dl_a.spzx::before {
    content: '\eb67';
}
.tj_hyzx_abb_dl_a.hygl::before {
    content: '\e6dc';
}
.tj_hyzx_abb_dl_a.tlrz::before {
    content: '\eb62';
}
.tj_hyzx_abb_dl_b {
    font-size: 14px;
    line-height: 1;
}
.dhsq .tj_hyzx_abb_dl_b {
    display: none;
}
.tj_hyzx_abb_dl:hover {
    background: var(--ys01);
}
.tj_hyzx_abb_dl.active {
    background: var(--ys05);
    color: var(--ys04);
}
.tj_hyzx_abb_fl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_abb_fl_a {
    width: 100%;
    height: 44px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.dhsq .tj_hyzx_abb_fl_a {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_abb_fl:hover .tj_hyzx_abb_fl_a {
    background: var(--ys01);
    color: var(--ys07);
}
.tj_hyzx_abb_fl.active .tj_hyzx_abb_fl_a {
    background: var(--ys01);
    color: var(--ys12);
}
.tj_hyzx_abb_fl_aa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: var(--ys12);
}
.tj_hyzx_abb_fl_aaa {
    font-size: 14px;
    line-height: 1;
}
.dhsq .tj_hyzx_abb_fl_aaa {
    font-size: 22px;
}
.tj_hyzx_abb_fl_aaa.wzpz::before {
    content: '\e8b8';
}
.tj_hyzx_abb_fl_aab {
    font-size: 14px;
    line-height: 1;
}
.dhsq .tj_hyzx_abb_fl_aab {
    display: none;
}
.tj_hyzx_abb_fl_ab {
    font-size: 8px;
    line-height: 1;
    color: var(--ys12);
    opacity: .5;
    transition: var(--sd01);
}
.dhsq .tj_hyzx_abb_fl_ab {
    display: none;
}
.tj_hyzx_abb_fl.active .tj_hyzx_abb_fl_ab {
    transform: rotate(180deg);
}
.tj_hyzx_abb_fl_ab::before {
    content: '\eb6d';
}
.tj_hyzx_abb_fl_b {
    width: 100%;
    height: 0;
    transition: var(--sd01);
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    gap: 5px;
}
.dhsq .tj_hyzx_abb_fl_b {
    padding: 0;
    gap: 0;
}
.tj_hyzx_abb_fl.active .tj_hyzx_abb_fl_b {
    height: auto;
    display: flex;
}
.tj_hyzx_abb_fl_aba {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: var(--ys12);
    transition: var(--sd01);
}
.dhsq .tj_hyzx_abb_fl_aba {
    font-size: 13px;
    border-radius: 0;
}
.tj_hyzx_abb_fl_aba:hover {
    background: var(--ys01);
}
.tj_hyzx_abb_fl_aba.active {
    background: var(--ys05);
    color: var(--ys04);
}
.tj_hyzx_b {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_ba {
    width: 100%;
    height: 65px;
    background: var(--ys02);
    border-bottom: var(--xt01);
    padding: 0 20px;
    color: var(--ys04);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tj_hyzx_baa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.tj_hyzx_baaa {
    font-size: 20px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.tj_hyzx_baaa::before {
    content: '\eb5c';
}
.tj_hyzx.dhsq .tj_hyzx_baaa::before {
    content: '\eb5d';
}
.tj_hyzx_baaa:hover {
    color: var(--ys09);
}
.tj_hyzx_baab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_bab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.tj_hyzx_baba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
}
.tj_hyzx_babaa {
    width: 44px;
    height: 100%;
    background: var(--ys01);
    border: var(--xt01);
    border-radius: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
    position: relative;
}
.tj_hyzx_babaa:hover {
    transform: translateY(-1px);
}
.tj_hyzx_babaaa {
    font-size: 20px;
    line-height: 1;
    color: var(--ys04);
}
.tj_hyzx_babaaa.wdzx::before {
    content: '\100f3';
}
.tj_hyzx_babaaa.zxkf::before {
    content: '\eb11';
}
.tj_hyzx_babaaa.wdxx::before {
    content: '\e6d0';
}
.tj_hyzx_babaaa.wzsy::before {
    content: '\e6ca';
}
.tj_hyzx_babaaa.qchc::before {
    content: '\e76f';
}
.tj_hyzx_babb {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_babba {
    width: 44px;
    height: 100%;
    padding: 10px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.tj_hyzx_babbaa {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: var(--sd01);
}
.tj_hyzx_babbaa:hover {
    transform: translateY(-1px);
}
.tj_hyzx_bb {
    width: 100%;
    flex: 1;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}
.tj_hyzx_bba {
    width: 100%;
    height: 100%;
    border: none;
}
.tj_hyzx_zxtc {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: fixed;
    inset: 0;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.tj_hyzx_zxtc.active {
    display: flex;
}
.tj_hyzx_zxtc_a {
    width: 1280px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: var(--ys02);
    border: var(--xt01);
    border-radius: 8px;
    overflow: hidden;
}
.tj_hyzx_zxtc_aa {
    width: 100%;
    height: 50px;
    background: var(--ys01);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-bottom: var(--xt01);
}
.tj_hyzx_zxtc_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
}
.tj_hyzx_zxtc_aab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.tj_hyzx_zxtc_aaba {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.tj_hyzx_zxtc_aaba.xhan::before {
    content: '\eb65';
}
.tj_hyzx_zxtc_aaba.qpan::before {
    content: '\eb63';
}
.tj_hyzx_zxtc_aaba.tcqp::before {
    content: '\eb64';
}
.tj_hyzx_zxtc_aaba.gban::before {
    content: '\eb51';
}
.tj_hyzx_zxtc_aaba:hover {
    transform: rotate(90deg);
}
.tj_hyzx_zxtc_ab {
    width: 100%;
    height: 100%;
    border: none;
}
.tj_hyzx_zxtc_a.qpcz {
    width: 96%;
    height: 94%;
}
.tj_hyzx_zxtc_xftb {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--ys01);
    border: var(--xt01);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    animation: agentFloatBreath 2s ease-in-out infinite;
}
@keyframes agentFloatBreath {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
.tj_hyzx_zxtc_xftb:hover {
    transform: scale(1.15);
}
.tj_hyzx_zxtc_xftb_a {
    font-size: 24px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_zxtc_xftb_a::before {
    content: '\100f3';
}
/* 欢迎页面 */
/* 弹窗内页 */
.tj_hyzx_tcny {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.tj_hyzx_ckym_a {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.tj_hyzx_ckym_aa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
}
.tj_hyzx_ckym_aa::before {
    content: '\eb3d';
}
.tj_hyzx_ckym_ab {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    position: relative;
    top: 1px;
}
.tj_hyzx_tcny_a {
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_tcny_aa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    background: var(--ys01);
    border: var(--xt01);
    border-radius: 8px;
    padding: 0 15px;
    transition: var(--sd01);
}
.tj_hyzx_tcny_aa:hover {
    transform: translateY(-1px);
}
.tj_hyzx_tcny_aaa {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_tcny_aaa::before {
    content: '\e87d';
}
.tj_hyzx_tcny_aab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_tcny_b {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: var(--ys01);
    border: var(--xt01);
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
}
.tj_hyzx_tcny_ba {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_tcny_baa {
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--ys03);
}
.tj_hyzx_tcny_baaa {
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.tj_hyzx_tcny_baaa:nth-child(1) {
    width: 50px;
}
.tj_hyzx_tcny_baaa:nth-child(2) {
    width: 150px;
}
.tj_hyzx_tcny_baaa:nth-child(3) {
    flex: 1;
}
.tj_hyzx_tcny_baaa:nth-child(4) {
    width: 150px;
}
.tj_hyzx_tcny_baaa:nth-child(5) {
    width: 150px;
}
.tj_hyzx_tcny_bab {
    width: 100%;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_tcny_baba {
    width: 100%;
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_tcny_babb {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
    gap: 15px;
}
.tj_hyzx_tcny_babba {
    width: 100%;
    height: calc(100% - 51px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
}
.tj_hyzx_tcny_babbaa {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_tcny_babbaaa {
    width: 100%;
    height: 43px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--ys03);
}
.tj_hyzx_tcny_babbaaaa {
    height: 100%;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_tcny_babba:hover .tj_hyzx_tcny_babbaaaa {
    color: var(--ys04);
}
.tj_hyzx_tcny_babbaaaa:nth-child(1) {
    width: 50px;
}
.tj_hyzx_tcny_babbaaaa:nth-child(2) {
    width: 150px;
}
.tj_hyzx_tcny_babbaaaa:nth-child(3) {
    flex: 1;
}
.tj_hyzx_tcny_babbaaaa:nth-child(4) {
    width: 150px;
}
.tj_hyzx_tcny_babbaaaa:nth-child(5) {
    width: 150px;
}
.tj_hyzx_tcny_babbb {
    width: 100%;
    height: 36px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
/* 弹窗内页 */


/* 我的坐席 */
.tj_hyzx_wdzx {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_wdzx_a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.tj_hyzx_wdzx_aa {
    width: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-right: var(--xt01);
}
.tj_hyzx_wdzx_aaa {
    width: 100%;
    height: 55px;
    background: var(--ys02);
    border-bottom: var(--xt01);
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_wdzx_aaaa {
    flex: 1;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 14px;
    line-height: 1;
    color: var(--ys04);
    border: 2px solid transparent;
}
.tj_hyzx_wdzx_aaaa:hover {
    transform: translateY(-1px);
}
.tj_hyzx_wdzx_aaaa.kfzx {
    background: #26A17B;
}
.tj_hyzx_wdzx_aaaa.kfml {
    background: #F7931A;
}
.tj_hyzx_wdzx_aaaa.kflx {
    background: #EF0027;
}
.tj_hyzx_wdzx_aaaa.active {
    border: 2px solid var(--ys04);
}
.tj_hyzx_wdzx_aab {
    width: 100%;
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    overflow-y: auto;
    scrollbar-width: none;
}
.tj_hyzx_wdzx_aaba {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_wdzx_aabb {
    width: 100%;
    height: 70px;
    background: var(--ys02);
    border-radius: 5px;
    padding: 15px 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    transition: var(--sd01);
    overflow: hidden;
    min-width: 0;
}
.tj_hyzx_wdzx_aabb:hover {
    transform: translateY(-1px);
}
.tj_hyzx_wdzx_aabb.active {
    background: var(--ys01);
}
.tj_hyzx_wdzx_aabba {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    place-items: center;
}
.tj_hyzx_wdzx_aabbaa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tj_hyzx_wdzx_aabbb {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    min-width: 0;
}
.tj_hyzx_wdzx_aabbba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
}
.tj_hyzx_wdzx_aabbbaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tj_hyzx_wdzx_aabbbab {
    font-size: 12px;
    line-height: 1;
    color: #696974;
    flex-shrink: 0;
}
.tj_hyzx_wdzx_aabbbb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
}
.tj_hyzx_wdzx_aabbbba {
    max-width: 75%;
    font-size: 12px;
    line-height: 1;
    color: var(--ys07);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tj_hyzx_wdzx_aabbbbb {
    font-size: 7px;
    line-height: 1;
    color: var(--ys13);
    display: none;
}
.tj_hyzx_wdzx_aabbbbb.show {
  display: block;
}
.tj_hyzx_wdzx_aabbbbb::before {
    content: '\e621';
}
.tj_hyzx_wdzx_aac {
    width: 100%;
    height: 45px;
    background: var(--ys02);
    border-top: var(--xt01);
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_wdzx_ab {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_wdzx_aba {
    width: 100%;
    height: 55px;
    background: var(--ys02);
    border-bottom: var(--xt01);
    padding: 0 15px;
    display: none;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tj_hyzx_wdzx_abaa {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.tj_hyzx_wdzx_abaaa {
    height: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.tj_hyzx_wdzx_abaaaa {
    width: 34px;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_wdzx_abaaaaa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tj_hyzx_wdzx_abaaab {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
}
.tj_hyzx_wdzx_abaaaba {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--ys04);
}
.tj_hyzx_wdzx_abaaabb {
    font-size: 12px;
    line-height: 1;
    color: var(--ys06);
}
.tj_hyzx_wdzx_abaab {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 300px;
    z-index: 99;
    background: var(--ys02);
    border: var(--xt01);
    border-left: 0;
    border-radius: 0 0 8px 0;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    gap: 15px;
}
.tj_hyzx_wdzx_abaa:hover .tj_hyzx_wdzx_abaab {
    display: flex;
}
.tj_hyzx_wdzx_abaaba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_wdzx_abaabaa {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    font-weight: 500;
}
.tj_hyzx_wdzx_abaabab {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_wdzx_abb {
    width: 100%;
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
}
.tj_hyzx_wdzx_abb::-webkit-scrollbar {
    display: none;
}
.tj_hyzx_wdzx_abb.wkhh {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: var(--ys12);
}
.tj_hyzx_wdzx_abb .wkhh_a {
    width: 80px;
    height: 80px;
    object-fit: contain;
    opacity: 0.4;
}
.tj_hyzx_wdzx_abb .wkhh_b {
    font-size: 20px;
    color: var(--ys12);
}
.tj_rgzx_abba {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: var(--ys07);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_rgzx_abbb {
    max-width: 75%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
}
.tj_rgzx_abbb.ptyh {
    align-self: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.tj_rgzx_abbba {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    background: #fff;
}
.tj_rgzx_abbbb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
}
.tj_rgzx_fssj {
    font-size: 12px;
    line-height: 1;
    color: var(--ys12);
}
.tj_rgzx_fsnr {
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: justify;
}
.tj_rgzx_fsnr_fstb {
    width: 20px;
    height: 20px;
    object-fit: cover;
    display: block;
}
.tj_rgzx_fsnr:has(.tj_rgzx_fsnr_fstp) {
    background: none !important;
    padding: 0;
}
.tj_rgzx_fsnr_fstp {
    width: 300px;
    display: block;
}
.ptkf .tj_rgzx_fsnr_fstp {
    border-radius: 0 10px 10px 10px;
}
.ptyh .tj_rgzx_fsnr_fstp {
    border-radius: 10px 0 10px 10px;
}
.ptkf .tj_rgzx_fsnr {
    background: var(--ys01);
    border-top-left-radius: 0;
    color: var(--ys04);
}
.ptyh .tj_rgzx_fsnr {
    background: var(--ys16);
    color: var(--ys04);
    border-top-right-radius: 0;
}
.tj_hyzx_wdzx_abc {
    width: 100%;
    height: 170px;
    border-top: var(--xt01);
    background: var(--ys02);
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    gap: 10px;
}
.tj_hyzx_wdzx_abca {
    width: 100%;
    height: 32px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.tj_hyzx_wdzx_abcab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_wdzx_abcabb {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.tj_hyzx_wdzx_abcabba {
    width: 32px;
    height: 100%;
    font-size: 16px;
    line-height: 1;
    color: var(--ys12);
    background: var(--ys01);
    border-radius: 5px;
    transition: var(--sd01);
    border: var(--xt01);
}
.tj_hyzx_wdzx_abcabba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_wdzx_abcabba::before {
    content: '\eb53';
}
.tj_hyzx_wdzx_abcabbb {
    height: 249px;
    background: var(--ys01);
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    right: 0;
    border-radius: 8px;
    padding: 10px;
    display: none;
    align-content: start;
    justify-content: start;
    align-items: start;
    grid-template-columns: repeat(20, 1fr);
    gap: 5px;
    overflow-y: auto;
    scrollbar-width: none;
}
.tj_hyzx_wdzx_abcabbba {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: cover;
    transition: var(--sd01);
}
.tj_hyzx_wdzx_abcabbba:hover {
    transform: translateY(-1px);
}
.tj_hyzx_wdzx_abcaba {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.tj_hyzx_wdzx_abcabaa {
    width: 32px;
    height: 100%;
    font-size: 16px;
    line-height: 1;
    color: var(--ys12);
    background: var(--ys01);
    border-radius: 5px;
    transition: var(--sd01);
    border: var(--xt01);
}
.tj_hyzx_wdzx_abcabaa:hover {
    transform: translateY(-1px);
}
.tj_hyzx_wdzx_abcabaa::before {
    content: '\eb5f';
}
.tj_hyzx_wdzx_abcabab {
    display:none;
}
.tj_hyzx_wdzx_abcaa {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_wdzx_abcaaa {
    height: 100%;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1;
    color: var(--ys12);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: var(--ys01);
    border-radius: 5px;
    transition: var(--sd01);
    border: var(--xt01);
}
.tj_hyzx_wdzx_abcaaa:hover {
    background: var(--ys10);
}
.tj_hyzx_wdzx_abcb {
    width: 100%;
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.tj_hyzx_wdzx_abcba {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
}
.tj_hyzx_wdzx_abcbaa {
    width: 100%;
    background: var(--ys01);
    display: none;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
}
.tj_hyzx_wdzx_abcbaaa {
    flex: 1;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_wdzx_abcbaab {
    font-size: 10px;
    line-height: 1;
    color: var(--ys12);
    transition: var(--sd01);
}
.tj_hyzx_wdzx_abcbaab:hover {
    transform: rotate(90deg);
}
.tj_hyzx_wdzx_abcbaab::before {
    content: '\eb51';
}
.tj_hyzx_wdzx_abcbab {
    width: 100%;
    flex: 1;
    resize: none;
    color: var(--ys12);
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.tj_hyzx_wdzx_abcbab::placeholder {
    color: var(--ys12);
    opacity: 0.5;
}
.tj_hyzx_wdzx_abcbb {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 17px;
    background: var(--ys17);
    width: 45px;
    height: 45px;
    overflow: hidden;
    font-size: 20px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_wdzx_abcbb::before {
    content: '\e6b1';
    transition: var(--sd01);
}
.tj_hyzx_wdzx_abcbb:hover::before {
    transform: rotate(30deg);
}
.tj_hyzx_wdzx_zjtc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.tj_hyzx_wdzx_zjtc_a {
    width: 500px;
    background: var(--ys01);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding: 15px;
    gap: 15px;
}
.tj_hyzx_wdzx_zjtc_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tj_hyzx_wdzx_zjtc_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
    position: relative;
    top: 1px;
}
.tj_hyzx_wdzx_zjtc_aab {
    width: 22px;
    height: 22px;
    background: var(--ys02);
    border-radius: 8px;
    font-size: 8px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
.tj_hyzx_wdzx_zjtc_aab::before {
    content: '\eb51';
    transition: var(--sd01);
}
.tj_hyzx_wdzx_zjtc_aab:hover::before {
    transform: rotate(90deg);
}
.tj_hyzx_wdzx_zjtc_ab {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tj_hyzx_wdzx_zjtc_aba {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_wdzx_zjtc_abb {
    width: 100%;
    height: 30px;
    color: var(--ys12);
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tj_hyzx_wdzx_zjtc_abb:hover {
    color: var(--ys05);
}
.tj_hyzx_wdzx_zjtc_ac {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_wdzx_zjtc_aca {
    height: 34px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: var(--sd01);
}
.tj_hyzx_wdzx_zjtc_aca:hover {
    transform: translateY(-1px);
}
.tj_hyzx_wdzx_zjtc_aca.bcan {
    background: var(--ys05);
    color: var(--ys04);
}
.tj_hyzx_wdzx_zjtc_aca.qxan {
    background: var(--ys02);
    color: var(--ys12);
}
.tj_hyzx_wdzx_kjhf {
    width: 326px;
    height: 250px;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 250px;
    bottom: 180px;
}
.tj_hyzx_wdzx_kjhf::before {
    content: '\10121';
    font-family: 'iconfont';
    color: var(--ys01);
    position: absolute;
    left: 195px;
    bottom: -20px;
    font-size: 20px;
    line-height: 1;
}
.tj_hyzx_wdzx_kjhf_a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: var(--ys01);
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    gap: 6.5px;
}
.tj_hyzx_wdzx_kjhf_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tj_hyzx_wdzx_kjhf_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
    position: relative;
    top: 1px;
}
.tj_hyzx_wdzx_kjhf_aab {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
}
.tj_hyzx_wdzx_kjhf_aaba {
    width: 22px;
    height: 22px;
    background: var(--ys02);
    border-radius: 8px;
    font-size: 8px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_wdzx_kjhf_aaba.tj::before {
    content: '\e884';
    transition: var(--sd01);
}
.tj_hyzx_wdzx_kjhf_aaba.gb::before {
    content: '\eb51';
    transition: var(--sd01);
}
.tj_hyzx_wdzx_kjhf_aaba:hover::before {
    transform: rotate(90deg);
}
.tj_hyzx_wdzx_kjhf_ab {
    width: 100%;
    height: calc(100% - 22.5px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
}
.tj_hyzx_wdzx_kjhf_aba {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.tj_hyzx_wdzx_kjhf_abaa {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_wdzx_kjhf_abaa::before {
    content: '\eb61';
}
.tj_hyzx_wdzx_kjhf_abab {
    flex: 1;
    height: 100%;
    border-bottom: var(--xt01);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
    gap: 10px;
}
.tj_hyzx_wdzx_kjhf_ababa {
    flex: 1;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    padding: 10px 0;
    transition: var(--sd01);
}
.tj_hyzx_wdzx_kjhf_aba:hover .tj_hyzx_wdzx_kjhf_ababa {
    color: var(--ys05);
}
.tj_hyzx_wdzx_kjhf_ababb {
    width: 20px;
    height: 20px;
    background: var(--ys13);
    border-radius: 6px;
    font-size: 10px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_wdzx_kjhf_ababb::before {
    content: '\e8eb';
    transition: var(--sd01);
}
.tj_hyzx_wdzx_kjhf_ababb:hover::before {
    transform: rotate(30deg);
}
.tj_hyzx_wdzx_zjkf {
    width: 326px;
    height: 250px;
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 250px;
    bottom: 180px;
}
.zjkf.tj_hyzx_wdzx_zjkf::before {
    content: '\10121';
    font-family: 'iconfont';
    color: var(--ys01);
    position: absolute;
    left: 27px;
    bottom: -20px;
    font-size: 20px;
    line-height: 1;
}
.zjld.tj_hyzx_wdzx_zjkf::before {
    content: '\10121';
    font-family: 'iconfont';
    color: var(--ys01);
    position: absolute;
    left: 111px;
    bottom: -20px;
    font-size: 20px;
    line-height: 1;
}
.tj_hyzx_wdzx_zjkf_a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: var(--ys01);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 15px;
    gap: 6.5px;
}
.tj_hyzx_wdzx_zjkf_aa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tj_hyzx_wdzx_zjkf_aaa {
    font-size: 16px;
    line-height: 1;
    color: var(--ys04);
    font-weight: 500;
    position: relative;
    top: 1px;
}
.tj_hyzx_wdzx_zjkf_aab {
    width: 22px;
    height: 22px;
    background: var(--ys02);
    border-radius: 8px;
    font-size: 8px;
    line-height: 1;
    color: var(--ys04);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
.tj_hyzx_wdzx_zjkf_aab::before {
    content: '\eb51';
    transition: var(--sd01);
}
.tj_hyzx_wdzx_zjkf_aab:hover::before {
    transform: rotate(90deg);
}
.tj_hyzx_wdzx_zjkf_ab {
    width: 100%;
    height: calc(100% - 22.5px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
    scrollbar-width: none;
}
.tj_hyzx_wdzx_zjkf_aba {
    width: 100%;
    height: 100%;
    color: var(--ys12);
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.tj_hyzx_wdzx_zjkf_abb {
    width: 100%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.tj_hyzx_wdzx_zjkf_abba {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_wdzx_zjkf_abba::before {
    content: '\e6dc';
}
.tj_hyzx_wdzx_zjkf_abbb {
    flex: 1;
    height: 100%;
    border-bottom: var(--xt01);
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.tj_hyzx_wdzx_zjkf_abbb:hover {
    color: var(--ys05);
}
/* 我的坐席 */


