* {
    border: none;
    color: #fff;
    /*禁止页面元素选中*/
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

#homepage {
    background: url(../../images/jasperTheme/bg.png);
}

body {
    overflow: hidden;
}

a,
a:active,
a:hover,
a:visited,
a:link {
    color: #fff;
    text-decoration: none;
}

#main-body {
    overflow: hidden;
    /*height: calc(100vh - 100px);*/
    height: calc(100vh);
}

#main-body #headMenu {
    width: calc(100% - 210px);
    float: right;
    height: 60px;
}

#main-body #headMenu #menu-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#main-body #headMenu #menu-box .menu-box-left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#main-body #headMenu #menu-box .menu-box-left .menu-li {
    width: 100px;
    height: 100%;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#main-body #headMenu #menu-box .menu-box-left .active i,
#main-body #headMenu #menu-box .menu-box-left .active span {
    color: #0AF3E0;
}

#main-body #headMenu #menu-box .menu-box-left .active .line {
    display: none;
    width: 55px;
    border-bottom: 2px solid #0AF3E0;
    margin-top: -14px;
    margin-left: 60px;
}

#main-body #headMenu #menu-box .menu-box-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#main-body #headMenu #menu-box .menu-box-right .menu-li {
    height: 60px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#main-body #headMenu #menu-box .menu-box-right .menu-li .head-right-nav-li {
    background: #9A2E5B;
    color: #fff;
    margin-top: 10px;
    padding: 0 8px;
    height: 20px;
    border-radius: 4px;
    width: 80px;
}

#main-body #head {
    background: #3C3C3C;
    position: relative;
}

#main-body #tools-box {
    background: #2C2E2F;
}

#main-body #headMenu #menu-box .menu-box-right .menu-li #accountImg {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: contain;
    border: 1px solid #4c4c4c;
    margin: 0 auto;
    margin-top: -2px;
}

/*左侧列表*/

#main-body #main-tree {
    float: left;
    height: 100%;
    width: 210px;
    overflow: hidden;
}

#main-body #main-edit {
    float: right;
}

#head {
    border: none;
    /*color: #fff;*/
    color: #ccc;
    font-family: "新宋体";
    text-align: center;
    overflow: hidden;
}

#head .head-nav {
    padding-left: 0;
    height: 30px;
}

#head .head-nav .nav-tabs {
    height: 30px;
}

#head .head-list {
    width: 100%;
}

#head .nav li a {
    padding: 10px 0;
    border: none;
    border-radius: 0;
    float: left;
    /*height: 55px;*/
    /*padding-top: 17px;*/
    color: #fff;
    font-size: 12px;
    width: 70px;
    height: 30px;
    line-height: 11px;
}

#head .nav li a:hover {
    background: #4D515355;
}

#head #logo {
    width: 200px;
    height: 200px;
    margin-top: 9px;
    background-size: contain;
    /*background-image: url(../../images/logo.png);*/
}

#head .head-nav .head-list .nav-tabs {
    line-height: 30px;
}

#head .head-nav .head-list .nav-tabs li {
    width: 60px;
    font-size: 12px;
    font-family: "仿宋体";
}

#head a:hover {
    background-color: #ccc;
}

#head-right-nav {
    padding-right: 10px;
}

#head #head-right-nav #userInfo {
    min-width: 185px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

#head #head-right-nav li {
    float: right;
    /*margin-top: 8px;*/
    font-size: 10px;
    padding-left: 12px;
}

#head #head-right-nav li:first-child {
    margin-right: 3px;
}

#head #head-right-nav #userBasicInfo {
    margin-right: -10px;
}

#head #head-right-nav .head-right-nav-li {
    line-height: 18px;
    background: #9A2E5B;
    color: #fff;
    padding: 0 8px;
    height: 20px;
    border-radius: 4px;
    width: 80px;
    letter-spacing: 2px;
    /*字体之间的间距*/
}

#head #head-right-nav #userInfo #userInfo-role {
    color: #fff;
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

#head #head-right-nav #user-photo {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-top: 3px;
    background-size: contain;
    float: left;
    /*background-image: url(../../images/g.jpg);*/
}

#head #head-right-nav #separator-line {
    width: 2px;
    height: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 2px solid #8C8C8C;
}

#head ul {
    border-bottom: 0;
}

#head #title {
    /*height: 35px;*/
    /*line-height: 35px;*/


    height: 30px;
    line-height: 30px;
}

#tree-body {
    overflow: hidden;
    float: left;
    width: 210px;
    /*height: 100%;*/
    /*background: #252526;*/
    background-repeat: no-repeat;
    border-right: 1px solid #000000;
    /*background-image: url("../../images/treebg.png");*/

    height: calc(100% - 60px);
    margin-top: 5px;
}

#tree-body.minimize #search {
    width: 50px;
}

#tree-body #logo {
    /*width: 210px;*/
    /*height: 60px;*/
    width: 180px;
    height: 40px;
    overflow: hidden;
    background-image: url("../../images/logo.png");
    background-size: 100% 100%;

    margin: 10px 10px;

    background-repeat: no-repeat;
    text-align: center;
    font-size: 23px;
    letter-spacing: 10px;
    font-family: "楷体";
}

#search,
#module-attribute-search,
#attribute-attr-search {
    margin-top: 15px;
    line-height: 25px;
    overflow: hidden;
    clear: both;
}

#search {
    width: 190px;
    margin: 0 auto;
    /*margin-top: 8px;*/
}

#search #searchIcon {
    display: inline-block;
    float: right;
    width: 20px;
}

#search #searchIcon i {
    font-size: 18px;
    margin-top: 5px;
    color: #00cdff;
}

#search #inputBox {
    width: calc(100% - 20px);
    /*background: #1C1F20;*/
    border-radius: 5px;
    /*border: 1px solid #4D5153;*/
    display: inline-block;
    float: left;
}

#module-attribute-search {
    width: calc(100% - 42px);
    margin: 0;
    border-radius: 0;
    border: 1px solid #8c8c8e;
    margin-top: 3px;
}

#attribute-attr-search {
    width: calc(100%);
    margin: 0;
    border-radius: 0;
    border: 1px solid #8c8c8e;
}

#search i,
#module-attribute-search i,
#attribute-attr-search i {
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
}

#search input,
#module-attribute-search input,
#attribute-attr-search input {
    background: #00000000;
    color: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    border: none;
    outline: none;
    width: 140px;
    padding-left: 5px;
}

#module-attribute-search input {
    width: 136px;
}

#module-attribute-search button,
#attribute-attr-search button {
    background: #000000;
}

#search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

#search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

#search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

#search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

#tree ul {
    width: 95%;
    margin: 0 auto;
}

#tree ol {
    width: 95%;
    background: #085d5f;
    /*margin: 0 0 5px 5px;*/
}

/*#tree ol li{*/
/*    text-align: center;*/
/*}*/
#tree ul li,
#tree ol li {
    list-style: none;
}

/*选项卡*/

#tree-tab {
    width: 100%;
    height: 40px;
    background: #26292B;
    line-height: 40px;
    padding-left: 20px;
}

#tree .typeNo img {
    margin: -2px 5px 0 65px;
}

#tree li {
    /*padding: 8px 5px;*/
    font-family: "新宋体";
    letter-spacing: 2px;
    /*字体之间的间距*/
}

#tree ul > li {
    /*font-size: 13px;*/
    /*border: 1px solid #5d5d5d;*/
    /*border-radius: 5px;*/
    /*margin: 7px 0px;*/
    /*overflow: hidden;*/
    background: url(../../images/jasperTheme/menu-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 13px;
    margin: 7px 0px;
    border: unset;
}

#tree ol li {
    position: relative;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    border-left: 5px solid #00000000;
}

#tree ol li span {
    margin-left: 3px;
}

#tree ol li .noauthority {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 7px;
}

#tree .typeNo {
    height: 35px;
    padding: 0 5px;
    width: 189px;
    line-height: 35px;
    background: #067b7a;
    margin: 0px 0px 0px 5px;
}

#tree .typeNo i {
    font-size: 16px;
    top: 4px;
    margin: 0 5px 10px;
}

/*#tree .typeNo:hover{*/
/*    background-color: #77747440 !important;*/
/*}*/

/*#tree ol li:hover{*/
/*    background: #545454 !important;*/
/*    border-left: 3px solid #ffffff;*/
/*    position: relative;*/
/*    padding-left: 48px;*/
/*}*/

#tree ol li .triangle {
    display: none;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent;
}

#tree ol li:hover .triangle {
    position: absolute;
    top: 17px;
    left: 0;
    display: block;
}

/*编辑器及预览区域样式*/
#operation {
    width: calc(100% - 210px);
    /*height: calc(100vh - 135px);*/

    height: calc(100vh - 30px);
    float: right;
}

#monacoEdit {
    /*width: 50%;*/
    height: 100%;
    float: left;
    position: relative;
}

#monacoEdit .container {
    /*width: calc(100% - 10px);*/
    width: calc(100%);
    float: left;
    height: calc(100vh - 193px);
    display: block;
    overflow: hidden;
    z-index: 0;
    margin: 0;
    padding: 0;
}

#monacoEdit .language {
    margin-left: 20px;
}

#tree-body #change-nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 27px;
    overflow: hidden;
    line-height: 26px;
    border-top: 1px solid #000000;
}

#tree-body #change-nav .nav-model {
    width: 50%;
    float: left;
    background-color: #00000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    /*border-bottom: 1px solid #000000;*/
}

#tree-body #change-nav .active {
    border: none;
    background-color: #151515;
}

/*页面左下角返回主页按钮*/
#tree-body #jump-homepage {
    width: 210px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    letter-spacing: 5px;
    border-top: 1px solid #000;
}

#tree-body #jump-homepage:hover {
    background: #404040;
}

#tree-body #jump-homepage img {
    margin-top: -5px;
}

/*编辑区的工具栏*/

#operation #monacoEdit #tools,
#operation #monaco-view #view-tools {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #2C2E2F;
    margin-right: 20px;
    color: #fff;
}

#monacoEdit #tools .tools-box-left,
#operation #monaco-view #view-tools .tools-box {
    float: left;
    margin: 0 8px;
}

#monacoEdit #tools .tools-box-right {
    float: right;
    margin: 0 5px;
}

#tools-box div,
#tools-box i,
#tools-box span {
    font-size: 14px;
    line-height: 30px;
}

#monacoEdit #fileName,
#operation #monaco-view #view-name {
    width: 100%;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    background: #151515;
    /*padding-left: 20px;*/
}

#operation #monaco-view1 #view-name {
    width: 100%;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    background: #151515;
    /*padding-left: 20px;*/
}

#operation #monaco-view #view-name {
    padding-left: 0;
    overflow: hidden;
}

#monacoEdit #fileName div,
#operation #monaco-view #view-name .view-nav {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    text-align: center;
    height: 28px;
    line-height: 28px;
    /*border: 1px solid #ccc;*/
    padding: 0 20px;
    background: #545454;
}

#operation #monaco-view1 #view-name .view-nav {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    text-align: center;
    height: 28px;
    line-height: 28px;
    /*border: 1px solid #ccc;*/
    padding: 0 20px;
    background: #545454;
}

#operation #root {
    position: relative;
}


/*用来拖动编辑器和预览区域的柱子*/
#operation #resize {
    width: 20px;
    height: 30px;
    cursor: e-resize;
    /*background: red;*/
    position: absolute;
    right: -3px;
    top: 45%;
    z-index: 1;
    background-image: url(../../images/icon/enlarge.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*右侧的模型预览*/

#monaco-view {
    float: right;
    width: calc(100% - 250px);
    /*height: calc(100vh - 135px);*/
    height: calc(100vh);
    background: #1E1E1E;
}

#operation #monaco-view #view-model {
    /*width: 100%;*/
    /*height: calc(100vh - 195px) !important;*/
    /*border: 1px solid #000;*/
    border-left: none;
    border-bottom: none;
}


/*工具栏   弹窗*/
#main-body #operation #monacoEdit #tools-window,
#main-body #operation #monacoEdit #tools-moveWindow {
    width: 700px;
    height: 400px;
    background: #585858;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 3;
    display: none;
}

#tools-window #tools-window-head,
#tools-moveWindow #tools-moveWindow-head {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
}

#tools-window #tools-window-head > div,
#tools-moveWindow #tools-moveWindow-head > div {
    width: 96%;
    margin: 0 auto;
}

#tools-window #tools-window-close,
#tools-moveWindow #tools-moveWindow-close {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    float: right;
    color: #c5c5c5;
}

#tools-window #tools-window-search {
    width: 96%;
    height: 20px;
    margin: 10px auto;
    position: relative;
}

#tools-window #tools-window-search i {
    position: absolute;
    top: 4px;
    left: 3px;
    color: #000;
}

#tools-window #tools-window-search input {
    width: 100%;
    height: 20px;
    padding-left: 17px;
    color: #000;
    border: none;


    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

#tools-window #tools-window-view {
    width: 97%;
    /*height: 280px;*/
    margin: 0 auto;
}

#tools-moveWindow #tools-moveWindow-view {
    padding-left: 3%;
    height: 280px;
    overflow-y: auto;
    border: 1px solid #8685858c;
}


#tools-window #tools-window-view #tools-window-view-list,
#tools-moveWindow #tools-moveWindow-view #tools-window-view-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

#tools-window #tools-window-view #tools-window-view-list td {
    padding: 0 5px;
}

#tools-window #tools-window-view #tools-window-view-list td div {
    width: 100%;
    height: 50px;
    background-image: url(../../images/icon/1.jpg);
    background-size: 100% 100%;
}

/*模型弹窗的分页*/
#tools-window-view #paging {
    margin: 5px 0 0 0;
    text-align: center;
}

#tools-window-view .layui-laypage span,
#tools-window-view .layui-laypage a,
#tools-window-view .layui-laypage input,
#tools-window-view .layui-laypage button {
    height: 22px;
    line-height: 22px;
    /*border-radius: 5px;*/
    color: #000;
    /*border: none;*/
}

#tools-window-view #layui-laypage-1 {
    width: 100%;
    text-align: center;
}

/*工具栏 弹窗中的大图预览*/
#monacoEdit #window-preview {
    width: 600px;
    height: 400px;
    background: #585858;
    position: absolute;
    top: 30px;
    right: -600px;
    overflow: hidden;
    display: none;
    border-left: 1px solid #000;
    z-index: 2;
}

#window-preview #window-preview-text {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#window-preview #window-preview-head {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #000;
    text-align: center;
}

#window-preview #window-preview-close {
    margin: 8px 10px 0 0;
    width: 12px;
    height: 12px;
    background-image: url(../../images/icon/close.png);
    background-size: 12px 12px;
    float: right;
}

#window-preview #window-preview-content {
    width: 90%;
    margin: 5px auto;
    overflow: hidden;
}

#window-preview #window-preview-content span {
    text-align: left;
    display: inline-block;
    width: 50%;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

#window-preview #preview-img {
    width: 90%;
    height: 240px;
    margin: 10px auto;
    background-image: url(../../images/icon/1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*引用模型代码块*/
#window-preview #preview-quotecode {
    width: 30px;
    height: 30px;
    margin: 13px auto;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
}

/*头部的导航菜单*/
#main-body #head #head-navlist-window {
    width: 30%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}


/*工具栏 第四个后边加分隔用的斜杠*/
#operation #monacoEdit #tools #tools-share {
    border-right: 1px solid #929292;
    padding-right: 20px;
}

/*网页编辑器里面字体大小（因为配置项不起效，所以自己写）*/
/*#root .view-line span{
    font-size: 14px !important;
}*/

#view-model-iframe {
    width: 100%;
    height: 100%;
    background: red;
}

.head-container {
    height: 60px;
}

/*      导航菜单收缩      */
#logoBox {
    width: 210px;
    height: 60px;
    position: fixed;
    overflow: hidden;
}

#logo {
    width: 180px;
    height: 60px;
    overflow: hidden;
    /*background: url("../../images/logo.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 10px 10px;

    background-repeat: no-repeat;
    text-align: center;
    font-size: 23px;
    letter-spacing: 10px;
    font-family: "楷体";
}

/*
    场景中左侧部分的快捷按钮
*/
#monaco-view > #view-model > #modelCanvas > #scene-tools {
    width: 100%;
    height: 100%;
    /*position: relative;*/
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon {
    /*display: none;*/
    width: 30px;
    height: auto;
    background: #252526e3;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 50px 0;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 6px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon:first-child {
    margin-top: 10px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon:last-child {
    margin-bottom: 30px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon > i {
    font-size: 22px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon:nth-child(2) > i {
    font-size: 18px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon:nth-child(4) > i {
    font-size: 20px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon:nth-child(5) > i {
    font-size: 20px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-tools-icon > .scene-tools-icon.active > i {
    color: #0090d6;
}

#scene-tools-style {
    display: none;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #3d3d40;
    z-index: 7;
    border-radius: 0 8px 8px 0;
    position: absolute;
    left: 30px;
}

#scene-tools-style > span {
    letter-spacing: 2px;
}


/*
    场景中右下部分的快捷按钮
*/

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-control-icon {
    /*display: none;*/
    width: auto;
    height: 30px;
    background: #252526e3;
    z-index: 7;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50px 0 0 0;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-control-icon > .scene-control-icon {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 24px;
    font-family: monospace;
    font-weight: 800;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-control-icon > .scene-control-icon:last-child {
    margin-right: 5px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-control-icon > .scene-control-icon:first-child {
    margin-right: 5px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-control-icon > .scene-control-icon:first-child > span {
    color: #0090D6;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-control-icon > .scene-control-icon:last-child {
    margin-left: 30px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-statis-resourceSize {
    width: auto;
    height: 30px;
    display: none;
    line-height: 30px;
    background: #252526e3;
    position: absolute;
    bottom: 0;
    z-index: 7;
    border-radius: 0 50px 0 0;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-statis-resourceSize > span {
    padding: 0 10px;
}

#monaco-view > #view-model > #modelCanvas > #scene-tools > #scene-statis-resourceSize > .resourceSize-sizes {
    padding-right: 20px;
}

#tools-box > #labelStatus > #labelStatus-labelsType {
    width: 80px;
    height: auto;
    background: #252526e3;
    position: fixed;
    top: 60px;
    display: none;
    z-index: 8;
    letter-spacing: 2px;
    padding-left: 10px;
}





















