
tbody th{
    font-weight: 400;
}
tbody td button{
    margin: 0 5px;
}
tbody td a{
    color: #000;
}
.navbar-nav span{
    font-weight: 500;
}
.active_sider{
    background: #eee;
}
.active_sider .icon,.active_sider .nav-link{
    color: #000!important;
}
/*根据用户类型（商户、管理员）来判断显示导航*/
.adminsider{
    display: none;
}
.screen{
    background: #fff;
    margin: 0 15px;
    margin-bottom: 20px;
    padding: 20px 15px;
    width: auto;
}
.screen select{
    height: 35px;
    padding: 0 10px;
    margin-right: 2%;
}
.screen input{
    margin-right: 2%;
}
.header_right{
    float: right;
}
.header_right a{
    margin-left: 20px;
}

.inputs{
    display: inline-block;
    margin-bottom: 2rem;
}
.inputs input{
    display: inline-block;
}
/*充值成功*/
.orderstate_success{
    color: #67c23a;
}
/*待发货*/
.orderstate_tobeshipped{
    color: #909399;
}
/*充值中/发货中*/
.orderstate_recharge{
    color: #409eff;
}
/*重发作废*/
.orderstate_error{
    color: #f56c6c;
}

.Probably{
    display: none;
}

/*数据请求中 遮罩层*/
.modeldata{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    /*display: none;*/
    z-index: 998;
}
.modeldata p{
    z-index: 999;
    color: #fff;
    position: fixed;
    top: 40%;
    left: 40%;
    background: #000;
    width: 20%;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
}