.bodyPanle[data-v-04f68578] {
  height: 100%;
  overflow: auto;
}
.button-list[data-v-04f68578] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.button-list .item-button[data-v-04f68578] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 78px !important;
    height: 32px;
    border-radius: 35px;
    background: #fff;
    border: 2px solid #D3D3D3;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 12px;
    color: #292929;
}
.button-list .item-button[data-v-04f68578]:hover, .button-list .item-button.active[data-v-04f68578] {
    cursor: pointer;
    border: 2px solid #66A3FE;
    color: #66A3FE;
}
.btn-el[data-v-04f68578] {
  background: #66A3FE;
  color: #fff;
  margin-left: 15px;
}
.proList[data-v-04f68578] {
  position: relative;
  width: 100%;
  max-height: calc(100% - 242px * 2);
  overflow: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #D3D3D3;
}
.proList > div[data-v-04f68578]:last-child {
    margin-bottom: 20px;
}
.proList div[data-v-04f68578] {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
}
.proList div span[data-v-04f68578] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 80px;
      height: 45px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 40px;
}
.proList div span[data-v-04f68578]:last-child {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: calc(100% - 100px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.proList.small[data-v-04f68578] {
  height: 45px !important;
}
.proPanle[data-v-04f68578] {
  width: 100%;
  min-height: 240px;
  border-bottom: 1px solid #EBEDF2;
}
.proPanle .body[data-v-04f68578] {
    display: inline-block;
    width: calc(100% - 80px);
    margin: 10px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.proPanle .body div[data-v-04f68578] {
      display: inline-block;
      width: 100%;
      height: 30px;
      line-height: 30px;
}
.proPanle .title[data-v-04f68578]::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 18px;
    background: #66A3FE;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.proPanle .title[data-v-04f68578] {
    margin-top: 15px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    margin-bottom: 25px;
    position: relative;
}
.proPanle .title > span[data-v-04f68578] {
      margin-top: 0px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      top: 8px;
      left: 20px;
      width: 100px;
      background: #fff;
      height: 18px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      z-index: 10;
      font-size: 16px;
      color: #292929;
}
.icons-container[data-v-04f68578] {
  margin: 10px 20px 0;
  overflow: hidden;
}
.icons-container .grid[data-v-04f68578] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-04f68578] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-04f68578] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-04f68578] {
    pointer-events: none;
}

