.flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.pd12 {
    padding: 12px 15px;
}

.nos {
    cursor: pointer;
}

.nowarp {
    white-space: nowrap;
}

.m1215 {
    margin: 12px 15px;
}

.mtb10 {
    margin: 10px 0;
}

.mtb15 {
    margin: 15px 0;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10{
    margin-left: 10px !important;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 25px;
}

.font15 {
    font-size: 15pt;
}

.font14 {
    font-size: 14pt;
}

.font13 {
    font-size: 13pt;
}

.font12 {
    font-size: 12pt;
}

.font10 {
    font-size: 10pt;
}

.font9 {
    font-size: 9pt;
}

.pd12 {
    padding: 10px 12px;
}

.pd15 {
    padding: 15px 19px;
}

.pd20 {
    padding: 20px 30px;
}

.pd30 {
    padding: 30px 35px;
}

.ptb10 {
    padding: 10px 0;
}

.ptb15 {
    padding: 15px 0;
}

.ptb20 {
    padding: 20px 0;
}

.doubleW {
    font-weight: 600;
}

.sh-border {
    border: 1px solid #DCDFE6;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.al {
    text-align: left;
}

.posr {
    position: relative;
}

.head-span-mini {
    width: 10px;
    height: 10px;
    margin-right: 9px;
    display: inline-block;
}



.sh-hover {
    transition: all .22s;
}

.sh-a {
    transition: all .35s;

    &:hover {
        color: #1f88f1;
    }
}
.main-color{
    color: #409eff;
}
.textflow {
    overflow: hidden;
    text-overflow: ellipsis;
}



@keyframes tool-anim {
    0% {
        transform: scale(.75);
    }

    100% {
        transform: scale(1);
    }
}

.tooltip-enter {
    animation: tool-anim .32s;
}


.scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
 
    background: #d3d3d3c7;
}

.scrollbar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #ededed00;
    background: rgba(240, 240, 240, 0.877)
}

/* //自定义隐藏滚动条 */


.noscrollbar::-webkit-scrollbar {
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
    display: none;
}

.noscrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
     box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ffffffc7;
}

.noscrollbar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #ffffff00;
    background: rgba(240, 240, 240, 0.877)
}

.table-pager {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.noclick {
    cursor: not-allowed;
}

/* //自定义更细按钮 */
.update-btn-con {
    height: 45px;
    line-height: 45px;
    text-align: right;
}

.update-btn-con .update-btn {
    padding: 10px 16px;
    background: blue;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.tflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tool-col {
    .tool-span {
        margin: 0 8px;
        min-width: 10px;
        display: inline-block;
    }
}

#arrow,
#arrow::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
}

#arrow {
    visibility: hidden;
}

#arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.tooltip[data-popper-placement^='top']>#arrow {
    bottom: -4px;
}

.tooltip[data-popper-placement^='bottom']>#arrow {
    top: -4px;
}

.tooltip[data-popper-placement^='left']>#arrow {
    right: -4px;
}

.tooltip[data-popper-placement^='right']>#arrow {
    left: -4px;
}


.el-message-box__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-dialog__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-dialog {
    margin: 0 auto !important;
    border-radius: 15px;
}

.monthPopper .el-month-table td.current .cell {
    background-color: #409eff !important;
}
.flex-bet {
    display: flex;
    justify-content: space-between;
    /* width: 260px; */
    /* margin: 0 auto; */
}
.primary {
    color: #409EFF;
}
.sec-color {
    color: #FF8400;
}
.vxe-table--render-default .vxe-body--column.col--ellipsis,
.vxe-table--render-default.vxe-editable .vxe-body--column,
.vxe-table--render-default .vxe-footer--column.col--ellipsis,
.vxe-table--render-default .vxe-header--column.col--ellipsis {
    height: 29px !important;
    font-size: 9pt !important;
}

.cup {
    cursor: pointer;
}

.pt15 {
    padding-top: 15px;
}
