.titleBlock[data-v-6b3cb561] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
  margin-top: -14px;
}
.titleBlock .title[data-v-6b3cb561] {
  height: 72px;
  background: url(../img/title.f5455b3d.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  position: relative;
}
.titleBlock .title .titleText[data-v-6b3cb561] {
  margin: 0 10px;
  letter-spacing: 6px;
}
.titleBlock .title .beforeSpan[data-v-6b3cb561] {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  border: 20px solid #fefbfa;
  border-right-color: transparent;
  border-top-color: transparent;
}

.TabBlock .ivu-tabs {
  padding: 0 18px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.TabBlock .ivu-tabs .ivu-tabs-bar {
  border-bottom: none;
}
.TabBlock .ivu-tabs .ivu-tabs-bar .ivu-tabs-tab {
  background: #eeeeee;
  padding: 8px 16px;
  font-size: 18px;
  color: #999999;
  margin-right: 0;
}
.TabBlock .ivu-tabs .ivu-tabs-bar .ivu-tabs-tab-active {
  background: var(--main-color);
  color: #fff;
}
.TabBlock .ivu-tabs .ivu-tabs-bar .ivu-tabs-ink-bar {
  background: none;
}
.TabBlock .ivu-tabs .ivu-tabs-bar .ivu-tabs-nav-right {
  height: 100%;
}
.TabBlock .ivu-tabs .ivu-tabs-bar .extra {
  height: 36px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.TabBlock .ivu-tabs .ivu-tabs-tabpane {
  padding-top: 20px;
}
.TabBlock .testBtn {
  height: 40px;
}

