.title-bar[data-v-4a3e4e84] {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.title-bar .el-col[data-v-4a3e4e84] {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.title-bar .el-col .label[data-v-4a3e4e84] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 70px;
      height: 70px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      border: 1px solid #a6e8ff;
      background-color: aliceblue;
      cursor: pointer;
      color: #333;
}
.title-bar .el-col .curIndustry[data-v-4a3e4e84] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 200px;
      height: 70px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      color: #333;
}
.btns[data-v-4a3e4e84] {
  margin-top: 20px;
  margin-bottom: 10px;
}

