
body{
    background-color: #f0f2f5;
    overflow-x: hidden;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
}

#appMenu{
    width: 240px;
    border-right: solid 1px #e6e6e6;
    overflow: hidden;
    /*background-color: rgb(240, 242, 245);*/
    background-color: #fff;
    overflow-y: auto;
    height: calc(100vh - 56px) !important;
}
#appHeader{
    position: absolute;
    z-index: calc(99 + 3) !important;
}

.ele-admin-shade{
    z-index: -1;
    display: none;
}
@media screen and (max-width: 768px){
    .ht-header .is-func,#appMenu,.ht-header .cursor-default{
        display: none;
    }
    .sm\:w-fulls{
        width: 100%!important;
    }
    #appMenu{
        position: absolute;
        z-index: calc(99 + 3) !important;
        height: calc(100vh - 60px);
    }
    .ele-admin-shade{
        background: rgba(0, 0, 0, .5);
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: calc(99 + 2);
        display: none;
    }

}


.stats{
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-top: 20px;
}
.stats .stat{
    min-width: 160px;
}
.pay-list.selected{
    border-color: rgb(59 130 246);
}
.selected .text-gray-500,.selected .text-gray-700{
    color: rgb(59 130 246);
}

img[data-grade="0"]{
    background-color: #949595;
}
img[data-grade="1"]{
    background-color: #cdd5d5;
}
img[data-grade="2"]{
    background-color: #188D14;
}
img[data-grade="3"]{
    background-color: #658BCE;
}
img[data-grade="4"]{
    background-color: #9b61c8;
}
img[data-grade="5"]{
    background-color: #e8a64e;
}
img[data-grade="6"]{
    background-color: #cb464a;
}

.el-button.is-text {
    background-color: transparent;
    border: 0 solid transparent;
    color: #606266;
}
.icon-i{
    margin-right: 8px;
    height: 24px;
    padding-left: 20px;
}
.icon-txt{
    background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
}
.desk-home{

    padding-top: 56px;
}
.el-main{
    /* 修改此处 */
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    align-content: flex-start;
    height: calc(100vh - 56px) !important;
}
.el-main .card{
    /* 修改此处 */
    height: 100px!important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.el-menu-item [class^=el-icon-] {
    margin-right: 1px;
    width: 16px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
#appHeader{
    position: absolute;
    z-index: calc(99 + 3) !important;
}
/*  登录框样式 */
.tool-list-container {
    /*width: 900px;*/
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr;*/
    /*margin: 0 auto 30px;*/
    /*-webkit-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}
.tool-list-container .tool-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
    margin-right: 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    width: 280px;
    height: 100px;
    text-decoration: none;
}
.tool-list-container .tool-item img,.tool-list-container .tool-item .img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: 20px;
}
.tool-list-container .tool-item .tool-content {
    margin-left: 10px;
    margin-top: 25px;
}
.tool-list-container .tool-item .tool-content .tool-name {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #242424;
}
.tool-list-container .tool-item .tool-content .tool-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #8f8f8f;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tool-item .label {
    box-sizing: border-box;
    text-transform: uppercase;
    position: absolute;
    height: 25px;
    top: 0;
    right: 0;
    background-color: #136ce9;
    border-radius: 0 10px 0 10px;
    border: 0 solid #136ce9;
    padding: 2px 8px;
    color: #fff;
    line-height: 20px;
    grid-gap: 10px;
    gap: 10px;
    grid-row-gap: 10px;
    row-gap: 10px;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.tool-item .label[data-style="5"] {
    background-color: #f44837;
    border-color: #f44837;
}
.tool-item .label_font {
    font: normal 400 12px PingFang SC;
    line-height: 20px;
    padding: 0;
}