﻿ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1300px;
    font-size: 14px;
    color: #666666;
    /*background: #fff;*/
}
.el-loading-spinner i {
    color: #666666;
    font-size: 23px;
}

.el-loading-spinner .el-loading-text {
    color: #666666;
}

.el-loading-spinner {
    background-image: linear-gradient(to right,transparent, #ffffff, transparent);
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    padding: 10px 0;
}
.tag1::before {
    content: '';
    width: 4px;
    height: 14px;
    background: var(--mainBlue);
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
.p-l80 {
    padding-left: 80px;
}
.m-l20 {
    margin-left: 20px;
}
.m-l30 {
    margin-left: 30px;
}
.m-l2em {
    margin-left: 2em;
}
.m-r5 {
    margin-right: 5px;
}
.m-r10 {
    margin-right: 10px;
}
.m-r20 {
    margin-right: 20px;
}
.m-b5 {
    margin-bottom: 5px;
}
.m-b10 {
    margin-bottom: 10px;
}
.m-b20 {
    margin-bottom: 20px;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-tb20 {
    margin: 20px 0px;
}
.m-t10 {
    margin-top: 10px;
}
.m-t20 {
    margin-top: 20px;
}
.m-tb10 {
    margin: 10px 0px;
}
.m-t60 {
    margin-top: 60px;
}
.m-t100 {
    margin-top: 100px;
}
.p-b20 {
    padding-bottom: 20px;
}
.p-t10 {
    padding-top: 10px;
}
.p-t15 {
    padding-top: 15px;
}
.p-t20 {
    padding-top: 20px;
}
.p-t30 {
    padding-top: 30px;
}
.cursor-p {
    cursor: pointer
}
.f-t16 {
    font-size: 16px;
    font-weight: 600;
}
.f-t18 {
    font-size: 18px;
    font-weight: 600;
}
.f-t20 {
    font-size: 20px;
    font-weight: 600;
}
.l-h2 {
    line-height: 2em;
}
.t-i2 {
    text-indent: 2em;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
.center {
    text-align: center;
}
.indent28{
    text-indent:28px;
}
.flex {
    display: flex;
}
.flex-btw {
    display: flex;
    justify-content: space-between
}
.flex-aln {
    display: flex;
    align-items:center
}
.flex-end {
    display: flex;
    justify-content: end;
}
.flex-jus-center{
    display: flex;
    justify-content: center;
}
.flex-wrap {
    display: flex;
    flex-wrap:wrap
}
.flex-btw-center {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.flex-aln-start{
    display:flex;
    align-items:flex-start;
}
.text-center  {
    text-align: center;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #5259e142;
}

.color-red {
    color: #ff0000;
}
.text-btn {
    color: #0052A2;
    text-decoration: underline;
    cursor: pointer;
}
    .text-btn + .text-btn {
        margin-left: 10px;
    }
    .text-btn.no-drop {
        cursor: no-drop;
        color: #888;
    }
    .color-black {
        color: #000;
    }
    .f-b {
        font-weight: bold;
    }
    table {
        font-size: unset;
    }
.jsap {
    height: 400px;
    position: relative;
}

    .jsap .line {
        position: absolute;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url(/Content/image/jsap-line.png);
        background-size: 100% 100%;
        width: 100%;
    }

        .jsap .line .model {
            position: absolute;
            top: -10px;
            transform: translateX(-20px);
        }

            .jsap .line .model .desc {
                height: 190px;
                width: 250px;
                background: url(/Content/image/jsap-top.png);
                background-size: 100% 100%;
                padding: 20px 25px;
                box-sizing: border-box;
                position: absolute;
                top: 0;
                transform: translate(calc(-50% + 20px), -100%);
            }

            .jsap .line .model:nth-child(even) .desc {
                background-image: url(/Content/image/jsap-bottom.png);
                transform: translate(calc(-50% + 20px), 40px);
                padding-top: 40px;
            }

            .jsap .line .model .time {
                position: absolute;
                left: 0;
                transform: translate(calc(-50% + 20px), 20px);
                width: max-content;
            }

                .jsap .line .model .time .el-date-editor {
                    width: 100%;
                }

            .jsap .line .model:nth-child(even) .time {
                transform: translate(calc(-50% + 20px), calc(-100% - 20px));
                top: 0;
            }

            .jsap .line .model .desc .name {
                background: linear-gradient(to bottom, #C0A05C, #FFD67D);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-size: 20px;
                font-weight: bold;
                text-align: center;
                margin-bottom: 10px;
            }

            .jsap .line .model .desc .content {
                color: #3D3D3D;
                text-align: left;
            }

            .jsap .line .model .point {
                width: 40px;
                height: 40px;
                background: linear-gradient( 180deg, #E7CF9B 0%, #FAC858 100%), linear-gradient( 180deg, #FFAE00 0%, #FFDD90 100%);
                box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
                border-radius: 50%;
            }

            .jsap .line .model:nth-child(1) {
                left: 10%;
            }

            .jsap .line .model:nth-child(2) {
                left: 30%;
            }

            .jsap .line .model:nth-child(3) {
                left: 50%;
            }

            .jsap .line .model:nth-child(4) {
                left: 70%;
            }

            .jsap .line .model:nth-child(5) {
                left: 90%;
            }
.wjhg-tabs {
    display: flex;
}

    .wjhg-tabs li {
        cursor: pointer;
        background: #D8D8D8;
        padding: 2px 20px;
    }

        .wjhg-tabs li.choose {
            background: #DD3230;
            color: #fff;
        }

        .wjhg-tabs li + li {
            border-left: 1px solid #F7F7F7;
        }
.chat-first-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
    .chat-first-row li {
        width: calc(100% / 3 - 15px);
        padding: 15px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
    }
        .chat-first-row li .title,
        .chat-second-row .title {
            font-weight: 600;
        }
        .chat-first-row li .title + .title {
            margin-left: 20px;
        }
    .chat-first-row li .flex .title {
        cursor: pointer;
    }
        .chat-first-row li .flex .title.not-choose {
            font-weight: 400;
            color: #999;
        }
    .chat-first-row li .echarts {
        height: 300px;
    }
.chat-second-row {
    margin-top: 20px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}
.chat-second-row .flex-btw > div {
    width: calc(50% - 15px);
    height: 300px;
}
    .chat-second-row .el-table th.el-table__cell {
        background: #93beff;
        color: #3D3D3D;
    }
    .chat-second-row .el-table thead tr th:first-child {
        border-top-left-radius: 5px;
    }
    .chat-second-row .el-table thead tr th:nth-last-child(2) {
        border-top-right-radius: 5px;
    }
    .chat-second-row .el-table tbody tr:nth-child(odd) td {
        background: #f7f7f7;
    }
    .chat-second-row .el-table tbody tr:nth-child(even) td {
        background: #deeaff !important;
    }
    .chat-second-row .el-table td.el-table__cell {
        border-bottom-width: 0;
    }
    .chat-second-row .el-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }
    .chat-second-row .el-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }
    .chat-second-row .el-table::before {
        height: 0;
    }
.chat-second-row .echarts {
    height: 100%;
}
.chat-dom {
    width: var(--contentWidth);
    margin: 40px auto;
    background: #F7F7F7;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
    border-radius: 20px;
    padding: 20px 30px;
}
.chat-dom .dom-name {
    font-size: 16px;
    font-weight: 600;
}