@charset "utf-8";

/***********************
模块名：panel
作者：rexren（任寒韬）
************************/
/* 面板 */
.tui-panel {
  position: relative;
  margin-top: 38px;
}

.tui-panel-hd,
.tui-panel-tool {
  white-space: nowrap;
  word-wrap: normal;
  -webkit-text-size-adjust: none;
}

.tui-panel-hd {
  position: relative;
  height: 26px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-align: end;
}

.tui-panel-tit {
  font-size: 18px;
  line-height: 26px;
  color: #3c3c3c;
  color: var(--color-text-1);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tui-panel-subtit {
  margin-left: 10px;
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  color: #757575;
  color: var(--color-text-2);
}

.tui-panel-tool {
  position: absolute;
  right: 0;
  top: 0;
}

.tui-panel-more {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
  color: var(--color-text-2);
  padding: 0 12px;
  border: 1px solid #3c3c3c;
  border: 1px solid var(--color-line-5);
  border-radius: 13px;
  min-width: 70px;
  text-align: center;
}

.tui-panel-more:hover {
  color: #3c3c3c;
  color: var(--color-text-1);
  border-color: #757575;
  border-color: var(--color-text-2);
}

.tui-panel-nav {
  margin-left: 4px;
  height: 26px;
}

.tui-panel-nav a {
  font-size: 14px;
  vertical-align: bottom;
  line-height: 16px;
  color: #757575;
  color: var(--color-text-2);
  margin-left: 30px;
  position: relative;
}

.tui-panel-nav a:hover,
.tui-panel-nav .cur {
  color: #3c3c3c;
  color: var(--color-text-1);
  font-weight: bold;
}

.tui-panel-nav .cur:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #ff8f00;
  background: var(--color-fill1-3);
  position: absolute;
  left: 0;
  bottom: -2px;
}

.tui-panel-bd {
  position: relative;
  min-height: 100px;
}

/*** tui-panel-b ***/
.tui-panel--b > .tui-panel-hd {
  height: 50px;
  display: -webkit-box;
  -webkit-box-align: center;
  background: rgba(0, 0, 0, 0.15);
  background: var(--color-fill0-1);
  padding-left: 28px;
  margin-bottom: 0;
}

.tui-panel--b > .tui-panel-bd,
.tui-panel--b > .tui-panel-ft {
  background-color: rgba(255, 255, 255, 0.6);
  background-color: var(--color-fill-9);
  position: relative;
}

.tui-panel--b .tui-panel-tit {
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-text0-2);
}

.tui-panel--b .tui-panel-subtit {
  color: rgba(255, 255, 255, 0.6);
  color: var(--color-text0-3);
}

.tui-panel--b .tui-panel-tool {
  top: 12px;
  right: 28px;
}

.tui-panel--b .sub-nav {
  display: -webkit-box;
}

.tui-panel--b .sub-nav > li {
  margin-right: 60px;
  line-height: 36px;
}

.tui-panel--b .sub-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-text0-2);
}

.tui-panel--b .sub-nav > li > a:hover,
.tui-panel--b .sub-nav > .cur > a {
  color: #ffb300;
  color: var(--color-text1-2);
}

.tui-panel--b .sub-nav .tui-dropbox-toggle {
  padding-left: 0;
  padding-right: 0;
}

.tui-panel--b .sub-nav .tui-dropbox-menu {
  padding: 0;
}

.tui-panel--b .vertical-list a {
  display: block;
  padding-left: 23px;
  line-height: 30px;
  color: #3c3c3c;
  color: var(--color-text-1);
}

.tui-panel--b .vertical-list a:hover,
.tui-panel--b .vertical-list .cur {
  background: #e4e4e4;
  background: var(--color-fill-4);
}

/*** tui-panel--c ***/
.tui-panel--c > .tui-panel-hd {
  height: 45px;
  padding: 0 20px 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #a4a4a4;
  border-bottom: 1px solid var(--color-line-4);
}

.tui-panel--c > .tui-panel-hd .tui-panel-tit {
  line-height: 32px;
  color: #4a84b5;
  margin-right: 19px;
}

.tui-panel--c > .tui-panel-hd .icon-adorn {
  margin-right: 10px;
  vertical-align: -2px;
}

.tui-panel--c > .tui-panel-hd .tui-tab-tit {
  margin-bottom: 0;
}

.tui-panel--c > .tui-panel-hd .tui-tab-tit--c .cur a {
  color: #bfbfbf;
  color: var(--color-text-3);
  background: #4a84b5;
}

.tui-panel--c > .tui-panel-hd .tui-panel-tool {
  top: 3px;
}

.tui-panel--c > .tui-panel-bd {
  padding: 22px 20px;
}
