.ttk-taxapply-app-batchchargeback {
    width: 100%;
    height: 100%;
    //padding: 0 10px 10px 0;
    background: transparent !important;
    overflow-y: hidden;
    //display: flex;
    h1, h2, h3, h4, h5, h6 {
        color: #666666;
        font-weight: 400;
    }

    .title {
        font-size: 14px;
        padding-left: 10px;
    }

    .ant-modal-body{
      margin: 10px;
      padding-bottom: 51px;
    }

    &-header{
        margin: 10px;
        &-top{
            margin-bottom: 10px;

            &-taxcategory{
              margin-right: 20px;
            }
        }
        &-bottom{
            margin-bottom: 10px;
            margin-left: -24px;

            &-isreclassify{
              margin-left: 11px;
            }
        }
    }

    .ant-table{
      //margin: 10px;
      border-left: solid 1px #e7e6e6;
      border-bottom: solid 1px #e7e6e6;
      .ant-radio-wrapper {
          margin-right: 0;
      }
      .ant-table-content{
          .ant-table-placeholder{
              border: none;
              border-right: solid 1px #e7e6e6;
          }

          .ant-table-body{
              background-color: white !important;
              tr > td:nth-child(3) {
                  text-align: right;
              }
          }
      }
    }

    &-content{
      border: none;
      height: 158px !important;
      .ant-table-body{
          height: 146px !important;
          border-right: solid 1px #e7e6e6;
      }
    }

    &-content-init{
      border: none;
      height: 360px !important;
      border-bottom: solid 1px #e7e6e6;
      border-left: solid 1px #e7e6e6;
      border-right: solid 1px #e7e6e6;
      .ant-table-body{
          //height: 146px !important;
          border-right: solid 1px #e7e6e6;
      }
    }

    &-receipt{
      height: 164px !important;
      border-left: none !important;
      border-bottom: none !important;

      .ant-table-body{
          height: 146px !important;
          border-right: solid 1px #e7e6e6;

          tr > td:nth-child(4) {
              text-align: right;
          }
      }
    }

    &-total{
      text-align: right;
      margin-top: 10px;
      .actualFee, .lateFee {
        color: #2595E6;
        padding: 0 3px;
      }
      .totalFee {
        color: #f5222d;
        padding: 0 3px;
      }
    }
    &-footer {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 10px 0;
        border-top: 1px solid #e8e8e8;
        .btn {
            padding: 0 15px;
            margin: 0 4px;
        }
    }
}

.batchchargeback-tip {
  .ant-modal-footer {
      border-top: none;
      .ant-btn:first-child {
          display: none;
      }
  }

  .ant-modal-body {
      margin: 12px 24px;
  }

  .chenggongtishi {
      font-size: 16px;
      i{
          font-size: 30px;
          color: #33C2A1;
      }
      span {
          position: relative;
          bottom: 5px;
          margin-left: 5px;
      }
  }

  .jinggao {
      font-size: 16px;
      i{
          font-size: 30px;
          color: #33C2A1;
      }
      div {
          position: relative;
          bottom: 5px;
          margin-left: 5px;
          display: inline-block;
      }
  }
}

@media screen and (min-width:1280px) {
  .batchchargeback-model{

  }
}

@media screen and (max-width:1279px) {
  .batchchargeback-model{
    //width: 800px !important;
}
}
