.monitor{
    height: 100%;
    .m-card{
        height: 100%;
        overflow-y: auto;
        .ivu-card-body{
            .visit{
                .r-num{
                    text-align: center;
                    padding-top:20px;
                    padding-bottom:30px;
                }
                .r-rig{
                    float: right;
                    font-size: 13px;
                }
            }
            .ranking{
                .rank-f{
                    display: flex;
                    .r-card{
                        padding-bottom:20px;
                        flex:1;
                        margin-left: 16px;
                        &:first-child{
                            margin-left:0;
                        }
                        .mod-num{
                            border:solid 1px #ddd;
                            height: 20px;
                            line-height: 20px;
                            width: 20px;
                        }
                        .ivu-tooltip{
                            line-height: 1;
                            margin-top: 11px;
                        }
                        .r-name{
                            white-space: nowrap;
                            text-overflow: hidden;
                            text-overflow: ellipsis;
                            width: 100px;
                            overflow: hidden;
                        }
                        .t-rig{
                            height: 32px;
                            display: inline-block;
                            right: 10px;
                            position: absolute;
                            bottom: 0;
                            font-size: 13px;
                            line-height: 32px;
                        }
                    }
                }
            }
        }
    }
    .table{
        td{
            text-align: center;
            line-height: 32px;
        }
    } 
}
.theme-color-1 .monitor .ivu-radio-group-button .ivu-radio-wrapper:before{
    background:transparent;
}
.theme-color-1 .monitor .ivu-radio-group-button .ivu-radio-wrapper-checked{
    border-color: #0077c8;
}
.theme-color-1 .monitor .ivu-radio-group-button .ivu-radio-wrapper:first-child{
    border: 1px solid #dcdee2;
}
.theme-color-1 .monitor .ivu-radio-group-button .ivu-radio-wrapper-checked:first-child{
    border-color: #0077c8;
    border-left:none;
}