.childBtnBox {
  .rightTitle {
    font-size: 14px;
  }

  .btnBox {
    display: flex;
    margin-bottom: 16px;

    .btn {
      width: 80px;
      height: 28px;
      opacity: 1;
      background: #f2f2f2;
      text-align: center;
      line-height: 28px;
      font-size: 14px;
      font-family: PingFangSC, PingFangSC-Regular;
      font-weight: 400;
      color: #999999;
    }

    .btn1 {
      margin-right: 8px;
    }

    .btn.active {
      background: #fff2f3;
      color: #fff;
      color: #e60012;
    }
  }
}
