/* 顶部区-logo */
.collapsed-menu .sl-sideleft-logo { display: none; }
.collapsed-menu .sl-sideleft-logo-mini { display: block; }
/* 顶部区 */
.sl-header { position: fixed; top: 0; right: 0; left: 0; z-index: 1070; background: #fff; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06); display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; justify-content: space-between; -ms-flex-pack: justify; transition: all 0.2s ease-in-out; }
/* 顶部区-左侧 */
.sl-header .sl-logo { height: 60px; line-height: 60px; padding-left: 265px; z-index: 1030; transition: all 0.2s ease-in-out; background: url(../img/logo.png) 20px center no-repeat; }
.sl-header .sl-logo > a { color: inherit; }
.sl-header .sl-logo em {font-size: 22px; font-style: normal; font-weight: 400; }
.sl-header .sl-logo em:before { width: 1px; height: 18px; content: ''; background: #bbb; float: left; margin: 23px 15px 0 0; }
/* 顶部区-右侧 */
.sl-header .sl-header-right { display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header { width: 230px; padding: 15px; border: 0; background: #fff; border-radius: 0; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06); left: auto; right: 0; top: 48px; }   
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .common-arrow-up { width: 50px; height: 25px; position: absolute; top: -25px; left: 50%; overflow: hidden; transform: rotate(-180deg); display: none; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .common-arrow-up::after { content: ""; position: absolute; width: 20px; height: 20px; background: #fff; transform: translateX(-50%) translateY(-50%) rotate(-45deg); top: -5px; left: 50%; box-shadow: 0 0 20px 0 rgba(44,48,49,0.20); }
.sl-header .sl-header-right .nav .dropdown .nav-link-profile { position: relative; transition: all 0.2s ease-in-out; margin: 0 30px 0 10px; width: 34px; height: 34px; border-radius: 50%!important; padding: 0; }
.sl-header .sl-header-right .nav .dropdown .nav-link-profile img { width: 34px; height: 34px; border-radius: 50%!important; opacity: 0.8; transition: all 0.2s ease-in-out; }
.sl-header .sl-header-right .nav .dropdown .nav-link-profile:hover img, .nav-link-profile:focus img { opacity: 1; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-info { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px #F3F4F5 solid; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-info img.user { width: 36px; height: 36px; border-radius: 50%!important; float: left; margin: 7px 10px 0 0; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-info > h2 { width: 100%; font-weight: 600; color: #2B2D3B; font-size: 14px; line-height: 30px; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-info > h3 { width: 100%; font-weight: 500; color: #696E8D; font-size: 12px; line-height: 20px; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-sign-out { height: 30px; margin-top: 10px; line-height: 30px; border-top: 1px #F3F4F5 solid; text-align: center; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-sign-out a { font-size: 12px; color: #2B2D3B; text-align: center; display: block; }
.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-sign-out a:hover { color: #096DD9; }

/* 主菜单 */
.sl-sideleft { position: fixed; top: 60px; left: 0; bottom: 0; width: 220px; background: #096DD9; transition: all 0.2s ease-in-out; z-index: 1060; }
.sl-sideleft-menu { padding-top: 20px; }

/* 主菜单-1级 */
.sl-sideleft-menu > .sub { }
.sl-sideleft-menu > .sub > .sl-menu-link { display: block; position: relative; color: #fff; }
.sl-sideleft-menu > .sub > .sl-menu-link:hover,
.sl-sideleft-menu > .sub > .sl-menu-link.in { background: #1890FF; }

.sl-sideleft-menu > .sub > .sl-menu-link:before { content: ''; width: 4px; height: 50px; position: absolute; left: 0; top: 0; }
.sl-sideleft-menu > .sub > .sl-menu-link:hover:before,
.sl-sideleft-menu > .sub > .sl-menu-link.in:before { background: #91D5FF; }

.sl-sideleft-menu > .sub > .sl-menu-link > .sl-menu-item { height: 50px; padding: 0 15px; font-size: 14px; display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; justify-content: space-between; -ms-flex-pack: justify; }
.sl-sideleft-menu > .sub > .sl-menu-link > .sl-menu-item > .menu-item-icon { margin-left: 5px; width: 18px; font-size: 18px; opacity: 0.8; }
.sl-sideleft-menu > .sub > .sl-menu-link > .sl-menu-item > .menu-item-label { margin-left: 10px; margin-right: auto; opacity: 0.8; }
.sl-sideleft-menu > .sub > .sl-menu-link > .sl-menu-item > .menu-item-arrow { opacity: 0.8; }

.sl-sideleft-menu > .sub > .sl-menu-link.in > .sl-menu-item > .menu-item-icon { opacity: 1; }
.sl-sideleft-menu > .sub > .sl-menu-link.in > .sl-menu-item > .menu-item-label { opacity: 1; }
.sl-sideleft-menu > .sub > .sl-menu-link.in > .sl-menu-item > .menu-item-arrow { opacity: 1; transform: rotate(-90deg); transition: all 0.2s ease-in-out; }

/* 主菜单-浮动区 */
.sl-sideleft-menu > .sub > .sl-menu-sub { z-index: 9999; max-width: calc(100vw - 220px); padding: 10px; position: absolute; left: 220px; overflow-y: auto; background: #096DD9; box-shadow: 0 0 10px rgba(0,0,0,0.1); display: none; }
.sl-sideleft-menu > .sub > .sl-menu-sub.in { display: block; }

/* 主菜单-浮动区-2级 */
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first { padding: 5px; display: table-cell; vertical-align: top; }
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .nav-item { font-size: 14px; }
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .nav-item:before { width: 20px; height: 20px; margin-right: 5px; content: '\e63a'; font-family: iconfont; color: #fff; opacity: 0.8; }
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .nav-item .nav-link { color: #fff; opacity: 0.8; }

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .nav-item:hover:before,
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .nav-item.active:before { opacity: 1; }

/* 主菜单-浮动区-3级 */
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list { }
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li { float: left; height: 30px; line-height: 30px; width: 140px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li:before { content: ''; float: left; width: 6px; height: 6px; margin: 14px 3px 0 0; border-radius: 3px; background: #fff; opacity: 0.4; }
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li a { padding: 2px 5px; border-radius: 2px; font-size: 12px; color: #fff; }

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li:hover:before { opacity: 0.8; }
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li.active a,
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li a:hover { color: #1890FF; background: #fff; opacity: 1; }

/*左侧菜单-收缩效果*/
.collapsed-menu .sl-sideleft { width: 60px; }
.collapsed-menu .sl-header-left { width: 60px; }
.collapsed-menu .sl-mainpanel { margin-left: 60px; }
.collapsed-menu .sl-sideleft-menu > .sub > .sl-menu-link:before { display: none; }
.collapsed-menu .sl-sideleft-menu > .sub > .sl-menu-link > .sl-menu-item > .menu-item-label { display: none; }
.collapsed-menu .sl-sideleft-menu > .sub > .sl-menu-link > .sl-menu-item > .menu-item-arrow { display: none; }
.collapsed-menu .sl-sideleft-menu > .sub > .sl-menu-sub.in { left: 60px; }

/*左侧菜单-快捷方式和收缩按钮*/
.sl-header-left { position: fixed; bottom: 0; left: 0; width: 220px; z-index: 1200; }
.navicon-left { width: 100%; height: 40px; background: #1890FF; display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; justify-content: space-between; -ms-flex-pack: justify; transition: all 0.2s ease-in-out; }

.navicon-left a { display: block; color: #fff; text-align: center; opacity: 0.8; }
.navicon-left a:hover { opacity: 1; }
.navicon-left a i:before { display: inline-block; font-style: normal; font-family: iconfont; }
.navicon-left a#btnLeftFast { width: 159px; border-right: 1px #fff solid; }
.navicon-left a#btnLeftMenu { width: 60px; }
.navicon-left a#btnLeftFast i:before { content: '\e867'; font-size: 18px; margin-right: 10px; }
.navicon-left a#btnLeftMenu i:before { content: '\e851'; font-size: 20px; }
.collapsed-menu .navicon-left a#btnLeftMenu i:before { content: '\e76a'; }

.collapsed-menu .navicon-left { width: 60px; animation: move .2s ease-out 1; }
.collapsed-menu .navicon-left a#btnLeftFast { display: none; animation: move .2s ease-out 1; }

/* 主工作区 */
.sl-mainpanel { position: relative; margin: 60px 0 0 220px; transition: all 0.2s ease-in-out; }
.sl-pagebody { padding: 0; }

/* 图标共性设置 */
.right-function { position: relative; margin: 0 3px 0 0; }
.right-function > a { display: block; height: 30px; line-height: 28px; color: #657282; padding: 0 10px; border-radius: 15px; background: transparent; border: 1px solid transparent; }
.right-function > a > i { margin: 0 6px 0 0; font-size: 16px; color: #696E8D; vertical-align: middle; }
.right-function.open > a { background: #E6F7FF; border-color: #91D5FF; color: #1890FF; }
.right-function.open > a > i,.right-function:hover > a > i { color: #1890FF; }
.right-function .common-arrow-up { display: none; }
.right-function .dropdown-menu { width: fit-content; left: auto; top: 46px; right: -160px; padding: 15px; background: #fff; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06); border: none; border-radius: 0!important; }

.right-function .nav-tabs { margin: 0 10px; border-bottom: 1px solid #F3F4F5; }
.right-function .nav-tabs > li > a { font-size: 12px; padding: 10px 0; }
.right-function .nav-tabs > li { margin-right: 10px; }
.right-function .nav-tabs > .right > a { display: inline-block; padding: 10px 0; font-size: 12px; }
.right-function .nav-tabs > .right > a > i { display: block; -webkit-transform: scale(0.66); -o-transform: scale(1); }

/* 图标共性设置 */
.sl-header-right-features ul { display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; }
.sl-header-right-features ul li { position: relative; margin: 0 3px 0 0; }
.sl-header-right-features ul li > a { display: block; height: 30px; line-height: 28px; color: #657282; padding: 0 10px; border-radius: 15px; background: transparent; border: 1px solid transparent; }
.sl-header-right-features ul li > a > i { margin: 0 6px 0 0; font-size: 16px; color: #696E8D; vertical-align: middle; }
.sl-header-right-features ul li > a:hover { background: #E6F7FF; border-color: #91D5FF; color: #1890FF; }
.sl-header-right-features ul li > a:hover > i { color: #1890FF; }

/*顶部区-消息通知*/
.sl-header-notice > a > i.animated{ animation: mynotice 1.5s; -webkit-animation: mynotice 1.5s; }
.sl-header-notice > a > .num{ display: inline-block; min-width: 10px; font-style: normal; line-height: 12px; padding: 0.25em 0.445em; font-size: 12px; font-weight: 500; color: #fff; vertical-align: baseline; white-space: nowrap; text-align: center; background: #FB441B; border-radius: 25px; top: -2px; right: -7px; position: absolute; z-index: 999; }

.sl-header-notice ul.info{ float: left; width: 350px; padding: 10px 15px 0 15px; max-height: 300px; }
.sl-header-notice ul.info li p{ line-height: 25px; height: 25px; display: block; font-weight: normal; padding-left: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sl-header-notice ul.info li{ float: left; border-bottom: 1px #F3F4F5 solid; padding-bottom: 5px; margin-bottom: 5px; width: 100%; }
/*.sl-header-notice ul.info li:last-child{ border-bottom: none; }*/
.sl-header-notice ul.info li p{ margin: 0; padding: 0; }
.sl-header-notice ul.info li p a{ font-size: 12px; color: #2B2D3B; cursor: pointer; width: 270px; }
.sl-header-notice ul.info li p a:hover{ color: #1890FF; }
.sl-header-notice ul.info li p em{ font-size: 12px; padding: 0 3px; color: #fff; background: #1890FF; display: none; border-radius: 4px; margin-right: 5px; float: left; }
.sl-header-notice ul.info li p .icon-new{ width: 22px; height: 14px; display: inline; float: right; background: url(../img/new.gif) 0 0 no-repeat; padding: 0; margin-right: 0; position: relative; }
.sl-header-notice .bar-remind-date{ color: #696E8D; font-size: 12px; float: left; margin-top: 5px; margin-left: 0; }
.sl-header-notice .bar-remind-date i{ font-size: 12px; color: #999; display: none; }
.sl-header-notice .dropdown-menu{ padding: 0; }
.sl-header-notice .notice-total{ border-bottom: 1px #ddd dashed; margin: 5px 15px; height: auto; line-height: 30px; color: #666; padding-bottom: 5px; }
.sl-header-notice .notice-total >em{ margin: 0 5px; color: #f96868; font-style: normal; }
.sl-header-notice .notice-total > a{ color: #999; cursor: pointer; }
.sl-header-notice .notice-total > a > i{ font-size: 16px; }
.sl-header-notice .notice-total > a:hover{ color: #1890FF; }
.sl-header-notice .bnotice-total{ text-align: center; margin: 0; height: auto; line-height: 30px; color: #666; padding-bottom: 5px; }
.sl-header-notice .bnotice-total > a{ color: #2B2D3B; font-size: 12px; }
.sl-header-notice .bnotice-total > a:hover{ color: #1890FF; }
.sl-header-notice .notice-content{ height: auto; }
.sl-header-notice .bar-noinfo{ width: 350px; height: auto; }
.bar-noinfo{ width: 100%; font-size: 12px; color: #2B2D3B; text-align: center; margin-top: 0; line-height: 30px; padding: 10px 0; }
.bar-noinfo > i{ font-size: 12px; color: #2B2D3B; margin-right: 10px; }
.sl-header-notice .nav-tabs > li > a > .num{ color: #FB441B; position: inherit; padding: 0; line-height: inherit; min-width: auto; background: transparent; }

/*顶部区-全部功能导航*/
.sl-header-right-all { position: static; }
.sl-header-right-all .dropdown-menu { max-width: calc(100vw - 220px); right: 0; top: 61px; }
.sl-header-right-all .dropdown-menu .all-content { margin: 0; padding: 0; background: #fff; max-height: 600px; display: flex; display: -ms-flexbox; flex-wrap: wrap; }
.sl-header-right-all .all-list { display: inline-block; vertical-align: top; }
.sl-header-right-all .all-list > dl { width: auto; margin: 0 15px 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #E2ECF7; overflow: hidden; }
.sl-header-right-all .all-list > dl:last-child { border: none; }
.sl-header-right-all .all-list > h2 { font-size: 16px; font-weight: 400; color: #657282; padding-bottom: 10px; margin: 0 20px 0 0; }
.sl-header-right-all .all-list > h2 > i { color: #1890FF; margin: 0 5px 0 0; line-height: inherit; opacity: 1; }
.sl-header-right-all .all-list > dl > dt { font-size: 14px; color: #657282; line-height: 30px; font-weight: 500; }
.sl-header-right-all .all-list > dl > dd > ul { width: 140px; }
.sl-header-right-all .all-list > dl > dd > ul > li { float: left; width: 140px; line-height: 25px; }
.sl-header-right-all .all-list > dl > dd > ul > li > a { color: #2B2D3B; font-size: 12px; }
.sl-header-right-all .all-list > dl > dd > ul > li > a:hover { color: #1890FF; }
.sl-header-right-all .all-list > dl > dd > ul > li::before { width: 4px; height: 4px; border-radius: 4px; margin: 12px 5px 0 0; background: #1890FF; opacity: 0.5; float: left; content: ''; }
.sl-header-right-all .all-list > dl > dd > ul > li:hover::before { background: #1890FF; opacity: 1; }

/*全部功能导航适配不同分辨率*/
@media screen and (max-width: 1600px) {
  .sl-header-right-all .all-content{ max-height: 660px; } 
}
@media screen and (max-width: 1366px) {
  .sl-header-right-all .all-content{ max-height: 510px; } 
}

/*顶部区-桌面切换*/
.sl-header-right-desktop .dropdown-menu{  }
.sl-header-right-desktop .desktop-content { display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; max-width: 100vh; overflow: auto; }
.sl-header-right-desktop .desktop-content dl{ width: 100px; height: auto; margin-right: 15px; background: #F5F9FB; border: 1px solid #DCDFE3; border-radius: 2px; flex: none; }
.sl-header-right-desktop .desktop-content dl:last-child{ margin-right: 0; }
.sl-header-right-desktop .desktop-content dl dt{ margin: 20px 0 5px 0; }
.sl-header-right-desktop .desktop-content dl dt,.sl-header-right-desktop .desktop-content dl dd{ width: 100%; text-align: center; color: #2B3642; }
.sl-header-right-desktop .desktop-content dl dd{ padding: 0 5px; height: 40px; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2; margin-bottom: 5px; }
.sl-header-right-desktop .desktop-content dl dt i{ font-size: 30px; font-weight: 500; color: #2B3642; }
.sl-header-right-desktop .desktop-content dl.active{ background: #F5F9FB; border: 1px solid #1890FF; }
.sl-header-right-desktop .desktop-content dl.active:before{ content: ''; width: 14px; height: 14px; float: left; background: url(../img/desktop-active.png) 0 0 no-repeat; background-size: 14px; }
.sl-header-right-desktop .desktop-content dl:hover{ -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); transition: all 0.3s linear; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06); }
.sl-header-right-desktop .desktop-content dl.active dt i,.sl-header-right-desktop .desktop-content dl:hover dt i{ color: #1890FF; }

/*顶部区-项目向导下拉菜单*/
.sl-header-right-wizard .dropdown-menu { width: 330px; }
.dropdown-menu.animated { animation-duration: 0.6s; }

/*顶部区-当前时间*/
.sl-header-right-time { margin: 0 20px 0 0; padding: 3px 20px; font-size: 14px; background: #F5F9FB; color: #4B5A6D; border: 1px solid #DCDFE3; border-radius: 15px; }
.sl-header-right-time > i { margin: 0 5px 0 0; font-size: 16px; }

/*采购助手*/
.xybar-main{ width: 220px; }
.xybar-main .nav-tabs{ border-bottom: 1px solid #DCDFE3; margin: 70px 15px 0 15px; }
.xybar-main .nav-tabs .right > a { display: inline-block; padding: 10px 0; font-size: 12px; }
.xybar-main .nav-tabs .right > a > i { display: block; -webkit-transform: scale(0.66); -o-transform: scale(1); }
.xybar-main .nav-tabs > li > a >.num{ margin-left: -3px; }
.xybar-main .nav-tabs > li > .tit{ display: none; position: absolute; top: 40px; left: -50%; transform: translateX(-20px); background: #424754; padding: 3px 10px; color: #fff; min-width: 90px; text-align: center; font-size: 12px; border-radius: 2px; white-space: nowrap; z-index: 1; }
.xybar-main .nav-tabs > li > .tit:before{ content: ''; position: absolute; top: -5px; left: 40px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #424754; }
.xybar-main .nav-tabs > li:hover > .tit{ display: inline; }
.xybar-main .xybar-list{ height: calc(100vh - 130px); }
.xybar-list ul li{ padding: 10px 15px; position: relative; }
.xybar-list ul li:after{ content: ''; background: #F3F4F5; height: 1px; width: calc(100% - 30px); display: block; position: absolute; bottom: 0; }
.xybar-list ul li:hover{ background: #F5F9FB; }
.xybar-list ul li .item-title,.xybar-list ul li .item-title > a{ color: #2B2D3B; font-size: 12px; line-height: 20px; margin-bottom: 5px; }
.xybar-list ul li:hover .item-title,.xybar-list ul li:hover .item-title > a,.xybar-list ul li .item-info > a:hover{ color: #1890FF; }
.xybar-list ul li .item-title .info{ margin-left: 10px; }
.xybar-list ul li .item-title .type{ color: #1890FF; margin-right: 5px; }
.xybar-list ul li .item-info > a,.xybar-list ul li .item-info{ font-size: 12px; color: #6F7B8A; }
.xybar-list ul li .item-data .data{ font-size: 12px; margin: 3px 0 0 0; }
.xybar-list ul li .item-data .data > em{ font-style: normal; color: #6F7B8A; margin: 0 10px 0 0; }
.xybar-list ul li .item-data .data:before{ content: ''; width: 4px; height: 4px; border-radius: 50%; background: #D8D8D8; float: left; margin: 7px 5px 0 0; }
.xybar-main .vertical-container.project-work{ padding: 10px 15px; height: calc(100vh - 130px); }
.xybar-main .vertical-container.project-work .vertical-timeline-content ul li > a{ font-size: 12px; }
.xybar-list .xybar-list-more{ text-align: center; margin: 20px 0 0 0; }
.xybar-list .xybar-list-more > a{ color: #2B2D3B; font-size: 12px; }
.xybar-list .xybar-list-more > a:hover{ color: #1890FF; }

/*消息提醒动画*/
@keyframes mynotice {
0% { transform: scale(1,1) rotate(0deg); -webkit-transform: scale(1,1) rotate(0deg); }
25% { transform: scale(2,2) rotate(45deg); -webkit-transform: scale(2,2) rotate(45deg); }
50% { transform: scale(3,3) rotate(-45deg); -webkit-transform: scale(3,3) rotate(-45deg); }
75% { transform: scale(2.2) rotate(45deg); -webkit-transform: scale(2.2) rotate(45deg); }
100% { transform: scale(1,1) rotate(0deg); -webkit-transform: scale(1,1) rotate(0deg); }
}

/* for < 1920px */
@media screen and (max-width:1920px) {
  .sl-header .sl-logo { height: 50px; line-height: 50px; }
  .sl-header .sl-logo em:before { margin: 18px 15px 0 0; }
  
  .sl-sideleft { width: 200px; top: 50px; }
  .sl-header-left { width: 200px; }
  
  .sl-sideleft-menu > .sub > .sl-menu-link > .sl-menu-item { height: 45px; }
  .sl-sideleft-menu > .sub > .sl-menu-link:before { height: 45px; }
  .sl-sideleft-menu > .sub > .sl-menu-sub { left: 200px; }
  
  .sl-mainpanel { margin: 50px 0 0 200px; }
  
  .right-function .dropdown-menu { top: 41px; }
  .right-function.sl-header-right-all .dropdown-menu { top: 51px; }
  .sl-header .sl-header-right .nav .dropdown .dropdown-menu-header { top: 43px; } 
}



















