     border: none;
     font-family: "Microsoft YaHei";
     margin: 0;
     padding: 0;
}
 html, body {
     height: 100%;
     width: 100%;
     background-color: @bodyBgColorNo16;
}
 address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
     font-weight: normal;
}
 a {
     text-decoration: none;
}
 input::-ms-clear {
     display: none;
}
 input::-ms-reveal {
     display: none;
}
 input {
     -webkit-appearance: none;
     margin: 0;
     outline: none;
     padding: 0;
}
 input::-webkit-input-placeholder {
     color: #ccc;
}
 input::-ms-input-placeholder {
     color: #ccc;
}
 input::-moz-placeholder {
     color: #ccc;
}
 input[type=submit], input[type=button] {
     cursor: pointer;
}
 button[disabled], input[disabled] {
     cursor: default;
}
 img {
     border: none;
}
 ul, ol, li {
     list-style-type: none;
}
/*公共方法*/
 .clearfix::after{
     content: "";
     display: block;
     clear: both;
}
 .clear {
     clear: both;
}
 .clearleft {
     clear: left;
}
 .clearright {
     clear: right;
}
 .floatleft {
     float: left;
}
 .floatright {
     float: right;
}
 .cursor {
     cursor: pointer;
}
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
 html {
     line-height: 1.15;
    /* 1 */
     -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
 body {
     margin: 0;
}
/** * Render the `main` element consistently in IE. */
 main {
     display: block;
}
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
 h1 {
     font-size: 2em;
     margin: 0.67em 0;
}
/* Grouping content ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
 hr {
     box-sizing: content-box;
    /* 1 */
     height: 0;
    /* 1 */
     overflow: visible;
    /* 2 */
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 pre {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
 a {
     background-color: transparent;
}
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
 abbr[title] {
     border-bottom: none;
    /* 1 */
     text-decoration: underline;
    /* 2 */
     text-decoration: underline dotted;
    /* 2 */
}
/** * Add the correct font weight in Chrome, Edge, and Safari. */
 b, strong {
     font-weight: bolder;
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 code, kbd, samp {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/** * Add the correct font size in all browsers. */
 small {
     font-size: 80%;
}
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
 img {
     border-style: none;
}
/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
 button, input, optgroup, select, textarea {
     font-family: inherit;
    /* 1 */
     font-size: 100%;
    /* 1 */
     line-height: 1.15;
    /* 1 */
     margin: 0;
    /* 2 */
}
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
 button, input {
    /* 1 */
     overflow: visible;
}
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
 button, select {
    /* 1 */
     text-transform: none;
}
/** * Correct the inability to style clickable types in iOS and Safari. */
 button, [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
}
/** * Remove the inner border and padding in Firefox. */
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
/** * Restore the focus styles unset by the previous rule. */
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 0.07142857rem dotted ButtonText;
}
/** * Correct the padding in Firefox. */
 fieldset {
     padding: 0.35em 0.75em 0.625em;
}
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
 legend {
     box-sizing: border-box;
    /* 1 */
     color: inherit;
    /* 2 */
     display: table;
    /* 1 */
     max-width: 100%;
    /* 1 */
     padding: 0;
    /* 3 */
     white-space: normal;
    /* 1 */
}
/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
 progress {
     vertical-align: baseline;
}
/** * Remove the default vertical scrollbar in IE 10+. */
 textarea {
     overflow: auto;
}
/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
    /* 1 */
     padding: 0;
    /* 2 */
}
/** * Correct the cursor style of increment and decrement buttons in Chrome. */
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
 [type="search"] {
     -webkit-appearance: textfield;
    /* 1 */
     outline-offset: -0.14285714rem;
    /* 2 */
}
/** * Remove the inner padding in Chrome and Safari on macOS. */
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
    /* 1 */
     font: inherit;
    /* 2 */
}
/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
 details {
     display: block;
}
/* * Add the correct display in all browsers. */
 summary {
     display: list-item;
}
/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
 template {
     display: none;
}
/** * Add the correct display in IE 10. */
 [hidden] {
     display: none;
}
 .ant-menu-submenu-popup {
     li[pagename='Equipment'] {
         width: 200 / @px-unit !important;
         height: 200 / @px-unit !important;
         .card-style-equipment {
             width: 160/@px-unit;
             height: 196/@px-unit;
             padding: 24/@px-unit;
        }
         .card-dash {
             border-style: dashed;
        }
         .card-style-equipment-icon {
             width: 42/@px-unit;
             height: 42/@px-unit;
             background: rgb(240, 240, 240);
             border-radius: 50%;
             font-size: 42/@px-unit;
        }
         .card-height220 {
             height: 220/@px-unit;
        }
         .ant-card-body {
             padding: 0 !important;
             text-align: center;
        }
         .ant-card-meta-title {
             margin-top: 8/@px-unit;
             margin-bottom: 0;
        }
         position: relative;
         .hover-icon {
             background: rgba(204, 204, 204, 0.4);
             position: absolute;
             bottom: 0;
             right: 0;
             left: 0;
             color: red;
             opacity: 0;
        }
         &:hover .hover-icon{
             opacity: 1;
        }
         .card_add_height {
             height: 108/@px-unit !important;
             position: relative;
             [role=img] {
                 position: absolute;
                 left: 50%;
                 top: 50%;
                 transform: translate(-50%, -50%);
            }
             svg {
                 width: 0.5em;
            }
        }
    }
     li[pagename='Equipment'].ant-menu-item-selected {
         .ant-card {
             border: 2/@px-unit solid rgb(24, 144, 255);
             .ant-card-meta-title {
                 color: rgb(24, 144, 255);
            }
        }
    }
     li[pagename='SchemeSelect'] {
         width: 220 / @px-unit !important;
         height: 230 / @px-unit !important;
         .card-style-img {
             width: 220/@px-unit;
             height: 230/@px-unit;
             border-style: none none solid none;
        }
         margin-bottom: 5 / @px-unit;
         padding: 0;
         .ant-card {
             margin: 0;
        }
         .ant-card-body {
             padding: 0 !important;
             text-align: center;
        }
         img {
             height: 200/@px-unit;
        }
    }
     li[pagename='SchemeSelect'].ant-menu-item-selected {
         .ant-card {
             background-color: rgb(241, 249, 255);
             img {
                 opacity: 1 !important;
            }
             .ant-card-meta-title {
                 color: @btnNormalColorNo1;
            }
        }
    }
}
/**字体相关*/
 .m-fw-normal {
     font-weight: normal;
}
 .m-fw-bold {
     font-weight: bold;
}
 .m-fs-small {
     font-size: small;
}
 .m-fs-12 {
     font-size: 12/@font-size-normal;
}
 .m-fs-14 {
     font-size: 14/@font-size-normal;
}
 .m-fs-15 {
     font-size: 15/@font-size-normal;
}
 .m-fs-16 {
     font-size: 16/@font-size-normal;
}
 .m-fs-17 {
     font-size: 17/@font-size-normal;
}
 .m-fs-18 {
     font-size: 18/@font-size-normal;
}
 .m-fs-43 {
     font-size: 43/@font-size-normal;
}
/* line-height */
 .m-lh-22 {
     line-height: 22/@font-size-normal;
}
 .m-lh-24 {
     line-height: 24/@font-size-normal;
}
 .m-lh-26 {
     line-height: 26/@font-size-normal;
}
 .m-lh-28 {
     line-height: 28/@font-size-normal;
}
 .m-lh-30 {
     line-height: 30/@font-size-normal;
}
 .m-lh-32 {
     line-height: 32/@font-size-normal;
}
 .m-lh-35 {
     line-height: 35/@font-size-normal;
}
 .m-lh-40 {
     line-height: 40/@font-size-normal;
}
 .m-lh-43 {
     line-height: 43/@font-size-normal;
}
 .m-lh-48 {
     line-height: 48/@font-size-normal;
}
 .m-lh-56 {
     line-height: 56/@font-size-normal;
}
 .m-lh-64 {
     line-height: 64/@font-size-normal;
}
 .m-lh-90vh {
     line-height: 90vh;
}
 .font-disabled {
     color: @disableColorNo7;
}
/* 鼠标的css */
/* 默认 箭头 */
 .m-cursor-default {
     cursor: default;
}
/* 手形 */
 .m-cursor-pointer {
     cursor: pointer;
}
/* 十字 */
 .m-cursor-crosshair {
     cursor: crosshair;
}
/* 移动 */
 .m-cursor-move {
     cursor: move;
}
/* 文本 */
 .m-cursor-text {
     cursor: text;
}
/* 等待 沙漏 */
 .m-cursor-wait {
     cursor: wait;
}
/* 帮助 一个问号或者气球 */
 .m-cursor-help {
     cursor: help;
}
/* 禁用 */
 .m-cursor-notAllowed {
     cursor: not-allowed;
}
 .m-vertical-top {
     vertical-align: top;
}
 .m-vertical-middle {
     vertical-align: middle;
}
 .m-vertical-bottom {
     vertical-align: bottom;
}
 .m-vertical-text-bottom {
     vertical-align: text-bottom;
}
 .m-text-center {
     text-align: center;
}
 .m-text-left {
     text-align: left;
}
 .m-text-right {
     text-align: right;
}
 .m-inline-block {
     display: inline-block;
}
 .m-flex {
     display: flex;
}
 .m-visibility-hidden {
     visibility: hidden;
}
 .m-overflow-hidden {
     overflow: hidden;
}
 .m-overflow-initial {
     overflow: initial;
}
 .m-opacity-0 {
     opacity: 0;
}
 .m-opacity-half {
     opacity: 0.5;
}
 .m-ws-nowrap {
     white-space: nowrap;
}
 .m-ws-preline {
     white-space: pre-line;
}
 .m-text-ellipsis {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     vertical-align: middle;
}
 .m-text-error {
     color: @errorColorNo17;
}
 .m-text-success {
     color: @successColorNo19;
}
 .m-text-disable {
     color: @disableColorNo7;
}
/*行人*/
 .pedestrianLight-status00 {
     img {
         content: url("/static/media/greenLightPED.c524c2ff.png");
    }
}
 .pedestrianLight-status01 {
     img {
         content: url("/static/media/redLightPED.3e18e7f0.png");
    }
}
/*直行*/
 .light-status00 {
     img {
         content: url("/static/media/straightGreen.6085e846.png");
    }
}
 .light-status01 {
     img {
         content: url("/static/media/straightRed.753ca5a2.png");
    }
}
 .light-status02 {
     img {
         content: url("/static/media/straightYellow.747f07b0.png");
    }
}
/*左转*/
 .light-status10 {
     img {
         content: url("/static/media/turnLeftGreen.cd6f2995.png");
    }
}
 .light-status11 {
     img {
         content: url("/static/media/turnLeftRed.16d004af.png");
    }
}
 .light-status12 {
     img {
         content: url("/static/media/turnLeftYellow.d71ad147.png");
    }
}
/*右转*/
 .light-status20 {
     img {
         content: url("/static/media/turnRightGreen.7dcce2c5.png");
    }
}
 .light-status21 {
     img {
         content: url("/static/media/turnRightRed.9ddaf24e.png");
    }
}
 .light-status22 {
     img {
         content: url("/static/media/turnRightYellow.95ba4068.png");
    }
}
/*掉头*/
 .light-status30 {
     img {
         content: url("/static/media/turnAroundGreen.8566553a.png");
    }
}
 .light-status31 {
     img {
         content: url("/static/media/turnAroundRed.3b544cf9.png");
    }
}
 .light-status32 {
     img {
         content: url("/static/media/turnAroundYellow.3c2c6aed.png");
    }
}
 .light-status00, .light-status10, .light-status20, .light-status30 {
     color: rgb(82, 196, 26);
}
 .light-status01, .light-status11, .light-status21, .light-status31 {
     color: rgb(245, 34, 45);
}
 .light-status02, .light-status12, .light-status22, .light-status32 {
     color: yellow;
}
 .light-mark {
     margin-right: 8/@px-unit;
     display: inline-block;
     width: 8/@px-unit;
     height: 8/@px-unit;
     border-radius: 50%;
     &.normal,&.timing {
         background: #52c41a;
    }
     &.event {
         background: #fcac15;
    }
     &.alarm, &.alarmlocal {
         background: #f5222d;
    }
     &.manual {
         background: #00FFF7;
    }
}
 .m-icon-style {
     font-size: 20/@px-unit;
     position: relative;
     top: 2/@px-unit;
}
/*该颜色和之后的项目一致，采用20基础色*/
/*各组件less引入主题然后赋值给自己的实际变量值*/
 @btnNormalColorNo1: #1890ff;
 @btnHoverColorNo2: #40a9ff;
 @btnPressedColorNo3: #096dd9;
 @topBackColor: #2374e7;
 @titleColorNo4: #272727;
 @textColorNo5: #272727;
 @formContentColorNo6: #565656;
 @disableColorNo7: #8f8f8f;
 @listBorderColorNo8: #e8e8e8;
 @dividerColorNo9: #e8e8e8;
 @inputBorderColorNo10: #d9d9d9;
 @disableInputBgColorNo11: #f5f5f5;
 @firstNavBgColorNo12: #001529;
 @secondNavBgColorNo13: #ffffff;
 @secondNavHoverColorNo14: #e6f7ff;
 @contentBgColorNo15: #ffffff;
 @bodyBgColorNo16: #f0f2f5;
 @homePageNo1: #ffffff;
 @homePageNo2: #f0f2f5;
 @homePageNo3: #f0f0f0;
 @errorColorNo17: #f5222d;
 @warnColorNo18: #fcac15;
 @successColorNo19: #52c41a;
 @linkColorNo20: #1890ff;
 @main_background_color: #f0f2f5;
 @disableNumberInputFontColor: rgba(0, 0, 0, 0.25);
/**三方库的变量需要如下用标签包裹起来**/
/**antd**/
 @font-size-base: 0.85714286rem;
 @table-padding-vertical: 0.35714286rem;
 @table-padding-horizontal: 0.35714286rem;
 @text-color: @textColorNo5;
 @primary-color: @btnNormalColorNo1;
 @panelBackgroundColor: #fafafa;
/**antd**/
/*TabMenu一级导航*/
 @topMenuTabActiveColor: #ffffff;
 @topMenuTabColor: #a6adb4;
 @tabArrowColor: @contentBgColorNo15;
 @tabArrowHoverColor: @btnNormalColorNo1;
 @tabCloseColor: @contentBgColorNo15;
 @tabBackGroundColor: @firstNavBgColorNo12;
 @tabMenuTabHoverColor: #ffffff;
 @tabDividerColor: rgba(255, 255, 255, 0.2);
/*MenuView主页菜单*/
 @MenuViewPageSwitch: #afc6e1;
 @MenuViewActivePageSwitch: @linkColorNo20;
 @MenuViewItemLineColor: #81b6fc;
 @MenuViewBackGroundColor: @homePageNo1;
 @MenuViewItemMessageColor: @disableColorNo7;
 @MenuViewItemHoverColor: #ecf4ff;
 @MenuViewCarouselColor: #7db1ec;
/*sideMenu二级导航*/
 @sideMenuBackGroundColor: @secondNavBgColorNo13;
 @sideMenuSelectedColor: #ecf4ff;
/*login 登录*/
 @loginForgetPasswordHoverColor: #ffffff;
 @loginIconColor: @btnHoverColorNo2;
/*页面相关*/
 @font-size-normal: 12rem;
/*换肤相关颜色*/
 @skin-black: #001529;
 @skin-blue: #1890ff;
 @behindColor: #333333;
 @baseColor: #ffffff;
 @opaqueBalck: rgba(0, 0, 0, 0.5);
 @grayBlackBorder: rgba(0, 0, 0, 0.15);
 @grayBlack: rgba(0, 0, 0, 0.05);
 @gravel: rgba(75, 75, 75, 0.97);
 @graybgColor: #f7f7f7;
 @imagePlate: rgba(60, 60, 60, 1);
 @bluePlate: rgb(0, 0, 255);
 @yellowPlate: #f1cf47;
 @CyanPlate: rgb(0, 255, 255, 1);
 @GreenPlate: rgb(0, 255, 0, 1);
 @selectedBgColor: rgb(230, 244, 255);
 @TableColumnsColor: rgba(221, 221, 221, 0.4);
 @TableColumnsLineColor: rgb(221, 221, 221);
 @TableDeleteColor: rgba(0, 0, 0, 0.26);
 @behindDisabledColor: #8c8c8c;
 @tableTitleBgColor: #dcdcdc66;
 @tableTitleBorderColor: #e7e7e7;
 @tableTitleSelectColor: #f3f3f3;
 @tableContentInfoBg: #e1e1e140;
 @RFIDCameraOnline: #1c79f4;
 @RFIDtableHead: #dcdcdc;
 @RFIDtableDetailTitle: #00000099;
/*字体基准*/
 @base-rem-size: 14px;
 html, body {
     font-size: @base-rem-size;
}
 @media screen and (min-device-width: 214.28571429rem) {
     html, body {
         font-size: 2 * @base-rem-size;
    }
     .label-normal-container {
         padding-top: 8 / @px-unit;
         padding-bottom: 8 / @px-unit;
    }
}
/** * 页面长度使用规则 * 1.禁止使用px和rem作为单位，包括border的宽度 * 2.使用 px/@px-unit 换算成rem：比如常规分辨率下是7.14285714rem，在less中写100/@px-unit * */
 @px-unit: 14rem;
 .svgFont(@fontSize:30) {
     font-size: if((@fontSize = 0), inherit, @fontSize / @px-unit);
}
/** Icon组件增加svg 大小设置， 增加hover处理 *@normalColor 默认纯色颜色， 不需要指定为0 *@lineStart 渐变起始颜色 *@lineStop 渐变停止颜色 */
 .svgOut (@normalColor:@iconColorN , @lineStart:@iconLinearStartColorN , @lineStop:@iconLinearStopColorN) {
     &:not(.disabled_icons) {
         svg {
             & + {
                 path:first-child {
                     fill: if((@normalColor = 0), @iconColorN, @normalColor);
                }
            }
             & + {
                 linearGradient {
                     stop:first-child {
                         stop-color: @lineStart;
                    }
                     stop:last-child {
                         stop-color: @lineStop;
                    }
                }
            }
        }
    }
}
/* 悬浮后图标样式 */
 .svgHover (@hoverColor:@current , @lineHoverStart:@iconLinearStartColorA , @lineHoverStop:@iconLinearStopColorA) {
     &:not(.disabled_icons):not(.noHover) {
         &:hover {
             svg {
                 & + {
                     path:first-child {
                         fill: if( (@hoverColor = 0), @current, @hoverColor );
                    }
                }
                /* 悬浮后带渐变效果颜色 */
                 linearGradient stop:first-child {
                     stop-color: @lineHoverStart;
                }
                 linearGradient stop:last-child {
                     stop-color: @lineHoverStop;
                }
            }
        }
    }
}
/* 图标禁用颜色 */
 .svgDisabled (@disableColor:@iconColorD) {
     svg {
         & + {
             path:first-child {
                 fill: @disableColor;
            }
        }
    }
     cursor: not-allowed;
}
/* 设置图标的背景色和边框， 任何一项不需要则指定 0 */
 .svgBoder (@borderColor:@iconBorderN , @bgColor:@iconBgN) {
     .bg (@color) when (isColor(@color)) {
         background-color: @color;
    }
     .border (@color) when (isColor(@color)) {
         border: 1 / @px-unit solid @color;
    }
     .bg(@bgColor);
     .border(@borderColor);
}
 .opacity (@opacity) {
     @IEOpacity: @opacity * 100;
     -moz-opacity: @opacity;
     opacity: @opacity;
     filter: alpha(opacity= @IEOpacity);
}
 .colorSvg (@svgId, @hoverColor:@current) {
     &:not(.disabled_icons):not(.noHover) {
         &:hover {
             .@{svgId}{
                 path {
                     fill: @hoverColor !important;
                }
            }
        }
    }
}
 ._PasswordCheck_ {
     padding-top: inherit;
}
 ._SysSet_ {
     padding-left: 20/@px-unit;
}
 .ant-menu-title-content {
     .anticon{
         font-size: 1.42857143rem;
    }
}
 .titleIcon{
     display: block;
     width: 120/@px-unit;
     height: 120/@px-unit;
}
 .icon_prev{
     background: url('/static/media/Live.48fb4fd8.png');
     background-size: cover;
}
 .icon_guide{
     background: url('/static/media/InstallationGuide.e73a86d0.png');
     background-size: cover;
}
 .icon_search{
     background: url('/static/media/Search.72d039ff.png');
     background-size: cover;
}
 .icon_report{
     background: url('/static/media/Report.b17c4fab.png');
     background-size: cover;
}
 .icon_camera{
     background: url('/static/media/Camera.7edbfc87.png');
     background-size: cover;
}
 .icon_traffic{
     background: url('/static/media/ITS.b4c552d3.png');
     background-size: cover;
}
 .icon_equipmentManager{
     background: url('/static/media/PeripheralManagement.79d29b59.png');
     background-size: cover;
}
 .icon_record{
     background: url('/static/media/Record.e63d75eb.png');
     background-size: cover;
}
 .icon_console{
     background: url('/static/media/StatusDisplay.d702e83b.png');
     background-size: cover;
}
 .icon_calibrationSet{
     background: url('/static/media/CalibrationSet.91327e75.png');
     background-size: cover;
}
 .icon_radar{
     background: url('/static/media/RadarMenu.7fb5f3bb.png');
     background-size: cover;
}
/**三方库的变量需要如下用标签包裹起来**/
/**antd**/
 @text-color:@textColorNo5;
 @primary-color: @btnNormalColorNo1;
/**antd**/
/*TabMenu一级导航*/
 @tabBackGroundColor:@firstNavBgColorNo12;
 