﻿@charset 'UTF-8';

/* ---------- 開始：loading --------- */
.dt-loading {
  display: block;
  background: rgba(211, 47, 47, 0.98);
  width: 100%;
  height: 100%;
  z-index: 101;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20% 0;
  z-index: 9999999;
}

.cssload-wrap {
  text-align: center;
  line-height: 195px;
  position: absolute;
  width: 100%;
  top: 46%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.cssload-loading {
  text-align: center;
  margin: 40px auto;
  color: rgba(255,255,255,0.97);
  font-size: 2em;
  font-family: 'Play', sans-serif;
  font-weight: 200;
  animation: cssload-breathe 19.6s ease infinite;
  -o-animation: cssload-breathe 19.6s ease infinite;
  -ms-animation: cssload-breathe 19.6s ease infinite;
  -webkit-animation: cssload-breathe 19.6s ease infinite;
  -moz-animation: cssload-breathe 19.6s ease infinite;
}

@keyframes cssload-breathe {
  0% {
    letter-spacing: 0;
  }

  30% {
    color: transparent;
  }

  50% {
    letter-spacing: 80px;
    font-size: 0;
  }

  60% {
    color: transparent;
  }

  100% {
    letter-spacing: 0;
  }
}

@-o-keyframes cssload-breathe {
  0% {
    letter-spacing: 0;
  }

  30% {
    color: transparent;
  }

  50% {
    letter-spacing: 80px;
    font-size: 0;
  }

  60% {
    color: transparent;
  }

  100% {
    letter-spacing: 0;
  }
}

@-ms-keyframes cssload-breathe {
  0% {
    letter-spacing: 0;
  }

  30% {
    color: transparent;
  }

  50% {
    letter-spacing: 80px;
    font-size: 0;
  }

  60% {
    color: transparent;
  }

  100% {
    letter-spacing: 0;
  }
}

@-webkit-keyframes cssload-breathe {
  0% {
    letter-spacing: 0;
  }

  30% {
    color: transparent;
  }

  50% {
    letter-spacing: 80px;
    font-size: 0;
  }

  60% {
    color: transparent;
  }

  100% {
    letter-spacing: 0;
  }
}

@-moz-keyframes cssload-breathe {
  0% {
    letter-spacing: 0;
  }

  30% {
    color: transparent;
  }

  50% {
    letter-spacing: 80px;
    font-size: 0;
  }

  60% {
    color: transparent;
  }

  100% {
    letter-spacing: 0;
  }
}
/* ---------- 結束：loading --------- */

/* ---------- 開始：註冊登入頁 - login+register --------- */
#column .form {
  min-width: 290px;
  max-width: 400px;
  margin: 0 280px;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-content {
  width: 99.4%;
  padding: 30px 50px;
  border: 1px solid #ccc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.tab-group li {
  width: 50%;
  float: left;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-weight: 600;
}

.tab-group li:last-child {
  float: right;
}

.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 9px 0;
  background: #e2e2e2;
  color: #666666;
  font-size: 20px;
  float: left;
  width: 99%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 1px #e2e2e2 solid;
  border-bottom: 6px #666666 solid;
  border-left: 1px #e2e2e2 solid;
  border-right: 1px #e2e2e2 solid;
}

.tab-group li a:hover {
  background: #e2e2e2;
  color: #d32f2f;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tab-group .active a {
  background: #fff;
  width: 99%;
  color: #999;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top: 1px #d32f2f solid;
  border-bottom: 6px #d32f2f solid;
  border-left: 1px #d32f2f solid;
  border-right: 1px #d32f2f solid;
}

.tab-content > div:last-child {
  display: none;
}

.field-icon {
  width: 12%;
  float: left;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #edf5fb;
  height: 41px;
  line-height: 40px;
}

input, textarea {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  left: 20px;
  display: block;
  width: 88%;
  height: 100%;
  padding: 7px 7px 7px 10px;
  margin-top: 5px;
  background: none;
  background-color: #edf5fb;
  background-image: none;
  border: 1px solid #cccccc;
  color: #666666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus, textarea:focus {
  outline: 0;
  border-color: #999;
}

input[type="text"] {
  -webkit-appearance: none;
}

.field-wrap {
  width: 100%;
  height: 41px;
  position: relative;
  color: #999;
  font-size: 17px;
  margin-bottom: 15px;
}

.field-wrap-pic {
  position: relative;
  margin-bottom: 15px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}

.top-row > div {
  float: left;
  width: 50%;
  margin-right: 4%;
}

.top-row > div:last-child {
  margin: 0;
}

.button {
  outline: none;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(211, 47, 47,1);
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
}

.button a {
  color: #ffffff;
  text-decoration: none;
}

.button:hover, .button:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -o-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -moz-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
}

.button-msg {
  outline: none;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(245, 173, 0, 1);
  background: rgba(245, 173, 0, 1);
  background-image: linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: -o-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
}

.button-msg a {
  color: #ffffff;
  text-decoration: none;
}

.button-msg:hover, .button-msg:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(245, 173, 0,);
  background-image: linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: -o-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: -moz-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
}

.button-block {
  display: block;
  width: 100%;
  cursor: pointer;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

#register-agreePrivacy{
    width: 20px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#signup h1, #login h1 {
  color: #3300cc;
  text-align: center;
  font-size: 1.1em;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: 600;
}

#signup h1 a , #login h1 a {
  color: #3300cc;
}

#signup h1 a:hover, #login h1 a:hover {
  color: #666;
}

#signup h2, #login h2 {
  color: #666;
  text-align: center;
  font-size: 16px;
  margin-top: -5px;
}

#signup h2 a , #login h2 a {
  color: #666;
  font-weight: 300;
}

#signup h2 a:hover, #login h2 a:hover {
  text-decoration: underline;
}

#login p, #signup p {
  color: #666;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  margin-top: -7px;
}

#login p a, #signup p a {
  color: #3300cc;
  text-align: left;
  font-size: 16px;
  text-decoration: underline;
}

input#checkbox_a1 {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: 1px;
  margin-bottom: 15px;
}

.field-wrap .fa {
  width: 15px;
}

.field-wrap img {
  width: 100%;
  border-radius: 3px;
}

.field-wrap .fa:nth-child(2) {
  padding-top: 10px;
}
/* ---------- 結束：註冊登入頁 - login+register --------- */



/* ---------- 開始：RWD --------- */
@media screen and (min-width: 320px) and (max-width: 590px) {

  /* ---------- 開始：註冊登入頁 - 註冊/登入欄位--------- */
  #column .form {
    min-width: 263px;
    margin: 0;
  }

  .tab-group li a {
    padding: 9px 0;
  }

  .field-wrap {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
  }

  #login p , #login p {
    font-size: 15px;
  }

  .button-msg , .button {
    font-size: 17px;
  }

  .field-wrap-pic {
    margin-bottom: 10px;
  }

  .tab-content {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {

  /* ---------- 開始：註冊登入頁 - 註冊/登入欄位 --------- */ 
  .tab-content {
    width: 100%;
    padding: 10px 20px;
  }

  input, textarea {
    width: 85%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1089px) {

  /* ---------- 開始：註冊登入頁 - 註冊/登入欄位 --------- */
  .tab-content {
    padding: 30px 25px;
  }
}

/*--- 1224x1632 ---*/
@media screen and (min-width: 1025px) and (max-width: 1224px) {

  /* ---------- 註冊登入頁 - 註冊/登入欄位 --------- */
  #column .form {
    margin: 0;
  }
}

/*--- 1280x1024+1280x800 ---*/
@media screen and (min-width: 1225px) and (max-width: 1280px) {

  /* ---------- 註冊登入頁 - 註冊/登入欄位 --------- */
  #column .form {
    margin: 0;
  }
}
/* ---------- 結束：RWD --------- */

/* ---------- 開始：現金回饋頁 - 分享專屬購物連結 --------- */
#exclusive {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 35px;
    line-height: 70px;
}
.sharelink {
    margin: 0 1px 0 35px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d1d7db;
    border-radius: 6px;
      
}
.sharelink h1 {
    font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
    color: #666!important;
    font-size: 26px;
    -webkit-margin-before: 5px;
    -webkit-margin-after: -5px;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.mylink {
    border-radius: 3px;
    width: 100%;
    max-width: 500px;
    height: 35px;
    margin: 0 auto;
    line-height: 30px;
    border: 1px solid #d1d7db;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    background: rgba(243, 242, 242,1);
}
.mylink:hover {
    width: 100%;
    background: rgba(205, 205, 205,1);
}
.mylink a {
    font-size: 16px;
    color: #666;
    font-weight: 300;
}
.mylink-ahare {
    display: inline-block;
}
.mylink-ahare ul {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
    text-align: center;
    list-style: none;
    color: #ffffff;
    font-weight: 300;
    line-height: 14px;
}
.mylink-ahare div a {
    float: left;
    width: 45px;
    height: 45px;
    background-color: #999;
    border-radius: 3px;
    padding: 3px;
    margin: 5px;
    line-height: 38px;
}
.mylink-ahare div:nth-child(1) a {
    padding-left: 4px;
    padding-top: 4px;
    font-size: 0.9em;
}
.mylink-ahare div:nth-child(2) a {
    background-color: #3490f3;
    padding-left: 4px; 
    font-size: 0.95em;
}
.mylink-ahare div:nth-child(3) a {
    background-color: #4267b2;
    font-size: 1.1em;
}
.mylink-ahare div:nth-child(5) a {
    padding-left: 5px;
    padding-top: 4px;
    font-size: 1.1em;
}
.mylink-ahare div a i::before {
    margin: 0px;
}
/* ---------- 結束：現金回饋頁 - 分享專屬購物連結 --------- */

/* ---------- 開始：現金回饋頁 - 現金回饋 Tabs --------- */
#cashback {
  background-color: #fff;
}

.cashback-container {
  margin: 0 20px 20px 20px;
  border-radius: 6px;
  padding-bottom: 5px;
}

.tabs-style-iconbox .cashback-tabtitle ul li.tab-current a .cashback-circle {
  background: #d32f2f;
  border-radius: 100%;
}

.tabs-style-iconbox .cashback-tabtitle ul li.tab-current a .fa {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  color: #d32f2f;
  letter-spacing: -1.1px;
}

.tabs-style-iconbox .cashback-tabtitle ul li.tab-current a span {
  color: #d32f2f;
}

.tabs-style-iconbox .cashback-tabtitle ul li.tab-current a p {
  color: #d32f2f;
}

.tabs-style-iconbox .cashback-tabtitle ul li a .cashback-circle {
  background: #999;
  border-radius: 100%;
}

.tabs-style-iconbox .cashback-tabtitle ul li a .fa {
  color: #8a9298;
}

.tabs-style-iconbox .cashback-tabtitle ul li a span {
  font-weight: 700;
  font-size: 0.7em;
  font-family: "LiHei Pro Medium","Microsoft JhengHei","Microsoft YaHei";
  font-size: 24px;
  font-weight: 600;
  color: #666;
}

.tabs-style-iconbox .cashback-tabtitle ul li a p {
  letter-spacing: -1.5px;
  text-align: left;
  color: #666;
  font-family: 'Frank Ruhl Libre', serif;
}

.cashback-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cashback-tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-size: 1.25em;
}

.cashback-tabs .cashback-tabtitle img {
  width: 100%;
}

.cashback-tabs .cashback-tabtitle ul {
  width: 100%;
  position: relative;
  padding: 0;
  max-width: 1200px;
  list-style: none;
}

.cashback-tabs .cashback-tabtitle ul li {
  width: 24%;
  float: left;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #D1D7DB;
  margin-right: 8px;
  border-radius: 6px;
  text-align: center;
  display: table;
  height: 160px;
  background: rgba(243, 242, 242, 1);
  border-bottom: 6px #CCC solid;
}

.cashback-tabs .cashback-tabtitle ul li a {
  align-self: center;
  display: block;
  display: table-cell;
  vertical-align: middle;
}

.cashback-tabs .cashback-tabtitle a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.cashback-tabs .cashback-tabtitle a:focus {
  outline: none;
}

.cashback-name span {
  float: left;
}

.cashback-name fa {
  float: right;
}

.tabs-style-iconbox .cashback-tabtitle {
  background: rgba(255,255,255,0.4);
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.tabs-style-iconbox .cashback-tabtitle ul li a:hover {
  background: rgba(205, 205, 205,1);
}

.cashback-tabtitle .col-md-4 {
  padding-right: 0;
  padding-left: 10px;
}

.cashback-tabtitle .col-md-8 {
  padding-left: 8px;
  padding-right: 10px;
}

.tabs-style-iconbox .cashback-tabtitle ul li.tab-current {
  z-index: 100;
  background: #fff;
  border-bottom: 6px #d32f2f solid;
}

.cashback-tabs .cashback-tabtitle ul li a.tab-current a {
  align-self: center;
  display: block;
  display: table-cell;
  vertical-align: middle;
}

.tabs-style-iconbox .cashback-tabtitle ul li:first-child::before,.tabs-style-iconbox .cashback-tabtitle ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  content: '';
}

.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 0.25em 0;
}

.cashback-wrap {
  position: relative;
  margin-top: 10px;
  border: 1px solid #d1d7db;
  margin-right: 8px;
  border-radius: 6px;
}

.cashback-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
}

.cashback-wrap section.content-current {
  display: block;
}
/* ---------- 結束：現金回饋頁 - 現金回饋 Tabs --------- */

/* --- 開始：現金回饋頁 - 現金回饋表格 --- */
.cashback-showlist {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.cashback-showlist caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.cashback-showlist .cashback-tr {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}

.cashback-showlist th,
.cashback-showlist .cashback-td {
  padding: .35em .2em;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  align-items: baseline;
}

.cashback-td-btn {
  display: inline-block;
  padding: 0px 7px;
  outline: none;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(211, 47, 47,1);
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  cursor: pointer;
}

.cashback-showlist th {
  font-size: 18px;
  text-transform: uppercase;
  background: #d6dde2;
  color: #0263bb;
  font-weight: 600;
  padding: 10px 0;
}

.cashback-showlist thead .cashback-tr:nth-child(1) {
  background: #ccc;
}

.cashback-showlist tbody .cashback-tr:nth-child(even) {
  background: #edf5fb;
}

.cashback-showlist tbody .cashback-tr:hover:nth-child(even) {
  background: #eee;
}

.cashback-showlist .cashback-tr:hover {
  background: #eee;
}
/* --- 結束：現金回饋頁 - 現金回饋表格 --- */

/* --- 開始：現金回饋頁 - 訂單明細 --- */

#status-ans.order-block{
    display: none;
}

.cashback-seemore {
  width: 100%;
  padding: 15px 20px 30px 20px;
  background-color: #fcefef;
  /*margin-top: 15px;
  margin-bottom: 15px;*/
  border-radius: 6px;
}

.more-cashback-showlist {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.more-cashback-showlist caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.cashback-seemore .more-cashback-tr {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}

.cashback-seemore .more-cashback-tr span {
  background: transparent;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  margin-left: 22px;
}

.seemore-active {
  display: inline-block;
  padding: 0px 7px;
  outline: none;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(254, 140, 140,1);
  background: rgba(254, 140, 140,1);
  background-image: linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background: -o-linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background: -moz-linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background: linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
}

.seemore-active .fa {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.more-cashback-showlist th,
.more-cashback-showlist .more-cashback-td {
  padding: .35em .2em;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  align-items: baseline;
}

.more-cashback-showlist th {
  font-size: 18px;
  text-transform: uppercase;
  color: #0263bb;
  font-weight: 600;
  padding: 10px 0;
}

.more-cashback-showlist thead .more-cashback-tr:nth-child(1) {
  background: #fde0e0;
}

.more-cashback-showlist tbody .more-cashback-tr:nth-child(even) {
  background: #edf5fb;
}

.more-cashback-showlist tbody .more-cashback-tr:hover:nth-child(even) {
  background: #eee;
}

.more-cashback-showlist .more-cashback-tr:hover {
  background: #eee;
}

.cashback-seemore p {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 15px;
  color: #666;
}

.more-cashback-td img {
  width: 100%;
  max-width: 85px;
}

.more-cashback-showlist .more-cashback-td:nth-child(2) {
  text-align: left;
  font-size: 15px;
}

.more-cashback-showlist .more-cashback-td:nth-child(3) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-cashback-showlist th:nth-child(3) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-cashback-showlist .more-cashback-td:nth-child(4) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-cashback-showlist th:nth-child(4) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-cashback-showlist .more-cashback-td:nth-child(5) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-cashback-showlist th:nth-child(5) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}
/* --- 結束：現金回饋頁 - 訂單明細 --- */

/* ---------- 開始：總計 --------- */
.show-total-bar {
  display: block;
  margin: 15px 0 15px 0;
  text-align: right;
}

.show-total-bar span {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 600;
  color: red;
  padding-right: 8px;
}
/* ---------- 結束：總計 --------- */

/* ---------- 開始：頁碼 --------- */
.pagination-bar {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  text-align: center;
}

.pagination-bar ul.pagination {
  padding: 0;
  margin: 0;
  display: inherit;
}

.pagination-bar ul.pagination li {
  display: inline;
}

.pagination-bar ul.pagination li a {
  color: #999;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 22px;
  padding: 8px 0;
  margin: 6px;
  text-decoration: none;
  border-radius: 100%;
  transition: background-color .3s;
  border: 1px solid #d1d7db;
}

.pagination-bar ul.pagination li a.active {
  background-color: #d32f2f;
  color: white;
  border: 1px solid #d32f2f;
}

.pagination-bar ul.pagination li a:hover:not(.active) {
  background-color: #e5e3e3;
  border: 1px solid #e5e3e3;
}
/* ---------- 結束：頁碼 --------- */

/* ---------- 開始：項目數量 --------- */
.show-items-bar {
  display: block;
  margin: 0 0 15px 0;
  text-align: left;
}

.show-items-bar span {
  font-family: 'LiHei Pro Medium','Microsoft JhengHei','Microsoft YaHei','SimHei', 'MingLiU','PMingLiU';
  font-size: 17px;
  color: #666;
}

.show-items-bar select {
  border-radius: 4px;
  height: 25px;
}
/* ---------- 結束：項目數量 --------- */

/* ---------- 開始：待提領 --------- */
#wait-mycashback-area {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}


/* - 開始：待提領-帳戶資料 - */
#check-myaccount {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

#check-myaccount p {
  border-top: 1px solid #d1d7db;
  border-bottom: 1px solid #d1d7db;
  width: 100%;
  display: block;
  padding: 7px 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-weight: 600;
  font-size: 20px;
}

.myaccount-table {
  width: 100%;
}

.myaccount-table ul {
  text-align: left;
  color: #666;
  list-style: none;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  margin-bottom: 5px;
}

.myaccount-table ul li {
  float: left;
  list-style: none;
  padding: 6px 0;
}

.myaccount-table ul li:nth-child(1) {
  width: 40%;
}

.myaccount-table ul li:nth-child(2) {
  width: 60%;
}
/* - 結束：待提領-帳戶資料 - */

/* - 開始：待提領-手機驗證 - */
#check-myaccount {
  width: 100%;
  display: inline-block;
}

.check-field-wrap {
  width: 100%;
  height: 41px;
  position: relative;
  color: #999;
  font-size: 17px;
  margin-bottom: 15px;
}

.check-field-wrap-pic {
  position: relative;
  margin-bottom: 15px;
}

.check-field-wrap-pic img {
  width: 100%;
}

.check-field-wrap .field-icon {
  width: 12%;
  float: left;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #edf5fb;
  height: 41px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}

.check-field-wrap input, textarea {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  left: 20px;
  display: block;
  width: 88%;
  height: 100%;
  padding: 7px 7px 7px 10px;
  margin-top: 5px;
  background: none;
  background-color: #edf5fb;
  background-image: none;
  border: 1px solid #cccccc;
  color: #666666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.check-field-wrap input:focus, textarea:focus {
  outline: 0;
  border-color: #999;
}

.check-field-wrap input[type="text"] {
  -webkit-appearance: none;
}

.button {
  outline: none;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(211, 47, 47,1);
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
}

.button a {
  color: #ffffff;
  text-decoration: none;
}

.button:hover, .button:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -o-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -moz-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
}

.button-msg {
  outline: none;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(245, 173, 0, 1);
  background: rgba(245, 173, 0, 1);
  background-image: linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: -o-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  
}

.button-msg a {
  color: #ffffff;
  text-decoration: none;
}

.button-msg:hover, .button-msg:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(245, 173, 0,);
  background-image: linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: -o-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: -moz-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
}

.button-block {
  display: block;
  width: 100%;
}

#check-phone h2 {
  color: #666;
  text-align: center;
  font-size: .88em;
  margin-top: -8px;
}

#check-phone h2 a {
  color: #666;
}

#check-phone h2 a:hover {
  text-decoration: underline;
}

.check-field-wrap .field-icon .fa-usd {
  margin-top: 3px;
}

#check-phone p {
  border-top: 1px solid #d1d7db;
  border-bottom: 1px solid #d1d7db;
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-weight: 600;
  font-size: 20px;
}
/* - 結束：待提領-手機驗證 - */

/* ---------- 結束：待提領 --------- */



/* ---------- 開始：RWD --------- */
.use-max-cashback {
  display: block;
}

.use-min-cashback {
  display: none;
}

.lightbox-seemore {
  display: none;
}

@media screen and (min-width: 1025px) {
  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */  
  #wait-mycashback-area {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1024px) {

  .cashback-container {
    margin: 0 20px 60px 20px;
  } 

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .cashback-showlist {
    border: 0;
  }

  .cashback-showlist caption {
    font-size: 1.3em;
  }

  .cashback-showlist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .cashback-showlist .cashback-tr {
    border-bottom: 4px solid #ccc;
    display: block;
  }

  .cashback-showlist .cashback-td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
    padding: .45em .4em;
  }

  .cashback-showlist .cashback-td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #0263bb;
  }

  .cashback-showlist .cashback-td:last-child {
    border-bottom: 0;
  }

  /*.pagination-bar ul.pagination li:nth-child(2) , .pagination-bar ul.pagination li:nth-child(4) , .pagination-bar ul.pagination li:nth-child(5) {
    display: none;
  }*/

  .cashback-wrap {
    margin-right: 0px;
  }


  /* --- 開始：現金回饋頁 - 訂單明細 --- */
  .more-cashback-showlist {
    border: 0;
  }

  .more-cashback-showlist caption {
    font-size: 1.3em;
  }

  .more-cashback-showlist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .more-cashback-showlist .more-cashback-tr {
    border-bottom: 4px solid #ccc;
    display: block;
  }

  .more-cashback-showlist .more-cashback-td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
    padding: .45em .4em;
  }

  .more-cashback-showlist .more-cashback-td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .more-cashback-showlist .more-cashback-td:last-child {
    border-bottom: 0;
  }

  .more-cashback-showlist .more-cashback-td:nth-child(2) {
    text-align: right;
    font-size: 15px;
  }

  .more-cashback-showlist .more-cashback-td:before {
    padding-right: 5px;
  }

  /*.more-cashback-showlist .more-cashback-td:nth-child(2):before {
    height: 70px;
  }*/

  /* --- 開始：待提領 --- */
  .check-field-wrap .field-icon .fa {
    width: auto;
  }


  /* --- 開始：現金回饋頁 - 訂單明細 LightBox --- */
  /*.cashback-seemore {
    display: none;
  }*/

  .lightbox-seemore {
    position: fixed;
    background-color: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none !important;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    display: table;
    align-items: center;
    justify-content: center;
  }

  .lightbox-wrap {
    align-self: center;
    display: table-cell;
    vertical-align: middle;
  }

  .lightbox-seemore .cashback-seemore {
    display: block;
    width: auto;
    max-height: 500px;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .show-total-close {
    z-index: 9999;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    top: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: rgba(0, 0, 0, 0.6);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 320px) {
  .tabs-style-iconbox .cashback-tabtitle ul li a span , .tabs-style-iconbox .cashback-tabtitle ul li.tab-current a span {
    font-size: 1em;
  }
}

@media only screen and (max-width: 590px) {

  .use-max-cashback {
    display: none;
  }

  .use-min-cashback {
    display: block;
  }

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .cashback-tabs .cashback-tabtitle ul li {
    width: 48.5%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #D1D7DB;
    margin-right: 8px;
    border-radius: 6px;
    padding: 15px 5px 0 5px;
    text-align: center;
    display: table;
    background: rgba(243, 242, 242, 1);
    border-bottom: 6px #CCC solid;
    height: 100px;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(2) {
    margin-right: 0;
    float: right;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(4) {
    margin-right: 0;
    float: right;
  }

  .cashback-name {
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 66%;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.5em;
    letter-spacing: -0.8px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a .fa-2x {
    font-size: 1.3em;
  }

  .cashback-tabs .cashback-tabtitle ul li a:hover {
    background: transparent;
  }

  .cashback-tabtitle .col-md-4 {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: -10px;
  }

  .cashback-tabtitle .col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a .cashback-circle {
    width: 24.444445%;
    float: left;
    margin-right: 5px;
  }

  .cashback-wrap section {
    padding: 0.5em;
  }
}

@media screen and (min-width: 320px) and (max-width: 590px) {

  /* ---------- 開始：待提領--------- */
  #column .form {
    min-width: 263px;
    margin: 0;
  }

  .tab-content {
    padding: 10px;
    /*border: 0px solid #ccc;*/
  }

  .tab-group li a {
    padding: 9px 0;
  }

  .field-wrap {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
  }

  input, textarea {
    width: 87%;
  }

  #login p , #login p {
    font-size: 15px;
  }

  .button-msg , .button {
    font-size: 17px;
  }

  .field-wrap-pic {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 591px) and (max-width: 768px) {

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .cashback-tabs .cashback-tabtitle ul li {
    width: 49%;
    height: 130px;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(2) {
    margin-right: 0;
    float: right;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(4) {
    margin-right: 0;
    float: right;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a span {
    font-size: 30px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a p {
    font-size: 32px;
  }

  .cashback-tabtitle .col-md-4 {
    padding-left: 10px;
    width: 28.33333333%;
  }

  .cashback-tabtitle .col-md-8 {
    padding-left: 15px;
    padding-right: 10px;
    width: 71.66666667%;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {

  /* ---------- 開始：待提領 --------- */ 
  .tab-content {
    width: 100%;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .cashback-tabs .cashback-tabtitle ul li {
    width: 49%;
    height: 140px;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(2) {
    margin-right: 0;
    float: right;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(4) {
    margin-right: 0;
    float: right;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a span {
    font-size: 30px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a p {
    font-size: 32px;
  }

  .cashback-name {
    margin-bottom: 10px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.8em;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a .fa-2x {
    font-size: 1.3em;
  }

  .cashback-wrap .cashback-showlist .cashback-tr:hover {
    background: transparent;
  }

  .cashback-tabtitle .col-md-4 {
    padding-left: 10px;
    width: 23.33333333%;
  }

  .cashback-tabtitle .col-md-8 {
    padding-left: 15px;
    padding-right: 10px;
    width: 74.66666667%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .cashback-tabtitle .col-md-4 {
    width: 28%;
  }

  .cashback-tabtitle .col-md-8 {
    width: 72%;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a span {
    font-size: 30px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a p {
    font-size: 32px;
  }
}
/* ---------- 結束：RWD --------- */


/* ---------- 開始：訂單查詢 --------- */
#status {
  padding-top: 80px;
  padding-bottom: 35px;
  width: 100%;
  position: relative;
  float: left;
}

.status-container {
  margin: 0 20px 0 20px;
  border-radius: 6px;
  padding-bottom: 5px;
}

#status .main-tit-note {
  font-size: 17px;
  color: #d32f2f;
  margin: 12px 0 7px 0;
  display: block;
  width: 100%;
  float: left;
  line-height: 23px;
}

#status span.mbri-cart-add.fa-3x {
  line-height: 38px;
  text-align: left;
}

.status-search-area {
  width: 100%;
  max-width: 1100px;
}

.status-search-area .col-md-3 {
  padding-left: 0;
}

.status-field-wrap {
  width: 100%;
  height: 41px;
  position: relative;
  color: #999;
  font-size: 17px;
  margin-bottom: 15px;
}

.status-field-wrap .field-icon {
  width: 15%;
  float: left;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #edf5fb;
  height: 41px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}

.status-field-wrap label {
  width: 85%;
  float: left;
  margin-left: 10px;
  -webkit-padding-left: 14%;
  position: absolute;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  color: #999;
  -webkit-transition: all 0.25s ease;
  pointer-events: none;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  line-height: 28px;
}

.status-field-wrap input[type="text"] {
  -webkit-appearance: none;
}

.status-field-wrap input, textarea {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  left: 20px;
  display: block;
  width: 85%;
  height: 100%;
  padding: 7px 7px 7px 10px;
  margin-top: 5px;
  background: none;
  background-color: #edf5fb;
  background-image: none;
  border: 1px solid #cccccc;
  color: #666666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.status-field-wrap input:focus, textarea:focus {
  outline: 0;
  border-color: #999;
}

.status-field-wrap input[type="text"] {
  -webkit-appearance: none;
}

.button {
  width: 100%;
  outline: none;
  height: 39px;
  border-radius: 3px;
  font-size: 18px;
  margin-top: 5px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(211, 47, 47,1);
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
}

.button a {
  color: #ffffff;
  text-decoration: none;
}

.button:hover, .button:focus {
  text-decoration: none;
  color: #fff;
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -o-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -moz-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
}
/* ---------- 結束：訂單查詢 --------- */

/* ---------- 開始：訂單查詢 --------- */
#status-ans {
  padding-top: 20px;
  width: 100%;
  position: relative;
  float: left;
  display: block;
}

#status-ans .main-tit-note {
  font-size: 17px;
  color: #d32f2f;
  margin: 15px 0 18px 0;
  display: block;
  width: 100%;
  float: left;
  line-height: 23px;
}

#status-ans span.mbri-file.fa-3x {
  font-size: 1.7em;
  line-height: 36px;
}

.status-field-wrap .field-icon .fa-mobile {
  margin-top: 8px;
}

.status-field-wrap .field-icon .fa-user-o {
  margin-top: 10px;
}
/* ---------- 結束：訂單查詢 --------- */

/* --- 開始：查詢結果表格 --- */
.status-showlist {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.status-showlist caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.status-showlist .status-tr {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}

.status-showlist th,
.status-showlist .status-td {
  padding: .35em .2em;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  align-items: baseline;
}

.status-td-btn {
  display: inline-block;
  padding: 0px 7px;
  outline: none;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(211, 47, 47,1);
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  cursor: pointer;
}

.status-showlist th {
  font-size: 18px;
  text-transform: uppercase;
  background: #d6dde2;
  color: #0263bb;
  font-weight: 600;
  padding: 10px 0;
}

.status-showlist thead .status-tr:nth-child(1) {
  background: #ccc;
}

.status-showlist tbody .status-tr:nth-child(even) {
  background: #edf5fb;
}

.status-showlist tbody .status-tr:hover:nth-child(even) {
  background: #eee;
}

.status-showlist .status-tr:hover {
  background: #eee;
}
/* --- 結束：查詢結果表格 --- */

/* --- 開始：查詢結果 - 訂單明細 --- */
.status-seemore {
  width: 100%;
  padding: 15px 20px 30px 20px;
  background-color: #fcefef;
  /*margin-top: 15px;
  margin-bottom: 15px;*/
  border-radius: 6px;
}

.more-status-showlist {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.more-status-showlist caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.status-seemore .more-status-tr {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}

.status-seemore .more-status-tr span {
  background: transparent;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  margin-left: 22px;
}

.status-active {
  display: inline-block;
  padding: 0px 7px;
  outline: none;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(254, 140, 140,1);
  background: rgba(254, 140, 140,1);
  background-image: linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background: -o-linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background: -moz-linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  background: linear-gradient(rgba(254, 203, 203,1) 2%, rgba(254, 140, 140,1) 100%);
  cursor: pointer;
}

.status-active .fa {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.more-status-showlist th,
.more-status-showlist .more-status-td {
  padding: .35em .2em;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  align-items: baseline;
}

.more-status-showlist th {
  font-size: 18px;
  text-transform: uppercase;
  color: #0263bb;
  font-weight: 600;
  padding: 10px 0;
}

.more-status-showlist thead .more-status-tr:nth-child(1) {
  background: #fde0e0;
}

.more-status-showlist tbody .more-status-tr:nth-child(even) {
  background: #edf5fb;
}

.more-status-showlist tbody .more-status-tr:hover:nth-child(even) {
  background: #eee;
}

.more-status-showlist .more-status-tr:hover {
  background: #eee;
}

.status-seemore p {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 15px;
  color: #666;
}

.more-status-td img {
  width: 100%;
  max-width: 85px;
  margin: 7px;
}

.more-status-showlist .more-status-td:nth-child(2) {
  text-align: left;
  font-size: 15px;
}

.more-status-showlist .more-status-td:nth-child(3) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-status-showlist th:nth-child(3) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-status-showlist .more-status-td:nth-child(4) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-status-showlist th:nth-child(4) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-status-showlist .more-status-td:nth-child(5) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}

.more-status-showlist th:nth-child(5) {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}
/* --- 結束：查詢結果 - 訂單明細  --- */

/* ---------- 開始：總計 --------- */
.show-total-bar {
  display: block;
  margin: 15px 0 15px 0;
  text-align: right;
}

.show-total-bar span {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  font-weight: 600;
  color: red;
  padding-right: 8px;
}/* ---------- 結束：總計 --------- */

/* ---------- 開始：頁碼 --------- */
.pagination-bar {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  text-align: center;
}

.pagination-bar ul.pagination {
  padding: 0;
  margin: 0;
  display: inherit;
}

.pagination-bar ul.pagination li {
  display: inline;
}

.pagination-bar ul.pagination li a {
  color: #999;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 22px;
  padding: 8px 0;
  margin: 6px;
  text-decoration: none;
  border-radius: 100%;
  transition: background-color .3s;
  border: 1px solid #d1d7db;
}

.pagination-bar ul.pagination li a.active {
  background-color: #d32f2f;
  color: white;
  border: 1px solid #d32f2f;
}

.pagination-bar ul.pagination li a:hover:not(.active) {
  background-color: #e5e3e3;
  border: 1px solid #e5e3e3;
}
/* ---------- 結束：頁碼 --------- */

/* ---------- 開始：項目數量 --------- */
.status-items-bar {
  display: block;
  margin: 0 0 15px 0;
  text-align: left;
}

.status-items-bar span {
  font-family: 'LiHei Pro Medium','Microsoft JhengHei','Microsoft YaHei','SimHei', 'MingLiU','PMingLiU';
  font-size: 17px;
  color: #666;
}

.status-items-bar select {
  border-radius: 4px;
  height: 25px;
}
/* ---------- 結束：項目數量 --------- */



/* ---------- 開始：RWD --------- */
.lightbox-seemore {
  display: none;
}

@media screen and (max-width: 1024px) {

  /* --- 開始：訂單查詢--- */
  .status-container {
    margin: 0 20px 60px 20px;
  }

  .status-field-wrap .field-icon .fa {
    width: auto;
  }

  .status-field-wrap input, textarea {
    width: 85%;
  }

  #status-ans {
    padding-top: 50px;
  }


  /* --- 開始：查詢結果表格 --- */
  .status-showlist {
    border: 0;
  }

  .status-showlist caption {
    font-size: 1.3em;
  }

  .status-showlist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .status-showlist .status-tr {
    border-bottom: 4px solid #ccc;
    display: block;
  }

  .status-showlist .status-td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
    padding: .45em .4em;
  }

  .status-showlist .status-td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #0263bb;
  }

  .status-showlist .status-td:last-child {
    border-bottom: 0;
  }

  /*.pagination-bar ul.pagination li:nth-child(2) , .pagination-bar ul.pagination li:nth-child(4) , .pagination-bar ul.pagination li:nth-child(5) {
    display: none;
  }*/


  /* --- 開始：查詢結果 - 訂單明細 --- */
  .more-status-showlist {
    border: 0;
  }

  .more-status-showlist caption {
    font-size: 1.3em;
  }

  .more-status-showlist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .more-status-showlist .more-status-tr {
    border-bottom: 4px solid #ccc;
    display: block;
  }

  .more-status-showlist .more-status-td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
    padding: .45em .4em;
  }

  .more-status-showlist .more-status-td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .more-status-showlist .more-status-td:last-child {
    border-bottom: 0;
  }

  .more-status-showlist .more-status-td:nth-child(2) {
    text-align: right;
    font-size: 15px;
  }

  .more-status-showlist .more-status-td:before {
    padding-right: 5px;
  }

  /*.more-status-showlist .more-status-td:nth-child(2):before {
    height: 70px;
  }*/

  /* --- 開始：現金回饋頁 - 訂單明細 LightBox --- */
  .status-seemore {
    /*display: none;*/
  }

  .lightbox-seemore {
    position: fixed;
    background-color: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none !important;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    display: table;
    align-items: center;
    justify-content: center;
  }

  .lightbox-wrap {
    align-self: center;
    display: table-cell;
    vertical-align: middle;
  }

  .lightbox-seemore .status-seemore {
    display: block;
    width: auto;
    max-height: 500px;
    overflow: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .show-total-close {
    z-index: 9999;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    top: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: rgba(0, 0, 0, 0.6);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 590px) {

  /* --- 開始：查詢結果 --- */
  .status-search-area {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
  }

  .status-search-area .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}

@media screen and (min-width: 591px) and (max-width: 699px) {

  /* --- 開始：查詢結果 --- */
  .status-search-area {
    width: 100%;
    max-width: 350px;
  }

  .status-search-area .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}

@media screen and (min-width: 699px) and (max-width: 991px) {

  /* --- 開始：查詢結果 --- */
  .status-search-area .col-md-3 {
    padding-left: 0;
    padding-right: 15px;
    width: 33.3333334%;
    float: left;
  }
}

@media screen and (min-width: 320px) and (max-width: 590px) {

  /* ---------- 開始：訂單查詢 --------- */
  .status-field-wrap .fa {
    width: auto;
  }

  .status input, textarea {
    width: 85%;
  }
}

/* ---------- 結束：RWD --------- */



/* ---------- 開始：訂單查詢 --------- */
#myaccount {
  padding-top: 80px;
  padding-bottom: 35px;
  width: 100%;
  position: relative;
  float: left;
}

.myaccount-container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 5px;
  max-width: 300px;
}

.main-title span .mbri-cart-add {
  line-height: 38px;
}

#myaccount span.mbri-user.fa-3x {
  font-size: 1.7em;
  line-height: 40px;
}

#set-account span.mbri-credit-card.fa-3x {
  font-size: 1.8em;
  line-height: 40px;
}

/* - 開始：帳戶資料 - */
#basic-account {
  width: 100%;
  margin: 0 auto;
}

#basic-myaccount {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 10px;
}

#basic-myaccount p {
  border-top: 1px solid #d1d7db;
  border-bottom: 1px solid #d1d7db;
  width: 100%;
  display: block;
  padding: 7px 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-weight: 600;
  font-size: 20px;
}

.basic-myaccount-table {
  width: 100%;
}

.basic-myaccount-table ul {
  text-align: left;
  color: #666;
  list-style: none;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.basic-myaccount-table ul li {
  float: left;
  list-style: none;
  padding: 2px 0;
  line-height: 38px;
  letter-spacing: -0.1px;
}

.basic-myaccount-table ul li:nth-child(1) {
  width: 40%;
}

.basic-myaccount-table ul li:nth-child(2) {
  width: 60%;
}

.basic-field-wrap {
  width: 100%;
  position: relative;
  color: #999;
  font-size: 17px;
}

.basic-field-wrap input{
  height: 41px;
}

.basic-field-wrap .field-icon {
  width: 12%;
  float: left;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #edf5fb;
  height: 41px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}

.basic-field-wrap input, textarea {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  left: 20px;
  display: block;
  width: 88%;
  /*height: 100%;*/
  padding: 7px 7px 7px 10px;
  margin-top: 5px;
  background: none;
  background-color: #edf5fb;
  background-image: none;
  border: 1px solid #cccccc;
  color: #666666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.basic-field-wrap {
  width: 100%;
  position: relative;
  color: #999;
  font-size: 17px;
}

.basic-field-wrap input {
  height: 35px;
}

.basic-field-wrap input, textarea {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  left: 20px;
  display: block;
  /*height: 100%;*/
  padding: 2px 0 0 7px;
  width: 100%;
  background: none;
  background-color: #edf5fb;
  background-image: none;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 3px;
  --webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.form-file{
  position: relative;
}

.form-file .button-msg.btn-file{
  padding: 0px;
  text-align: center; 
  margin-bottom: 0px;
}

.form-file #file{
  position: absolute;
  top: 0px;
  height: 25px;
  z-index: -1;
}

/* - 結束：帳戶資料 - */


/* - 開始：帳戶資料設定 - */
#set-account {
  width: 100%;
  margin: 0 auto;
}

#set-account p {
  font-size: 17px;
  color: #d32f2f;
  margin: 15px 0;
  text-align: left;
  line-height: 24px;
}

#sat-account-myaccount {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 10px;
}

.sat-account-table {
  width: 100%;
}

.sat-account-table ul {
  text-align: left;
  color: #666;
  list-style: none;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.sat-account-table ul li {
  float: left;
  list-style: none;
  padding: 2px 0;
  line-height: 38px;
  letter-spacing: -0.1px;
}

.sat-account-table ul li:nth-child(1) {
  width: 40%;
}

.sat-account-table ul li:nth-child(2) {
  width: 60%;
}

.sat-field-wrap {
  width: 100%;
  position: relative;
  color: #999;
  font-size: 17px;
}

.sat-field-wrap input, textarea {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  left: 20px;
  display: block;
  height: 35px;
  padding: 2px 0 0 7px;
  width: 100%;
  background: none;
  background-color: #edf5fb;
  background-image: none;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 3px;
  --webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.button {
  width: 100%;
  outline: none;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(211, 47, 47,1);
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
}

.button a {
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.button:hover, .button:focus {
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -o-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -moz-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
}

.button-msg {
  width: 100%;
  outline: none;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 18px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border: 1px solid rgba(245, 173, 0, 1);
  background: rgba(245, 173, 0, 1);
  background-image: linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: -o-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
  background: linear-gradient(rgba(255, 202, 60,1) 2%, rgba(245, 173, 0, 1) 100%);
}

.button-msg a {
  width: 100%;
  color: #ffffff;
  text-decoration: none;
}

.button-msg:hover, .button-msg:focus {
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: rgba(245, 173, 0,);
  background-image: linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: -o-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: -moz-linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
  background: linear-gradient(rgba(245, 173, 0, 1) 0%, rgba(255, 202, 60, 1) 100%);
}

.sat-field-wrap select {
  outline: 0;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 16px;
  left: 20px;
  display: block;
  height: 35px;
  padding: 2px 0 0 7px;
  width: 100%;
  background: none;
  background-color: #edf5fb;
  background-image: none;
  border: 1px solid #cccccc;
  color: #666666;
  border-radius: 3px;
  --webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.cashback-items option {
  width: 100px;
  font-size: 12px;
}   
/* - 結束：帳戶資料設定 - */











@media screen and (min-width: 1025px) {
  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */  
  #wait-mycashback-area {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1024px) {

  .cashback-container {
    margin: 0 20px 60px 20px;
  } 

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .cashback-showlist {
    border: 0;
  }

  .cashback-showlist caption {
    font-size: 1.3em;
  }

  .cashback-showlist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .cashback-showlist .cashback-tr {
    border-bottom: 4px solid #ccc;
    display: block;
  }

  .cashback-showlist .cashback-td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
    padding: .45em .4em;
  }

  .cashback-showlist .cashback-td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #0263bb;
  }

  .cashback-showlist .cashback-td:last-child {
    border-bottom: 0;
  }

  /*.pagination-bar ul.pagination li:nth-child(2) , .pagination-bar ul.pagination li:nth-child(4) , .pagination-bar ul.pagination li:nth-child(5) {
    display: none;
  }*/

  .cashback-wrap {
    margin-right: 0px;
  }


  /* --- 開始：現金回饋頁 - 訂單明細 --- */
  .more-cashback-showlist {
    border: 0;
  }

  .more-cashback-showlist caption {
    font-size: 1.3em;
  }

  .more-cashback-showlist thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .more-cashback-showlist .more-cashback-tr {
    border-bottom: 4px solid #ccc;
    display: block;
  }

  .more-cashback-showlist .more-cashback-td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
    padding: .45em .4em;
  }

  .more-cashback-showlist .more-cashback-td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .more-cashback-showlist .more-cashback-td:last-child {
    border-bottom: 0;
  }

  .more-cashback-showlist .more-cashback-td:nth-child(2) {
    text-align: right;
    font-size: 15px;
  }

  .more-cashback-showlist .more-cashback-td:before {
    padding-right: 5px;
  }

  /*.more-cashback-showlist .more-cashback-td:nth-child(2):before {
    height: 70px;
  }*/

  /* --- 開始：待提領 --- */
  .check-field-wrap .field-icon .fa {
    width: auto;
  }

  .check-field-wrap input, textarea {
    width: 85%;
  }


  /* --- 開始：現金回饋頁 - 訂單明細 LightBox --- */
  .lightbox-seemore {
    z-index: 9998;
    -o-transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .lightbox-seemore:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .seemore {
    width: auto;
    padding: 20px 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fcefef;
    z-index: 9990;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    overflow: auto;
  }

  .show-total-close {
    z-index: 9999;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    top: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: rgba(0, 0, 0, 0.6);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 320px) {
  .tabs-style-iconbox .cashback-tabtitle ul li a span , .tabs-style-iconbox .cashback-tabtitle ul li.tab-current a span {
    font-size: 1em;
  }
}

@media only screen and (max-width: 590px) {

  .use-max-cashback {
    display: none;
  }

  .use-min-cashback {
    display: block;
  }

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .tabs-style-iconbox .cashback-tabtitle ul li a {
    display: flex;
    flex-direction: column;
  }

  .cashback-tabs .cashback-tabtitle ul li {
    /*width: 50%;*/
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(2) a {
    margin-right: 0;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(4) a {
    margin-right: 0;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a {
    padding: 0.5em;
  }

  .cashback-name {
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 70%;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.5em;
    letter-spacing: -0.8px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a .fa-2x {
    font-size: 1.3em;
  }

  .cashback-wrap .cashback-showlist .cashback-tr:hover {
    background: transparent;
  }

  .cashback-tabtitle .col-md-4 {
    padding-left: 0px;
    width: 100%;
  }

  .cashback-tabtitle .col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 6px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li.tab-current a {
    padding-bottom: 0px;
    /*height: 100px;*/
    padding-top: 1px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a {
    padding-bottom: 0px;
    /*height: 100px;*/
    padding-top: 1px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a .cashback-circle {
    width: 24.444445%;
    float: left;
    margin-right: 5px;
  }

  .cashback-wrap section {
    padding: 0.5em;
  }

  .myaccount-container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .basic-myaccount-table ul li:nth-child(1) {
    width: 40%;
  }

  .basic-myaccount-table ul li:nth-child(2) {
    width: 60%;
  }

  .sat-field-wrap option {
    width: 80%;
  }
}

@media screen and (min-width: 320px) and (max-width: 590px) {

  /* ---------- 開始：待提領--------- */
  #column .form {
    min-width: 263px;
    margin: 0;
  }

  .tab-content {
    padding: 10px;
    /*border: 0px solid #ccc;*/
  }

  .tab-group li a {
    padding: 9px 0;
  }

  .field-wrap {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
  }

  input, textarea {
    width: 87%;
  }

  #login p , #login p {
    font-size: 15px;
  }

  .button-msg , .button {
    font-size: 17px;
  }

  .field-wrap-pic {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {

  /* ---------- 開始：待提領 --------- */ 
  .tab-content {
    width: 100%;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 591px) and (max-width: 1024px) {

  /* --- 開始：現金回饋頁 - 現金回饋表格 --- */
  .cashback-tabs .cashback-tabtitle ul li {
    /*width: 50%;*/
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(2) a {
    margin-right: 0;
  }

  .cashback-tabs .cashback-tabtitle ul li:nth-child(4) a {
    margin-right: 0;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a {
    /*padding: 1em 0;*/
  }

  .cashback-name {
    margin-bottom: 10px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.8em;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li a .fa-2x {
    font-size: 1.3em;
  }

  .cashback-wrap .cashback-showlist .cashback-tr:hover {
    background: transparent;
  }

  .cashback-tabtitle .col-md-4 {
    padding-left: 10px;
    width: 23.33333333%;
  }

  .cashback-tabtitle .col-md-8 {
    padding-left: 25px;
    padding-right: 10px;
    width: 74.66666667%;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li.tab-current a {
    padding-bottom: 0px;
    height: 159px;
  }

  .tabs-style-iconbox .cashback-tabtitle ul li  a {
    padding-bottom: 0px;
    height: 159px;
  }
}
/* ---------- 結束：RWD --------- */


#howitworks {
  width: 100%;
  /*height: 100%;
  display: table;
  position: absolute;*/
  float: left;
}

.how-container {
  position: relative;
  width: 100%;
  max-width: 1064px;
  margin-bottom: 30px;
  margin: 0 auto;
  height: 100%;
  margin-top: 80px;
  border-radius: 6px;
  padding: 0 20px;
  display: table;
}

#howitworks span.mbri-idea {
  font-size: 1.88em;
  line-height: 36px;
}

/*------ 開始：Accordion ------*/
.how-it-content {
  width: 100%;
  margin-top: 20px;
}

.how-accordion {
  position: relative;
  color: #666;
  cursor: pointer;
  padding: 10px 0 10px 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  vertical-align: middle;
  border-bottom: 1px solid #d1d7db;
  display: block;
  align-self: center;
  display: block;
}

.how-accordion-area {
  width: 100%;
  margin-bottom: 10px;
}

.how-accordion {
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  vertical-align: middle;
  display: block;
  background-color: #edf5fb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.how-accordion p::before {
  content: '\f0a4';
  font-family: FontAwesome;
  position: absolute;
  left: 26px;
  transition: all 0.2s linear 0s;
  margin-left: -10px;
  color: #d32f2f;
  font-size: 1.3em;
  margin-top: 2px;
}

.how-accordion p {
  color: #666;
  cursor: pointer;
  padding: 0 45px 0 38px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  line-height: 23px;
  vertical-align: middle;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
}

.how-accordion:not(.activeIcon):hover {
  background-color: rgba(205, 205, 205, 1);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.how-accordion.active {
  background-color: #edf5fb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #d1d7db;
}

.how-accordion:after {
  content: '\f055';
  font-family: FontAwesome;
  font-size: 1.55em;
  position: absolute;
  top: 18px;
  right: 20px;
  margin-top: -5px;
  transition: all 0.2s linear 0s;
  margin-left: -10px;
  color: #d32f2f;
}

.how-accordion.activeIcon{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.how-accordion.activeIcon:after {
  content: "\f068";
  color: #0263bb;
}

.how-panel {
  padding: 0 18px;
  background-color: white;
  /*max-height: 0;*/
  /*overflow: hidden;*/
  display: none;
  transition: max-height 0.2s ease-out;
  background-color: #edf5fb;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: -3px;
}

.how-panel img {
  width: 100%;
  max-width: 420px;
}

.how-panel p {
  padding: 10px 37px 20px 30px;
  color: #0263bb;
  cursor: pointer;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  line-height: 23px;
  text-align: justify;
  text-justify: inter-ideograph;
  border-top: 1px solid #d1d7db;
}

.how-panel ul {
  padding: 0px 37px 20px 30px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-align: left;
  color: #0263bb;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
  line-height: 26px;
}
/*------ 結束：Accordion ------*/




@media only screen and (max-width: 1024px) {

   /*------ 開始：常見問答 ------*/
  #howitworks {
    height: 100%;
  }

  .how-container {
    height: 100%;
    /*margin-bottom: -200px;*/
    display: inline-block;
  }

  .how-accordion {
    padding: 5px 3px;
  }

  .how-accordion p::before {
    left: 20px;
  }

  .how-accordion:after {
    font-size: 1.3em;
    top: 12px;
    right: 10px;
  }

  .how-accordion p {
    padding: 0 35px 0 32px;
  }

  .how-panel p {
    padding: 10px 20px 20px 17px;
  }
}

/*------ 結束：RWD ------*/


#faq {
  width: 100%;
  height: 100%;
  display: table;
  /*position: absolute;*/
  float: left;
}

.faq-container {
  width: 100%;
  max-width: 1064px;
  margin-bottom: 30px;
  margin: 0 auto;
  /*height: 100%;*/
  margin-top: 80px;
  border-radius: 6px;
  padding: 0 20px;
}

#faq span.mbri-idea {
  font-size: 2em;
  line-height: 36px;
}

/*------ 開始：Tabs ------*/
.basictab {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.basictab button {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  color: #666;
  border-radius: 3px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 11px;
  transition: 0.3s;
  font-size: 17px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  background-color: rgba(205, 205, 205, 1);
}

.basictab button:hover {
  background-color: rgba(205, 205, 205, .7);
}

.basictab button.active {
  background-color: #fff;
  border: 1px solid #ccc;
}

.basic-tabcontent {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.faq-show-box{
    margin-bottom: 30px;
}

.faq-show-box div:nth-child(1){
    display: block;
}

/*------ 結束：Tabs ------*/

/*------ 開始：Accordion ------*/
.basic-accordion {
  position: relative;
  color: #666;
  cursor: pointer;
  padding: 10px 0 10px 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  vertical-align: middle;
  border-bottom: 1px solid #d1d7db;
  display: block;
  align-self: center;
  display: block;
}

.faq-accordion-area {
  width: 100%;
  margin-bottom: 10px;
}

.basic-accordion {
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  vertical-align: middle;
  display: block;
  background-color: #edf5fb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.basic-accordion p::before {
  content: '\f29c';
  font-family: FontAwesome;
  position: absolute;
  left: 26px;
  transition: all 0.2s linear 0s;
  margin-left: -10px;
  color: #d32f2f;
  font-size: 1.3em;
  margin-top: 2px;
}

.basic-accordion p {
  color: #666;
  cursor: pointer;
  padding: 0 45px 0 38px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  line-height: 23px;
  vertical-align: middle;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
}

.basic-accordion:not(.activeIcon):hover {
  background-color: rgba(205, 205, 205, 1);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.basic-accordion.active {
  background-color: #edf5fb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid #d1d7db;
}

.basic-accordion:after {
  content: '\f055';
  font-family: FontAwesome;
  font-size: 1.55em;
  position: absolute;
  top: 18px;
  right: 20px;
  margin-top: -5px;
  transition: all 0.2s linear 0s;
  margin-left: -10px;
  color: #d32f2f;
}

.basic-accordion.activeIcon{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.basic-accordion.activeIcon:after {
  content: "\f068";
  color: #0263bb;
}

.basic-panel {
  padding: 0 18px;
  background-color: white;
  /*max-height: 0;
  overflow: hidden;*/
  display: none;
  transition: max-height 0.2s ease-out;
  background-color: #edf5fb;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: -3px;
}

.basic-panel p {
  padding: 10px 37px 20px 30px;
  color: #0263bb;
  cursor: pointer;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  line-height: 23px;
  text-align: justify;
  text-justify: inter-ideograph;
  border-top: 1px solid #d1d7db;
}

.basic-panel ul {
  padding: 0px 37px 20px 30px;
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  text-align: left;
  color: #0263bb;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
  line-height: 26px;
}
/*------ 結束：Accordion ------*/


/*------ 開始：RWD ------*/
@media only screen and (max-width: 1024px) {

   /*------ 開始：常見問答 ------*/
  #faq {
    height: 100%;
  }

  .faq-container {
    /*height: 100%;
    margin-bottom: -200px;*/
    display: inline-block;
  }

  .basic-accordion {
    padding: 5px 3px;
  }

  .basic-accordion p::before {
    left: 20px;
  }

  .basic-accordion:after {
    font-size: 1.3em;
    top: 12px;
    right: 10px;
  }

  .basic-accordion p {
    padding: 0 35px 0 32px;
  }

  .basic-panel p {
    padding: 10px 20px 20px 17px;
  }
}

.faq-show-slt {
  display: none;
}

.faq-show-tabs {
  display: block;
}

@media only screen and (max-width: 768px) {

    /* ---------- 開始：項目數量 --------- */
  .faq-show-slt {
    display: block;
  }

  .faq-show-tabs {
    display: none;
  }

  .faq-show-slt {
    display: block;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  .faq-show-slt span {
    font-family: 'LiHei Pro Medium','Microsoft JhengHei','Microsoft YaHei','SimHei', 'MingLiU','PMingLiU';
    font-size: 17px;
    color: #666;
  }

  .faq-show-slt select {
    border-radius: 4px;
    height: 36px;
    font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
    font-size: 17px;
    line-height: 23px;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
  }
}
/*------ 結束：RWD ------*/

.QRcode-container{
  max-width: 300px;
  margin: 0 auto;
}

.stepImg p{
    font-size: 16px;
}

.modal-dialog button.close{
    margin: 10px 10px 0 !important;
}


/* ---------- news start --------- */
#sbnews {
  width: 100%;
  height: 100%;
  display: table;
  /*position: absolute;*/
  float: left;
  margin-bottom: 30px;
}

#sbnews .sbnews-container {
  width: 100%;
  max-width: 1064px;
  margin-bottom: 0px;
  margin: 0 auto;
  height: 100%;
  margin-top: 0px;
  border-radius: 6px;
  padding: 0 20px;
}

#sbnews span.mbri-alert.fa-3x {
  line-height: 35px;
  text-align: left;
  font-size: 1.7em;
}

#sbnews .news-content {
  width: 100%;
  float: left;
}

#sbnews .news-row {
  width: 101%;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  margin: 1.5em 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}

#sbnews .news-row-item {
  width: 32%;
  float: left;
  display: inline-block;
  margin: 0 0 1.5em;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
  border-bottom: 5px #ffd857 solid;
  border-top: 1px solid #f4f3f3;
  border-right: 1px solid #f4f3f3;
  border-left: 1px solid #f4f3f3;
  margin: 5px;
}

#sbnews .news-row-item img {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

#sbnews .news-row-item p {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 17px;
  color: #333;
  line-height: 23px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
  /*text-justify: inter-ideograph;*/
  border-radius: 3px;
  margin-bottom:5px;
}

#sbnews .news-container {
  column-count: 3;
  column-gap: 1em;
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}

#sbnews .item {
  display: block;
  margin: 0 0 1.5em;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
  border-bottom: 5px #ffd857 solid;
  border-top: 1px solid #f4f3f3;
  border-right: 1px solid #f4f3f3;
  border-left: 1px solid #f4f3f3;
}

#sbnews .item p {
  font-family: "LiHei Pro Medium", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-size: 18px;
  color: #333;
  line-height: 23px;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  border-radius: 3px;
  border-bottom: 1px solid #d1d7db;
}

#sbnews .card-footer {
  width: 100%;
  float: left;
  padding: 10px 13px;
  border-top: 1px solid #d1d7db;
}

#sbnews .card-day {
  width: 70%;
  font-size: 14px;
  float: left;
  line-height: 27px;
  color: #8a9298;
}

#sbnews .card-footer-btn {
  width: 30%;
  float: left;
  float: right;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "Microsoft YaHei", "SimHei", "MingLiU", "PMingLiU";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  text-align: right;
  outline: none;
  background-color: rgba(211, 47, 47,1);
  color: #fff;
  cursor: pointer;
  padding: 5px 0 7px 0;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(211, 47, 47,1);
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: -moz-linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
  background: linear-gradient(rgba(211, 47, 47,1) 2%, rgba(186, 0, 0, 1) 100%);
}

#sbnews .card-footer-btn:hover {
  color: #fff;
  background: rgba(211, 47, 47,1);
  background-image: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background-blend-mode: lighten;
  background: -webkit-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -o-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: -moz-linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
  background: linear-gradient(rgba(186, 0, 0, 1) 0%, rgba(211, 47, 47,1) 100%);
}

#sbnews .item img {
  max-width: 100%;
  vertical-align: bottom;
}

#sbnews .news-container-tit {
  margin: 0;
  padding: 10px;
  font-size: 0.9rem;
}
/* ---------- news end --------- */

/* ---------- news RWD start --------- */

@media only screen and (max-width: 590px) {
  #sbnews .news-row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    margin: 1.5em 0;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
  }

  #sbnews .news-row-item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 591px) and (max-width: 768px) {
  #sbnews .news-row-item {
    width: 48%;
  }
}

/* ---------- news RWD end --------- */

.datepicker{
    background-color: #f9f9f9;
    /*border: 1px solid #ddd;*/
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.datepicker tr th,
.datepicker tr td{
    padding: 5px;
}