@charset "UTF-8";
/* 顶部区-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;
  min-width: 1300px;
  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;
  background: url(../img/header-bg.png) #fff 290px 0 no-repeat;
  background-size: contain;
}

/* 顶部区-左侧 */
.sl-header .sl-logo {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

.sl-header .sl-logo:before {
  float: left;
  content: "";
  width: 160px;
  height: 60px;
  margin: 0 0 0 15px;
  transition: all 0.2s ease-in-out;
  background: url(../img/logo.png) left center no-repeat;
  background-size: contain;
}

.sl-header .sl-logo > a:hover {
  color: inherit;
  cursor: default;
}

.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: #E2ECF7;
  float: left;
  margin: 16px 15px 0 15px;
}

/* 顶部区-右侧 */
.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.2);
}

.sl-header .sl-header-right .nav .dropdown .nav-link-profile {
  position: relative;
  display: block;
  margin: 0 20px 0 10px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  transition: all 0.2s ease-in-out;
  border-radius: 50% !important;
}

.sl-header .sl-header-right .nav .dropdown .nav-link-profile img {
  margin: 0 10px 0 0;
  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 span {
  word-break: keep-all;
  white-space: nowrap;
}

.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 solid #EAEEF5;
}

.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: #303133;
  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: #606266;
  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 solid #EAEEF5;
  text-align: center;
}

.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-sign-out a {
  font-size: 12px;
  color: #303133;
  text-align: center;
  display: block;
}

.sl-header .sl-header-right .nav .dropdown .dropdown-menu-header .user-profile-sign-out a:hover {
  color: #1890FF;
}

/* 主菜单 */
.sl-sideleft {
  position: fixed;
  top: 70px;
  left: 10px;
  bottom: 10px;
  width: 210px;
  background: #096DD9;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  z-index: 1060;
}

.sl-sideleft-menu {
  padding-top: 20px;
}

/* 主菜单-1级 */
.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: #1585ED;
}

.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: #E6F7FF;
}

.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: 20px;
  position: absolute;
  left: 210px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(44, 48, 49, 0.12);
  border-radius: 0 10px 10px 0;
  display: none;
}

.sl-sideleft-menu > .sub > .sl-menu-sub.in {
  display: block;
}

/* 主菜单-浮动区-2级 */
.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #EAEEF5;
}

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first:first-child {
  padding-left: 0;
}

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first:last-child {
  border-right: none;
}

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .nav-item {
  margin-bottom: 5px;
  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: #1890FF;
}

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .nav-item .nav-link {
  color: #303133;
  cursor: unset;
}

.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 ul {
  width: 140px;
}

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul:after {
  content: "";
  display: table;
  clear: both;
}

.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: #bbb;
}

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li a {
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  color: #606266;
}

.sl-sideleft-menu > .sub > .sl-menu-sub .menu-first .level-list ul li:hover:before {
  background: #1890FF;
}

.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: #e8f4ff;
}

/*左侧菜单-收缩效果*/
.collapsed-menu .sl-sideleft {
  width: 60px;
}

.collapsed-menu .sl-header-left {
  width: 40px;
}

.collapsed-menu .sl-mainpanel {
  margin-left: 70px;
}

.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: 22px;
  left: 20px;
  width: 190px;
  z-index: 1200;
}

.navicon-left {
  width: 100%;
  border-radius: 12px;
  height: 40px;
  background: #1890FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
}

.navicon-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}

.navicon-left a:hover {
  opacity: 1;
}

.navicon-left a i:before {
  font-style: normal;
  font-family: iconfont;
}

.navicon-left a#btnLeftFast {
  width: 149px;
  border-right: 1px solid #fff;
}

.navicon-left a#btnLeftMenu {
  width: 40px;
}

.navicon-left a#btnLeftFast i:before {
  content: "\e867";
  font-size: 18px;
  margin-right: 5px;
}

.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: 40px;
  animation: move 0.2s ease-out 1;
}

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

/* 主工作区 */
.sl-mainpanel {
  position: relative;
  margin: 70px 0 0 220px;
  min-width: 1100px;
  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;
  min-width: 75px;
  white-space: nowrap;
  color: #303133;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid transparent;
}

.right-function > a > i {
  margin: 0 6px 0 0;
  font-size: 16px;
  color: #1890FF;
  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);
}

.right-function .nav-tabs {
  margin: 0 10px;
  border-bottom: 1px solid #EAEEF5;
}

.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;
  min-width: 75px;
  white-space: nowrap;
  color: #303133;
  padding: 0 10px;
  border-radius: 15px;
  border: 1px solid transparent;
}

.sl-header-right-features ul li > a > i {
  margin: 0 6px 0 0;
  font-size: 16px;
  color: #1890FF;
  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 solid #EAEEF5;
  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: #303133;
  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: #606266;
  font-size: 12px;
  float: left;
  margin-top: 5px;
  margin-left: 0;
}

.sl-header-notice .bar-remind-date i {
  font-size: 12px;
  color: #8F9399;
  display: none;
}

.sl-header-notice .dropdown-menu {
  padding: 0;
}

.sl-header-notice .notice-total {
  border-bottom: 1px dashed #EAEEF5;
  margin: 5px 15px;
  height: auto;
  line-height: 30px;
  color: #606266;
  padding-bottom: 5px;
}

.sl-header-notice .notice-total > em {
  margin: 0 5px;
  color: #f96868;
  font-style: normal;
}

.sl-header-notice .notice-total > a {
  color: #8F9399;
  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: #606266;
  padding-bottom: 5px;
}

.sl-header-notice .bnotice-total > a {
  color: #303133;
  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: #303133;
  text-align: center;
  margin-top: 0;
  line-height: 30px;
  padding: 10px 0;
}

.bar-noinfo > i {
  font-size: 12px;
  color: #303133;
  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 #EAEEF5;
  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: #606266;
  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: #606266;
  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: #303133;
  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 .desktop-content {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}

.sl-header-right-desktop .desktop-content dl {
  width: 100px;
  margin-right: 15px;
  background: #f5f5f5;
  border-radius: 10px;
}

.sl-header-right-desktop .desktop-content dl:last-child {
  margin-right: 0;
}

.sl-header-right-desktop .desktop-content dl dt {
  margin: 15px 0 10px 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.sl-header-right-desktop .desktop-content dl dt i {
  font-size: 30px;
  font-weight: 400;
  color: #1890FF;
}

.sl-header-right-desktop .desktop-content dl dd {
  margin-bottom: 5px;
  padding: 0 5px;
  height: 30px;
  line-height: 15px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.sl-header-right-desktop .desktop-content dl:hover,
.sl-header-right-desktop .desktop-content dl.active {
  background: #1890FF !important;
  transform: translate3d(0, -2px, 0);
  transition: all 0.2s linear;
}

.sl-header-right-desktop .desktop-content dl:hover dt i,
.sl-header-right-desktop .desktop-content dl.active dt i {
  color: #fff !important;
}

.sl-header-right-desktop .desktop-content dl:hover dd,
.sl-header-right-desktop .desktop-content dl.active dd {
  color: #fff !important;
}

/*顶部区-项目向导下拉菜单*/
.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: 0 15px;
  height: 30px;
  line-height: 30px;
  background: #ebebeb;
  color: #606266;
  border-radius: 10px;
  word-break: keep-all;
  white-space: nowrap;
}

.sl-header-right-time > i {
  margin: 0 5px 0 0;
  color: #8F9399;
  font-size: 16px;
}

/*采购助手*/
.xybar-main {
  width: 220px;
}

.xybar-main .nav-tabs {
  border-bottom: 1px solid #EAEEF5;
  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: #444;
  padding: 3px 10px;
  color: #fff;
  min-width: 90px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
  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 #444;
}

.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: #EAEEF5;
  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: #303133;
  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: #606266;
}

.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: #606266;
  margin: 0 10px 0 0;
}

.xybar-list ul li .item-data .data:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
  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: #303133;
  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:before {
    height: 50px;
  }
  .sl-sideleft {
    width: 190px;
    top: 60px;
  }
  .sl-header-left {
    width: 170px;
  }
  .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: 190px;
  }
  .sl-mainpanel {
    margin: 60px 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;
  }
}