@CHARSET "UTF-8";
.content-wrap
{
    left:0px;
    width:100%;
    top:0px;
	background:transparent;
    /*background-color:rgb(247, 248, 250);*/
	line-height:1.5;
    /*font-family:新宋体,arial,sans-serif;*/
    font-family: Menlo, PingFangSC, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, Georgia, "Times New Roman", Arial, sans-serif;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    font-size-adjust:none;
    font-stretch:normal;
}
.layadmin-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.display-none {
    display: none;
}
.dev-coding-inner-body {
    position: absolute;
    left: 0px;
    right: 0;
    top: 52px;
    bottom: 0;
    z-index: 998;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.dev-ide-side-tree {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1px dashed #ececec;
}
.dev-ide-content-body {
    position: absolute;
    left: 200px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.card-body-content {
    font-family: PingFangSC, "PingFang SC", "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, Georgia, "Times New Roman", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    color: rgb(59, 129, 177);
    vertical-align: baseline;
}
