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;
    }
}
/**clear float**/
.clearfix{
    display:block;zoom:1;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/**头部**/
#header{
    width: 100%;
    height: 0px;
    background-color: #f6f6f6;
    position: absolute;
    border-bottom: solid 1px #0098dd;
}
#header .logo{
    height: 70px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
#header>p{
    line-height:50px;
    margin-left:20px;
    font-size: 27px;
    color:#fff;
    font-weight:bold;
}

/**导航部分**/
#content{
    position: absolute;
    width:100%;
    border-bottom: 1px solid #ccc;
    top: 0px;
    bottom: 0;
}
#menu{
    min-width:280px;
    float:left;
    border-right:1px solid #e9e9e9;
    overflow-y: scroll;
    height: 100%;
}
#menubar{
    background:#f6f6f6 repeat-x;
}
#menubar>p{
    line-height:36px;
    margin-left:10px;
}
.openbar-btngroup {
    font-size: 12px;
    color: #000;
    font-family: "微软雅黑";
    position: absolute;
    right: 0;
}

#openbar>p{
    line-height:36px;
    margin-left:10px;
}

/**代码部分**/
#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;
}
#code_area #openbar{
    padding:0;
    height:36px;
    background:#f6f6f6 repeat-x;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
}
#code_area #openbar span.split,
#code_area #openbar>a{
    line-height:36px;
    color:#000;
    text-decoration:none;
}
#code_area #openbar .f-r{
    color:#0083d6;
    padding:0 0 0 20px;
    line-height:36px;
}
#code_area #openbar  .on{
    color:#0083d6;
    /*background:url(img/tab.png) no-repeat 0 7px;*/
}#code_area #d_menu{
     float:right;
     width: 195px;
 }
#code_area #d_menu div{
    float:left;
    margin-right:7px;
}
#code_area #d_menu i{
    display: block;
    float: left;
    margin-top: 11px;
    margin-right:3px;
}
#code_area #d_menu div a{
    line-height:36px;
    text-decoration:none;
    padding-bottom: 2px;
}

/**地图部分**/
#mapContent{
    border-left: 1px solid #e9e9e9;
    overflow:hidden;
    height:100%;
    position:relative;
}
#mapContent #container{
    overflow:hidden;
    -webkit-user-select:none;
}
/*code add*/
.CodeMirror {
    height: 95% !important;
    width: 100%;
}
