@media screen and (weex-theme: colmo) {
  .border-bottom-line {
    width: 32px;
    height: 4px;
    border-radius: 0px;
  }
  .thidrd-wrapper {
    flex-direction: row;
    height: 64px;
    padding: 0 24px;
    border-radius: 8px;
    /* background-color: #232323; */
    justify-content: center;
    align-items: center;
    border-width: 2px;
  }
  .thirdTabPanel {
    height: 88px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  .border-bottom-line-secondary {
    border-radius: 0px;
  }

  .third-text {
    font-size: 28px;
  }

  .tab-text {
    font-family: PingFangSC-Regular;
    font-weight: 400;
  }
}