/* 头部样式修改 */
.header-navbar {
  position: absolute;
  width: 100%;
}
.header-navbar .navbar-logo {
  position: static;
  transform: none;
  float: left;
  margin: 0px 10px 0px 24px;
}
footer {
  display: none;
}
.jnjcb-navs {
  position: absolute;
  left: 308px;
  top: 0px;
  color: #fff;
  margin-right: 52px;
  z-index: 1002;
  line-height: 60px;
}
.jnjcb-navs li {
  float: left;
}
.jnjcb-navs li:first-child a {
  padding: 0 48px 0 32px;
  font-size: 18px;
  color: #cccccc;
}
.jnjcb-navs li a {
  float: left;
  padding: 0 32px;
  font-size: 16px;
  color: #878787;
}
.jnjcb-navs li a i {
  /* float: left; */
  /* width: 24px; */
  /* height: 24px; */
  /* margin-right: 8px; */
  color: #b2b2b2;
  font-size: 24px;
  font-weight: 400;
}
/* .jnjcb-navs li:not(:first-child) a:not(.active):hover {
  background: rgba(40, 40, 40, 0.7);
}
.jnjcb-navs li:not(:first-child) a:not(.active):hover i {
  color: #b2b2b2;
} */
.jnjcb-navs li.active {
  /* background: #282828; */
}
.jnjcb-navs li.active a,
.jnjcb-navs li.active i {
  color: #fff;
}
.jnjcb-navs > .zhinan:hover a {
  background: none;
}
.jnjcb-nav {
  height: 44px;
  background: #282828;
  position: relative;
}
.jnjcb-nav__list {
  /* position: absolute;
  left: 461px;
  top: 0; */
}
.jnjcb-nav__list li {
  float: left;
}
.jnjcb-nav__list li a {
  float: left;
  font-size: 13px;
  color: #999;
  line-height: 44px;
  padding: 0px 24px;
  position: relative;
}
.jnjcb-nav__list li.active a {
  color: #ffdd00;
}
.jnjcb-nav__list li.active a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffdd00;
  margin-right: 8px;
  top: 50%;
  margin-top: -4px;
  left: 8px;
}
.jnjcb-nav__list li:hover a {
  color: #ffdd00;
}
.jnjcb-header {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
}
.jnjcb-header__item {
  line-height: 40px;
  flex: 1;
  padding: 8px;
  font-weight: 700;
  border-left: 1px solid #e8e8e8;
}
.jnjcb-header__item:first-child {
  border-left: 0;
}
.jnjcb-header__item--active {
  position: relative;
  background: #f3f3f3;
}
.jnjcb-header__item--active:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #666;
}
.jnjcb-main {
  position: relative;
  padding: 24px;
  width: auto;
  height: 100%;
  text-align: center;
}
.jnjcb-main .loading {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -21px 0 0 -21px;
  opacity: 0.5;
}
.jnjcb-main__tip {
  position: absolute;
  left: 12px;
  bottom: 12px;
  text-align: center;
  line-height: 48px;
}
.jnjcb-main__tip ._tip-i {
  width: 48px;
  float: left;
  line-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  min-height: 48px;
  overflow: hidden;
  cursor: pointer;
}
.jnjcb-main__tip ._tip-i i {
  color: #fff;
  font-size: 12px;
  transform: rotate(0deg);
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -24px) rotate(0deg);
  width: 48px;
  line-height: 48px;
}
.jnjcb-main__tip ._tip-i p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  margin-top: 24px;
}
.jnjcb-main__tip ._tip-i .toggle_i {
  transform: translate(0px, -34px) rotate(-90deg);
}
.jnjcb-main__tip ._tip-i .toggle_p {
  display: none;
}
.jnjcb-main__tip ._tip-mes {
  overflow: hidden;
  z-index: 1;
  max-width: 610px;
  float: left;
  position: relative;
  transition: all 0.3s;
}
.jnjcb-main__tip ._tip-mes p {
  transform: translateX(0) scaleX(1);
  transition: all 0.3s;
  font-size: 13px;
  font-weight: 400;
  color: #b2b2b2;
  line-height: 20px;
  padding: 14px 34px 14px 16px;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
  word-wrap: break-word;
}
.jnjcb-main__tip ._tip-mes ._tip-line {
  width: 1px;
  height: 32px;
  background: #4a4a4a;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px, -16px);
  z-index: 3;
}
.jnjcb-main__tip .toggle_mes {
  height: 48px;
}
.jnjcb-main__tip .toggle_mes p {
  transform: translateX(-100%) scaleX(0);
}
.jnjcb-main__tip .toggle_mes ._tip-line {
  display: none;
}
.jnjcb-main__light-method {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 80px;
  height: 80px;
}
.jnjcb-main__icon {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
}
.jnjcb-main__icon-item {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  margin-left: 20px;
  float: left;
  text-align: center;
  position: relative;
}
.jnjcb-main__icon-item .iconfont {
  font-size: 24px;
}
.jnjcb-main__icon-item .icon-denggaoxian {
  color: #fafafa;
}
.jnjcb-main__icon-item svg {
  width: 24px;
  height: 24px;
  margin: 6px;
}
.jnjcb-main__icon-item:hover .tooltip {
  opacity: 0.8;
}
.jnjcb-main__icon .tooltip {
  top: -40px;
  left: 50%;
  margin-left: -26px;
}
.jnjcb-main__icon .tooltip-inner {
  padding: 4px 8px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}
.jnjcb-img__wrap {
  margin: 0 auto;
}
.jnjcb-wrap {
  height: calc(100vh - 104px);
  position: relative;
  top: 0;
  left: 0;
  min-width: 1280px;
  padding-right: 336px;
  background: #fff;
}
.jnjcb-wrap--dwg {
  padding-right: 480px;
}
.jnjcb__luxvisual-bar {
  transform-origin: 0 10px;
  position: absolute;
  left: 0;
  top: 10px;
  width: 1000px;
  height: 20px;
  overflow: hidden;
  background: linear-gradient(to right, #01000c 0%, #0000fe 10%, #00b8fe 19%, #01fbff 29%, #01ffc0 39%, #01fe17 49%, #b6ff00 59%, #fcff00 69%, #ffca00 79%, #fe0000 89%, #ffffff 100%);
  border-radius: 20px;
}
.jnjcb__luxvisual-bar i {
  font-size: 12px;
  white-space: nowrap;
  line-height: 18px;
  overflow: hidden;
  flex: 1;
  color: #000;
  opacity: 0.9;
}
.jnjcb__luxvisual-bar i.w {
  color: #fff;
}
.jnjcb__luxvisual-bar i:first-child {
  padding-left: 6px;
}
.jnjcb__luxvisual-bar i:last-child {
  position: absolute;
  right: 6px;
}
.jnjcb-dwg {
  width: 144px;
  padding: 24px 24px 24px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 336px;
}
.jnjcb-dwg img {
  display: block;
  margin-bottom: 16px;
  width: 120px;
}
.jnjcb-dwg img:not(.active) {
  opacity: 0.25;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.jnjcb-side {
  width: 336px;
  height: 100%;
  padding: 24px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.jnjcb-side__content {
  margin-top: 16px;
}
.jnjcb-side__info-img {
  display: block;
  width: 100%;
}
.jnjcb-options__item {
  margin-bottom: 24px;
}
.jnjcb-options__item h3 {
  margin-bottom: 4px;
  font-size: 14px;
}
.jnjcb-options__item ul {
  margin-left: -8px;
}
.jnjcb-options__item li {
  padding: 6px 8px;
  line-height: 18px;
  border: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  margin: 8px 0 0 8px;
  cursor: pointer;
  color: #333;
  min-width: 40px;
  text-align: center;
  width: 78px;
}
.jnjcb-options__item li:hover:not(.disabled) {
  border-color: #FFC600;
}
.jnjcb-options__item li.active {
  cursor: default;
  border-color: #FFC600 !important;
  color: #FFC600;
}
.jnjcb-options__item li.current {
  border-color: #FFC600 !important;
  color: #FFC600;
}
.jnjcb-options__item li.disabled {
  border-color: #ddd !important;
  border-style: dashed;
  cursor: default;
  color: #ccc;
}
.jnjcb-options__item .column1 {
  overflow: hidden;
}
.jnjcb-options__item .column1 li {
  display: block;
  width: auto;
  min-width: auto;
}
.jnjcb-options__item .column2 li,
.jnjcb-options__item .column3 li,
.jnjcb-options__item .column4 li {
  width: auto;
}
.jnjcb-options__item .column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.jnjcb-options__item .column3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.jnjcb-options__item .column4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.jnjcb-options__item--freedom li.disabled {
  cursor: pointer;
}
.jnjcb-options__item--freedom li.disabled:hover {
  color: #333;
}
