        display: flex;
        justify-content: space-between;
        align-items: center;
        .ant-alert {
            background-color: inherit;
            border: none;
            padding: 0;
            width: 70%;
        }
    }
    .active-line {
        background: @secondNavHoverColorNo14;
        &:hover td {
            background: @secondNavHoverColorNo14!important;
        }
    }
    .flex-end {
        display: flex;
        justify-content: flex-end;
    }
    .device-set {
        position: relative;
    }
    .custom-menu-box {
        position: absolute;
        left: 105px;
        bottom: 42px;
        z-index: 2;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .export-email-btn.fr, .export-email-btn.pt {
        max-width: 250px;
        span {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
        }
    }
    .export-email-btn.pt {
        max-width: 130px;
    }
    .mutisend-card-table {
        height: 355px;
        .ant-btn-link {
            color: @textColorNo5;
        }
        .ant-empty {
            height: 237px;
        }
    }
    .mutisend-btcard-table {
        .ant-empty {
            height: 237px;
        }
    }
    .mutisend-btcard-table .ant-table-thead > tr > th {
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .mutisend-btcard-table .ant-btn-link {
        color: @textColorNo5;
    }
    .ant-row .label-normal-container {
        padding-bottom: 0!important;
        padding-top: 0!important;
    }
    
}
._mutiadd_card_ {
    .active-line {
        background: @secondNavHoverColorNo14;
        &:hover td {
            background: @secondNavHoverColorNo14!important;
        }
    }
    .device-set {
        position: relative;
    }
    
    .ant-empty-normal {
        margin: 90px 0;
    }
    .custom-menu-box {
        position: absolute;
        left: 105px;
        top: 48px;
        z-index: 2;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .mutisend-card-table {
        height: 355px;
    }
}
._Version_ {
    // 页面组件特有的CSS，
    // UI组件的样式在UI组件组内内部
    // 不同通用样式存放在 style/common.less中
    .m-content {
        // border-top: 1px solid #e8e8ee;
        // border-left: 1px solid #e8e8ee;
        // border-right: 1px solid #e8e8ee;

        .list_row {
            height: 40px;
            line-height: 40px;
            // border-bottom:  1px solid #e8e8ee;
            // &:nth-child(2n) {
            //     background-color: #f0f2f5;
            // }
        }
        .list_col {
            margin-left: 20px;
        }
        .list_col > div {
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap
        }
    }
}


._Wizard_ {
    height: calc(100vh - 64px);
    .wizard-wrap {
        min-width: 1280px;
        height: 100%;
        padding: 16px;
    }
    .wizard-content {
        height: 100%;
        background-color: #ffffff;
    }
    .wizard-step-wrap {
        padding: 50px 18%;
    }
    .wizard-step-content {
        flex-direction: column;
        align-items: center;
        background-color: #ffffff;
        padding: 30px 0;
    }
    .wizard-step-footer {
        justify-content: center;
        padding-bottom: 30px;
        margin-bottom: 16px;
        background-color: #ffffff;
    }
    .main-sub-wrap {
        width: 620px;
        border: @border-normal;
        align-items: center;
    }
    .main-sub-wrap-focus {
        width: 620px;
        border: 1px solid #1e93fe;
        background-color: #e6f7ff;
        align-items: center;
    }
    .main-sub-radio {
        text-align: center;
        line-height: 140px;
    }
    .main-sub-img {
        padding: 40px 0;
    }
    .main-sub-text {
        padding: 8px 0px;
        display: flex;
        align-items: center;
        p {
            font-size: 14px;
        }
        p:first-of-type {
            font-size: 16px;
            font-weight: bold;
        }
    }
    .door-wrap {
        width: 100%;
    }
    .input-wrap {
        input {
            width: 180px;
        }
    }
    .divider-line {
        border-right: 1px solid @listBorderColorNo8;
    }
    .doorparam-tabpane {
        width: 100%;
    }
    .ant-tabs-tabpane {
        display: flex;
        justify-content: center;
    }
    .ant-result {
        padding: 0;
    }
    
    .step-mainsub-width {
        min-width: 270px;
    }
    .step-doorparams-width {
        min-width: 305px;
    }
}

.DiskFullWarning {
    .ant-modal-confirm-title {
        display: inline;
        padding-left: 10px;
    }
    .ant-modal-confirm-content {
        word-wrap: break-word;
        word-break: break-all;
    }
}

.h5Bar {
    position: absolute;
    right: 0px;
    top: 0px;
    .active{
        color: @linkColorNo20;
    }
    i {
        margin-right: 10px;
        &:hover, &.active{
            color: @linkColorNo20;
        }
    }

}
/* border css */

.m-b-none {
    border: none !important;
}

.m-bb-0 {
    border-bottom: 0 !important;
}
.m-b-1 {
    border: 1/@px-unit solid @listBorderColorNo8;
}

/* length
* @width 类明分别为 fn-wid10、fn-wid20、fn-wid30、fn-wid40....
* @widthp 生成百分比宽度 fn-widp10、fn-widp20、fn-widp30、fn-widp40
* @height 类明分别为 fn-hei10、fn-hei20、fn-hei30、fn-hei40....
* @heightp 生成百分比宽度 fn-heip10、fn-heip20、fn-heip30、fn-heip40
* @minWidth 生成最小宽度 fn-minwid10、fn-minwid20、fn-minwid30、fn-minwid40
* @maxWidth 生成最大宽度 fn-maxwid10、fn-maxwid20、fn-maxwid30、fn-maxwid40
* @minHeight 生成最小宽度 fn-minhei10、fn-minhei20、fn-minhei30、fn-minhei40
*/

@width: 0, 10, 16, 20, 30, 50, 80, 100, 120, 200, 220, 250, 280, 300, 320;
@widthP: 0, 10, 16, 20, 30, 70, 100;
@height: 0, 10, 16, 20, 30;
@heightP: 0, 10, 16, 20, 30, 100;
@minWidth: 0, 10, 16, 20, 30, 100, 120, 140, 200, 250;
@maxWidth: 0, 10, 16, 20, 30, 100, 120, 140, 200, 220, 250;
@minHeight: 0, 10, 16, 20, 30, 100;

.fn-wid(@name, @value) when(@name = width){
    .fn-wid@{value}{
        width: @value/@px-unit + 0px;
    }
}

.fn-wid(@name, @value) when(@name = widthp){
    .fn-widp@{value}{
        width: @value/@px-unit + 0%;
    }
}

.fn-wid(@name, @value) when(@name = height){
    .fn-hei@{value}{
        height: @value/@px-unit + 0px;
    }
}

.fn-wid(@name, @value) when(@name = heightp){
    .fn-heip@{value}{
        height: @value/@px-unit + 0%;
    }
}

.fn-wid(@name, @value) when(@name = minWidth){
    .fn-minwid@{value}{
        min-width: @value/@px-unit + 0px;
    }
}
.fn-wid(@name, @value) when(@name = maxWidth){
    .fn-maxwid@{value}{
        max-width: @value/@px-unit + 0px;
    }
}
.fn-wid(@name, @value) when(@name = minHeight){
    .fn-minhei@{value}{
        min-height: @value/@px-unit + 0px;
    }
}

.loopLen(@list, @name, @i:1) when (@i <= length(@list)) {
    .fn-wid(@name, extract(@list, @i));
    .loopLen(@list, @name, @i+1);
}



.loopLen(@width, width);
.loopLen(@widthP, widthp);
.loopLen(@height, height);
.loopLen(@heightP, heightp);
.loopLen(@minWidth, minWidth);
.loopLen(@maxWidth, maxWidth);
.loopLen(@minHeight, minHeight);

/*
* 使用函数生成margin、padding等的类名的方式
*/


/* margin
* 类明分别为 fn-mar、fn-marl10、fn-mart10、fn-marb10、fn-marr10....
*/
@margin: 0, 10, 16, 20, 30;
@marginLeft: 0, 5, 10, 15, 16, 20, 30,40;
@marginRight: 0, 5, 10, 15, 16, 20, 30,50;
@marginTop: 0, 5, 10, 15, 16, 20, 30, 40, 50;
@marginBottom:  0, 5, 10, 12, 14, 15, 16, 18, 20, 30, 40, 50;


/* padding
* 类明分别为 fn-pad、fn-padl10、fn-padt10、fn-padb10、fn-padr10....
*/
@padding: 0, 10, 16, 20, 30;
@paddingLeft: 5, 10, 15, 16, 20;
@paddingTop:  5, 10, 15, 20, 150;
@paddingRight: 5, 10, 15, 16, 20;
@paddingBottom: 0, 5, 10, 15, 16;


.fn-mar(@name, @value) when(@name = margin){
    .fn-mar@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = margin-left){
    .fn-marl@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = margin-right){
    .fn-marr@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = margin-top){
    .fn-mart@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = margin-bottom){
    .fn-marb@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}


.loopEdge(@list, @name, @i:1) when (@i <= length(@list)) {
    .fn-mar(@name, extract(@list, @i));
    .loopEdge(@list, @name, @i+1);
}



.loopEdge(@margin, margin);
.loopEdge(@marginLeft, margin-left);
.loopEdge(@marginTop, margin-top);
.loopEdge(@marginRight, margin-right);
.loopEdge(@marginBottom, margin-bottom);



.fn-mar(@name, @value) when(@name = padding){
    .fn-pad@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = padding-left){
    .fn-padl@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = padding-right){
    .fn-padr@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = padding-top){
    .fn-padt@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}
.fn-mar(@name, @value) when(@name = padding-bottom){
    .fn-padb@{value}{
        @{name}: @value/@px-unit + 0px;
    }
}

.loopEdge(@padding, padding);
.loopEdge(@paddingLeft, padding-left);
.loopEdge(@paddingTop, padding-top);
.loopEdge(@paddingRight, padding-right);
.loopEdge(@paddingBottom, padding-bottom);


html {
    font-size: @font-size-base;
}
#root, body {
    height: 100%;
    word-break: break-word;
    background: @bodyBgColorNo16;
}
/*整个页面底部需要去除bar的高度*/
.m-page-container {
    padding-bottom: 48/@px-unit;
}
/*表单的样式*/
.m-form-control {
    margin: 15/@px-unit;
    line-height: 32/@px-unit;
    .LabelIPV4-container {
        margin: 0 !important;
    }
}
/*collapse下带table的时候，去掉table最外的线*/
.ant-collapse {
    .ant-table {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        margin: -15px;
    }
    .ant-table-bordered .ant-table-content {
        border-right: 0;
    }
}
.ant-table-small > .ant-table-content > .ant-table-body {
    margin: 0 !important;
}
.ant-table-row,.ant-table-row:hover{
    &.active{
        background-color: @secondNavHoverColorNo14;
       
    }
    td.ant-table-cell-row-hover{
        background-color: @secondNavHoverColorNo14!important;
    }
}

.page-title{
    font-size:14px;
    font-weight:800;
}
.ant-tooltip-inner {
    color: #fff;
}
.RightOutLineBtn{
    width: 44px;
	height: 32px;
	border-radius: 2px;
    border: solid 1px @inputBorderColorNo10;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}
.reverse-btn{
    .ant-modal-footer{
        overflow: hidden;
        .ant-btn{
            float: right;
            margin-left: 8px;
        }
        
    }
}
.ant-modal-confirm-body-wrapper{
    .ant-modal-confirm-btns{
        overflow: hidden;
        .ant-btn{
            float: right;
            margin-left: 8px;
        }
        
    }

}
.ant-popover-inner-content{
    overflow: hidden;
    .ant-popover-buttons{
        .ant-btn{
            float: right;
            margin-left: 8px;
        }    
    }
}
.ant-table-tbody{
    word-break: break-all;   
}
.fn-between {
    display: flex;
    justify-content: space-between;
}
.fn-around {
    display: flex;
    justify-content: space-around;
}
.fn-center {
    display: flex;
    justify-content: center;
}
.fn-center-all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-width-f10 {
    @f:10/@px-unit;
    width: calc(~"100% - @{f}") !important;
}

.m-width-auto {
    width: auto !important;
}

.m-width-15 {
    width: 15/@px-unit !important;
}

.m-width-20 {
    width: 20/@px-unit !important;
}

.m-width-24 {
    width: 24/@px-unit !important;
}

.m-width-25 {
    width: 25/@px-unit !important;
}

.m-width-30 {
    width: 30/@px-unit !important;
}

.m-width-45 {
    width: 45/@px-unit !important;
}

.m-width-50 {
    width: 50/@px-unit !important;
}

.m-width-54 {
    width: 54/@px-unit !important;
}

.m-width-60 {
    width: 60/@px-unit !important;
}

.m-width-65 {
    width: 65/@px-unit !important;
}

.m-width-84 {
    width: 84/@px-unit !important;
}

.m-width-70 {
    width: 70/@px-unit !important;
}

.m-width-52 {
    width: 52/@px-unit !important;
}

.m-width-80 {
    width: 80/@px-unit !important;
}

.m-width-85 {
    width: 85/@px-unit !important;
}

.m-width-90 {
    width: 90/@px-unit !important;
}

.m-width-95 {
    width: 95/@px-unit !important;
}

.m-width-100 {
    width: 100/@px-unit !important;
}

.m-width-110 {
    width: 110/@px-unit !important;
}

.m-width-118 {
    width: 118/@px-unit !important;
}

.m-width-120 {
    width: 120/@px-unit !important;
}

.m-width-124 {
    width: 124/@px-unit !important;
}

.m-width-126 {
    width: 126/@px-unit !important;
}

.m-width-130 {
    width: 130/@px-unit !important;
}

.m-width-132 {
    width: 132/@px-unit !important;
}

.m-width-138 {
    width: 138/@px-unit !important;
}

.m-width-140 {
    width: 140/@px-unit !important;
}

.m-width-144 {
    width: 144/@px-unit !important;
}

.m-width-148 {
    width: 148/@px-unit !important;
}

.m-width-150 {
    width: 150/@px-unit !important;
}

.m-width-156 {
    width: 156/@px-unit !important;
}

.m-width-160 {
    width: 160/@px-unit !important;
}

.m-width-168 {
    width: 168/@px-unit !important;
}

.m-width-170 {
    width: 170/@px-unit !important;
}

.m-width-175 {
    width: 175/@px-unit !important;
}

.m-width-180 {
    width: 180/@px-unit !important;
}

.m-width-184 {
    width: 184/@px-unit !important;
}

.m-width-190 {
    width: 190/@px-unit !important;
}

.m-width-213 {
    width: 213/@px-unit !important;
}

.m-width-215 {
    width: 215/@px-unit !important
}

.m-width-220 {
    width: 220/@px-unit !important;
}

.m-width-224 {
    width: 224/@px-unit !important;
}

.m-width-230 {
    width: 230/@px-unit !important;
}

.m-width-250 {
    width: 250/@px-unit !important;
}

.m-width-260 {
    width: 260/@px-unit !important;
}

.m-width-276 {
    width: 276/@px-unit !important;
}

.m-width-280 {
    width: 280/@px-unit !important;
}

.m-width-300 {
    width: 300/@px-unit !important;
}

.m-width-310 {
    width: 310/@px-unit !important;
}

.m-width-320 {
    width: 320/@px-unit !important;
}

.m-width-330 {
    width: 330/@px-unit !important;
}

.m-width-360 {
    width: 360/@px-unit !important;
}

.m-width-372 {
    width: 372/@px-unit !important;
}

.m-width-480 {
    width: 480/@px-unit !important;
}

.m-width-510 {
    width: 510/@px-unit !important;
}

.m-width-545 {
    width: 545/@px-unit !important;
}

.m-width-600 {
    width: 600/@px-unit !important;
}

.m-width-648 {
    width: 648/@px-unit !important;
}

.m-width-3p {
    width: 3% !important;
}

.m-width-9p {
    width: 9% !important;
}

.m-width-10p {
    width: 10% !important;
}

.m-width-12p {
    width: 12% !important;
}

.m-width-20p {
    width: 20% !important;
}

.m-width-25p {
    width: 25% !important;
}

.m-width-30p {
    width: 30% !important;
}

.m-width-40p {
    width: 40% !important;
}

.m-width-50p {
    width: 50% !important;
}

.m-width-55p {
    width: 55% !important;
}

.m-width-58p {
    width: 58% !important;
}

.m-width-60p {
    width: 60% !important;
}

.m-width-65p {
    width: 65% !important;
}

.m-width-70p {
    width: 70% !important;
}

.m-width-80p {
    width: 80% !important;
}

.m-width-100p {
    width: 100% !important;
}

.m-width-200p {
    width: 200% !important;
}

/* max-width */
.m-max-w-480 {
    max-width: 480/@px-unit !important;
}

/* min-width */
.m-minw-50 {
    min-width: 50/@px-unit !important;
}

.m-minw-70 {
    min-width: 70/@px-unit !important;
}

.m-minw-90 {
    min-width: 90/@px-unit !important;
}

/* height */
.m-height-0 {
    height: 0 !important;
}

.m-height-15 {
    height: 15/@px-unit !important;
}

.m-height-24 {
    height: 24/@px-unit !important;
}

.m-height-25 {
    height: 25/@px-unit !important;
}

.m-height-26 {
    height: 26/@px-unit !important;
}

.m-height-28 {
    height: 28/@px-unit !important;
}

.m-height-30 {
    height: 30/@px-unit !important;
}

.m-height-36 {
    height: 36/@px-unit !important;
}

.m-height-40 {
    height: 40/@px-unit !important;
}

.m-height-50 {
    height: 50/@px-unit !important;
}

.m-height-60 {
    height: 60/@px-unit !important;
}

.m-height-90 {
    height: 90/@px-unit !important;
}

.m-height-100 {
    height: 100/@px-unit !important;
}

.m-height-120 {
    height: 120/@px-unit !important;
}

.m-height-150 {
    height: 150/@px-unit !important;
}

.m-height-200 {
    height: 200/@px-unit !important;
}

.m-height-201 {
    height: 201/@px-unit !important;
}

.m-height-238 {
    height: 238/@px-unit !important;
}

.m-height-276 {
    height: 276/@px-unit !important;
}

.m-height-288 {
    height: 288/@px-unit !important;
}

.m-height-300 {
    height: 300/@px-unit !important;
}

.m-height-310 {
    height: 310/@px-unit !important;
}

.m-height-350 {
    height: 350/@px-unit !important;
}

.m-height-360 {
    height: 360/@px-unit !important;
}

.m-height-380 {
    height: 380/@px-unit !important;
}

.m-height-400 {
    height: 400/@px-unit !important;
}

.m-height-432 {
    height: 432/@px-unit !important;
}

.m-height-484 {
    height: 484/@px-unit !important;
}

.m-height-648 {
    height: 648/@px-unit !important;
}

.m-height-100p {
    height: 100%;
}


/* margin */
.m-m-a {
    margin: auto;
}

.m-m-0 {
    margin: 0 !important;
}

.m-m-20 {
    margin: 20/@px-unit !important;
}

.m-m-10 {
    margin: 10/@px-unit !important;
}

/* margin-right */
.m-mr-0 {
    margin-right: 0 !important;
}

.m-mr-5 {
    margin-right: 5/@px-unit !important;
}

.m-mr-6 {
    margin-right: 6/@px-unit !important;
}

.m-mr-10 {
    margin-right: 10/@px-unit !important;
}

.m-mr-12 {
    margin-right: 12/@px-unit !important;
}

.m-mr-20 {
    margin-right: 20/@px-unit !important;
}

.m-mr-24 {
    margin-right: 24/@px-unit !important;
}

.m-mr-30 {
    margin-right: 30/@px-unit !important;
}

.m-mr-36 {
    margin-right: 36/@px-unit !important;
}

.m-mr-40 {
    margin-right: 40/@px-unit !important;
}

.m-mr-100 {
    margin-right: 100/@px-unit !important;
}

.m-mr-140 {
    margin-right: 140/@px-unit !important;
}

.m-mr-186 {
    margin-right: 186/@px-unit !important;
}

.m-mr-200 {
    margin-right: 200/@px-unit !important;
}

.m-mr-250 {
    margin-right: 250/@px-unit !important;
}

.m-mr-f2 {
    margin-right: -2/@px-unit !important;
}

.m-mr-f6 {
    margin-right: -6/@px-unit !important;
}

.m-mr-f7 {
    margin-right: -7/@px-unit !important;
}

.m-mr-f10 {
    margin-right: -10/@px-unit !important;
}

.m-mr-f14 {
    margin-right: -14/@px-unit !important;
}

.m-mr-f15 {
    margin-right: -15/@px-unit !important;
}

.m-mr-f16 {
    margin-right: -16/@px-unit !important;
}

.m-mr-f17 {
    margin-right: -17/@px-unit !important;
}

.m-mr-f18 {
    margin-right: -18/@px-unit !important;
}

.m-mr-f23 {
    margin-right: -23/@px-unit !important;
}

.m-mr-f25 {
    margin-right: -25/@px-unit !important;
}

.m-mr-f27 {
    margin-right: -27/@px-unit !important;
}

/* margin-left */
.m-ml-0 {
    margin-left: 0 !important;
}

.m-ml-3 {
    margin-left: 3/@px-unit !important;
}

.m-ml-5 {
    margin-left: 5/@px-unit !important;
}

.m-ml-6 {
    margin-left: 6/@px-unit !important;
}

.m-ml-7 {
    margin-left: 7/@px-unit !important;
}

.m-ml-8 {
    margin-left: 8/@px-unit !important;
}

.m-ml-9 {
    margin-left: 9/@px-unit !important;
}

.m-ml-10 {
    margin-left: 10/@px-unit !important;
}

.m-ml-12 {
    margin-left: 12/@px-unit !important;
}

.m-ml-15 {
    margin-left: 15/@px-unit !important;
}

.m-ml-16 {
    margin-left: 16/@px-unit !important;
}

.m-ml-17 {
    margin-left: 17/@px-unit !important;
}

.m-ml-18 {
    margin-left: 18/@px-unit !important;
}

.m-ml-20 {
    margin-left: 20/@px-unit !important;
}

.m-ml-23 {
    margin-left: 23/@px-unit !important;
}

.m-ml-24 {
    margin-left: 24/@px-unit !important;
}

.m-ml-25 {
    margin-left: 25/@px-unit !important;
}

.m-ml-29 {
    margin-left: 29/@px-unit !important;
}

.m-ml-30 {
    margin-left: 30/@px-unit !important;
}

.m-ml-33 {
    margin-left: 33/@px-unit !important;
}

.m-ml-35 {
    margin-left: 35/@px-unit !important;
}

.m-ml-36 {
    margin-left: 36/@px-unit !important;
}

.m-ml-37 {
    margin-left: 37/@px-unit !important;
}

.m-ml-40 {
    margin-left: 40/@px-unit !important;
}

.m-ml-42 {
    margin-left: 42/@px-unit !important;
}

.m-ml-47 {
    margin-left: 47/@px-unit !important;
}

.m-ml-48 {
    margin-left: 48/@px-unit !important;
}

.m-ml-49 {
    margin-left: 49/@px-unit !important;
}

.m-ml-50 {
    margin-left: 50/@px-unit !important;
}

.m-ml-50-5 {
    margin-left: 50.5/@px-unit !important;
}

.m-ml-52 {
    margin-left: 52/@px-unit !important;
}

.m-ml-60 {
    margin-left: 60/@px-unit !important;
}

.m-ml-65 {
    margin-left: 65/@px-unit !important;
}

.m-ml-70 {
    margin-left: 70/@px-unit !important;
}

.m-ml-72 {
    margin-left: 72/@px-unit !important;
}

.m-ml-75 {
    margin-left: 75/@px-unit !important;
}

.m-ml-90 {
    margin-left: 90/@px-unit !important;
}

.m-ml-100 {
    margin-left: 100/@px-unit !important;
}

.m-ml-110 {
    margin-left: 110/@px-unit !important;
}

.m-ml-112 {
    margin-left: 112/@px-unit !important;
}

.m-ml-127 {
    margin-left: 127/@px-unit !important;
}

.m-ml-130 {
    margin-left: 130/@px-unit !important;
}

.m-ml-150 {
    margin-left: 150/@px-unit !important;
}

.m-ml-170 {
    margin-left: 170/@px-unit !important;
}

.m-ml-200 {
    margin-left: 200/@px-unit !important;
}

.m-ml-220 {
    margin-left: 220/@px-unit !important;
}

.m-ml-480 {
    margin-left: 480/@px-unit !important;
}

.m-ml-540 {
    margin-left: 540/@px-unit !important;
}

.m-ml-586 {
    margin-left: 586/@px-unit !important;
}

.m-ml-590 {
    margin-left: 590/@px-unit !important;
}

.m-ml-620 {
    margin-left: 620/@px-unit !important;
}

.m-ml-765 {
    margin-left: 765/@px-unit !important;
}

.m-ml-800 {
    margin-left: 800/@px-unit !important;
}

.m-ml-f1 {
    margin-left: -1/@px-unit !important;
}

.m-ml-f3 {
    margin-left: -3/@px-unit !important;
}

.m-ml-f4 {
    margin-left: -4p/@px-unit !important;
}

.m-ml-f5 {
    margin-left: -5p/@px-unit !important;
}

.m-ml-f6 {
    margin-left: -6/@px-unit !important;
}

.m-ml-f8 {
    margin-left: -8/@px-unit !important;
}

.m-ml-f9 {
    margin-left: -9/@px-unit !important;
}

.m-ml-f10 {
    margin-left: -10/@px-unit !important;
}

.m-ml-f13 {
    margin-left: -13/@px-unit !important;
}

.m-ml-f14 {
    margin-left: -14/@px-unit !important;
}

.m-ml-f15 {
    margin-left: -15/@px-unit !important;
}

.m-ml-f16 {
    margin-left: -16/@px-unit !important;
}

.m-ml-f17 {
    margin-left: -17/@px-unit !important;
}

.m-ml-f18 {
    margin-left: -18/@px-unit !important;
}

.m-ml-f20 {
    margin-left: -20/@px-unit !important;
}

.m-ml-f24 {
    margin-left: -24/@px-unit !important;
}

.m-ml-f30 {
    margin-left: -30/@px-unit !important;
}

.m-ml-f31 {
    margin-left: -31/@px-unit !important;
}

.m-ml-f32 {
    margin-left: -32/@px-unit !important;
}

.m-ml-f33 {
    margin-left: -33/@px-unit !important;
}

.m-ml-f60 {
    margin-left: -60/@px-unit !important;
}

/* margin-top */
.m-mt-0 {
    margin-top: 0 !important;
}

.m-mt-2 {
    margin-top: 2/@px-unit !important;
}

.m-mt-3 {
    margin-top: 3/@px-unit !important;
}

.m-mt-4 {
    margin-top: 4/@px-unit !important;
}

.m-mt-5 {
    margin-top: 5/@px-unit !important;
}

.m-mt-7 {
    margin-top: 7/@px-unit !important;
}

.m-mt-8 {
    margin-top: 8/@px-unit!important;
}

.m-mt-10 {
    margin-top: 10/@px-unit !important;
}

.m-mt-12 {
    margin-top: 12/@px-unit !important;
}

.m-mt-15 {
    margin-top: 15/@px-unit !important;
}

.m-mt-20 {
    margin-top: 20/@px-unit !important;
}

.m-mt-30 {
    margin-top: 30/@px-unit !important;
}

.m-mt-42 {
    margin-top: 42/@px-unit !important;
}

.m-mt-32 {
    margin-top: 32/@px-unit !important;
}

.m-mt-35 {
    margin-top: 35/@px-unit !important;
}

.m-mt-36 {
    margin-top: 36/@px-unit !important;
}

.m-mt-44 {
    margin-top: 44/@px-unit !important;
}

.m-mt-50 {
    margin-top: 50/@px-unit !important;
}

.m-mt-60 {
    margin-top: 60/@px-unit !important;
}

.m-mt-70 {
    margin-top: 70/@px-unit !important;
}

.m-mt-72 {
    margin-top: 72/@px-unit !important;
}

.m-mt-100 {
    margin-top: 100/@px-unit !important;
}

.m-mt-120 {
    margin-top: 120/@px-unit !important;
}

.m-mt-180 {
    margin-top: 180/@px-unit !important;
}

.m-mt-210 {
    margin-top: 210/@px-unit !important;
}

.m-mt-f2 {
    margin-top: -2/@px-unit !important;
}

.m-mt-f3 {
    margin-top: -3/@px-unit !important;
}

.m-mt-f4 {
    margin-top: -4/@px-unit !important;
}

.m-mt-f5 {
    margin-top: -5/@px-unit !important;
}

.m-mt-f6 {
    margin-top: -5/@px-unit !important;
}

.m-mt-f8 {
    margin-top: -8/@px-unit !important;
}

.m-mt-f9 {
    margin-top: -9/@px-unit !important;
}

.m-mt-f10 {
    margin-top: -10/@px-unit !important;
}

.m-mt-f12 {
    margin-top: -12/@px-unit !important;
}

.m-mt-f15 {
    margin-top: -15/@px-unit !important;
}

.m-mt-f20 {
    margin-top: -20/@px-unit !important;
}

.m-mt-f32 {
    margin-top: -32/@px-unit !important;
}

.m-mt-f40 {
    margin-top: -40/@px-unit !important;
}

/* margin-bottom */
.m-mb-0 {
    margin-bottom: 0 !important;
}

.m-mb-5 {
    margin-bottom: 5/@px-unit !important;
}

.m-mb-10 {
    margin-bottom: 10/@px-unit !important;
}

.m-mb-12 {
    margin-bottom: 12/@px-unit !important;
}

.m-mb-15 {
    margin-bottom: 15/@px-unit !important;
}

.m-mb-14 {
    margin-bottom: 14/@px-unit !important;
}

.m-mb-20 {
    margin-bottom: 20/@px-unit !important;
}

.m-mb-30 {
    margin-bottom: 30/@px-unit !important;
}

.m-mb-2 {
    margin-bottom: 24/@px-unit !important;
}

.m-mb-30 {
    margin-bottom: 30/@px-unit !important;
}

.m-mb-80 {
    margin-bottom: 80/@px-unit !important;
}

.m-mb-130 {
    margin-bottom: 130/@px-unit !important;
}

.m-p-0 {
    padding: 0 !important;
}

.m-p-5 {
    padding: 5/@px-unit !important;
}

.m-p-12 {
    padding: 12/@px-unit !important;
}

/* padding-left */
.m-pl-0 {
    padding-left: 0 !important;
}

.m-pl-5 {
    padding-left: 5/@px-unit !important;
}

.m-pl-6 {
    padding-left: 6/@px-unit !important;
}

.m-pl-7 {
    padding-left: 7/@px-unit !important;
}

.m-pl-10 {
    padding-left: 10/@px-unit !important;
}

.m-pl-12 {
    padding-left: 12/@px-unit !important;
}

.m-pl-13 {
    padding-left: 13/@px-unit !important;
}

.m-pl-15 {
    padding-left: 15/@px-unit !important;
}

.m-pl-17 {
    padding-left: 17/@px-unit !important;
}

.m-pl-20 {
    padding-left: 20/@px-unit !important;
}

.m-pl-24 {
    padding-left: 24/@px-unit !important;
}

.m-pl-25 {
    padding-left: 25/@px-unit !important;
}

.m-pl-30 {
    padding-left: 30/@px-unit !important;
}

.m-pl-35 {
    padding-left: 35/@px-unit !important;
}

.m-pl-37 {
    padding-left: 37/@px-unit !important;
}

.m-pl-40 {
    padding-left: 40/@px-unit !important;
}

.m-pl-43 {
    padding-left: 43/@px-unit !important;
}

.m-pl-45 {
    padding-left: 45/@px-unit !important;
}

.m-pl-50 {
    padding-left: 50/@px-unit !important;
}

.m-pl-60 {
    padding-left: 60/@px-unit !important;
}

.m-pl-70 {
    padding-left: 70/@px-unit !important;
}

/* padding-right */
.m-pr-0 {
    padding-right: 0 !important;
}

.m-pr-5 {
    padding-right: 5/@px-unit !important;
}

.m-pr-6 {
    padding-right: 6/@px-unit !important;
}

.m-pr-10 {
    padding-right: 10/@px-unit !important;
}

.m-pr-12 {
    padding-right: 12/@px-unit !important;
}

.m-pr-15 {
    padding-right: 15/@px-unit !important;
}

.m-pr-30 {
    padding-right: 30/@px-unit !important;
}

.m-pr-40 {
    padding-right: 40/@px-unit !important;
}

.m-pr-84 {
    padding-right: 84/@px-unit !important;
}

.m-pr-114 {
    padding-right: 114/@px-unit !important;
}

/* padding-top */
.m-pt-0 {
    padding-top: 0;
}

.m-pt-12 {
    padding-top: 12/@px-unit !important;
}

.m-pt-24 {
    padding-top: 24/@px-unit !important;
}

.m-pt-1 {
    padding-top: 1/@px-unit !important;
}

.m-pt-3 {
    padding-top: 3/@px-unit !important;
}

.m-pt-5 {
    padding-top: 5/@px-unit !important;
}

.m-pt-15 {
    padding-top: 15/@px-unit !important;
}

.m-pt-20 {
    padding-top: 20/@px-unit !important;
}

.m-pt-35 {
    padding-top: 35/@px-unit !important;
}

/* padding-bottom */
.m-pb-0 {
    padding-bottom: 0 !important;
}

.m-pb-2 {
    padding-bottom: 2/@px-unit !important;
}

.m-pb-108 {
    padding-bottom: 108/@px-unit !important;
}

.m-pos-abs {
    position: absolute !important;
}

.m-pos-static {
    position: static !important;
}

.m-pos-r {
    position: relative !important;
}

/* top */
.m-top-0 {
    top: 0 !important;
}

.m-top-10 {
    top: 10/@px-unit !important;
}

.m-top-72 {
    top: 72/@px-unit !important;
}

.m-top-90 {
    top: 90/@px-unit !important;
}

.m-top-130 {
    top: 130/@px-unit !important;
}

/* bottom */
.m-bottom-0 {
    bottom: 0 !important;
}

.m-bottom-2-4 {
    bottom: 2.4/@px-unit !important;
}

.m-bottom-3 {
    bottom: 3/@px-unit !important;
}

/* left */
.m-left-0 {
    left: 0 !important;
}

.m-left-10p {
    left: 10% !important;
}

/* right */
.m-right-16 {
    right: 16/@px-unit !important;
}

.m-right-84 {
    right: 84/@px-unit !important;
}

.m-right-124 {
    right: 124/@px-unit !important;
}

.m-topmax {
    z-index: 10004 !important;
}

.m-float-none {
    float: none !important;
}

.m-float-left {
    float: left;
}

.m-float-right {
    float: right !important;
}

.m-clear-both {
    clear: both;
}

.m-hor-center {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
}

.m-ver-center {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}

.m-hor-ver-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}
.m-form-mg {
    .ant-form-item {
        margin-bottom: 24px !important;
    }
    .ant-form-item:last-child {
        margin-bottom: 0px !important;
    }
    .ant-form-item-with-help {
        margin-bottom: 0 !important;
    }
}
.ant-message {
    top: 50px;
}
.ant-picker-range-arrow::before {
    display: none;
}

.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
    transform: rotate(-45deg) translateY(0px);
}
input::-webkit-credentials-auto-fill-button {
    /*去掉safari浏览器下input输入框右侧的auto图标*/
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute; /* 避免占用input元素额外的padding，正常情况下存在diaplay:none;就可以了*/
    right: 0;
}
.ant-select-tree-node-content-wrapper {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._SAFECACertificate_ .ant-tabs-content-holder .anticon svg {
    width: 16px;
    height: 16px;
}
._SAFEAttackDefense_ .ant-tabs-content-holder .anticon svg {
    width: 16px;
    height: 16px;
}
// input:-webkit-autofill {
//     -webkit-text-fill-color: #272727 !important;
//     box-shadow: 0 0 0px 1000px transparent inset !important;
//     background-color: transparent;
//     background-image: none;
//     transition: background-color 50000s ease-in-out 0s;
// }
// input {
//     filter: none !important;
// }

/**字体相关*/
.m-fw-normal {
    font-weight: normal !important;
}

.m-fw-bold {
    font-weight: bold !important;
}

.m-fs-small {
    font-size: small;
}

.m-fs-15 {
    font-size: 15/@px-unit;
}

.m-fs-18 {
    font-size: 18/@px-unit;
}

.m-fs-43 {
    font-size: 43/@px-unit;
}

/* line-height */
.m-lh-24 {
    line-height: 24/@px-unit;
}

.m-lh-28 {
    line-height: 28/@px-unit;
}

.m-lh-30 {
    line-height: 30/@px-unit;
}