*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,body {
  height: 100%;
  font-size: 14px;
  line-height:  1.5715;
  color: rgba(0,0,0,0.65);
  
};

img{
  display: block!important;
  border: none;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#__next {
  height: 100%;
  font-size: 14px;
  line-height:  1.5715;
  color: rgba(0,0,0,0.65);
  
}
#paramSplit .SplitPane{
  position: inherit!important;
}

.SplitPane{
  height: 100%!important
}

.Resizer {
  box-sizing: border-box;
  background-color: #aaaaaa;
  opacity: 0.5;
  z-index: 1;
  background-clip: padding-box;
}
.Pane.vertical.Pane2{
  overflow: auto;
  height: 100%;
}

.Pane.vertical.Pane1{
  /* overflow: auto; */
  height: 100%;
}
.Resizer.vertical {
  width: 11px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
  /* justify-content: space-between */
  /* background: transparent */
}
.clearfix::after{
  content:"";
  height:0;
  clear:both;
  display:block;
  visibility:hidden;
  overflow:hidden;
  
}



/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
 ::-webkit-scrollbar{
 /* width:10px;
  height:10px;
  background-color:#F5F5F5; */
  width: 10px;
  height: 10px;
  overflow: auto
}
/*定义滚动条轨道
内阴影+圆角*/
::-webkit-scrollbar-track{
  /* -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:5px;
  background-color:#F5F5F5; */

  background-color: #f7f7f7;
    border: 1px solid #efefef;
 
 
}
/*定义滑块
内阴影+圆角*/

::-webkit-scrollbar-thumb{
  /* padding:0 2px; */
  /* border-radius:5px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  background-color:#888; */

  background-color: #e6e6e6;
  min-height: 25px;
  min-width: 25px;
  border: 1px solid #e0e0e0;
 
}


.bf-container {
  display: flex!important;
  flex-direction: column!important;
  width: 100%;
}
.bf-content {
  flex: 1!important;
  height: auto!important;
  padding-bottom: 0px!important;
}

.Resizer.vertical{
  width: 9px;
}


/* wangeditor */
.App {
  text-align: center;
  background-color: #ffffff;
  height: 100%;
 
}
.w-e-text-container{
  flex:1;
  height:auto!important;
  border: 1px solid rgba(217,217,217,1)!important;
  border-top: none!important;
  overflow:auto;
}
.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}
.w-e-toolbar{
  border: 1px solid rgba(217,217,217,1)!important;
  
}
.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-intro {
  font-size: large;
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


::-webkit-input-placeholder{
  color:rgba(0,0,0,0.45);
  font-size: 14px;
  line-height: 22px;
}




input::placeholder {
  color: rgba(0,0,0,0.25)!important;
  line-height: 22px;
  text-align: left;
  opacity: 1!important;
}



textarea::placeholder{
  color: rgba(0,0,0,0.25)!important;
  line-height: 22px;
  text-align: left;
  opacity: 1!important;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,

#__next span,
a,


td,
th,
input,
button,
textarea,
ul,
li,
s,

option,
del,
i, 
em,
b,
strong 
{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
}
/* 


#menu-{
  padding: 0px;
} */