[v-cloak] {
  display: none;
}
*{
  margin: 0 ;
  padding: 0;
}
#app{
  width: 100%;
  height:100%;
}
html,body{
  width: 100%;
  min-width: 1200px;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
}
li {
  list-style: none;
}
#list {
  width: 240px;
  /* border: 1px solid #ccc; */
}
#list h2 {
  height: 30px;
  line-height: 30px;
  text-indent: 20px;
  font-size: 16px;
  /*文字缩进20px*/
  background: url(1.gif) no-repeat 5px center #9ddaf7;
;
  /*前面小箭头*/
  cursor: pointer;
  border: 1px solid #000;
}
#list a {
  text-decoration: none;
  font-size: 14px;
  color:#138bc5 ;
}
#list .active {
  /* 点击时添加的类名 */
  background: url(2.gif) no-repeat 5px center #9ddaf7;
}
#list ul {
  display: none;
}
#list ul li {
  line-height: 24px;
  border-bottom: 2px solid #828586;
  text-indent: 24px;
  /*文字缩进24px*/
}
.islisasd{
  display: flex;
  width:1200px;
  margin: 0 auto;
  padding: 15px 0;
}
