﻿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);
}

.modest {
    height: 100%;
    background-color: #fff;
    position: relative;
}

.signup .apply .modest>img {
    width: 1300px !important;
}

.desc {
    height: 246px;
    width: 340px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
/*    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;
}

.desc .name {
    padding: 12px 30px;
    background: #3662EC;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desc .name>span {
    display: inline-block;
    padding: 0px 14px;
    background: #9BB1F6;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 6px;
}

.desc .content {
    color: #3D3D3D;
    text-align: left;
    padding: 15px 30px 18px 30px;
}

.desc .content>p {
    margin: 0;
    height:45px;
    background:#f4f4f5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: 1.6;
    box-sizing:content-box;
    padding:1px 8px;
}

.desc .content .text {
    margin-top: 22px;
}

.desc .content .text>p {
    margin: 0;
    display: flex;
    align-items: center;
}

.desc .content .text>p i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/Content/image/shizhong.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

.desc .content .but {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.desc .content .but>span {
    display: inline-block;
    background: linear-gradient(360deg, #FFB000 0%, #FFE099 100%);
    padding: 2px 29px;
    border-radius: 5px;
    color: #fff;
}

.signup {
    width: 100%;
    height:1408px;
    background: url(/Content/image/backgr.png) no-repeat center center;
    background-size:100% 100%;
}

.signup .apply {
    width: 1300px;
    height: 100%;
    margin: 0 auto;

}
.signup .apply .modelst{
    height: 80%;
/*    background-color: #fff;*/
    position: relative;
}

/*.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%;
}*/

/*.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;
}*/