@charset "utf-8";
/* 你自己的样式 */

.ml-15 {
    margin-left: 15px;
}

.column_title_icon {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 5px;
}

    .column_title_icon img {
        width: 46px;
        height: 46px;
        object-fit: scale-down;
    }

.column_title_device {
    margin-left: 50px;
}

    .column_title_device span {
        display: block;
        text-align: left;
        width: 100%;
    }

        .column_title_device span i {
            font-size: 16px;
            color: #636161;
            margin-right: 4px;
            float: left;
        }

            /*.column_title_device span i.fa-android {
                background-image: linear-gradient(to top,green,#1ed56b);
            }

            .column_title_device span i.fa-apple {
                background-image: linear-gradient(to top,#ff0000,#c918eb);
             
            }
            .column_title_device span i.fa-html5 {
                background-image: linear-gradient(to top,#15ebeb,#12cde8);
            }
            .column_title_device span i.fa-desktop {
                background-image: linear-gradient(to top,#1948e1,#000000);
                font-size:14px;
            }*/
            .column_title_device span i.fa-desktop {
                font-size: 14px;
                width: 18px;
            }




.formitemtip {
    font-size: 12px;
    color: #b0b0b0;
    line-height: 20px;
    padding-top: 2px;
}

.bordernone .el-input__wrapper {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #dfe6ec;
    border-radius: unset;
}


.tips {
    color: #cccccc;
}

.navbar-logo {
    height: 88px !important;
    line-height: 88px !important;
    width: 221px !important;
    margin: 0px !important;
    text-align: center;
    background-image: url("/Theme/static/h-ui.admin/images/block1_logo.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
}

.navbar-fixed-top {
    height: 88px;
}

.navbar-nav .cl li {
    width: 90px;
    padding: 0px;
    margin: 0px;
    height: 88px;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.wh50 {
    width: 50px;
    height: 50px;
    margin-top: -6px;
    margin-bottom: 13px;
}

.navbar-nav > ul {
    background-color: #222222;
    margin-left: 221px;
}

    .navbar-nav > ul li {
    }

    .navbar-nav > ul > li, .navbar-nav > ul > li > a {
        line-height: 0px;
        padding: 0 0px;
        display: flex;
        flex-direction: column; /* 使img和p垂直排列 */
        align-items: center; /* 垂直居中img和p */
        text-decoration: none; /* 可选：去除a标签的下划线 */
    }

        .navbar-nav > ul > li, .navbar-nav > ul > li > a > p {
            width: 100%;
            margin: 0px;
            color: #aaaaaa;
        }

            .navbar-nav > ul > li a:hover {
                background-color: transparent;
            }


            .navbar-nav > ul > li.activetop {
                background-image: linear-gradient(to bottom, rgba(255, 232, 195, 0.5), rgba(255, 232, 195, 1)) !important;
            }

            .navbar-nav > ul > li > a > p {
                color: #ECE7DF
            }

            .navbar-nav > ul > li.activetop > a > p {
                color: #333333
            }

.navbar-userbar a {
    color: #ECE7DF;
}

.Hui-aside {
    top: 88px;
    width: 221px;
    background-color: #222222;
}

.second_title {
    color: #FFBD4E !important
}

.three_ul {
    display: flex;
    flex-wrap: wrap; /* 允许内容换行 */
    padding: 0; /* 移除默认的padding */
    list-style: none; /* 移除默认的列表样式 */
}

    .three_ul li {
        flex-basis: 50%; /* 每个li占据50%的宽度，确保一行只有两个 */
        box-sizing: border-box; /* 确保padding和border不会增加元素的总宽度 */
    }

.el-date-range-picker__content .el-date-table th {
    text-align: center !important;
}

.isgamebox {
    position: absolute;
    left: 3px;
    height: 100%;
    display: flex; /* 使用 flexbox 布局 */
    align-items: center; /* 垂直居中内容 */
    justify-content: center; /* 水平居中内容，如果需要的话 */
}

    .isgamebox::after {
        content: "◉";
        color: #52b7bf;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
.inicon .el-input-group__append {
    padding: 0px 0px;
}