.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;
}

.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;
    max-height: calc(100vh - 115px);
}
.operation{
    cursor: pointer;
}

/* 弹窗 */
.leftName{
    text-align: right;
    line-height: 34px;
    margin-top: 5px;
}
.rightCont{
    line-height: 34px;
    margin-top: 5px;
    padding:0 0;
    min-height: 34px;
    display: flex;
}
.AlterCont{
    margin: 20px 20px 0;
}
.AlterCont input{
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    color: #555;
    border: 1px solid #ccc;
}
.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;
}
#tbody td{
    line-height: normal;
    vertical-align: middle;
}
.nice-select { height: 34px !important; }
.nice-select .option{
    display: flex;
    justify-content: space-between;
}
#addUserPopup .nice-select,
#editorUserPopup .nice-select {
    width: 172px !important;
    border-color: #ccc;
}

/* 收费项目显示 */
.chargeItems {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    width: 220px;
    height: 270px;
    overflow: auto;
    background-color: #EFF3F8;
}
.chargeItems ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* 提示层 */

.explainIcon {
    cursor: pointer;
}
.explainCnt {
    display: none;
    position: absolute;
    top: 25px;
    left: -369px;
    z-index: 999;
    width: 400px;
    height: 300px;
    overflow-y: auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    border: solid 1px #05aae8;
    border-radius: 2px;
    background-color: #fff;
}
.explainCnt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.explainCnt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background: #d0d8da;
    cursor: pointer;
    cursor: pointer;
}
.explainCnt::-webkit-scrollbar-thumb:hover {/*鼠标划入滚动条里面小方块*/
    background: #c9d3d5;
    cursor: pointer;
}
.explainCnt::-webkit-scrollbar-thumb:active {/*点击滚动条里面小方块*/
    background: #c1cdd0;
}
.explainCnt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    padding: 3px;
    background: #fff;
}

#tbodyx{
    text-align: left;
}
.TABS_body{
    clear: both;
}
.ztitle{
    width: 131px;
    font-size: 19px;
    font-weight: bold;
}

#tbody tr:hover{
    cursor: pointer;
}
#tbody .active td{
    background-color: #05aae8 !important;
    color: #fff !important;
}
#tbody .active a{
    color: #fff !important;
}
.pztitle{
    clear: both;
    font-size: 16px;
    font-weight: bold;
    margin: 20px;
}