
::-webkit-scrollbar {
    display: none;
}

.layui-input {
    background: #334155 !important;
    color: #fff;
    border-radius: 0.5rem;
    border: 0;
}

.layui-form-select dl {
    background: #334155;
}

.layui-form-select dl dd.layui-disabled {
    background-color: #334155;
    font-size: 18px;
}

.layui-form-select dl dd {
    color: #fff;
}

header {
    position: relative;
    z-index: 99999 !important;
    background: #eee;
}

#zz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
}

.right_menu {
    position: absolute;
    display: flex;
    right: 20px;
    top: 15px;
    z-index: 99999999999;

}

.right_menu .min, .right_menu .exit {
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    background: rgba(189,189,189,.3);
    border-radius: 10px;
}

.right_menu .exit {
    margin-left: 20px;
}

.right_menu .exit:hover {
    background: red;
}

#accountList .select{
    margin-left: 50px;
    color: #fe2c55;
    display: flex;
    align-items: center;

}
