.headline-wrapper {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 6px;
  display: flex;
}
.headline-wrapper .date-wrapper {
  background: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.headline-wrapper .headline {
  padding: 0 18px;
  overflow: hidden;
  width: 100%;
}
.headline-wrapper .headline .title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #0161ac;
}
.headline-wrapper .headline .headline-list {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.headline-wrapper .headline .headline-list .entry-wrapper {
  overflow: hidden;
  padding: 0 12px;
}
.headline-wrapper .headline .headline-list .entry-wrapper + .entry-wrapper {
  border-left: 1px solid #333;
}
.headline-wrapper .headline .title a {
  color: #0161ac;
  flex-shrink: 0;
}
.headline-wrapper .date-wrapper .month {
  font-size: 1rem;
  color: #ffffff;
  line-height: 30px;
  background: #007bdb;
  padding: 0 8px;
}
.headline-wrapper .date-wrapper .date {
  color: #007bdb;
}
.headline-wrapper .date-wrapper .date .val {
  font-size: 42px;
}
.headline-title a {
  font-weight: bold;
  color: #0968ba;
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
}
.headline-content {
  padding-left: 18px;
  overflow: hidden;
  flex: 1;
}
.tab-section .container {
  position: relative;
}
.tab-section .container #sideNav {
  position: absolute;
  top: 0;
  left: -48px;
}
.tab-section .container #sideNav .nav-link {
  position: relative;
  padding: 40px 10px;
  width: 63px;
  height: 180px;
  font-size: 1.5rem;
  line-height: 32px;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.tab-section .container #sideNav .nav-link .iconfont {
  font-size: 1.875rem;
}
.tab-section .container #sideNav .nav-link::after {
  position: absolute;
  content: "";
  height: 130px;
  right: 63px;
  top: 25px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.tab-section .container #sideNav .nav-link::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 80px;
  top: 0;
  right: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: -10;
}
.tab-section .container #sideNav .nav-link:nth-child(1).active,
.tab-section .container #sideNav .nav-link:nth-child(1).active .iconfont {
  color: #007bdb;
}
.tab-section .container #sideNav .nav-link:nth-child(1)::after {
  border-right: 4px solid #007bdb;
}
.tab-section .container #sideNav .nav-link:nth-child(2)::after {
  border-right: 4px solid #eea800;
}
.tab-section .container #sideNav .nav-link:nth-child(3)::after {
  border-right: 4px solid #e76341;
}
.tab-section .container #sideNav .nav-link:nth-child(2).active,
.tab-section .container #sideNav .nav-link:nth-child(2).active .iconfont {
  color: #eea800;
}
.tab-section .container #sideNav .nav-link:nth-child(3).active,
.tab-section .container #sideNav .nav-link:nth-child(3).active .iconfont {
  color: #e76341;
}
.tab-section .container #sideNav .nav-link:nth-child(1)::before {
  border-right: 63px solid #007bdb;
}
.tab-section .container #sideNav .nav-link:nth-child(2)::before {
  border-right: 63px solid #eea800;
}
.tab-section .container #sideNav .nav-link:nth-child(3)::before {
  border-right: 63px solid #e76341;
}
.tab-section .container #sideNav .nav-link.active::before {
  border-right: 63px solid #fafafa !important;
}
#topNav {
  font-size: 1.375rem;
  background-color: #fff;
}
#topNav .iconfont {
  font-size: 1.75rem;
}
#topNav .nav-link {
  color: #fff;
}
#topNav .nav-link.active {
  background-color: #fff !important;
  color: #333;
}
#topNav .nav-link:nth-child(1) {
  border-top: 3px solid #007bdb;
  background-color: #007bdb;
}
#topNav .nav-link:nth-child(2) {
  border-top: 3px solid #eea800;
  background-color: #eea800;
}
#topNav .nav-link:nth-child(3) {
  border-top: 3px solid #e76341;
  background-color: #e76341;
}
.news-container {
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.21);
  border-radius: 0px 0px 4px 4px;
}
.main-news-tab {
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.main-news-tab .more-tag .iconfont {
  font-size: 1.5625rem;
  color: #999;
}
.main-news-tab .nav-item {
  font-size: 1.25rem;
  line-height: 32px;
}
.main-news-tab .nav-link {
  padding: 4px 20px;
}
.main-news-tab .nav-link.active {
  color: #fff;
  background: #007bdb;
  border-radius: 4px 4px 0px 0px;
}
#mainCarousel {
  height: 365px;
}
.senior-mode #mainCarousel {
   height: 600px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#mainCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
.zhengwu-nav {
  border-top: 12px solid #3385d6;
  background: #f2f9ff;
  white-space: balance;
}
.zhengwu-nav .nav-link {
  padding: 14px 0;
  position: relative;
  font-size: 1.625rem;
  color: #333;
  line-height: 32px;
}
.zhengwu-nav .nav-link.active {
  background: top center / 100% 100% url(../images/zhengwu-tab-bg.png);
  color: #fff;
}
.zhengwu-nav .nav-link.active::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 12px solid #fff;
}
.zhengwu-nav .nav-item:not(:last-child) .nav-link .title {
  display: block;
  border-right: 1px solid #3385d6;
}
.zhengwu-nav .nav-link .iconfont {
  font-size: 2rem;
  line-height: 32px;
}
.navi-list-wrapper {
  height: 140px !important;
  display: flex;
  width: 100%;
  padding: 10px 10px;
  flex-wrap: wrap;
  overflow: hidden;
}
.navi-list-wrapper .entry-wrapper {
  width: 80px;
  margin: 0 10px;
  line-height: 32px;
}
#bureauNavList.navi-list-wrapper .entry-wrapper {
  width: 130px;
}
.navi-list-title {
  line-height: 26px;
  height: 140px;
  width: 45px;
  font-size: 1.25rem;
  background-color: #3385d6;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
}
.navi-list-title.collapsed {
  background-color: #aaa;
}
.navi-list-title::after {
  content: "\2794";
}
.navi-list-title.collapsed::after {
  content: "";
}
.column-container {
  background-color: #fff;
}
.column-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -8px;
}
.column-list-wrapper .entry-wrapper {
  padding: 10px 8px;
  flex: 1;
  min-width: 300px;
}
.column-list-wrapper .entry-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banshi-item-wrapper {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.banshi-item-wrapper .title-wrapper {
    padding: 0px 20px 14px;
    background-color: #fff;
    margin-top: -2px;
}
.banshi-item-wrapper .title-wrapper a {
  padding: 0 18px;
  font-size: 1rem;
  color: #fff;
  line-height: 34px;
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(-35deg, #ff521d, #f99e34);
  box-shadow: 0px 2px 2px 0px rgba(64, 21, 89, 0.2);
}
.fw-list-wrapper {
  background-color: #f4faff;
}
.fw-title-wrapper {
  position: relative;
  margin-top: -6px;
}
.fw-title-wrapper .title {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.5rem;
}
.fw-title-wrapper .title a {
  color: #fff;
}
.fw-list {
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
}
.fw-list .entry-wrapper {
  flex-grow: 1;
  min-width: 100px;
  text-align: center;
  padding: 5px 0;
}
.fw-list .entry-wrapper::before {
  content: "\25C6";
  color: #aaa;
}
.send-mail-link {
  padding: 0 20px;
  align-items: center;
  display: inline-flex;
  color: #fff;
  background: top center / 100% 100% url(../images/bg-mail.png);
}
.send-mail-link:hover {
  color: #d5ebff;
}
.send-mail-link .iconfont {
  font-size: 1.5rem;
  margin-right: 5px;
}
.mail-link {
  display: inline-block;
  padding: 4px 12px;
  background: #f1f1f1;
  margin: 0 5px;
  border-radius: 8px;
}
.mail-list-wrapper {
  border: 1px solid #efefef;
}
.mail-list-wrapper .news-list-wrapper .date {
  flex: 0 0 6rem;
}
.mail-title {
  display: flex;
  padding: 15px;
  background: #f9f9f9;
}
.survey-list-wrapper .entry-wrapper {
  width: 100%;
  display: flex;
  margin-top: 17px;
}
.survey-list-wrapper .entry-wrapper .icon-wrapper {
  flex-shrink: 0;
  text-align: center;
  padding: 12px 18px;
}
.survey-list-wrapper .entry-wrapper .icon-wrapper .iconfont {
  font-size: 36px;
}
.survey-list-wrapper .entry-wrapper.ongoing .icon-wrapper {
  color: #cfaa73;
  background: #fff0db;
}
.survey-list-wrapper .entry-wrapper.finished .icon-wrapper {
  color: #a4a4a4;
  background: #dfdfdf;
}
.survey-list-wrapper .entry-wrapper .info-wrapper {
  border-width: 1px 1px 1px 0;
  border-color: #dfdfdf;
  border-style: solid;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 15px;
}
.survey-list-wrapper .entry-wrapper .info {
  font-size: 0.875rem;
  margin-top: 5px;
  color: #999;
}
.qiye-column .title-wrapper {
  position: relative;
  z-index: 999;
  text-align: center;
  height: 128px;
  padding-top: 40px;
}
.qiye-column.hover .title-wrapper {
  background: bottom right / cover url(../images/bg-hover.png);
}
.qiye-column .title-wrapper .title {
  padding: 4px 10px;
  display: inline-block;
  font-size: 1.875rem;
  color: #999;
  border-bottom: 2px solid #999;
  position: relative;
}
.qiye-column.hover .title-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  border-bottom: 18px solid #004bb4;
  border-right: 16px solid transparent;
}
.qiye-column.hover .title-wrapper .title {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.qiye-column .title-wrapper .title::after {
  content: "";
  bottom: -8px;
  left: calc(50% - 5.5px);
  position: absolute;
  border-top: 6px solid #999;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
}
.qiye-column.hover .title-wrapper .title::after {
  border-top: 6px solid #fff;
}
.qiye-column .column-wrapper {
  margin-top: -110px;
  z-index: 0;
  position: relative;
  border: 2px solid #e6e6e6;
}
.qiye-column.hover .column-wrapper {
  border: 2px solid #6e9ddd;
}
.qiye-column .column-header {
  height: 110px;
  background: #f5f5f5;
}
.qiye-column .column-content {
  padding: 12px 16px;
}
.qiye-container {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 0 4px 4px;
  margin-bottom: 40px;
}
.ban-carousel .ban-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 328.3px;
  padding-bottom: 15px;
}
.ban-carousel .ban-list-wrapper .entry-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  margin: 8px 0;
}
.ban-carousel .ban-list-wrapper .entry-wrapper .iconfontfuwu {
  display: block;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 36px;
  background: #e3e3e3;
  color: #7b7b7b;
  margin-bottom: 4px;
}
.ban-carousel .ban-list-wrapper .entry-wrapper:hover .iconfontfuwu {
  background: #f1b21c;
  color: #fff;
}
.ban-carousel .ban-list-wrapper .entry-wrapper:hover a {
  color: #f1b21c;
}
.ban-carousel .carousel-indicators li {
  width: 35px;
  height: 6px;
  background: #cdcdcd;
  border-radius: 3px;
  border: 0;
}
.ban-carousel .carousel-indicators li.active {
  background-color: #dda31a;
}
.wenzheng-buttons {
  padding: 14.8px 0;
}
.shengming-container {
  background: top center / 100% 100% url(../images/bg-lifecycle.png);
  border-radius: 4px;
}
.shengming-container .title-wrapper {
  padding-top: 40px;
}
.shengming-container .title-wrapper img {
  max-width: 90%;
}
#qiyeChartNav {
  width: 100%;
  position: relative;
}
#qiyeChartNav .nav-item {
  position: relative;
}
#qiyeChartNav .nav-link .title {
  position: absolute;
  white-space: nowrap;
  font-size: 1.375rem;
  color: #fff;
}
#qiyeChartNav .nav-item:hover {
  z-index: 999;
}
#qiyeChartNav .nav-item .nav-link {
  overflow: visible;
  transition: all 0.5s ease;
}
#qiyeChartNav .nav-item .nav-link:hover {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.5s ease;
}
#qiyeChartNav .nav-item:nth-child(1) {
  left: 295px;
  top: 1px;
}
#qiyeChartNav .nav-item:nth-child(1) .title {
  top: 10px;
  left: 140px;
}
#qiyeChartNav .nav-item:nth-child(2) {
  left: 163px;
  top: 96px;
}
#qiyeChartNav .nav-item:nth-child(2) .title {
  top: 85px;
  left: 140px;
}
#qiyeChartNav .nav-item:nth-child(3) {
  left: -65px;
  top: 226px;
}
#qiyeChartNav .nav-item:nth-child(3) .title {
  top: 131px;
  left: 123px;
}
#qiyeChartNav .nav-item:nth-child(4) {
  left: 141px;
  top: 19px;
}
#qiyeChartNav .nav-item:nth-child(4) .title {
  top: 131px;
  left: -55px;
}
#qiyeChartNav .nav-item:nth-child(5) {
  left: -87px;
  top: -113px;
}
#qiyeChartNav .nav-item:nth-child(5) .title {
  top: 85px;
  left: -116px;
}
#qiyeChartNav .nav-item:nth-child(6) {
  left: -218px;
  top: -207px;
}
#qiyeChartNav .nav-item:nth-child(6) .title {
  top: 10px;
  left: -57px;
}
#qiyeChartNav .nav-item:nth-child(7) {
  position: absolute;
  top: 129px;
  left: 250px;
}
.chart-list-wrapper {
  box-shadow: 0px 0px 12px 0px rgba(42, 42, 42, 0.65);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.chart-list-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chart-list-wrapper .title-wrapper {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 1.25rem;
  padding: 20px 24px;
  background: top center / cover url(../images/lifecycle-tab-title.png);
}
.chart-list {
  flex: 1;
  padding: 20px;
  background: rgba(251, 251, 251, 0.5);
}
.chart-list .entry-wrapper {
  font-size: 1.125rem;
  color: #333333;
  line-height: 40px;
}
.chart-list .entry-wrapper::before {
  content: "\25C6";
  color: #4578d5;
  font-size: 1.375rem;
  line-height: 40px;
  margin-right: 5px;
}
.chart-list-wrapper .title-wrapper .iconfont {
  font-size: 2rem;
  margin-right: 5px;
}
#gerenChartNav .nav-link .iconfont {
  text-align: center;
  display: block;
  font-size: 44px;
}
#gerenChartNav .nav-link .title {
  font-size: 1.25rem;
  text-align: center;
  display: block;
  margin-top: -10px;
}
#gerenChartNav .nav-link {
  width: 110px;
  height: 110px;
  position: absolute;
  transition: all 0.5s ease;
}
#gerenChartNav .nav-link:hover {
  opacity: 1;
  transform: scale(1.2);
}
#gerenChartNav .nav-item:nth-child(1) .nav-link {
  top: 15px;
  left: 286px;
  color: #f9a44a;
}
#gerenChartNav .nav-item:nth-child(2) .nav-link {
  top: 71px;
  left: 426px;
  color: #f5777e;
}
#gerenChartNav .nav-item:nth-child(3) .nav-link {
  top: 210px;
  left: 484px;
  color: #63b2df;
}
#gerenChartNav .nav-item:nth-child(4) .nav-link {
  top: 348px;
  left: 425px;
  color: #637a8f;
}
#gerenChartNav .nav-item:nth-child(5) .nav-link {
  top: 412px;
  left: 285px;
  color: #948ba8;
}
#gerenChartNav .nav-item:nth-child(6) .nav-link {
  top: 349px;
  left: 146px;
  color: #b49b8e;
}
#gerenChartNav .nav-item:nth-child(7) .nav-link {
  top: 206px;
  left: 88px;
  color: #d984a0;
}
#gerenChartNav .nav-item:nth-child(8) .nav-link {
  top: 74px;
  left: 145px;
  color: #9894a6;
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  #qiyeChartNav .nav-link .title {
    font-size: 0.9375rem;
  }
  #qiyeChartNav .nav-item:nth-child(1) {
    left: 215px;
    top: 1px;
  }
  #qiyeChartNav .nav-item:nth-child(1) .title {
    top: 10px;
    left: 140px;
  }
  #qiyeChartNav .nav-item:nth-child(2) {
    left: 83px;
    top: 96px;
  }
  #qiyeChartNav .nav-item:nth-child(2) .title {
    top: 85px;
    left: 140px;
  }
  #qiyeChartNav .nav-item:nth-child(3) {
    left: 215px;
    top: 20px;
  }
  #qiyeChartNav .nav-item:nth-child(3) .title {
    top: 131px;
    left: 123px;
  }
  #qiyeChartNav .nav-item:nth-child(4) {
    left: -144px;
    top: 21px;
  }
  #qiyeChartNav .nav-item:nth-child(4) .title {
    top: 131px;
    left: -25px;
  }
  #qiyeChartNav .nav-item:nth-child(5) {
    top: -282px;
    left: 33px;
  }
  #qiyeChartNav .nav-item:nth-child(5) .title {
    top: 85px;
    left: -66px;
  }
  #qiyeChartNav .nav-item:nth-child(6) {
    top: -377px;
    left: -97px;
  }
  #qiyeChartNav .nav-item:nth-child(6) .title {
    top: 20px;
    left: -37px;
  }
  #qiyeChartNav .nav-item:nth-child(7) {
    position: absolute;
    top: 129px;
    left: 168px;
  }
  #gerenChartNav .nav-item .nav-link {
    margin-left: -55px;
  }
}
@media screen and (max-width: 991.98px) {
  #gerenChartNav .nav-item .nav-link {
    margin-left: -12px;
  }
}
@media screen and (max-width: 767.98px) {
  .navi-list-wrapper {
    overflow: auto;
  }
  #gerenChartNav .nav-item {
    flex: 1;
  }
  #gerenChartNav .nav-item .nav-link {
    margin-left: 0;
  }
  #gerenChartNav .nav-item .nav-link {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff;
  }
  #gerenChartNav .nav-link {
    width: auto;
    height: auto;
  }
  #gerenChartNav .nav-link:hover {
    z-index: 999;
    box-shadow: 0px 0px 8px 0px rgb(42 42 42 / 65%);
  }
  #gerenChartNav .nav-link .iconfont {
    font-size: 2rem;
  }
  #gerenChartNav .nav-link .title {
    font-size: 1.125rem;
  }
  #qiyeChartNav .nav-item {
    top: 0 !important;
    left: 0 !important;
    width: 50%;
    text-align: center;
  }
  #qiyeChartNav .nav-item img {
    display: none;
  }
  #qiyeChartNav .nav-item .nav-link {
    border: 2px solid #fff;
  }
  #qiyeChartNav .nav-item:nth-child(1) .nav-link {
    background-color: #bf75f4;
  }
  #qiyeChartNav .nav-item:nth-child(2) .nav-link {
    background-color: #98c423;
  }
  #qiyeChartNav .nav-item:nth-child(3) .nav-link {
    background-color: #fa901f;
  }
  #qiyeChartNav .nav-item:nth-child(4) .nav-link {
    background-color: #f3574c;
  }
  #qiyeChartNav .nav-item:nth-child(5) .nav-link {
    background-color: #316980;
  }
  #qiyeChartNav .nav-item:nth-child(6) .nav-link {
    background-color: #5ec6d3;
  }
  #qiyeChartNav .nav-link .title {
    font-size: 1.125rem;
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  #sidebarControls {
      display: none;
    }
    #sidebarButton {
      display: none;
    }
}
@media screen and (max-width: 575.98px) {
  .file-tab .nav-link {
    padding: 5px 12px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  .headline-wrapper {
    padding: 12px;
  }
  .headline-wrapper .headline {
    padding: 0 5px;
  }
  .headline-wrapper .headline .title {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .zhengwu-nav .nav-link {
    font-size: 1.375rem;
  }
  .zhengwu-nav .nav-link .iconfont {
    font-size: 1.5rem;
  }
  .zhengwu-nav .nav-link.active {
    background: #3385d6;
  }
  .send-mail-link {
    padding: 0 8px;
    font-size: 0.75rem;
  }
  .send-mail-link .iconfont {
    font-size: 0.875rem;
    margin-right: 2px;
  }
  .mail-link {
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 8px;
    margin: 0 2px;
  }
  #mainCarousel {
    height: 240px;
  }
body.senior-mode #mainCarousel {
    height: 240px;
  }
}

/* SIDEBAR */
#sidebarControls {
  display: block;
  position: fixed;
  top: 0;
  right: -80px;
  width: 80px;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  transition: all .5s;
}
#sidebarButton {
  position: fixed;
  top: 310px;
  right: 0;
  z-index: 9999;
  transition: all .5s;
}
.sidebar-controls-wrapper {
  position: absolute;
  height: 210px;
  top: calc(50% - 230px);
  padding: 0;
}
.sidebar-controls-wrapper .nav-link {
  outline: 0;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  position: relative;
}
.sidebar-controls-wrapper .nav-link:hover {
  background-color: #006DBA;
}
.sidebar-controls-wrapper .nav-link .qrcode-wrapper {
  display: none;
  position: absolute;
  left: -180px;
  top:-25px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.sidebar-controls-wrapper .nav-link .qrcode-wrapper img {
  width: 150px;
  height: 150px;
}
.sidebar-controls-wrapper .nav-link:hover {
  opacity: 1;
}
.sidebar-controls-wrapper .nav-link:hover .qrcode-wrapper {
  display: block;
}
.sidebar-controls-wrapper .nav-link span {
  display: block;
}
.sidebar-control-icon .iconfont {
  font-size: 2rem;
  line-height:3rem;
  color: #fff;
}
.sidebar-control-icon img {
  height: 30px;
  width: 30px;
  margin: 8px 0;
}
.sidebar-control-text {
  font-size: .875rem;
  color: #fff;
}
/* .grayscale,.footer-section,.external-link-section{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);_filter: none;}*/

body.senior-mode #sideNav {
  display: none !important;
}
body.senior-mode #topNav {
  display: flex !important;
}

.senior-mode #gerenChartNav .nav-item {
  flex: 1;
}
.senior-mode #gerenChartNav .nav-item .nav-link {
  margin-left: 0;
}
.senior-mode #gerenChartNav .nav-item .nav-link {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  background-color: #fff;
}
.senior-mode #gerenChartNav .nav-link {
  width: auto;
  height: auto;
}
.senior-mode #gerenChartNav .nav-link:hover {
  z-index: 999;
  box-shadow: 0px 0px 8px 0px rgb(42 42 42 / 65%);
}
.senior-mode #gerenChartNav .nav-link .iconfont {
  font-size: 2rem;
}
.senior-mode #gerenChartNav .nav-link .title {
  font-size: 1.125rem;
}
.senior-mode #qiyeChartNav .nav-item {
  top: 0 !important;
  left: 0 !important;
  width: 50%;
  text-align: center;
}
.senior-mode #qiyeChartNav .nav-item img {
  display: none;
}
.senior-mode #qiyeChartNav .nav-item .nav-link {
  border: 2px solid #fff;
}
.senior-mode #qiyeChartNav .nav-item:nth-child(1) .nav-link {
  background-color: #bf75f4;
}
.senior-mode #qiyeChartNav .nav-item:nth-child(2) .nav-link {
  background-color: #98c423;
}
.senior-mode #qiyeChartNav .nav-item:nth-child(3) .nav-link {
  background-color: #fa901f;
}
.senior-mode #qiyeChartNav .nav-item:nth-child(4) .nav-link {
  background-color: #f3574c;
}
.senior-mode #qiyeChartNav .nav-item:nth-child(5) .nav-link {
  background-color: #316980;
}
.senior-mode #qiyeChartNav .nav-item:nth-child(6) .nav-link {
  background-color: #5ec6d3;
}
.senior-mode #qiyeChartNav .nav-link .title {
  font-size: 1.125rem;
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.senior-mode #gerenChartNav .d-none {
  display: none !important;
}

