body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}
/*============================头部开始============================*/
.bsa-sidebar .bsa-sidebar-header {
    background:#1B53DA;
}
.bsa-sidebar .bsa-sidebar-header .bsa-logo-text {
    color: #fff;
	font-size:24px;
}
.nav_check{
    border:0px;
    color: #1578c9;
    font-weight: bold;
    background: #F4F6F8;
}
button {
    outline: none;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
}
.nav_back{
    background: #fff;
}
.bsa-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #1e345a;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    z-index: 110;
    list-style: none;
    margin: 0;
}
.bsa-header .bsa-nav-item {
    height: 50px;
}
.bsa-header-badge-wrapper .bsa-header-badge {
    position: absolute;
    top: -4px;
    right: -12px;
}
.bsa-header .bsa-nav-item {
    color: #fff;
}
.bsa-sidebar-header{
    font-size: 20px;
    color:#fff;
}
/*============================侧边栏开始============================*/
.bsa-menu .has-children:after {
    zoom: normal;
    right: 15px;
}
.bsa-menu a {
    position: relative;
    padding-left: 16px;
    padding-right: 24px;
    color: #b8c7ce;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    border-left: 3px solid transparent;
}
.bsa-menu a.has-children.open {
    color: #fff;
}
.bsa-menu a.has-children.open {
    background: transparent;
    border-left: 3px solid transparent;
}
.bsa-menu a.active, .bsa-menu a:active, .bsa-menu a:focus, .bsa-menu a:hover {
    color: #fff;
    background-color: #1c4c7d;
    border-bottom: 1px solid #20262c;
    border-left: 3px solid #1396f8;
}
.bsa-menu a.has-children:hover {
    background: transparent;
    border-left: 3px solid transparent;
}
.bsa-menu ul {
    border: 0px;
}
.bsa-menu li:first-child {
    padding-top: 0;
}
.bsa-menu li:last-child {
    padding-bottom: 0;
}
.bsa-menu li+li {
    padding-top: 0;
}
.bsa-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 154px;
    z-index: 100;
    -webkit-transition: .3s -webkit-transform;
    transition: .3s -webkit-transform;
    transition: .3s transform;
    transition: .3s transform,.3s -webkit-transform;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #112c43;
    -webkit-box-shadow: 0 .3rem .8rem rgba(0,0,0,.12);
    box-shadow: 0 .3rem .8rem rgba(0,0,0,.12);
    will-change: transform;
}
.bsa-sidebar .bsa-sidebar-body>li.header {
    color: #4b646f;
    background: #1a2226;
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}
.bsa-sidebar .bsa-sidebar-body {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/*============================内容区域开始============================*/
.bsa-main-wrapper {
    margin-top: 50px;
    margin-left: 154px;
}
/*按钮*/
.btn_outline_master, .btn_outline_master:hover {
    color: #1B53DA;
    border-color: #1B53DA;
    padding: 4px 8px;
    background: #EFF2FD;
}
.btn_outline_delect, .btn_outline_delect:hover {
    color: #f00;
    border-color: #f00;
    padding: 4px 8px;
    background: #ffeded;
}
/*查询*/
.ul_query{
	list-style-type:none;
	margin:10px 0 0 0;
	width:100%;
	padding-left: calc(var(--bs-gutter-x) * .3);
}
/*列表*/
table {
	caption-side: top;
	border-collapse: separate;
	border-spacing: 0;
}
.table thead tr{
    background: #F8F8F8;
}
.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #F8F8F8;
}
.table tr td .listbtn{
	color:#1B53DA;
}
.statusbg_success{
	background:#39CD8E;/*正常*/
}
.statusbg_failure{
	background:#E35052;/*注销*/
}
.statusbg_trial{
	background:#7793fd;/*试用*/
}
.statusbg_stop{
	background:#acacac;/*停用*/
}
/*============================内容区域结束============================*/
