.header {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 10px;
    background: #EFF3F8;
    border: 1px solid #eee;
}

body,html{
    overflow-x:hidden;
    min-height:500px;
    font-size: 12px;
}
a{
    cursor: pointer;
}
.loader {
    width: 80px;
    margin: 21px auto 70px;
    position: relative;
    margin-bottom: -3px;
}

.loader .loading-1 {
    position: relative;
    width: 100%;
    height: 8px;
    border: 1px solid #4c8fbd;
    border-radius: 10px;
    /* animation: turn 4s linear 1.75s infinite; */
}

.loader .loading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #4c8fbd;
    box-shadow: 10px 0px 15px 0px #4c8fbd;
    animation: load 2s linear infinite;
}

.loader .loading-2 {
    width: 100%;
    position: absolute;
    top: 10px;
    color: #4c8fbd;
    font-size: 16px;
    text-align: center;
    animation: bounce 2s linear infinite;
}

@keyframes load {
    0% {
        width: 0%;
    }
    87.5%,
    100% {
        width: 100%;
    }
}

@keyframes turn {
    0% {
        transform: rotateY(0deg);
    }
    6.25%,
    50% {
        transform: rotateY(180deg);
    }
    56.25%,
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        top: 10px;
    }
    12.5% {
        top: 30px;
    }
}
.table-responsive{
    min-height: 200px;
}
.operation{
    cursor: pointer;
    display: block;
}

/* 弹窗 */
.leftName{
    text-align: right;
    line-height: 34px;
    margin-top: 5px;
}
.rightCont{
    line-height: 34px;
    margin-top: 5px;
}
.AlterCont{
    margin: 20px 20px 0;
}
.AlterCont input{
    /* height: 38px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 8.6px 0px; */
}
.btnClass{
    height: 40px;
    width: 89px;
    margin: 20px 10px;
}
.customStyle .layui-layer-title{
    font-weight: bold;
    text-align: center;
    padding: 0;
    background-color: #f0f0f0;
}

.chatImg {
    display: inline-block;
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
}

.impo{
    color:red;
    padding-left: 5px;
    padding-right: 10px;
}
.nice-select .option{
    display: flex;
    justify-content: space-between;
}
