.noGrayElement{float:left;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
/*2023-4-24 登录美化*/
.layui-layer{
    border-radius: 10px !important;
    overflow: hidden;}
.loginBox{
    display: none;
    height: 100%;}
.loginBox .logCon{
    overflow:hidden;}
.tcTit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #b31a2c;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;}
.layui-layer-setwin .layui-layer-close2{
    top: -11px !important;
    right: -5px !important;
    background-position: -104px -32px !important;}
.layui-layer-content{
    overflow: hidden !important;}
.logCon {
    height: 100%;
    margin-top: 40px;
    max-height: calc(100% - 40px);
    overflow-y: scroll;
    padding-top: 38px;
    text-align: center;

    background-size: cover;}
.logCon a:first-child{
    margin-left: 0;}
.logCon a{
    display: inline-block;
    width: 115px;
    line-height: 44px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #b31a2c;
    border-radius: 5px;
    background: #f9d8db;
    margin-left: 27px;}
.logCon a:hover{
    background: #b31a2c;
    color: #fff;}
/*2023-4-24 登录美化*/

