body, html, div, ul, li, iframe, dd, dl, dt, p, img {
    border:none;
    padding:0;
    margin:0;
}
body, html {
    width:100%;
    height:100%;
    overflow: hidden;
}
body {
    font-size:12px;
    color:#000;
    font-family:"微软雅黑";
}
/**设置滚动条的样式**/
::-webkit-scrollbar {
    width: 10px;
}
/**滚动槽**/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #d1cfcf;
    border-radius: 10px;
}
/**滚动条滑块**/
::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 0 6px #d1cfcf;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(245, 245, 245, 0.4);
}
/**responsive**/
@media screen and (max-width: 1024px) {
    #code_area, #code_open, #drag {
        display:none !important;
    }
}
.dropdown-menu {
    width: 200px;
    padding: 0;
    background-color: #162346;
    box-shadow: none;
    border: none;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border-radius: 4px;
    background-clip: padding-box;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/**导航部分**/
.first-title {
    /* background: # */
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0 6px 20px;
    /* color: #0075c7; */
    background-color: #eceff0;
}
#content {
    position: absolute;
    width:100%;
    border-bottom: 1px solid #ccc;
    top: 0;
    bottom: 0;
}
#menu {
    min-width: 250px;
    float:left;
    border-right:1px solid #e9e9e9;
    overflow-y: scroll;
    height: 100%;
}
#menu ul {
    font-size:14px;
    font-family:"微软雅黑";
    background-color: #f7f9fd;
    padding: 0px 10px;
}
#menu ul li {
    list-style:none;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 10px;
}
#menu>ul>li>a {
    width:100%;
    display:block;
    height:21px;
    text-decoration:none;
    color:#000;
}
#menu ul li:last-child {
    border-bottom:none;
}
#menu .submenu a {
    margin: 0;
    text-decoration: none;
    display: block;
    height: 35px;
    width: 100%;
    color:#000;
}
#menu .submenu {
    z-index:9999;
    width:100%;
    margin-left: 6px;
    margin-top: 10px;
}
#menu .submenu {
    display:none;
}
#menu .submenu dl {
    list-style-type:square;
}
#menu .submenu dl dd {
    line-height: 35px;
    height: 35px;
    font-size:14px;
}
#menu .submenu dl dd:before {
    border-bottom: 1px dotted #b0b5c2;
    content:"";
    display: inline-block;
    float:left;
    width: 10px;
    margin: -15px 0 0;
    height: 33px;
    border-left: 1px dotted #b0b5c2;
}
#menu .submenu dl dd a {
    margin-left: 11px;
}
#menu ul li a:hover, #code_close, #code_open, #d_clip_button {
    cursor:pointer;
}
#code_close{
    display:block;
    background: url(result.png) no-repeat 0 -142px;
    width: 14px;
    height: 90px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    margin-top: -45px;
}
#code_open{
    display:none;
    background: url(result.png) no-repeat 0 -242px;
    width: 14px;
    height: 90px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    margin-top: -45px;
}
#code_area #d_menu>div>a:hover {
    cursor:pointer;
    font-weight:bold;
}
#openbar>p {
    line-height:36px;
    margin-left:10px;
}
#menu a:hover, .clickState {
    color:#0075c7 !important;
}
#menu .submenu dl dd a:before {
    content:"·";
    font-size: 27px;
    float: left;
    margin-left: 2px;
    margin-right: 1px;
}
#menu i {
    width:13px;
    height:13px;
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 7px;
}
#menu .t_close {
    background:url(result.png) no-repeat 0 -96px;
}
#menu .t_open {
    background:url(result.png) no-repeat 0 -119px;
}
/**代码部分**/
#code_area {
    width: 500px;
    -webkit-user-select: none;
    float: left;
    height:100%;
    z-index:999;
    position:relative;
    box-shadow:3px 0px 6px rgba(0, 0, 0, 0.1);
}
#code_area #myresource {
    border: none;
    width: 100%;
    /* height: 350px;  */
    outline: none;
}
.console-wrap {
    /* background-color: ; */
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.console-header {
    height: 30px;
    background: #f6f6f6;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #ddd;
}
.console-header .coding-title {
    margin-left: 10px;
}
.console-header .code-clear {
    float: right;
    padding-right: 20px;
    cursor: pointer;
}
/**地图部分**/
#overiframe {
    width:100%;
    height:100%;
    position:absolute;
    z-index:999;
    display:none;
    -webkit-user-select:none;
}
/*#mapContent {
    border-left: 1px solid #e9e9e9;
    overflow:hidden;
    height:100%;
    position:relative;
}
#mapContent #container {
    overflow:hidden;
    -webkit-user-select:none;
}*/
/*code add*/
.CodeMirror {
    font-family:Consolas, monaco, 'Courier New', Courier, monospace;
    position: absolute;
    bottom: 0px;
    top: 33px;
    width:100%;
}
.CodeMirror pre {
    line-height:1.5em;
}
.CodeMirror-sizer {
    padding-left:2px;
}
/*
#drag {
    width: 2px;
    height: 100%;
    background: #eee;
    cursor: w-resize;
    float:left;
}*/
