/* 配色方案 */
@import url('theme.css');
/* 局部样式 */
@import url('style-new.css');
/* 选项卡 */
.vab-tabs {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding-right: 8px;
    padding-left: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.vab-tabs-content-card {
    height: 34px;
}
.vab-tabs-content {
    width: calc(100% - 20px);
}
.tabs-header {
    padding: 0;
    position: relative;
    margin: 0 0;
}
.tabs-nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.tabs-nav-wrap.is-scrollable {
    padding: 0 20px;
}
.vab-tabs .tabs-nav-next, .vab-tabs .tabs-nav-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
}
.vab-tabs .tabs-nav-next i, .vab-tabs .tabs-nav-prev i {
    font-size: 12px;
}
.tabs-nav-prev {
    left: 0;
}
.tabs-nav-next {
    right: 0;
}
.tabs-nav-next, .tabs-nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 44px;
    font-size: 12px;
    color: #909399;
    width: 20px;
    text-align: center;
}
.tabs-nav-scroll {
    overflow: scroll;
}
.tabs-nav-scroll::-webkit-scrollbar {
    -webkit-appearance: none!important;
    height: 1px!important;
    width: 1px!important;
}
.tabs-nav {
    display: flex;
    white-space: nowrap;
    position: relative;
    transition: transform .3s;
    float: left;
    z-index: calc(1 + 1);
}
.tabs-active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #476191;
    z-index: 1;
    list-style: none;
}
.vab-tabs-content-card .tabs-header .tabs-item {
    height: 34px;
    margin-right: 5px;
    border: 1px solid #dcdfe6!important;
    border-radius: 5px!important;
}
.vab-tabs .tabs-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 14px!important;
    padding-left: 20px!important;
    cursor: pointer;
}
.vab-tabs .tabs-item.only-one {
    padding-right: 20px!important;
}
.tabs-item .layui-tab-close {
    width: 14px!important;
    margin-top: 1px;
    margin-right: 0!important;
    text-align: center;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    margin-left: 5px;
}
.tabs-item .layui-tab-close:hover {
    width: 14px!important;
    height: 14px!important;
    line-height: 14px!important;
    font-size: 12px;
    border-radius: 20%;
    background: #ff5722;
    color: #fff;
}
.tabs-item {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
    position: relative;
}
.vab-tabs-title i {
    margin-right: 3px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    vertical-align: 0;
    position: relative;
    top: 1px;
}
.vab-tabs-content-card .tabs-header .tabs-item.is-active {
    color: #476191;
    background: rgba(71,97,145,0.1);
}
.tabs-item.is-active {
    color: #476191;
}
.vab-tabs-more {
    cursor: pointer;
}
/* iframe */
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-header+.layui-card-line+.layui-card-body {
    top: 50px;
}
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-body {
    top: 0;
}
#content-wrapper .think-page-body {
    height: calc(100% - 4.375rem - 42px);
}
.layout-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.layout-iframe .layui-layout-admin .layui-body {
    position: absolute;
}
.layout-iframe .layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-header {
    border-top: unset;
    position: fixed;
    top: 0;
    left: 0;
}
.layout-iframe .layui-layout-left-mini>.layui-body>.think-page-body>.layui-card>.layui-card-header {
    left: 0!important;
}
.layui-card-header {
    background-color: #fff;
    border-bottom: unset;
}
.header-menus {
    top: 42px;
}
/* iframe-tab */
.vab-tabs-more {
    position: unset!important;
    padding: 0;
    background: #fff;
    color: #666;
}
.vab-tabs-more .layui-nav-item, .vab-tabs-more .layui-nav-item .vab-tabs-more-icon i{
    position: unset;
    line-height: 48px;
    height: calc(50px - 2px);
}
.vab-tabs-more .layui-nav-child {
    top: calc(50px - 2px);
    border-top: unset!important;
    min-width: unset!important;
    left: calc(100% - 115px);
}
.vab-tabs-more .nav-icon {
    margin-right: 0;
}
.vab-tabs-more .layui-nav-child dd a, .vab-tabs-more .layui-nav-child dd a:hover{
    color: black;
}
/* iframe导航右键 */
.layui-tab-make {
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 100%;
    background: rgb(255, 255, 255,0);
    padding: 0px;
    overflow: hidden;
}
.layui-tab-mousedown {
    display: none;
    width: 100px;
    text-align: center;
    position: fixed;
    top: calc(4.375rem + 5px) !important;
    left: 0px !important;
}
.layui-form-select dl {
    padding: 5px 0;
    z-index: 666666;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}
.layui-form-select dl dd {
    cursor: pointer;
}
.layui-form-select dl dd, .layui-form-select dl dt {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.layui-form-select dl dd span {
    margin-right: 0;
}
.layui-form-select dl dd a{
    color: black;
}
.layui-form-select dl dd a .iconfont{
    top: 2px;
    position: relative;
}
/* 403页面 */
.wrapper {
    height: calc(100vh)!important;
}
.wrapper .container .scene {
    width: 100%!important;
    height: calc(100vh)!important;
}
.wrapper .container .circle:before {
    left: unset!important;
}
#content .wrapper {
    height: calc(100vh - 4.375rem)!important;
}
#content .wrapper .container .scene {
    width: 100%!important;
    height: calc(100vh - 4.375rem)!important;
}
#content .wrapper .container .circle:before {
    left: 50%!important;
}
/* 弹窗兼容 */
.layui-layer-content .wrapper {
  width: 100%!important;
  height: 580px!important;
}
.layui-layer-content .wrapper .container .scene {
  width: 100%!important;
  height: 580px!important;
}
.layui-layer-content .wrapper .container .circle {
  position: unset!important;
}
.layui-layer-content .wrapper .container .p404 {
  font-size: 160px;
}
.layui-layer-content .wrapper .container .p404, .wrapper .container .p404 {
  min-width: 0!important;
  min-height: 0!important;
}
.layui-layer-content .wrapper .container .circle:before {
    left: 50%!important;
}
/* 弹窗兼容结束 */