.container-fluid{
    font-size: 12px;
}
.industry-body{
    overflow: auto;
    background-color: #F7F8FC;
    padding: 0 5px;
    scroll-behavior: smooth;
}
#industry-foot{
    background-color:#F7F8FC;
}
th {
    text-align: center !important;
    font-weight: normal;
}
.color-0{
    color: #728fbb;
}
/*右菜单栏的显示隐藏小图标样式*/
.show-condition-btn-show{
    position: fixed;top: 30%;width: 0;
    text-align: center;
    line-height: 50px;
    padding-left: 0 !important;
    z-index: 1;
    margin-left: -23px;
    font-size: 18px;

    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 25px solid white;
}
.show-condition-btn-cover{
    /*显示菜单btn的外边框样式*/
    position: fixed;top: 30%;
    margin-left: -25px;
    width: 0;
    line-height: 50px;
    z-index: 0;

    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 25px solid #f2f2f2;

}
.show-condition-btn-show:hover{
    font-weight: bolder;
}
/*.show-condition-btn-hide{
    position: fixed;
    top: 50%;
    margin-left: -27px;
    width: 20px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    font-size: 25px;
}
.show-condition-btn-hide:hover{
    font-size: 28px;
}*/
/*整个右菜单栏样式*/
.ConditionRight{
    width: 17%;
    min-width: 245px;
    padding: 0 15px;
    user-select: none;
    position: fixed !important;
    background-color: white;
    height: 100%;
    z-index: 5;
    /*box-shadow: -5px 0 5px #f0f0f0;*/
    overflow: auto;
}
.ConditionRight a,.ConditionRight .confirm-button,.ConditionRight input{
    cursor: pointer;
}
/*隐藏滚动条*/
.ConditionRight::-webkit-scrollbar { width: 0 !important }

.ConditionRightShow {
    right: 0;
    animation : ConditionShow 0.5s;
}
@keyframes ConditionShow{
    from{ left : 100%; }
    to{ left : 83%; }
}
.ConditionRightHide {
    left: 100%;
    animation : ConditionHide 0.5s;
}
@keyframes ConditionHide{
    from{ left : 83%; }
    to{ left : 100%; }
}

/* 左边导航栏的 div 样式 */
.navigation-bar{
    user-select: none;
    margin-top: 25px;
    color: #a1a2a2;
    cursor: pointer;
}
.navigation-bar a{
    color: #a1a2a2;
}
.navigation-bar a:hover{
    text-decoration:none;
}
.navigation-bar>.col-md-12{
    padding-left: 25px;
}
.navigation-bar:hover:not(.active){
    background-color: #494a4a;
    color: white;
    box-shadow: 0 0 3px 2px #494a4a;
    border-radius:5px;
}
.navigation-bar.active{
    color: white;
    border:1px solid #28344c;
    border-radius:5px;
    background-color: #28344c;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: default;
}
.navigation-bar-son{
    margin-top: 15px;
    color: #a1a2a2;
}
.navigation-bar-son > .row :hover{
    color: white;
}
.navigation-bar-son > .row > .col-md-12{
    margin-top: 10px;
    cursor: pointer;
}

/*行业选择相关样式*/
.div-industry-select{
    line-height: 35px;
    margin-top: 20px;
    cursor: pointer;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: lighter;
}
.div-industry-select-show{
    padding: 15px;
    width: 100%;
    position: absolute;
    margin-top: 48px;
    font-size: 13px;
    font-weight: lighter;
}
.div-industry-select-down{
    line-height: 40px;
    border-radius: 5px;
    z-index: 3;
    background-color: white;
    box-shadow: 0 2px 2px 3px #f0f0f0;
}

/*右边菜单的边框盒子*/
.menu-box{
    border:1px solid #f2f2f2;
}
.menu-box:not(.time-picker){
    padding: 0;
}
.menu-box-head{
    background-color: #E8F4FF;
    color: #1890FF;
    padding-left: 15px;
    line-height: 25px;
}
.menu-box-foot{
    padding-left: 15px;
    line-height: 30px;
    background-color: #f2f2f2;
}
.menu-box-foot>a{
    color: black;font-weight: lighter;
    font-size: 12px;
}

/*日期选择控件的配色、宽度修改*/
.datepicker-inline,.table-condensed{
    width: 100%;
}
.datepicker table tr td span{
    line-height: 35px;
    height: 35px;
    border-radius: 0;
    font-weight: lighter;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    background-color: #1890FF;
    /*background-color: #EF4439;
    border-color: #FFEAEA;*/
}
.error .datepicker table tr td.active.active,.error .datepicker table tr td span.active.active{
    background-color: red;
    border-color: red;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover{
    color: #fff;
    background-color: #1890FF;
}
.error .datepicker table tr td.active.active:hover,.error .datepicker table tr td span.active.active:hover{
    background-color: red;
}
/*日期控件 disabled 的格子 颜色加深*/
.datepicker table tr td span.disabled,.datepicker table tr td.disabled{
    color: #cccccc;
}

/*确认按钮*/
.confirm-button{
    text-align: center;
    color: white;
    background-color: #1890FF;
    width: 28%;height: 30px;line-height: 30px;
    border-radius: 5px;
    margin-bottom: 13px;
}
.confirm-button:hover{
    background-color: #66b1ff;
}
.confirm-button:active{
    box-shadow: 0 0 10px 2px #1890FF;
}
.confirm-button.disabled{
    background-color: grey;
    cursor: default;
}

/*table的样式*/
.industry-table{
    cursor: default;
}
.industry-table>thead{

}
.industry-table>thead>tr{
    color: #FFFFFF;
}
.industry-table thead th{
    position: sticky;
    top: -8px;
    z-index : 1;
}
.industry-table>thead>tr>th:first-child{

}
.industry-table>thead>tr>th>div{
    margin: 8px;
    background-color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    font-size: 13px;
}
/*table的body 各种样式*/
.industry-table>tbody>tr>td{
    padding: 8px;
    width: 170px !important;
}
.industry-table>tbody>tr>td>div{
    height: 119px;
    vertical-align : middle;
}
.industry-table>tbody>tr>td:first-child{
    width: 32px !important;
}
.industry-table>tbody>tr>td:first-child>div{
    color: #FFFFFF;
    min-width: 32px;
    background-color: white;
    border-radius: 5px;
}
.industry-table>tbody>tr>td:first-child>div>span{
    font-size: 13px;
    height: 100%;
    overflow: hidden;
    writing-mode: vertical-lr;
    line-height: 32px;
    white-space: nowrap;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.industry-table>tbody>tr>td:not(:first-child)>div{
    /*border: #e0e0e0 1px solid;*/
    min-width: 190px;

    border-radius: 2px;
    position: relative;
    /*background-color: #fafafa;*/
    background-color: white;
}
.JumpBox{
    cursor : pointer;
}
.JumpBox:hover{
    background-color: #f4f5f0 !important;
}
.box-light-red{
    /*background-color: #FFF0F5 !important;*/
    border-color: #fa5a5a !important;
    background-color: #ffecec !important;
}
.box-light-green{
    background-color: #dfffdf !important;
}
.box-light-yellow{
    background-color: #fff4c1 !important;
}
/*表格中box的一些样式*/
.box-head{
    color: #404040;
    position: absolute;
    padding-left: 5%;
    top : 3%;
    font-size: 12px;
}
.box-body{
    position: absolute;
    left: 5%;
    text-align: left;
    font-size: 23px;
    color: grey;
    top: 31%;
    width: 90%;
    height: 33px;
    border-bottom : 1px #f4f4f4 solid;
}
.box-foot{
    text-align: left;
    padding-left: 5%;
    position: absolute;
    color: #888585;
    bottom: 4%;
    width: 100%;
    font-size: 12px;
    height: 32px;
    white-space: nowrap;
}
.box-foot>div{

}
.color-red{color: #fa5a5a}
.color-yellow{color: #E0A914}
.color-green{color: #0BB98F}
.color-purple{color: #adadff}
.img-up{background: url("../img/table/up_green.png") no-repeat 98% center;}
.img-up-red{background: url("../img/table/red1.png") no-repeat 98% center;}
.img-down{background: url("../img/table/down_red.png") no-repeat 98% center;}
.img-down-green{background: url("../img/table/green0.png") no-repeat 98% center;}

/*详情页的一些东西*/
.note{
    position: relative;
    /* width: 150px; */
    /* height: 170px; */
    margin-left: 15px;
    float: left;
    border: 1px #ebebeb solid;
    margin-top: 10px;
    border-radius: 15px;
    background-color: white;
    padding-left: 5px;
}
/*.note.color-green{
    border-top: 3px #40d166 solid;
}
.note.color-yellow{
    border-top: 3px #ffa300 solid;
}
.note.color-red{
    border-top: 3px #ff7a7a solid;
}
.note.color-purple{
    border-top: 3px #adadff solid;
}*/
.note-head{
    width: 100%;
    padding: 8px;
    color: #555454;
    white-space: nowrap;
}
.note-foot{
    color: #666667;
    margin: 5px 8px;
}
.note-value{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 10px 8px;
    color: #283790 !important;
}
.note-chart{
    height: 70px;width: 125.5%;bottom: -10px;margin-left: -16%;position: absolute
}

.note_container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.aj_addBorderLeft {
    position: relative; }
.aj_addBorderLeft:before {
    /* content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd; */
}
.pager1{
    float: right;
}

/*加载动画*/
.loading_0_2 {
    position: absolute;
    opacity:0.75;
    width: 30px;
    height: 30px;
    animation: clockwise 500ms linear infinite;
}
.loading_0_1 {
    width: 10px;
    height: 30px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.loading_0_0 {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 3px solid #000;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 0;
    left: 0;
    background: none;
    margin:0;
    animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
}

@keyframes clockwise {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}
@keyframes donut-rotate {
    0% { transform: rotate(0) }
    50% { transform: rotate(-140deg) }
    100% { transform: rotate(0) }
}

.industry-container{
    margin: 24px 0;
    padding: 20px;
    background-color: white;
    border-radius : 2px;
    color: #959696;
}
.industry-container a:not(.btn),.modal a:not(.btn){
    /*color: #283791;*/
}
.container-tag{
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;

    color: #666666;
}
.head-menu-box{
    margin-right: 11px;background-color: #283790;width: 139px;height: 37px;float: left;
    text-align: center;color: #FFFFFF;
    padding-top: 10px;
    cursor : pointer;
    font-size: 14px;
    /*padding-left: 30px;*/
}
.head-menu-box:hover,.head-menu-box.active{
    font-weight: bold;color: white;background-color: #5a72b2;
    text-decoration:none;
}
.HeadMenuBtn{
    width: 100%;height: 70px;
    color: white;
    display: inline-block;
    vertical-align : middle;
    font-size: 13px;font-weight: lighter;
    padding: 26px 0 0 43px;
    cursor : pointer;
}
.HeadMenuBtn:hover,.HeadMenuBtn.active{
    text-decoration:none;
    color: white;
    background-color: #494949 !important;
    /*border-right: 2px #E42900 solid;*/
}
.HeadMenuBtnSon{
    width: 100%;height: 40px;
    display: inline-block;
    color: grey;
    font-size: 12px;font-weight: lighter;
    padding: 12px 0 0 43px;
    cursor : pointer;
    user-select: none;
}
.HeadMenuBtnSon:hover,.HeadMenuBtnSon.active{
    text-decoration:none;
    color: white;
    background-color: #494949 !important;
}
.glyphicon{
    text-decoration:none !important;
}

.sticky-table-head>th{
    position: sticky;
    top: 0;
    z-index: 1;
    opacity: 1;
    background-color: #f4f4f4;
}
.sticky-table-head-white>th{
    position: sticky;
    top: 0;
    z-index: 1;
    opacity: 1;
    background-color: #FAFAFA;
}

.dark-background{
    background-color: #F5F7FA;
}
/* element ui 的一些魔改*/
.el-radio__label{
    font-size: 12px;
}
.el-table{
    background-color: inherit;
}
.el-loading-mask{
    z-index: 2;
}
.el-table__fixed{
    z-index: 1;
}
.special-table .el-table thead.is-group th:not(.dark-background){
    background-color: inherit;
}
.special-table thead{
    color: black;
}
.el-table__body tr.hover-row>td{
    background-color: #e9e9e9;
}

/*
.el-message-box{
    width: auto;
}
.el-message-box,.el-message-box--center{
    border: 6px #283790 solid;
}*/
.box{
    display: flex;
}
.box *{
    display: flex;
}
/* .back_white{
    background-color: #FFFFFF;
} */
/*导航栏的item样式*/
.industry-navigation-item{
    flex-basis: 38px;align-items: center; cursor: pointer;flex-shrink : 0;
    color: #FFFFFF;
    /* background-color: #FFFFFF; */
    background-color: #0F5FAA;
    /* fill : #9E9E9E; */
    /* stroke : #9E9E9E; */
}
.industry-navigation-item-NewYear{
    flex-basis: 38px;align-items: center; cursor: pointer;flex-shrink : 0;
    /* background-color: #FFFFFF; */
    background-color: #356FC1;
    /* fill : #9E9E9E; */
    /* stroke : #9E9E9E; */
}
.industry-navigation-item-NewYear2{
    color: #DDDDDD;text-decoration:none;
    background-color: #356FC1;
}
.industry-navigation-item.active{
    color: #FFFFFF;
    /* color: #409EFF; */
    /* fill : #409EFF; */
    /* stroke : #409EFF; */
}


.el-submenu__title i {
    color: #FFFFFF;
}
.el-submenu.active .el-submenu__title{
    background-color: #356FC1;
    
}
.el-submenu .el-submenu__title:hover{
    background-color: #356FC1;
}
/* .el-submenu__title i.active {
    color: #FFFFFF;
    background-color: #FFFFFF;
} */
.industry-navigation-item:hover,.industry-navigation-item.industry-navigation-detail-show{
    color: #FFFFFF;text-decoration:none;
    background-color: #446CC0;
}
.industry-navigation-item-NewYear:hover,.industry-navigation-item-NewYear.industry-navigation-detail-show{
    color: #0F5FAA;text-decoration:none;
    background-color: #356FC1;
    /* fill : #409EFF; */
    /* stroke : #409EFF; */
    background-color: #ecf5ff;
}
.industry-navigation-item-NewYear2:hover{
    color: #DDDDDD;text-decoration:none;
    background-color: #0F5FAA;
    border:  3px #FFBC3A solid;
}
.el-menu-item-group__title{
    color: #DDDDDD;text-decoration:none;
    background-color: #0F5FAA;
}

.industry-navigation-item.selected,.industry-navigation-item.selected a span{
    background-color: #FFFFFF;
    color: #409EFF;
}
.industry-navigation-item.selected{
    border-right:  3px #FFBC3A solid;
}
#IndustryNavigation{
    user-select:none;
}
#IndustryNavigation::-webkit-scrollbar{
    display: none;
}
/*sku页面 表格的样式*/
.industry-special-table{
    margin: 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
.industry-special-table>thead>tr{
    background-color: #FAFAFA;
    height: 48px;
    font-size: 13px;
    color: black;
}
.industry-special-table.table>thead>tr>th {
    border-bottom : 0;
}
.industry-special-table.table>tbody>tr>td {
    border-top : 1px solid #F0F0F0;
    border-bottom : 1px solid #F0F0F0;
}

.radius_2 {
    border-radius: 2px !important;
}

.table_style {
    border-collapse: separate;
    /* Don't collapse 设置border跟随 */
    color: #595959;
    width: 100%;
}

/* 新版table style */
/* .table_style>thead>tr>th>div {
    vertical-align: middle;
    height: 36px;
    border-top: 0;
} */

.table_style>thead>tr>th {
    height: 48px;
	color: #000000;
    vertical-align: middle;
    padding: 0;
    border-bottom: 1px solid #F0F0F0;
    background-color: #FAFAFA;
    border-top: 0;
}

.table_style>tbody>tr>td {
    height: 40px;
    vertical-align: middle;
    padding: 0;
    border-bottom: 1px solid #F0F0F0;
    background-color: #FFFFFF;
    border-top: 0;
}

.std_btn {
    width: 90px;
    height: 32px;
    background: #1890FF;
    color: #FFFFFF;
    border: 1px solid #1890FF;
}

.main_name {
    
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    /* color: #409EFF; */
    height: 24px;
    min-width: 108px;
    left: 86.263916015625px;
    top: 33px;
    border-radius: nullpx;
}

.std_btn:hover {
    background: #1890FF !important;
}

/* 属性标识框 */
.attr_span {
    color: #1890FF;
    background: rgba(24, 144, 255, 0.05);
    border: 1px solid #72BBFF;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    margin-top: 5px;
    max-width: 180px;

    /* 过长省略 */
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow:ellipsis;
	-khtml-text-overflow:ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow:ellipsis;
}

/* note 样式 */
.note {
    margin: 0;
    border: 0;
    padding-left: 48px;
    padding-right: 48px;
    border-right: 1px dashed #F0F0F0;
    box-sizing: border-box;
    border-radius: 2px;
    color:#666666;
}
.note-head {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.note-value {
    
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    padding-top: 36px;
    padding-bottom: 24px;
    /* line-height: 53px; */
    /* identical to box height */
    color: #DBA34B !important;
}

.note-foot {
    
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

/* 字体标准样式 */
.font-style {
    
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #595959;
}

/**********滚动条重绘 BEGIN**********/
/* 滚动条整体 */
.body_overflow_y::-webkit-scrollbar {
    width:15px;/*滑轨宽度*/
}
/* 滑块样式 */
.body_overflow_y::-webkit-scrollbar-thumb {
    border-radius:20px;
    background:#E0E0E0;/*滑块颜色*/
}
/* 轨道样式 */
.body_overflow_y::-webkit-scrollbar-track {
    border-radius:20px;
    background:#FFF;
    /* background:rgba(0,0,0,0.1); */
}


/* 滚动条整体 */
.overflow_y::-webkit-scrollbar {
    width:3px;/*滑轨宽度*/
}
/* 滑块样式 */
.overflow_y::-webkit-scrollbar-thumb {
    border-radius:20px;
    background:#E0E0E0;/*滑块颜色*/
}
/* 轨道样式 */
.overflow_y::-webkit-scrollbar-track {
    border-radius:20px;
    background:#FFF;
    /* background:rgba(0,0,0,0.1); */
}
/**********滚动条重绘 END**********/

/*导航菜单的动画*/
.NavigationFold {
    /*flex : 0 0 64px;*/
    animation : NavigationFold 0.5s;
    animation-fill-mode:forwards;
}
@keyframes NavigationFold{
    from{ flex : 0 0 240px; }
    to{ flex : 0 0 64px; }
}
.NavigationUnfold{
    /*flex : 0 0 240px;*/
    animation : NavigationUnfold 0.5s;
    animation-fill-mode:forwards;
}
@keyframes NavigationUnfold{
    from{ flex : 0 0 64px; }
    to{ flex : 0 0 240px; }
}

.MenuSonFold {
    animation : MenuSonFold 0.5s;
    animation-fill-mode:forwards;
}
@keyframes MenuSonFold{
    from{ height : auto; }
    to{ height : 0; }
}
.MenuSonUnfold {
    height : auto;
    animation : MenuSonUnfold 0.5s;
}
@keyframes MenuSonUnfold{
    from{ height : 0; }
    to{ height : auto; }
}
.NavigationSvg{
    /* fill : #9E9E9E;
    stroke : #9E9E9E; */
}
.NavigationSvg:hover{
    /* fill: white;
    stroke: white; */
}
.NavigationSvg.active{
    /* fill: #409EFF;
    stroke: #409EFF; */
}
/*折叠菜单按钮的颜色*/
.FoldImg{
    fill: #FFFFFF;
}
.FoldImg:hover{
    fill: #1890FF;
}
.industry-condition-icon-box{
    background-color: #1890FF;
}
.industry-condition-icon-box>.condition-set-icon{
    width: 26px;height: 26px;
    transition:width 0.5s, height 0.5s;
}
.industry-condition-icon-box:hover>.condition-set-icon{
    width: 40px; height: 40px;
}
.industry-condition-icon-box>.condition-close-icon{
    width:18px;height: 18px;
    transition:width 0.5s, height 0.5s;
}
.industry-condition-icon-box:hover>.condition-close-icon{
    width: 30px; height: 30px;
}
.menu-style{
    background-color: #0F5FAA;
    /* background: url('../img/img/menu_img.png') no-repeat fixed bottom;  */
    /*background: #B92828 url("../img/NewYear/Mask Group.png");
    color: white;*/
    
    /* background-image:url('../img/img/menu_img.png'); */
    background-repeat:no-repeat;
    background-position:100% 92%;
    /* background-origin:border-box;
    
	background-attachment:fixed; */
	/* background-position:bottom;  */
}
.ButtonImg{
    fill: #B0B0B0; cursor : pointer;
}
.ButtonImg:hover{
    fill: #1890FF;
}

.sub-menu-btn{
    color: #9DA1A7;
}
.sub-menu-btn:hover:not(.active){
    color: #595959 !important;
}
.sub-menu-btn.active{
    color: #1890FF;
}