body{
    margin:0px;
    background-color: #f3f6f8;
    overflow: hidden;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
    overflow: hidden;
}
::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 0px;
    background-clip: padding-box;
    border: 0px solid #cacaca;
    min-height: 28px;
    
}


/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	background-color: transparent;
}
::-webkit-scrollbar-track-piece {
    /* background-color: rgba(180,180,180,0.06); */
    border-radius: 0px;
}


a {
    color: #348fe4;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.el-header{
    padding:0;
}


.navTab .el-tabs__item :first{
    padding-left:10px;
}

.tableToolBar{
    width: 100%;
    height: 46px;
    position: relative;
    display: flex;
    
}

.tableToolBar .right{        
    position: absolute;
    right: 0;
}

.el-pagination{
    padding: 8px;
    background-color: #fff;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    display: flex;
    justify-content: right;
}

.myVxe-toolbar{
    border: 1px solid #eee;
    border-bottom: 0;
    padding:10px;
    border-radius: 4px 4px 0 0 ;
}

.vxe-grid--pager-wrapper .vxe-pager{
    border: 1px solid #eee;
    border-top: 0;
    padding:20px;
    border-radius: 0px 0px 4 4 ;
}

.vxe-cell a, .el-table .cell a{
    padding:0 4px;
}

.el-main{
    padding: 0;
}

.el-card__header{
    height: 52px;
    padding:14px 20px;
}

.vxe-pager{
    border:1px solid #eee;
    border-radius: 0 0 4px 4px
}

.el-card__body {
    padding:0px;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #ffe215;
    padding:6px 0;
}

.el-tree--highlight-current .el-tree-node__content {
    padding:6px 0;
}