html::-webkit-scrollbar, body::-webkit-scrollbar{ width: 6px; background: #F1F4F6;}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb{ width: 6px; background: #999; border-radius: 3px;}

.onetabber .title{ font-weight: normal!important; border-bottom: 1px solid #eee!important;}

.echarts{ width: 1125px!important;}

.echarts.taber{ width: 559px!important;}

.onetabber .l{ margin: 18px 15px 0 15px; justify-content: space-between;}

.onetabber .l .li{ width: 260px; background: #F7F8F7; border-radius: 4px; top: auto; left: auto; padding: 0!important;}

.onetabber .s{ margin: 10px 15px 0 15px; justify-content: space-between;}

.onetabber .s .si{ width: 260px; background: #F7F8F7; border-radius: 4px; top: auto; left: auto; padding: 0!important;}

.onetabber .l .li img, .onetabber .s .si img{ display: block; width: auto!important; height: 20px!important; padding: 20px 0 0 20px!important; box-sizing: unset!important;}

.onetabber .jibie{ margin: 8px 15px 0 15px; padding: 0; align-items: flex-end; position: relative;}

.onetabber .jibie div:first-child{ font-size: 13px; line-height: 13px; color: #656565;}

.onetabber .jibie .wenzi{ font-size: 26px; line-height: 26px; position: absolute; bottom: -3px; right: 0;}

.onetabber .name{ padding: 0; font-size: 13px; color: #A0A0A0; line-height: 20px; padding: 5px 15px;}

.onetabber .name span{ color: #454545;}

.onetabber .name:first-child{ padding: 20px 0 5px 15px;}

.onetabber .one:nth-child(3)>div:nth-child(2){ justify-content: space-between; position: relative; display: block!important;}

.onetabber .one .image{ position: absolute; top: 32px; right: 50px;}

.onetabber .one .image img{ display: block; width: 90px!important; height: 90px!important; margin: auto!important; padding: 0!important;}

.onetabber .one .image .username{ padding: 0; margin: 0; text-align: center; font-size: 14px; line-height: 18px; color: #A0A0A0; margin-top: 18px; white-space: nowrap;}



/*不要删除*/

.el-pager .number.active{

    background: #3861FE !important;

    color: #ffffff !important;

}



/*里面的代码可以根据自己需求去进行更改*/

/* 设置滚动条的样式 */

::-webkit-scrollbar {

width:12px;

height: 6px;

}

/* 滚动槽 */

::-webkit-scrollbar-track {

-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);

border-radius:10px;

}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {

border-radius:10px;

background:rgba(0,0,0,0.1);

-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);

}

::-webkit-scrollbar-thumb:window-inactive {

background:rgba(255,0,0,0.4);

}