.layui-card{  
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    margin: 5px;
}
.layui-card:last-child {
    margin-bottom: 5px;
}
.layui-card-body .layui-table{
    margin: 0;
}
.layui-table-box{
    width: 100%;
}

/********** 展示时间多选按钮 **********/
.module-qiancr,
.module-logistics{
    position: relative;
}
.showtime-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.showtime{
    display: inline-flex;
    margin-bottom: 10px;
}
.time_range{
    display: inline-block;
    margin-bottom: 10px;
}
.showtime-item{
    display: block;
    margin-right: 5px;
    padding: 2px 10px;
    color: #444;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.showtime-item:hover{
    border-color: #009688;
}
.showtime-item.active{
    background-color: #009688;
    color: #fff;
    border-color: #009688;
}

/* 标题 */
.module-qiancr .module-title{
    line-height: 30px;
    margin-right: 5px;
    margin-bottom: 10px;
}

/* 增长和下跌箭头 */
.module-qiancr .layui-table-view .color-red::after,
.module-qiancr .layui-table-view .color-success::after{
    /*content: '↑';*/
    /*position: relative;
    font-size: 14px;
    top: -1px;
    left: 2px;*/
}
.module-qiancr .layui-table-view .color-success::after{
    /*content: '↓';*/
}

.pointerJ{width:10px; height: 13px;margin-top: 3px;float:right;padding-right: 3px;}
.pointerUpT{border-width: 0 3px 5px 3px;border-color: #fff #fff #FF5722 #fff;border-style:solid;height: 0; width: 0;}
.pointerUpL{width:1px; height: 9px; background-color: #FF5722; /*margin-left: 2.5px;*/}
.pointerDownT{border-width: 5px 3px 0 3px;border-color:#5FB878 #fff #fff #fff;border-style:solid;height: 0; width: 0;}
.pointerDownL{width:1px; height: 9px; background-color: #5FB878; /*margin-left: 2.5px;*/}

/********** 销售业绩报表 **********/
.sales-performance-report .layui-tab-title{
    margin-left: 10px;
    margin-right: 10px;
}
/* tab激活的下划线 */
.layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #009688;
}
/********** 表头内容超出表格宽度可以换行 **********/
th .layui-table-cell{
    height:auto !important;
    overflow:visible;
    text-overflow:inherit;
    white-space:normal;
}
/* 调整排序图标位置 */
.layui-table-sort .layui-edge{
    left: 2px;
}
/* 表头固定占两行高度 */
#table-sales-performance + div .layui-table-header th,
#table-djsales-performance + div .layui-table-header th{
    height: 50.89px!important;
}

/********** 导航条 guide-bar style **********/
.guide-bar {
    position: fixed;
    z-index: 999;
    padding: 20px 20px 20px 20px; 
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    height: 45px;
}
.left-guide-bar {
    position: absolute;
    left: 23px;
    top: 20px;
    padding-top: 7px;
}
.right-guide-bar {
    margin-left: 100px;
    display: inline-flex; 
    overflow-x: auto;
    width: calc(100% - 100px);
}
.show-data-box {
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    background-color: #F3F4F7;
    box-sizing: border-box;
    padding: 5px 7px;
    cursor: pointer;
    color: #333;
}
.show-data-box ~ .show-data-box {
    margin-left: 8px;
}
.show-data-box p:first-child {
    width: 100%;
}
.show-data-box p:last-child {
    width: 100%;
    color: #009688;
    font-size: 30px;
    padding-top: 10px;
}
.show-data-item {
    display: flex;
    line-height: 16px;
    font-weight: bold;
}
.show-data-item:first-child {
    margin-bottom: 3px;
}
.show-data-item .data-name {
    width: 65px;
}
.show-data-item .data-count {
    padding-right: 2px;
    color: #009688;
    font-size: 13px;
}
