.pq_e_BT {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.pq_e_BT ul.ONE {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.pq_e_BT ul.ONE li {
  width: 50%;
  margin: 0 auto;
  float: none;
  height: auto;
}

.pq_e_BT ul.TWO {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  /*橫向排放*/
  flex-wrap: wrap;
  align-content: center;
  /*垂直置中*/
  justify-content: center;
  /*對齊置中*/
}

.pq_e_BT ul.TWO li {
  width: 49%;
}

.pq_e_BT ul.TWO li:first-child {
  margin-right: 2%;
}


/********** 按鈕外型 **********/
/*小圓角*/
.pq_BT_SROUND {
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  font-size: 1.5rem;
  line-height: 47px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*加價錢*/
.pq_BT_PRICE {
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  font-size: 1.5rem;
  line-height: 47px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pq_e_BT .pq_BT_PRICE span.BR {
  font-size: 1.2rem;
  margin-left: 5px;
  font-weight: normal;
}

/*大橢圓*/
/*圓形*/
/*矩形*/

@media screen and (max-width:414px) {

  /*for手機*/
  .pq_e_BT .pq_BT_SROUND {
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    font-size: 1.3rem;
    text-align: center;
    line-height: 50px;
  }

  .pq_e_BT .pq_BT_PRICE {
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    font-size: 1.3rem;
    padding-top: 5px;
    height: 50px;
    line-height: 1.35rem;
  }

  .pq_e_BT .pq_BT_PRICE span.BR {
    display: block;
    font-size: 1rem;
    font-weight: normal;
  }

  .pq_e_BT ul.ONE li {
    width: 100%;
    margin: 0 auto;
    float: none;
    height: auto;
  }
}


/**********漸層色含邊線  START**********/

/*紅色01*/
.pq_BG_GRA_RED {
  border: 1px solid #a30000;
  background: #ff0000;
  /* Old browsers */
  background: -webkit-linear-gradient(#ff0000 0%, #b90000 100%);
  background: -o-linear-gradient(#ff0000 0%, #b90000 100%);
  background: linear-gradient(#ff0000 0%, #b90000 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b90000', GradientType=0);
  /* IE6-9 */

  -moz-box-shadow:
    inset 0px 0px 2px rgba(255, 255, 255, 1);
  -webkit-box-shadow:
    inset 0px 0px 2px rgba(255, 255, 255, 1);
  box-shadow:
    inset 0px 0px 2px rgba(255, 255, 255, 1);
}

.pq_BG_GRA_RED:hover {
  color: #fff9bc;
  background: #b90000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b90000 0%, #ff0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b90000 0%, #ff0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b90000 0%, #ff0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b90000', endColorstr='#ff0000', GradientType=0);
  /* IE6-9 */
}

/*紅色01*/

/*粉色01*/
/*粉色01  END*/

/*粉色02  */
/*粉色02*/

/*橘黃色01  */
/*橘黃色01*/

/*橘黃色02  */
/*橘黃色02*/

/*綠色01*/
/*綠色01*/

/*藍色01*/
/*藍色01*/

/*藍色02*/
/*藍色02*/

/*紫色01*/
/*紫色01*/

/*紫色02*/
/*紫色02*/

/**********漸層色含邊線  END**********/

/**********單色含邊線  START**********/

/*紅色01*/
/*紅色01*/

/*粉色01*/
/*粉色01*/

/*粉色02*/
/*粉色02*/

/*橘黃色01*/
/*橘黃色01*/

/*橘黃色02*/
/*橘黃色02*/

/*綠色01*/
/*綠色01*/

/*藍色01*/
/*藍色01*/

/*藍色02*/
/*藍色02*/

/*紫色01*/
/*紫色01*/

/*紫色02*/
/*紫色02*/


/**********單色含邊線  END。**********/