﻿@charset "utf-8";
/* 你自己的样式 */
.list-cion{font-size: 16px !important; vertical-align: text-top; margin-right: 5px}
.table{
    overflow-x: auto;
    position: relative;
}
.table table{
    min-width: 1300px;
    border-right: 0;
}
.table .td-manage{
    /*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
    position:absolute;
    right: 0;
    border-right: 1px solid #ddd;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;

}
.table .td-manage a{
    margin: 0 5px;
}
.table table td{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    height: 50px;
    padding: 0 5px;

}
.table table th{
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.r{
    line-height: 30px;
}
.bk-gray{


}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: rgba(255,255,255,0.3);
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #353248;
}

/*Firefox*/
.beauty-scroll {
    scrollbar-color: #1890FF #91D5FF; /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
    scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
    -ms-overflow-style: none; /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
html{
    scrollbar-face-color: #DDEEFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #99BBCC;
    scrollbar-3dlight-color: #AACCDD;
    scrollbar-arrow-color: #6688AA;
    scrollbar-track-color: #EEEEEE;
    scrollbar-darkshadow-color: #DDEEFF;
}
