.theme_background {
    background-color: #EEEEEE;
    color: #333;
    box-shadow: #888888;
}


.theme_header{
    background-color: #FFFFFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.theme_body_background {
    background-color: #EEEEEE;
    color: #333;
}

.theme_nav_background {
    background-color: #FFFFFF;
    color: #E5E5E5;
    fill: #E5E5E5;
    margin-top: -15px;
}


.theme_background span{
    color: #333;
}

.theme_table_header_background{
    background-color: #f4f5f9;
}

.theme_table_header_background th{
    color: #9A9A9A;
}

.header_nav_up_down:hover .header_nav_child{
    display: block;
    min-width: 150px;
    position: absolute;
    border: 1px solid #EEEEEE;
    padding: 20px;
    line-height: 30px;
    z-index: 999999;
    background: #FFFFFF;
    top: 58px;
    font-size:18px;
    font-weight: lighter;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    animation: none;
    vertical-align: center;
    margin-left: -70px;
}

#online-toggle-ul li{
    line-height: 40px;
}

.theme_text_color {
    color: #333;
}

.theme_footer{
    background-color: #FFFFFF;
    box-shadow:none;
    text-align: center;
}

.keyword_search_input{
    height: 2.57142857em;
    display: block;
    float: left;
    width: 200px;
    padding: 0.48571429em 10px;
    box-sizing: border-box;
    background: #FFFFFF !important;
    border: 1px solid #E4E8EB;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.keyword_select{
    height: 2.57142857em;
    display: block;
    float: left;
    width: 200px;
    padding: 0.48571429em 10px;
    box-sizing: border-box;
    background: #FFFFFF !important;
    border: 1px solid #E4E8EB;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.transparent_box{
    border: 1px solid #666;
    background-color: transparent;
    color: #666;
}

/*提示弹窗*/
/*第一种 下拉弹窗*/
.popupDom {
    position: fixed;
    top: -51px;
    width: 100%;
    text-align: center;
    z-index:99999999999999999999;
}
.popup {
    width: 500px;
    min-height: 50px;
    line-height: 50px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #EEEEEE;
    /*border-top: none;*/
    font-size:15px;
    color: #414141;
}



.monitor{
    position: fixed;
    z-index: 999999999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 在垂直方向上居中 */
    justify-content: center; /* 在水平方向上居中 */
}

.monitor-box{
    background-color: #FFFFFF;
    position: fixed;
    z-index: 999999999999999999999;
    width: 1400px;
    height: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.monitor-head{
    height: 50px;
    width: 1375px;
    float: left;
    text-align: left;
    line-height: 50px;
    background-color: #EEEEEE;
    padding-left: 25px;
    cursor: grabbing;
}


.float-div{
    position: fixed;
    z-index: 999999999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);;
    overflow: auto;
}

.float-div-box{
    background-color: #FFFFFF;
    /*margin: 100px auto;*/
    border: 1px solid #888;
    width: 1000px;
    height: 700px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    justify-content: center; /* 垂直居中 */
    position: absolute;
    top: 50%; /* 垂直方向上的位置，相对于父容器的 50% */
    left: 50%; /* 水平方向上的位置，相对于父容器的 50% */
    transform: translate(-50%, -50%); /* 平移自身的一半宽度和高度来实现居中 */
}

.float-div-head{
    height: 50px;
    width: 975px;
    float: left;
    text-align: left;
    line-height: 50px;
    background-color: #EEEEEE;
    padding-left: 25px;
}

.delete_image{
    height: 10px;
    width: 20px;
    float: right;
    font-size: 30px;
    text-align: right;
    color: #0C0C0C;
    cursor: pointer;
}


.statistic-left-title{
    width: 10%;
    height: 50px;
    float: left;
    background-color: #FFFFFF;
}

.statistic-all-right-half{
    width: 44.6%;
    height: 50px;
    float: left;
    text-align: left;
    font-weight: bolder;
    background-color: #FFFFFF;
}

.statistic-color-1{
    background-color: #FFFFFF;
}

.statistic-color-2{
    background-color: #FFFFFF;
}

.statistic-color-3{
    background-color: #FFFFFF;
}

.month-statistic-column{
    height: 50px;
    width: 8.2%;
    line-height: 50px;
    float: left;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    background-color: #EEEEEE;
}

.daily-statistic-column{
    height: 40px;
    width: 6%;
    line-height: 40px;
    float: left;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    background-color: #EEEEEE;
}

.daily-statistic-column-title{
    height: 60px;
    width: 6%;
    line-height: 25px;
    padding-top: 10px;
    float: left;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    background-color: #EEEEEE;
}

.chat-message-other{
    height: auto;
    max-width: 700px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    text-align: left;
    min-height: 20px;
    line-height: 22px;
}

.chat-message-me{
    height: auto;
    max-width: 300px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
    text-align: left;
    min-height: 20px;
    line-height: 22px;
}


.chat-message-other-avatar{
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 10px;
    background: #00a375;
    border: 1px solid #00a375;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
}

.chat-message-me-avatar{
    height: 40px;
    width: 40px;
    float: right;
    margin-left: 10px;
    background: #00a375;
    border: 1px solid #00a375;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
}

.chat-input-box{
    height: 150px;
    width: 100%;
    border-top: 1px solid #EEEEEE;
}

.chat-background{
    /*margin: 0;*/
    margin-top: 20px;
    box-shadow: none;
    height: 500px;
    overflow-y: auto;
    background: #FFFFFF !important;
}


.chat-textarea{
    height: 120px;
    width: 96%;
    resize: none;
    border: none;
    background: transparent !important;
    padding: 1%;
    color: #000000;
}

.chat-send-btn{
    height: 30px;
    width: 80px;
    background: #00a375;
    text-align: center;
    line-height: 30px;
    float: right;
    margin-right: 20px;
    border-radius: 5px;
    color: #FFFFFF;
}

.chat-product-box{
    height: 80px;
    width: 40%;
    float: left;
    margin-top: 10px;
    margin-left: 30%;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}
.nav-down-icon{
    color: #FFFFFF !important;
}

.nav-up-icon{
    color: #EEEEEE !important;
}

.mission-handle-task-box{
    min-height: 100px;
    width: 100%;
    float: left;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    background: #fafafa;
    margin-top: 10px;
    cursor: pointer;
}

.mission-handle-task-children{
    min-height: 10px;
    width: 90%;
    float: left;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    font-weight: bolder;
    padding-left: 5%;
    padding-right: 5%;
    color: #575757;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* 可以根据需要设置为nowrap以禁止自动换行 */
    margin-bottom: 10px;
}

.role-permission-menu{
    width: 200px;
    line-height: 30px;
    display: block;
    min-height: 400px;
    float: left;
    margin-top: 20px;
    padding-bottom: 40px;
    border: 1px solid #EEEEEE;
    margin-left: 10px;
}

.role-permission-left{
    width: 20%;
    float: left;
    height: auto;
    border-right: 1px solid #EEEEEE;
    margin-right: 3%;
}

.warehouse-guide-wrapper{
    background-color: #FFFFFF;
    position: fixed;
    z-index: 999999999999999999999;
    width: 300px;
    min-height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}