.mod-header {
  height: 50px;
  float: right;
}

.mod-header .userinfo {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 44px;
  display: flex;
  align-items: center;
  height: 100%;
}

.mod-header .dropdown {
  display: inline-block !important;
  cursor: pointer
}

.mod-header .user-name {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333
}

.mod-header .user-name .user-name-word {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mod-header .user-name .user-group {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  color: #333;
  border-radius: 10px;
  padding: 0 6px;
  font-size: 12px;
  margin: 0 6px;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mod-header .header-dropdown {}

.mod-header .header-dropdown>li>a {
  transition: color .2s ease-in-out;
  color: #333
}

.mod-header .header-dropdown>li>a:hover, .mod-header .header-dropdown>li>a:focus {
  color: #666;
  background-color: transparent
}

.mod-header .header-dropdown .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #ddd
}

.user-face-box {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.mod-header .user-face {
  vertical-align: middle;
  width: calc(44/1920*100vw);
  height: calc(44/1080*100vh);
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FF5460;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod-header .msg-box {
  float: right;
  height: 100%;
  position: relative;
  margin-right: 26px;
}

.mod-header .msg-box span {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  background-color: #E24329;
  padding: 2px 5px;
  border-radius: 10px;
  position: absolute;
  top: 11px;
  right: -20px;
}

.mod-header .msg-box-icon {
  width: 29px;
  display: block;
  margin: 16px auto 0;
}

i {
  font-style: normal;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
}
a:focus {
  color: #FFF;
}
.btn:focus {
  outline: 0;
}
.btn:active {
  outline: 0;
}

.main-slide {
  position: fixed;
  left: 0;
  height: 100%;
  background: #f34451;
  /* padding-bottom: 80px */
}

.nav-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  color: #3d5170;
}

.slide-nav {
  width: 100%;
  height: auto;
  font-size: 14px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  transition: border-left .2s ease, color .2s ease;
  color: #FFF;
  transition: color .2s ease;
  box-sizing: border-box;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-item {
  width: 95%;
  min-height: 50px;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 50px;
  user-select: none;
  font-weight: 500;
  margin-left: 5%;
}

.nav-item span {
  color: #FFF;
  transition: color .2s ease;
}

.slide-dropdown-menu {
  display: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  clear: both;
  font-weight: 400;
  color: #FFF;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding-left: 56px;
}

.dropdown-item:hover {
  color: #FF5460;
  text-decoration: none;
}

.nav-icon {
  margin-right: 15px
}

.nav-arrow-down, .nav-arrow-up {
  float: right;
  margin-top: 18px;
  margin-right: 15px;
  color: #cacedb;
}

.nav-item-active span {
  color: #FFF;
}

.border-bottom {
  border-bottom: 1px solid #e1e5eb;
}

.glyphicon-menu-up {
  display: none;
}

.glyphicon-menu-down {
  display: block;
}

.nav-item-active .glyphicon-menu-up {
  display: block
}

.nav-item-active .glyphicon-menu-down {
  display: none
}

.nav-item-active .slide-dropdown-menu {
  display: block
}

.dropdown-item-active {
  background-color: #FFF;
  color: #FF5460;
  border-radius: 8px 0 0 8px;
}

.nav-wrapper a:focus, .nav-wrapper a:hover {
  color: #FFF;
}

.nav-item-active-only {
  background-color: #3c5dbd;
}

.userinfo .caret {
  color: #475a9b;
}

.nav-link:hover, .dropdown-item:hover {
  background-color: #FFF;
  border-radius: 8px 0 0 8px;
  color: #FF5460;
}
.nav-link:hover span {
  color: #FF5460;
}

.fix-ele {
  position: sticky;
  right: 0;
  text-align: center;
  color: #3E4373;
  background: #FFCAD2;
  border: 1px solid #f9f9f9;
  box-sizing: border-box;
}

.fix-ele span {
  color: #3E4373;
  /* background: #D7E0F9; */
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
}

/* th.fix-ele{
    background:#fff;
}
td.fix-ele{
    background:#fff;
} */
tr:nth-of-type(odd) td.fix-ele{
    /* background-color: #f9f9f9; */
}
.pagination {
  margin: -7px 0 0;
}

.xndatepicker-input.icon-xndatepickerrili {
  font-size: 13px;
}

.xndatepicker {
  z-index: 9999;
}
