.content-block[data-v-5d9109bc] {
  background: #f3fbf5;
  margin: 5px 0;
  border: 1px dotted #ccc;
  padding-top: 10px;
}
.header[data-v-8fce25f4] {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  overflow-x: auto;
}
.header .el_button[data-v-8fce25f4] {
  margin: 0;
  padding: 0;
}
.header .el_button .click_div[data-v-8fce25f4] {
  width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .el_button .click_div.active[data-v-8fce25f4] {
  background-color: #3B82FE;
  color: #fff;
}
