  @keyframes testFlightFade {
    from {
      opacity: 0;
      transform: translate(0%, 0%) scale(0.8);
    }

    to {
      opacity: 1;
      transform: translate(0%, 0%) scale(1);
    }
  }

  .testFlightMask {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: black;
    padding: 0;
    margin: 0;
    z-index: 110;
    opacity: 0.6;
    /* 最大數值字為1 */
    filter: alpha(opacity=60);
    /*最大數值為100 ，用於IE8 及其早期版本語法 */
  }

  .testFlightBox {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 330px;
    background: white;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    border: 1px solid rgb(81, 133, 193);
    animation: testFlightFade 1s ease 1 forwards;
    z-index: 111;
  }

  .testFlightBox>hr {
    margin: 10px 0px 10px 0px;
    color: #B4B4B4;
  }

  .testFlightBox .title {
    color: #1678E5;
    text-align: center;
    font-size: 20px;
    margin: 12px 0 0 0;
  }

  .testFlightBox .title img {
    position: absolute;
    left: 55px;
    top: 10px;
    width: 30px;
    height: 30px;
  }

  .testFlightBox p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .testFlightBox button {
    background: transparent;
    border: none;
    color: #1678E5;
    height: 60px;
    font-size: 18px;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
  }

  .testFlightBox .close {
    color: #CE0000;
    border-right: 1px solid #B4B4B4;
    left: 0;
    border-radius: 0 0 10px 0;
    font-size: 18px;
  }

  .testFlightBox button:focus,
  .testFlightBox button:hover {
    font-weight: bold;
    background: #EFEFEF;
  }

  .testFlightBox button:active {
    background: #D6D6D6;
  }

  .testFlightBox font {
    text-align: center;
    color: white;
  }

  .testFlightBox .cardBox {
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 3px;
  }

  .testFlightBox .cardBox button {
    width: 49%;
    text-align: center;
    color: #1678E5;
    height: 37px;
    font-size: 16px;
    position: relative;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #B4B4B4;
  }

  body {
    letter-spacing: 1px;
    font-family: Arial, Verdana, Helvetica, "思源黑體", "微軟正黑體", sans-serif;
    overflow-x: hidden;
    color: #000;
  }

  /*all
=================================================*/

  .dropopop-choice {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .choice-reject img {
    max-width: 150px
  }

  .choice-accept img {
    max-width: 150px
  }

  .choice-reject img:hover {
    filter: brightness(95%);
  }

  .choice-accept img:hover {
    filter: brightness(95%);
  }

  #Alldroppop {
    display: none;
  }

  .tf-drop {
    position: fixed;
    z-index: 112;
    width: 100%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 20%;
  }

  .droppop-top img {
    margin-bottom: -20px;
  }

  .droppop-top p {
    font-size: 14px;
    font-weight: 700;
    color: #408dff;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255);
  }

  .droppop-contain {
    background: rgba(255, 255, 255);
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: overlay;
    height: 330px;
    padding-top: 10px;
  }

  .one-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 5px;
    width: 80px;
  }

  .one-icon img {
    margin-bottom: -10px;
  }

  .dropbanner {
    width: 260px;
    height: 80px;
    margin: 5px 0px 10px 0px;
  }

  .dropbanner img {
    width: 260px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;

  }

  .three-icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

  }

  .black_drop {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 111;
    height: 100vh;
    top: 0;

  }

  .icon-text p {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-align: center;
  }
  .icon-img{
    width: 82px;
    height: 82px;
    margin-bottom: 10px;
  }

  .icon-img img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    margin-bottom: 1px;
    margin-top: 5px;
    border-radius: 15px;
  }



  .test_flight .black_bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 111;
    height: 100vh;
    top: 0;
    display: none;
  }

  .test_flight .wrap {
    position: fixed;
    z-index: 112;
    width: 100%;
    top: 0;
    display: none;
    animation: testFlightFade 1s ease 1 forwards;
  }

  .test_flight .flex {
    display: flex;
  }

  .test_flight .contain {
    /* max-width: 768px; */
    max-width: 750px;
    padding: 20px;
    margin: 0 auto;
  }

  .test_flight img {
    max-width: 100%;
  }

  .test_flight .popup_main {
    position: relative;
    background: rgba(255, 255, 255, 0.93);
    /* padding: 15px; */
    border-radius: 8px;
  }

  .test_flight .cancel_btn {
    margin-top: 8px;
    border-radius: 10px;
    width: 100%;
    border: none;
    background: #fff;
    height: 72px;
    color: #007aff;
    font-size: 30px;
  }

  /*top
================================================*/

  .test_flight .top {
    padding: 25px 25px 20px 25px;
    border-bottom: 1px solid #999;
    align-items: center;
  }

  .test_flight .icon {
    flex: 2;
  }

  .test_flight .app_title {
    flex: 8;
    padding: 15px 20px;
    flex-wrap: wrap;
  }

  .test_flight .app_title .title {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 40px;
  }

  .test_flight .app_title .sub_title {
    font-size: 25px;
    padding-top: 10px;
    color: #777;
  }

  .test_flight .app_title .sub_title span {
    color: #007aff;
  }

  .test_flight .tf_title {
    color: black;
  }

  /*content
================================================*/

  .test_flight .content {
    padding: 20px 50px;
  }

  .test_flight .banner {
    border-radius: 5px;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 350px;
  }

  /*list
================================================*/

  .test_flight .list_item {
    border-top: 1px solid #999;
    padding: 10px 30px;
    font-size: 30px;
    color: #007aff;
    justify-content: space-between;
    align-items: center;
  }

  .test_flight .list_title {
    flex: 8;
    padding-right: 10px;
  }

  .test_flight .list_button button {
    flex: 1;
    background: #dbd9d9;
    border-radius: 50px;
    color: #007aff;
    border: none;
    font-size: 20px;
    padding: 5px 30px;
  }

  .test_flight .list_button button:hover {
    background: #adadad;
    color: #fff;
  }

  /*RWD
================================================*/

  @media (max-width: 600px) {
    .test_flight .top {
      padding: 12px 12px 10px 12px;
      border-bottom: 1px solid #999;
    }

    .test_flight .app_title {
      padding: 8px 20px;
    }

    .test_flight .app_title .title {
      font-size: 25px;
    }

    .test_flight .app_title .sub_title {
      padding-top: 0px;
      font-size: 18px;
    }

    .test_flight .content {
      padding: 15px 25px;
    }

    .test_flight .banner {
      height: 240px;
    }

    .test_flight .list_item {
      padding: 10px 25px;
      font-size: 25px;
    }

    .test_flight .list_button button {
      font-size: 17px;
      padding: 4px 30px;
    }

    .test_flight .cancel_btn {
      height: 50px;
      color: #007aff;
      font-size: 20px;
    }
  }

  @media (max-width: 420px) {
    .test_flight .app_title {
      padding: 2px 0px 2px 15px;
    }

    .test_flight .app_title .title {
      font-size: 20px;
    }

    .test_flight .app_title .sub_title {
      padding-top: 2px;
      font-size: 14px;
    }

    .test_flight .content {
      padding: 15px 20px;
    }

    .test_flight .banner {
      height: 140px;
    }

    .test_flight .list_item {
      padding: 10px 15px;
      font-size: 18px;
    }

    .test_flight .list_title {
      padding-right: 8px;
    }

    .test_flight .list_button button {
      font-size: 14px;
      padding: 4px 22px;
    }
  }