.btn-el[data-v-e06a2c9a] {
  background: #66A3FE;
  color: #fff;
  margin-left: 15px;
}
.proList[data-v-e06a2c9a] {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}
.proList div[data-v-e06a2c9a] {
    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;
}
.proList div span[data-v-e06a2c9a] {
      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-e06a2c9a]: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;
}
.proPanle[data-v-e06a2c9a] {
  width: 100%;
  min-height: 240px;
  border-bottom: 1px solid #EBEDF2;
}
.proPanle .body[data-v-e06a2c9a] {
    display: inline-block;
    width: calc(100% - 40px);
    margin: 10px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.proPanle .body div[data-v-e06a2c9a] {
      display: inline-block;
      width: 100%;
      height: 30px;
      line-height: 30px;
}
.proPanle .title[data-v-e06a2c9a]::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 18px;
    background: #66A3FE;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.proPanle .title[data-v-e06a2c9a] {
    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-e06a2c9a] {
      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-e06a2c9a] {
  margin: 10px 20px 0;
  overflow: hidden;
}
.icons-container .grid[data-v-e06a2c9a] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.icons-container .icon-item[data-v-e06a2c9a] {
    margin: 20px;
    height: 85px;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 30px;
    color: #24292e;
    cursor: pointer;
}
.icons-container span[data-v-e06a2c9a] {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.icons-container .disabled[data-v-e06a2c9a] {
    pointer-events: none;
}

