    .middle-line {
      width: 24px !important;
    }
    .title {
      height: 50px;
      background-color: #8acce0;
    }
    .title h4 {
      height: 50px;
      line-height: 50px;
      color: white;
      text-align: center;
      margin: 0;
    }
    .title span {
      position: absolute;
      font-size: 20px;
      color: white;
      top: 15px;
      right: 20px;
    }
    .body {
      padding: 20px 56px;
    }
    .body span {
      display: inline-block;
      height: 30px;
      line-height: 30px;
    }
    .body input {
      padding: 0 6px;
      width: 76%;
      border-radius: 2px;
      border: 1px solid #ccc;
      outline: none;
      height: 30px;
      margin-left: 10px;
    }
    .footer {
      display: flex;
      justify-content: space-between;
      padding: 12px 70px;
    }
    .footer .btn {
      width: 140px;
      height: 40px;
    }
    .footer .btn.btn-primary {
      background-color: #8acce0;
      border: none;
    }
    #CPA_1 {
      display: none;
      position: fixed;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
    }
    #CPA_1 .CPA_1-frame {
      width: 436px;
      height: 200px;
      background-color: #fff;
      border: 1px solid #ccc;
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    #CPA_2 {
      display: none;
      position: fixed;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
    }
    #CPA_2 .CPA_2-frame {
      width: 546px;
      height: 350px;
      background-color: #fff;
      border: 1px solid #ccc;
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    #CPA_2 .CPA_2-frame .body {
      padding: 20px 28px;
    }
    #CPA_2 .CPA_2-frame .body div {
      margin-top: 12px;
    }
    #CPA_2 .CPA_2-frame .body div span {
      display: inline-block;
      width: 100px;
      text-align: right;
    }
    #CPA_2 .CPA_2-frame .body div input {
      width: 34%;
    }
    #CPA_2 .CPA_2-frame .body div.computeTime {
      display: flex;
      justify-content: space-around;
    }
    #CPA_2 .CPA_2-frame .body div.computeTime input {
      margin: 0;
    }
    #close_CPA_1, #close_CPA_2 {
      cursor: pointer;
    }