/*.panel-body {*/
/*    padding:0!important;*/
/*}*/
ul,
li {
    padding: 0;
}
.detail-popover.el-popover{
    position: absolute !important;
    left: 800px!important;
    top: 0!important;
}
.topnav,
.topnav li {
    height: 50px !important;
    line-height: 50px !important;
    background-color: #5b8cff !important;
}

.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 0px;
}

.el-aside .is-active {
    background: #ECF5FF;
}

.logo {
    float: left;
    width: 300px;
    text-align: center;
    font-size: 18px;
}

.logo img{
    width: 100% !important;
}
.menulogo{
    width: 155px;
    float: left;
    text-align: center;
    font-size: 18px;
}
.el-header {
    padding: 0;
}

.collapsebtn {
    float: left;
    padding: 0 10px 0 32px;
}

html,
body {
    padding: 0px;
    margin: 0px;
    /*height: 100%;*/
    /*overflow: hidden;*/
    min-width: 1680px;
}

.el-header,
.el-footer {

    color: #fff;
    text-align: center;
    line-height: 50px;
    height: 50px !important;
}

.el-container {
    height: 100%;
}

#main {
    height: 100%;
}
.pclayout{
    min-width: 1200px;
}

.el-aside {
    overflow: auto;
    background-color: #fff;
    text-align: center;
    /*width: 230px!important;*/
    border-right: 1px solid #e1e1e1
}

.el-main {
    padding: 0;
}

/*.el-main .el-tab-pane {*/
/*    height: 100%;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/
.iframe-wrap {
    /*height: 100%;*/
    position: relative;
    background-color: #ecf0f5;
    clear: both;
}

.el-tabs__content {
    padding: 0 !important;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
}

.el-tabs__content iframe {
    width: 100%;
    /*height: 100%;*/
    border: none;
    outline: none;
}

.el-menu {
    border-right: 0;
}

.el-menu-item,
.el-submenu__title {
    text-align: left;
    line-height: 44px!important;
    height: 44px!important;
    padding: 0 15px;
}


.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}

.navbar-top-links>li>a {
    height: 50px;
    color: #fff;
}

.el-tabs__new-tab {
    display: none;
}

.container-div {
    padding: 20px;
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.mainbox {
    /*padding: 20px;*/
    min-height: calc(100vh - 130px);
    background-color: #fff;
}

.toolbar .el-button{
    margin-left: 0 !important;
}

.toolbar .left {
    float: left;
}

.toolbar .right {
    float: right;
}

.top10 {
    margin-top: 10px;
    clear: both;
}

.el-breadcrumb {
    background-color: #fff;
    color: #999;
    line-height: 40px;
    padding-left: 30px;
}

.el-col {
    padding: 0 5px;
}

.el-dialog {
    margin-top: 5vh !important;
}

.el-form-item {
    margin-bottom: 0px;
}

.pagebox {
    clear: both;
   /* overflow: hidden;*/
    text-align: center;
    padding-top: 20px;
}

.top-user {
    float: right;
    padding-right: 10px;
    color: #fff;
    cursor: pointer;
}

.top-user img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #bbcffe;
}

.el-dialog__header {
    text-align: left !important;
    border-bottom: 1px solid #eee;
}

.el-table .cell {
    text-overflow: clip;
}
.el-table th{
    font-size: 14px;
    color: #333;
    background: #ebebeb;
}
.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf{
    border-bottom-color: #e8e8e8;
}
.el-table--border .el-table__cell,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
    border-right-color: #e8e8e8;
}
.text-success {
    color: #67c23a
}

.text-warning {
    color: #e6a23c
}

.text-danger {
    color: #ff6600
}

.text-primary {
    color: #409eff
}

.text-info {
    color: #999
}

.box-view {
    position: fixed;
    overflow-y: scroll;
    min-width: 926px;
    width: 100%;
    top: 0px;
    bottom: 0;
    right: 0;
}

.task-view {
    position: fixed;
    overflow-y: scroll;
    min-width: 926px;
    width: 50%;
    top: 0px;
    bottom: 0;
    right: 0;
}



.el-checkbox__inner {
    display: inline-block;
    position: initial;
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
    content: '';
    position: inherit;
    background-color: #EBEEF5;
    z-index: 1;
}

/*详情*/
.header-left {
    float: left;
    margin-top: 10px;
}

.header-right {
    float: right;
}

.project-name {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    font-weight: 700;
}

.project-header-members {
    margin-top: 10px;
}

.project-header-members img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left;
}

.clear {
    clear: both;
}

.main-view {}

/*任务详情*/
.task-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-family: -apple-system, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, Segoe UI, Roboto, sans-serif;
    color: #000;
}

.task-desctitle {
    font-size: 14px;
    padding: 10px 0;
}

.task-desc {
    padding-top: 0px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.task-desc img {
    max-width: 100%;
}

.comment-list img {
    max-width: 100%;
}

.comment-list .nickname img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.comment-list .nickname {
    color: #000;
    padding: 15px;
}

.comment-list .nickname span {
    color: #999;
}


.task-bar {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
    line-height: 24px;
}

.task-bar i {
    width: 24px;
    height: 24px;
    background-color: #f1f1f1;
    display: inline-block;
}

.bar-user {
    color: #999;
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: 20px 0 10px 0;

}

.bar-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 24px;
    margin-right: 10px;
}

.bar-avatar,
.bar-avatar span {
    float: left;
    color: #999;
    vertical-align: middle;
    line-height: 24px;
}

.bar-time,
.bar-time i {
    float: left;
    color: #999;
    vertical-align: middle;
    line-height: 24px;
    margin-right: 10px;
}

.bar-type,
.bar-type i {
    float: left;
    color: #999;
    vertical-align: middle;
    line-height: 24px;
    margin-right: 10px;
}

.bar-btn {
    cursor: pointer;
    color: #1a7bb9;
}

.el-table .cell {
    /*white-space: nowrap;*/
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.el-table-column--selection .cell {
    text-overflow: clip;
}

.objectbox .el-dialog {
    width: 960px;
    margin: 0 0 0 auto;
    z-index: 1 !important;
}

.objectbox .el-dialog {
    margin-top: 0vh !important;
    height: 100%;
}
.objectbox .el-dialog .el-dialog__body{
    padding: 0 !important;
}

.fullbox .el-dialog {
    width: 100%;
    margin-top: 0vh !important;
    height: 100%;
}

.el-tabs__header {
    margin: 0 0 0px;
}

.panel-body .el-table__empty-block {
    min-height: 100px;
}

.panel-body {
    padding: 20px;
}

/*.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {*/
/*    line-height: 16px;*/
/*}*/
/*.el-form-item__label {*/
/*    text-align: right;*/
/*    vertical-align: middle;*/
/*    float: left;*/
/*    font-size: 12px;*/
/*    color: #999;*/
/*}*/

.flow-box {
    width: 100%;
    height: 600px;
    background-color: #fff;
}

.task-title {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}

.task-complete {
    color: green;
}

.project .badge:after {
    position: relative;
    font-size: 50px !important;
    line-height: 1;
}

.project-badge .badge {
    font-size: 45px !important;
}

.el-table .cell {
    /* line-height: 14px; */
    line-height: 20px;
}

.blackendhome .panel-heading {
    border-bottom: 1px solid #EEF1F6;
}

.blackendhome .panel-heading .panel-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.blackendhome .panel-heading {
    padding: 0;
}

.blackendhome .panel-body {
    padding: 0 20px
}

.webcolumn_section {
    margin-top: 10px;
}

.webcolumn_list li {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}

.webcolumn_list li label {
    display: block;
    float: left;
    margin-bottom: 0;
    width: 84px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.webcolumn_list li .item_cont {
    margin-left: 80px;
}

.webcolumn_list li .item_cont a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #2C8BFF;
}

.blackendhometext_section {
    margin: 5px 0;
    margin-bottom: 15px;
    width: 100%;
}

.blackendhometext_section p {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.systemnotice_list {
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 225px;
    max-height: 225px;
    overflow: hidden;
    overflow-y: auto;
}

.systemnotice_list li {
    padding: 10px 0;
    padding-left: 15px;
    line-height: 24px;
    /*background: url(../img/libg.png) left center no-repeat;*/
    border-bottom: 1px solid #EEF1F6;
    overflow: hidden;
}

.systemnotice_list li a {
    display: block;
    float: left;
    max-width: 70%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.systemnotice_list li .time {
    float: right;
    font-size: 14px;
    color: #999;
}

.blackendhomelabel {
    margin-top: 10px;
}

.blackendhomelabel .label {
    font-size: 14px;
    font-weight: normal;
}

.blackendhomelabel .label-info {
    background-color: #3DABC4 !important;
}

.blackendhomelabel .label-danger {
    background-color: #E24D3A !important;
}

.blackendhomelabel .label-primary {
    background-color: #3766FB !important;
}

.blackendhomelabel .label-success {
    background-color: #30A531 !important;
}

.blackendhomelabel .label-warning {
    background-color: #ED911F !important;
}

.panel {
    border-radius: 3px;
    border: 0;
    box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
    margin-bottom: 0px;
}

.panel-title {
    /*padding: 0;*/
    background-color: #F7F7F7;
    border-bottom: 2px #eee solid;
    margin-bottom: 20px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: auto;
}

.el-table{
    color: #333;
    border: 0;
}

.el-table th {
    background-color: #ebebeb !important;
    height: 44px;
}
.el-table th.el-table__cell{
    padding: 0;
}
.el-table th.el-table__cell>.cell,
.el-table .cell{
    padding-left: 8px;
    padding-right: 8px;
}

.el-col>div {
    /*background-color: #fff;*/
}
.el-table td.el-table__cell{
    padding: 3px 0;
}
.el-table tr td{
    background-color: #fff;
}
.el-table tr:nth-of-type(odd) td{
    background-color: #f6f6f6;
}
.el-table tr td .el-button--text{
    color: #4881e9;
}
.el-table tr td:first-child{
    border-left: 1px solid #EBEEF5;
}
.el-table__empty-block{
    border: 1px solid #EBEEF5;
}
.el-table tr td .el-button+.el-button,
.el-table tr td .el-checkbox.is-bordered+.el-checkbox.is-bordered{
    margin-left: 5px;
}
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{
    background: #fff;
}
.el-table__body tr.hover-row.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped.selection-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
.el-table__body tr.hover-row.selection-row>td.el-table__cell,
.el-table__body tr.hover-row>td.el-table__cell{
    background-color: #f0f0f0;
}
.el-table tr th:last-child,
.el-table tr td:last-child{
    text-align: center;
}
.el-table tr th:last-child .cell,
.el-table tr td:last-child .cell{
    z-index: 999;
}
.el-tree-node__label{
    font-size: 13px;
}
.el-table tr td .btn_group{
    justify-content: center;
}
.fullbox .el-dialog__body {
    padding: 0;
}

.field-list .active {
    border-top: #e0f1ff solid 1px !important;
    border-bottom: #e0f1ff solid 1px !important;
}

.field-list .active label {
    color: #ff6600;
}

.field-list .field-item {
    padding: 0px;
    border: #fff solid 1px
}

.right-title {
    padding: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.right-title span {
    display: block;
    float: right;
    color: #0ab1fc;
}

.leftbox .left-title {
    padding: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.field-list {
    padding: 20px;
}

.field-form {
    padding: 20px;
}

.el-form--label-top .el-form-item__label {
    padding: 0;
}

.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label,
.edui-default {
    line-height: 20px;
}

label {
    margin-bottom: 0;
}

.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
    line-height: 32px;
}

.tabbox {
    padding-top: 15px;
}

.section2 .el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
    margin-bottom: 25px;
}

.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
    margin-bottom: 14px;
}
.loginbtn .el-form-item__content{
    margin-left: 0 !important;
}
.loginbtn .el-button--small{
    font-size: 16px;
    padding: 12px 16px;
    background-color: #5477f2;
    border-radius: 5px;
}
.section2 .el-form-item__label{
    font-size: 15px;
    line-height: 38px;
}
.section2 .el-input--small .el-input__inner{
    font-size: 14px;
    padding: 2px 15px;
    height: auto;
}
.info-form {
    display: block;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto;
    /* height: calc(100vh - 70px); */
    /*height: calc(100vh - 55px);*/
}
.info-form .el-form{
    margin-bottom: 100px;
}

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 5px 25px 10px;
}

.hand {
    cursor: pointer;
}

.el-upload-list--picture-card .el-upload-list__item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    margin: 0 8px 8px 0;
    display: inline-block;
}

.el-upload--picture-card {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    width: 65px;
    height: 65px;
    line-height: 74px;
    vertical-align: top;
}

.el-upload__input {
    display: none !important;
}

.el-table__body {
    width: 100%;
    table-layout: fixed !important;
}

.form-title {
    clear: both;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #000000d9;
    line-height: 50px;
    border-bottom: 1px solid #E9EDEF;
    border-radius: 2px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.form-title:after {
    width: 3px;
    height: 12px;
    background: #1050c7;
    border-radius: 0;
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    top: 19px;
}
.el-table__body-wrapper {
    overflow: hidden;
    position: relative;
}

.el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0;
    border-right: 1px solid #f1f1f1;
    height: 100% !important;
}

.el-table__fixed {
    height: 100% !important;
}

.panel-heading {
    height: 42px;
    padding: 0;
    color: #4d627b;
}

.panel-title {
    padding: 0 20px;
    font-size: 1.15em;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
}

.panel-title,
label {
    font-weight: 400;
}

.el-input__inner {
    height: 28px;
    line-height: 28px;
}
.overviewcard{
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 10px;
}
.overview-list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.overview-itembox{
    width: 15%;
    margin-right: 2%;
}
.width0{
    width: 0;
    margin: 0;
}
.overview-list .overview-item{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    color: #fff;
    line-height: 1.5;
    border-radius: 4px;
    overflow: hidden;

}
.overview-list .overview-itembox:last-child{
    margin-right: 0;
}
.overview-list .overview-item h3{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.overview-list .overview-item p{
    font-size: 14px;
    margin: 5px 0 0;
    color: #fff;
}
.overview-list .overview-itembox:nth-child(1) .overview-item{
    background-color: #47C6F3;
}
.overview-list .overview-itembox:nth-child(2) .overview-item{
    background-color: #28D7D2;
}
.overview-list .overview-itembox:nth-child(3) .overview-item{
    background-color: #B089E2;
}
.overview-list .overview-itembox:nth-child(4) .overview-item{
    background-color: #F976A0;
}
.overview-list .overview-itembox:nth-child(5) .overview-item{
    background-color: #7DBAF9;
}
.overview-list .overview-itembox:nth-child(6) .overview-item{
    background-color: #2FC1C4;
}
.overview-list .overview-itembox:nth-child(7) .overview-item{
    background-color: #4f90ca;
}
.accumulate-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.accumulate-list .accumulate-item{
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 11%;
    height: 110px;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
    color: #fff;
}
.accumulate-list .accumulate-item .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.accumulate-list .accumulate-item .title i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.accumulate-list .accumulate-item .title i img{
    max-width: 100%;
    max-height: 100%;
}
.accumulate-list .accumulate-item .title p{
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #fff;
}
.accumulate-list .accumulate-item h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 0 23%;
}
.accumulate-list .accumulate-item:nth-child(1){
    background: url(../img/b1.png) no-repeat;
    background-size: 100% 100%;
}
.accumulate-list .accumulate-item:nth-child(2){
    background: url(../img/b2.png) no-repeat;
    background-size: 100% 100%;
}
.accumulate-list .accumulate-item:nth-child(3){
    background: url(../img/b3.png) no-repeat;
    background-size: 100% 100%;
}
.accumulate-list .accumulate-item:nth-child(4){
    background: url(../img/b4.png) no-repeat;
    background-size: 100% 100%;
}
.accumulate-list .accumulate-item:nth-child(5){
    background: url(../img/b5.png) no-repeat;
    background-size: 100% 100%;
}
.accumulate-list .accumulate-item:nth-child(6){
    background: url(../img/b6.png) no-repeat;
    background-size: 100% 100%;
}
.accumulate-list .accumulate-item:nth-child(7){
    background: url(../img/b7.png) no-repeat;
    background-size: 100% 100%;
}
.accumulate-list .accumulate-item:nth-child(8){
    background: url(../img/b8.png) no-repeat;
    background-size: 100% 100%;
}
.homebox .form-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.screenbox{
    display: flex;
    align-items: center;
}
.screenbox .screen-list{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 10px 0 0;
}
.screenbox .screen-list .screen-item{
    padding: 9px 11px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    cursor: pointer;
}
.overview-selected{
    background-color: #0AB1FC;
    color: #fff !important;
    border-radius: 2px;
    overflow: hidden;
}
.screenbox .el-date-editor .el-range-separator{
    padding: 0;
    height: auto;
}
.screenbox .el-input__icon{
    line-height: 28px;
    height: auto;
}
.pawicon{
    position: absolute;
    top: 5%;
    right: 12%;
    font-size: 18px !important;
}

@font-face {
    font-family: "iconfont"; /* Project id 4426276 */
    src: url('./iconfont/iconfont.woff2') format('woff2'),
    url('./iconfont/iconfont.woff') format('woff'),
    url('./iconfont/iconfont.ttf') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-biyan:before {
    content: "\e61a";
}
.el-picker-panel{
    z-index: 8888 !important;
}
/*.edui-default{*/
/*    z-index: 8889 !important;*/
/*}*/
.edui-default .edui-dialog{
    z-index: 8890 !important;
}
.edui-default.edui-popup{
    z-index: 9999 !important;
}
.el-tooltip__popper{
    max-width: 40%;
}
.v-modal{
    z-index: 888 !important;
}
.recorditem{
    margin: 5px 0 0 5px;
    color:#ff6600;
    background-color: #fff6f1;
    padding: 5px;
}
.hideup .el-upload--picture-card {
    display: none;
}
.el-upload-list--picture-card .el-upload-list__item-actions{
    transition: opacity .1s;
}
.el-upload-list__item.is-ready {
    display: none !important;
}
.el-upload-list__item{
    transition: none !important;
}
.info-form .form-box{
    padding: 20px 20px 0 20px;
    min-height: calc(100% - 57px);
}
.info-form .form-footer {
    /* z-index: 9999; */
    z-index: 30000;
    text-align: right;
    background-color: #F8F8F8;
    border-top: 1px solid #eee;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    /* margin-left: -20px */
}


.infobox {
    margin-top: 2%;
    padding: 0 20px;
}
.el-table .el-table__cell{
    padding: 0px 0;
}
.infobox .el-row {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.el-pagination .el-input--mini .el-input__inner{
    height: 22px;
    line-height: 23px;
}
.el-table {
    margin-top: 10px;
}
.pad3 td,
.pad3 th{
    padding: 3px 0;
}
.pad0 td,
.pad0 th{
    padding: 0;
}
.pad8 td,
.pad8 th{
    padding: 8px 0;
}
.el-table__fixed-right::before, .el-table__fixed::before{
    background: transparent;
}
/*统计概况*/
.stats-overview {
  padding: 20px;
  min-height: calc(100vh - 90px);
}

.stats-h3{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.stats-overview .stats-main {
  padding: 20px;
  background: #fff;
}
.stats-main .el-table__body-wrapper {
    border: none!important;
}
.stats-main .el-table a,.stats-main .el-table td {
  color: #333;
}
.stats-main td{
    font-size: 14px;
}
.stats-overview .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.stats-overview .more-btn {
  padding: 0;
  font-size: 13px;
}

.stats-overview .more-btn i {
  margin-left: 4px;
  font-size: 12px;
}

.stats-overview .trend-section {
  margin-bottom: 20px;
}

.stats-overview .date-filter {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.stats-overview .el-radio-button__inner {
  padding: 8px 15px;
}

.stats-overview .metric-checkbox {
  margin-right: 16px !important;
}

.stats-overview .metric-checkbox:last-child {
  margin-right: 0 !important;
}

.stats-overview .ranking-section {
  margin-bottom: 20px;
}
.table-card {
  padding: 24px;
  min-height: 430px;
}
.stats-overview .el-link {
  color: #606266;
}

.stats-overview .el-link:hover {
  color: #409EFF;
}

.stats-overview .region-list {
  overflow-y: auto;
}

.stats-overview .region-list::-webkit-scrollbar {
  width: 4px;
}

.stats-overview .region-list::-webkit-scrollbar-thumb {
  background: #E4E7ED;
  border-radius: 2px;
}

.stats-overview .region-list::-webkit-scrollbar-track {
  background: #F5F7FA;
}

.stats-overview .el-checkbox__label {
  font-size: 13px;
  color: #606266;
}

.stats-overview .el-date-editor--daterange {
  width: 260px;
}

.stats-overview .el-input__inner {
  font-size: 13px;
}

.stats-overview .website-stats {
  margin-bottom: 30px;
  padding: 4px 24px 24px;
}

.stats-overview .website-stats .el-tabs__header {
  border-bottom: 2px solid #E4E7ED;
}

.stats-overview .website-stats .el-tabs__nav {
  border: none;
}

.stats-overview .website-stats .el-tabs__active-bar {
  height: 2px;
  background-color: #409EFF;
}

.stats-overview .website-stats .el-tabs__nav-wrap::after {
  display: none;
}

.stats-overview .website-stats .el-tabs__content {
  padding-top: 20px !important;
}

.stats-overview .stats-grid {
  display: grid;
  /*grid-template-columns: repeat(5, 1fr);*/
  grid-template-columns: repeat(3, 1fr);
}

.stats-overview .stat-item {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  transition: all 0.3s;
}

.stats-overview .stat-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, #E8E8E8 50%, transparent 50%);
    background-size: 1px 6px;
}

.stats-overview .stat-item:last-child::after {
    display: none;
}

.stats-overview .stat-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: 16px;
}

.stats-overview .stat-title {
  font-size: 16px;
  color: #333;
}

.stats-overview .stat-header i {
  font-size: 17px;
  color: #999;
  cursor: help;
}

.stats-overview .stat-value {
  font-size: 24px;
  line-height: 1;
}

.stats-overview .stat-value.success { color: #1EBBBA; }
.stats-overview .stat-value.primary { color: #409EFF; }
.stats-overview .stat-value.warning { color: #f9cc37; }
.stats-overview .stat-value.danger { color: #ed4c68; }
.stats-overview .stat-value.info { color: #9669DF; }

.stats-overview .stat-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stats-overview .stat-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.trend-chart .grid-content{
    height: 480px;
    padding: 24px;
}
.trend-chart-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.trend-chart-header .more-btn{
    font-size: 14px;
    color: #409EFF;
    cursor: pointer;
}
.trend-chart-header .more-btn:hover{
    text-decoration: none !important;
}
.show-cri{
    display: flex;
    align-items: center;
}
.show-cri .show-cri-text{
    font-size: 16px;
    color: #333;
}
.trend-chart .line-box{
    margin: 20px auto 0;
    width: 94%;
}
.gauge-boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.gauge-boxes .gauge-box{
    width: 50%;
    padding: 0 10px;
    border-right: 1px dashed #E8E8E8;
}
.gauge-boxes .gauge-box:last-child{
    border-right: 0;
}
.white-bg-card{
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
}
.map-card {
    padding: 24px;
}
.website-info {
    margin-bottom: 20px;
}
.website-info .info-col{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.website-info .info-col .network-status{
    width: 49%;
    height: 215px;
    border-radius: 5px;
    padding: 24px;
    overflow: hidden;
    background-size: 100% 100%;
}
.website-info .info-col .network-status .content {
    padding-left: 24px;
    color: #333;
    font-size: 14px;
}
.website-info .info-col .network-status .content span {
    font-size: 16px;
    color: #409EFF;
    font-weight: bold;
    line-height: 1;
}
.website-info .info-col .network-status .content h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 24px;
}
.website-info .info-col .network-status .handle {
    display: inline-block;
    text-align: center;
}
.website-info .info-col .network-status .handle h4{
    margin: 0 0 20px;
}
.website-info .info-col .network-status .handle span{
    font-size: 30px;
}
.website-info .info-col .network-status:first-child{
    background: url("../img/bg1.png") no-repeat center;
}
.website-info .info-col .network-status:last-child{
    background: url("../img/bg2.png") no-repeat center;
}
.website-info .info-col .network-status h3{
    margin: 0 0 40px;
    line-height: 1;
}
.website-info .service-info {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.website-info .service-info p {
    margin: 0;
}
.website-info .service-status{
    height: 215px;
    padding: 24px;
    overflow-y: auto;
}
.page-box{
    margin: 0px 0;
   /* text-align: center;*/
}
.statistics-box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 30px 40px;
}
.statistics-box .stat-item {
    padding: 0 98px 0 0;
    text-align: left;
    position: relative;
}
.statistics-box .stat-item:not(:last-child)::after {
    display: none;
}
.statistics-box .stat-item .stat-label,.stat-item .stat-value {
    font-size: 16px;
    color: #333;
    line-height: 1;
}
.statistics-box .stat-item .stat-value {
    margin-top: 24px;
}
.margin-left-14{
    display: flex;
    align-items: center;
    margin-right: 14px;
}

.filter-toggle {
    position: absolute;
    right: 20px;
    top: 17px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #409EFF;
    display: flex;
    align-items: center;
}

.filter-toggle i {
    margin-left: 4px;
}
.filter-label {
    display: inline-block;
    color: #333;
    line-height: 32px;
    font-size: 14px;
    margin: 0 8px 20px 14px;
}

.filter-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-row .el-select,
.filter-row .el-radio-group,
.filter-row .el-date-editor {
    margin-bottom: 20px;
}

.filter-content {
    transition: all 0.3s;
    max-height: 300px;
    overflow: hidden;
    padding-right: 65px;
}

.filter-content.collapsed {
    max-height: 52px;
}
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #E4E4E4;
    background: #E4E4E4;
}
.el-table--scrollable-y .el-table__body-wrapper::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(153, 145, 145, 0.103);
    border-radius: 5px;
    background: transparent;
}

.el-table .el-table__expand-icon .el-icon-arrow-right:before {
    content: "\e791";
}
.el-upload-list__item-name {
    color: #409EFF !important;
}
.el-upload__tip, .el-upload-list__item {
    line-height: 1.5 !important;
}
.el-upload-list--text .el-icon-close:before {
    content: '删除' !important;
    font-family: inherit !important;
    font-size: 14px !important;
    color: #409EFF !important;
}
.el-upload-list--text .el-icon-close {
    font-style: normal !important;
    font-family: inherit !important;
    font-size: 14px !important;
    color: #409EFF !important;
    width: auto !important;
    height: auto !important;
    padding-right: 20px;
    background: none !important;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline !important;
    cursor: pointer;
  }
.el-upload-list__item-status-label {
    line-height: 1.8 !important;
}
@media screen and (min-width:0px) and (max-width:640px) {
    .phone-aside-hide,.el-aside {
        display: none;
    }
    .el-aside.phone-aside-show{
        display: block;
        position: fixed;
        top: 50px;
        bottom: 0;
        z-index: 9;
    }
    html, body{
        min-width: inherit;
    }
    .pclayout{
        min-width: 100%;
    }
    .objectbox .el-dialog{
        width: 100%;
    }
    .infobox{
        padding: 0 5px;
    }
    .info-form .form-footer{
        left: 0;
        right: 0;
    }
    .pagebox .el-pagination__jump{
        display: none !important;
    }
}
