﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


body {
    display: flex;
    justify-content:flex-start;
    align-items:center;
    min-height: 100vh;
    background-color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
}


.groupPie_Selected 
{
    background-color: cadetblue;
}


.groupPie_NotSelected {
    background-color: #048;
}


.GroupItem {
    color: #000;
    border-bottom: 0px solid #fff;
    font-family: ' + "'Microsoft JhengHei'" + ';
    font-size: 13px;
    padding: 8px 5px 8px 8px;
    cursor: pointer;
}


.GroupItemA {
    color: #000;
    border-bottom: 0px solid #fff;
    font-size: 11px;
}


input:focus {
    outline: none;
}


input::placeholder {
    color: #b5b5b5;
}


.scrollbarClass {
    height: 100vh;
}


.paraLabel {
    margin-top: 0px;
    margin-right: 6px;
    font-size: 11px;
    color: #048;
    font-weight: 100;
    height: 20px;
    vertical-align: middle;
}



.reportCell {
    font-size: 12px;
    padding: 3px;
}



.paraMandatory {
    color: red;
    font-size: 11px;
}


.blockTitle {
    height: 40px;
    padding: 4px 10px 10px 15px;
    font-size: 18px;
    color: #048;
    text-align: left;
    font-weight: 500;
    background-color: #bcc;
}


.blockTitleA {
    height: 40px;
    padding: 8px 10px 5px 15px;
    font-size: 16px;
    color: #048;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}


.mobileNewWorkflow {
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 1px;
    background-color: #048;
    opacity: 0.7;
    float: left;
    padding: 3px;
    color: white;
    align-items: center;
    cursor: pointer;
}



.MiniConversation {
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 8px;
    background-color: #fff;
    opacity: 0.8;
    float: left;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    font-size: 15px;
}


.MiniConversationA {
    border: 1px solid #048;
    border-radius: 4px;
    margin-top: 8px;
    background-color: #fff;
    opacity: 0.7;
    float: left;
    width: 100%;
    padding: 6px 1px 6px 10px;
    cursor: pointer;
    font-size: 15px;
    color: #048;
}


.MiniConversationB {
    margin-top: 1px;
    float: left;
    width: 99%;
    font-size: 15px;
    color: #fff;
}


.WorkflowStep {
    margin-top: 8px;
    margin-bottom: 2px;
    border-bottom: 0px solid #888;
    border-top: 0px solid #888;
    border-radius: 5px;
    color: #000;
    font-weight: 100;
    font-size: 12px;
    background-color: #eee;
    padding: 5px;
}

.WorkflowStepTitleLeft {
    margin: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 6px 5px 6px 10px;
    font-size: 14px;
    background-color: #ccc;
    color: #048;
    height: 30px;
    text-align: left;
    justify-content: left; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    height: 30px; /* 需要设置高度 */
}


.WorkflowStepTitleLeftA {
    margin: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 6px 6px 6px 10px;
    font-size: 14px;
    background-color: #ccc;
    color: #048;
    height: 32px;
}


.title {
    font-size: 12px;
    color: #048;
    padding: 2px 10px 1px 3px;
    height: 15px;
    vertical-align: middle;
}


.paraitem {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 15px 3px 14px;
    margin-bottom: 2px;
    height: 25px;
}

.smallbutton {
    border: 1px solid #888;
    background-color: #048;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.4) 1px 1px;
    font-size: 11px;
    font-family: 'Microsoft YaHei';
    font-weight: 100;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0 auto;
    margin-right: 2px;
    margin-bottom: 3px;
    cursor: pointer;
    color: #fff;
}


.smallbuttonA {
    border: 1px solid #888;
    background-color: #048;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.4) 1px 1px;
    font-size: 11px;
    font-family: 'Microsoft YaHei';
    font-weight: 100;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    float: right;
    padding: 1px 3px 1px 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    cursor: pointer;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}



.smallbuttonB {
    border: 1px solid #888;
    background-color: #048;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Microsoft YaHei';
    margin: 2px 2px 10px 2px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 2px;
}



.smallbuttonC {
    border: 1px solid #888;
    background-color: #048;
    border-radius: 4px;
    font-size: 10px;
    font-family: 'Microsoft YaHei';
    margin: 2px 2px 2px 2px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 3px;
}



.WorkflowStepTitleRight {
    margin: 1px;
    /*    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 2px 5px 2px 10px;*/
    font-size: 12px;
    background-color: #ddd;
    cursor: pointer;
    color: #048;
    height: 30px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    height: 30px; /* 需要设置高度 */
}

.WorkflowStepTitleRightA {
    margin: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 6px 6px 10px;
    font-size: 12px;
    background-color: #ddd;
    cursor: pointer;
    color: #048;
    height: 32px;
}


.draggable {
    cursor: move;
}


.memberCell {
    padding: 4px 6px 4px 6px;
    border-bottom: 1px solid #048;
    width: 30px;
    color: #048;
}


.cancelbutton {
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: #048;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    border-radius: 6px;
    padding-left: 5px;
    cursor: pointer;
}


.CameraImg {
    font-size: 11px;
    padding-bottom: 1px;
    position: relative;
    width: 100%;
    margin: 5px;
    border: 1px solid #888;
    padding: 4px;
    border-radius: 5px;
}




.button1 {
    margin-left: 5px;
    font-size: 11px;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 4px 8px 4px 8px;
    margin-bottom: 4px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.5) 1px 1px;
}


.tableCell {
    font-size: 12px;
    padding: 1px 3px 1px 3px;
}

.tableTitle {
    background-color: #fff;
    border-bottom: 1px solid #888;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 3px 3px 3px;
    height: 32px;
}

.reportCell {
    vertical-align: top;
    padding: 2px;
    border-bottom: 1px solid #888;
}

.paraLabel {
    margin-top: 6px;
    margin-right: 6px;
    font-size: 11px;
    color: #444;
    font-weight: 100;
    height: 30px;
    vertical-align: middle;
}


.paraMandatory {
    color: red;
    font-size: 11px;
}


.blockTitle {
    height: 40px;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    color: #048;
    text-align: left;
    font-weight: 500;
    border-bottom: 0px solid #048;
}


.blockTitleA {
    height: 50px;
    background-color: #048;
    padding: 5px 10px 5px 15px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    border-bottom: 0px solid #048;
}


.minicell {
    vertical-align: top;
    padding: 4px 6px 4px 2px;
}


.titleItem {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 100;
    vertical-align: bottom;
}


.titleName {
    float: left;
    margin-left: 1px;
    margin-right: 5px;
    margin-top: 7px;
    font-size: 15px;
    font-weight: 100;
    vertical-align: bottom;
    margin-bottom: 4px;
}


.titleUser {
    float: left;
    margin-left: 1px;
    margin-right: 5px;
    margin-top: 7px;
    font-size: 12px;
    font-weight: 100;
    vertical-align: bottom;
}

.lastColumn {
    writing-mode: vertical-lr;
}


.loginInput {
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #444;
    background: rgba(255,255,255,0)
}


.loginbutton {
    width: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    vertical-align: bottom;
    padding: 5px 0px 3px 3px;
    cursor: pointer;
}


.groupTitle {
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #048;
    cursor: pointer;
}


.workflowTitle 
{
    padding: 5px 10px 5px 15px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #048;
    text-align: left;
}



.groupCard 
{
    min-width: 250px;
    height: 80px;
    padding: 8px;
    color: #fff;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    float: left;
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}


.workflowBackground 
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
}



/*.el-pagination 
{
    padding: 10px;
    border-radius: 5px;
}*/



.el-pagination .el-pager li {
    color: #048;
    font-weight: 100;
    font-size: 10px;
    padding: 2px;
}


    .el-pagination .el-pager li.active {
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
        padding: 1px 3px 4px 2px;
        background-color: #048;
    }


.el-pagination .btn-prev {
    color: #048;
}


.el-pagination .btn-next, .el-pagination .btn-prev {
    background: center center no-repeat;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #048;
}


.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #048;
    color: #fff;
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
    /*        display: block;*/
    font-size: 12px;
    font-weight: 700;
    color: #048;
}


.groupButton {
    width: 70px;
    border-left: 2px solid wheat;
    color: #048;
    font-size: 10px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}


.workflowGroup {
    width: 100%;
    font-size: 15px;
    font-family: 'Microsoft PhagsPa';
    padding: 5px 5px 5px 5px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #06b, #038) 1;
}


.workflowGroupMobile {
    width: 100%;
    font-size: 12px;
    font-family: 'Microsoft PhagsPa';
    padding: 5px 5px 5px 5px;
    text-align: left;
    color: #fff;
}


.workflowGroup_Old {
    margin-top: 10px;
    background-color: #aaa;
    width: 100%;
    font-size: 15px;
    font-family: 'Microsoft PhagsPa';
    padding: 5px 5px 15px 5px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px 5px 5px rgba(40,40,40,0.5);
}


/*.el-tabs__item.is-top.is-active 
{
    background-color: #048;*/ /* 激活标签页的背景色 */
/*color: white;*/ /* 激活标签页的文字颜色 */
/*text-align:center;
}*/



.pie-chart {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    background: #048;
    overflow: hidden;
}



.pie {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0, 100%, 100%, 50%);
    background: conic-gradient(from 0deg at 50% 50%, #f00 89%, #048 90%);
}



.slice {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0, 100%, 100%, 50%);
    background: conic-gradient(from 0deg at 50% 50%, #4caf50 0%, #c5e1a5 100%);
}



.tooltip {
    position: relative;
    display: inline-block;
    color: green;
}



.container {
    position: relative;
    z-index: 10;
    height: 100%;
    padding: 60px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(5px); /* 背景模糊增强可读性 */
    background: rgba(26, 26, 46, 0.3); /* 半透明遮罩 */
}



.tooltip::after {
    content: attr(data-tooltip);
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}



.tooltip:hover::after {
    visibility: visible;
    opacity: 1;
}



.mydialog {
    font-size: 12px;
}


.chat-container {
    background: white;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px;
    height: 600px;
    display: flex;
    flex-direction: column;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    max-width: 100%;
}

.user-message {
    background: #007bff;
    color: white;
    margin-left: auto;
}

.assistant-message {
    background: #f1f1f1;
    color: #333;
    margin-right: auto;
}

.input-area {
    display: flex;
    gap: 10px;
}

#userInput {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

button {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    button:hover {
        background: #0056b3;
    }

    button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }


.typing-indicator {
    display: none;
    color: #666;
    font-style: italic;
}



.methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}


.method-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .method-card:hover {
        transform: translateY(-5px);
    }


.method-title {
    color: #048;
    margin-bottom: 15px;
    padding-bottom: 10px;
}



header {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 10px 0px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px 8px 18px 8px;
}


h1 {
    color: #048;
    margin-bottom: 10px;
}


h2 {
    color: #048;
    margin-bottom: 10px;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #010 0%, #010 100%);
    padding: 10px;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


.subtitle {
    color: #048;
    font-size: 0.8rem;
}


.grid {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}


.grid-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    /*    display: flex;*/
    align-items: center;
    justify-content: center;
    font-weight: bold;
    min-height: 80px;
    transition: transform 0.3s ease;
}

    .grid-item:hover {
        transform: translateY(-5px);
    }


.grid-container {
    display: grid;
    gap: 15px;
    margin: 20px 0;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}



.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 左侧占2份，右侧占1份 */
    gap: 25px;
    margin: 30px 0;
}



.main-grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr; /* 左侧占2份，右侧占1份 */
    gap: 25px;
    margin: 30px 0;
}



.main-grid-2 {
    display: grid;
    grid-template-columns: 400px 1fr; /* 左侧占2份，右侧占1份 */
    gap: 25px;
    margin: 0px 0;
}



.main-grid-22 {
    display: grid;
    grid-template-columns: 600px 1fr; /* 左侧占2份，右侧占1份 */
    gap: 25px;
    margin: 0px 0;
}




.main-grid-3 {
    display: grid;
    grid-template-columns: 500px 1fr; /* 左侧占1份，右侧占1份 */
    gap: 25px;
    background-color: #ccc;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100vh;
}



.main-grid-4 {
    display: grid;
    grid-template-columns: 1fr 250px; /* 左侧占2份，右侧占1份 */
    gap: 25px;
    margin: 30px 0;
}


.main-content {
    background: #fff;
    box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.4);
    padding: 30px;
    display: flex;
    flex-direction: column;
}



.main-article {
    flex: 1;
    padding-top: 0px;
}


.sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar-widget {
    background: white;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }


.widget-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.widget-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-weight: bold;
}

.widget-title {
    font-size: 1.3rem;
    color: #2575fc;
    font-weight: 600;
}

.widget-content {
    font-size: 1rem;
    color: #555;
}


.custom-title {
    display: flex;
    align-items: center;
    padding: 12px 10px 12px 20px;
    font-Size: 14px;
    font-weight: 300;
    color: #048;
}


.title-icon {
    margin-right: 10px;
    font-size: 16px;
}


.custom-collapse .el-collapse-item__header {
    background-color: #cccccc;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
}



.status-bar {
    height: 44px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000;
}





/* 标题栏 */
.title-bar {
    height: 44px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

    .title-bar .right-action {
        position: absolute;
        right: 15px;
        color: #07C160;
        font-size: 16px;
    }

/* 内容区域 */
.content {
    position: relative;
    z-index: 10;
    height: 100%;
    padding: 60px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(5px); /* 背景模糊增强可读性 */
    background: rgba(26, 26, 46, 0.3); /* 半透明遮罩 */
}


.title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 300;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}


.titleA {
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 300;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}


.subtitle {
    font-size: 1.2rem;
    max-width: 600px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}


.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}


.feature-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

    .feature-item:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }

    .feature-item h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        color: #a3d5ff;
    }



/* 底部导航栏 */
/*.tab-bar {
    height: 50px;
    background-color: #f7f7f7;
    display: flex;
    border-top: 1px solid #e5e5e5;
}*/


.tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #7f7f7f;
}

    .tab-item.active {
        color: #07C160;
    }

.tab-icon {
    font-size: 22px;
    margin-bottom: 2px;
}

/* 聊天列表 */
.chat-list {
    padding: 0;
}


.chat-item {
    display: flex;
    padding: 10px 15px;
    border-bottom: 0px solid #f0f0f0;
}

.chat-avatar {
    width: 50px;
    height: 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #ccc;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    font-size: 20px;
}

.chat-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat-header {
    display: flex;
    justify-content: space-between;
}

.chat-name {
    font-size: 16px;
}

.chat-time {
    font-size: 12px;
    color: #b2b2b2;
}

.chat-preview {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 发现页面 */
.discover-list {
    padding: 10px 0;
}

.discover-section {
    margin-bottom: 15px;
    background-color: #fff;
}

.discover-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
}

    .discover-item:last-child {
        border-bottom: none;
    }

.discover-icon {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #07C160;
    font-size: 18px;
}


.excelTitle {
    padding: 3px 0px 3px 3px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    background-color: dodgerblue;
    line-height: 30px;
    border-right: 1px solid #fff;
    font-size: 14px;
}


.discover-text {
    flex: 1;
    font-size: 16px;
}

.discover-arrow {
    color: #c7c7c7;
    font-size: 14px;
}

/* 通讯录页面 */
.contact-list {
    padding: 0;
}

.contact-section {
    padding: 5px 0;
}

.contact-header {
    padding: 5px 15px;
    font-size: 14px;
    color: #888;
    background-color: #f5f5f5;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}

.contact-avatar {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #07C160;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.contact-name {
    font-size: 16px;
}

/* 个人中心页面 */
.profile-header {
    background-color: #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.profile-avatar {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background-color: #07C160;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
}

.profile-info {
    flex: 1;
}

.profile-name {
    font-size: 18px;
    margin-bottom: 5px;
}

.profile-id {
    font-size: 14px;
    color: #999;
}

/* 页面切换 */
.page {
    display: none;
}

    .page.active {
        display: block;
    }


.mobilebody 
{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    background-color: #f5f5f5;
    color: #333;
    width: 100%;
    position: relative;
}


.custom-message {
    background-color: wheat;
}


.cloud-container {
    margin: 10px 0px 50px;
    width: 90%;
    width: 1200px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 80, 0.3);
}


.cloud-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%; /* 两倍高度实现无缝循环 */
    opacity: 0.7;
    filter: blur(40px); /* 烟雾模糊效果 */
}


.cloud-1 {
    background: radial-gradient(circle at 30% 20%, rgba(120, 119, 198, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 40%, rgba(100, 149, 237, 0.4) 0%, transparent 50%), radial-gradient(circle at 50% 80%, rgba(135, 206, 250, 0.3) 0%, transparent 50%);
    background-size: 400% 400%;
    animation: cloudFloat 25s ease-in-out infinite alternate;
}


.cloud-2 {
    background: radial-gradient(circle at 60% 30%, rgba(176, 196, 222, 0.4) 0%, transparent 50%), radial-gradient(circle at 20% 60%, rgba(173, 216, 230, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(240, 248, 255, 0.4) 0%, transparent 50%);
    background-size: 300% 300%;
    animation: cloudScroll 20s linear infinite;
}


.cloud-3 {
    background: radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 50%), radial-gradient(circle at 90% 20%, rgba(230, 230, 250, 0.3) 0%, transparent 50%);
    animation: cloudDrift 30s linear infinite;
}


.el-dialog__body {
    padding: 10px 10px;
    color: #048;
    font-size: 14px;
    word-break: break-all;
    border: 1px solid #048;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}



.el-dialog__header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #048;
    color: #fff;
}


.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
    margin-bottom: 8px
}


.el-form-item--mini.el-form-item, .el-form-item--mini.el-form-item {
    margin-bottom: 2px;
}

.el-form-item--mini .el-form-item__content, .el-form-item--mini .el-form-item__label {
    line-height: 18px;
    font-size: 12px;
}


.el-pager, .el-pager li {
    background-color: #eee;
}


.el-tree {
    background-color: #55f5f5;
}


.el-form-item__label {
    color: #048 !important;
}


.el-tabs .el-tabs__item 
{
    color: #88c; /* 灰色 */
}


/* 修改鼠标悬停时的字体颜色 */
.el-tabs .el-tabs__item:hover 
{
    color: #409EFF; /* 蓝色 */
}


/* 修改激活（选中）标签的字体颜色 */
.el-tabs .el-tabs__item.is-active 
{
    color: #048; /* 蓝色 */
    font-weight: bold; /* 加粗 */
}



.contentTable {
    width:100%;
}


.tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #f0f0f0;
    border-top: 1px solid #888;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
    padding:10px;
}


.el-collapse-item
{
    border-top: 1px #aab solid;
}
