@charset "UTF-8";
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}

html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: none;
}

body {
  position: relative;
  padding-top: 50px;
  min-height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, '微軟正黑體', sans-serif;
  background-color: white;
  color: #4A4A4A;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  outline: 0;
}

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent;
}

header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  font-size: 1.125em;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 6020;
  top: 0;
  border-bottom: #e1e3e6 1px solid;
}

header .header__left, header .header__center, header .header__right {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}

header .header__left, header .header__right {
  width: 50px;
  white-space: nowrap;
}

header .header__right {
  text-align: right;
}

header .header__center {
  color: #333;
  text-align: center;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  width: max-content;
}

header .header__back, header .header__menu {
  width: 44px;
  height: 44px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

header .header__back:active, header .header__menu:active {
  background-color: rgba(0, 0, 0, 0.4);
}

header .header__menu {
  background-image: url(../image/header-menu.png);
}

header .header__back {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 5px;
  top: 6px;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 0;
  background-image: url(../image/backBtn@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

header .header__my-product, header .header__cart, header .header__gift {
  position: relative;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 49px 44px;
  width: 49px;
  color: white;
}

header .header__my-product:active, header .header__cart:active, header .header__gift:active {
  background-color: rgba(0, 0, 0, 0.4);
}

header .header__my-product .label, header .header__cart .label, header .header__gift .label {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .7px;
}

header .header__my-product .badge, header .header__cart .badge, header .header__gift .badge {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 4px;
  right: 12.5px;
  background-color: white;
  border-radius: 100%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #36C3A7;
  letter-spacing: -1px;
}

header .header__my-product {
  background-image: url(../image/header-my-product.png);
}

header .header__cart {
  background-image: url(../image/header-cart.png);
}

header .header__cart--empty {
  background-image: url(../image/header-cart-empty.png);
}

header .header__cart--empty .badge {
  display: none;
}

header .header__gift {
  background-image: url(../image/header-gift.png);
}

nav {
  position: fixed;
  top: 0;
  right: 45px;
  bottom: 0;
  left: 0;
  z-index: 7000;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
  transform: translateX(-100%);
  transition: transform 150ms ease;
}

nav.active {
  transform: translateX(0%);
}

.nav__item {
  padding: 10px;
  display: block;
  border-bottom: 1px solid white;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 100%);
}

.nav__item--search {
  padding: 8px 6px 8px 50px;
  display: block;
  width: 100%;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 40, 65, 0.7);
  background-image: url(../image/nav-search-icon.png);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: 8px center;
  border: 0;
  border-radius: 5px;
  color: #4A4A4A;
  font-size: 17px;
  line-height: 24px;
}

.nav__item--search::-webkit-input-placeholder {
  color: #4A4A4A;
}

.nav__item--submit {
  display: none;
}

.nav__item--link {
  padding-left: 50px;
  background-image: url(../image/nav-link-icon.png), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: auto 12px, cover;
  background-position: right center, left top;
  line-height: 39px;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
}

.nav__item--link:active {
  background-image: url(../image/nav-link-icon.png), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6010;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.active {
  display: block;
}

body.modal-open main {
  overflow: hidden;
}

.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 8010;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  width: calc(100% - 70px);
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
  position: relative;
  border-radius: 7px;
  border: 2px solid transparent;
}

.modal-content::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 5px;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
  content: '';
}

.modal-header {
  position: relative;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}

.modal-header .close {
  position: absolute;
  top: 50%;
  right: 8px;
  padding: 12px;
  float: right;
  border: none;
  background: 0;
  transform: translateY(-20px);
}

.modal-header .close img {
  width: 20px;
  height: auto;
  display: block;
}

.modal-body {
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-backdrop {
  z-index: 8000;
}

#searchNotFoundModal .modal-body {
  padding: 35px 10px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6010;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s;
}

.overlay.active {
  display: block;
}

.preorder--pay {
  background-color: #F4F4F4;
}

.preorder--pay main {
  padding: 0;
}

.preorder--pay .cart-flow {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
}

.preorder--pay .cart-flow > div {
  color: #666;
  align-items: center;
  font-size: 0.9em;
  display: flex;
}

@media (max-width: 375px) {
  .preorder--pay .cart-flow > div {
    letter-spacing: -0.05em;
  }
}

.preorder--pay .cart-flow > div:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #c2c6c8;
  border-radius: 20px;
  color: #fff;
  margin: 0 3px 0 0;
  font-size: 0.9em;
}

@media (max-width: 375px) {
  .preorder--pay .cart-flow > div:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}

.preorder--pay .cart-flow > div:nth-child(1):before {
  content: '1';
}

.preorder--pay .cart-flow > div:nth-child(3):before {
  content: '2';
}

.preorder--pay .cart-flow > div:nth-child(5):before {
  content: '3';
}

.preorder--pay .cart-flow > div:nth-child(2), .preorder--pay .cart-flow > div:nth-child(4) {
  width: 30px;
  height: 1px;
  background-color: #c2c6c8;
  margin: 11px 8px 0 8px;
}

@media (max-width: 375px) {
  .preorder--pay .cart-flow > div:nth-child(2), .preorder--pay .cart-flow > div:nth-child(4) {
    width: 20px;
  }
}

.preorder--pay .cart-flow > div:nth-child(2)::before, .preorder--pay .cart-flow > div:nth-child(4)::before {
  display: none;
}

.preorder--pay .cart-flow > div.active {
  color: #33384d;
}

.preorder--pay .cart-flow > div.active:nth-child(2) {
  background-color: #000;
}

.preorder--pay .cart-flow > div.active::before {
  background: #17ab59;
  background: linear-gradient(135deg, #17ab59 0%, #64db99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ab59', endColorstr='#64db99',GradientType=1 );
  box-shadow: 0px 3px 5px #dcf2e6;
}

.preorder--pay .cart-flow.pureimg {
  background-image: none;
  height: auto;
}

.preorder--pay .cart-flow.pureimg img {
  width: 100%;
  height: auto;
  display: block;
}

.preorder--pay .payment,
.preorder--pay .invoice,
.preorder--pay .pointpay {
  padding: 10px 0px;
}

.preorder--pay .invoice {
  display: none;
  overflow: hidden;
}

.preorder--pay .invoice.active {
  display: block;
}

.preorder--pay .pointpay {
  position: relative;
  overflow: hidden;
}

.preorder--pay .pointpay > div {
  margin-top: 10px;
  background: #fff;
  padding: 10px 15px;
  overflow: hidden;
}

.preorder--pay .pointpay > div > p {
  width: 100%;
  font-size: 14px;
  margin: 6px 0 0 72px;
  padding: 0;
  color: #666;
  float: left;
  opacity: 0;
  display: none;
}

.preorder--pay .pointpay > div .pointcheckbox {
  position: absolute;
  opacity: 0;
}

.preorder--pay .pointpay > div .pointcheckbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #1a1a1f;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: bold;
}

.preorder--pay .pointpay > div .pointcheckbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 2px;
  border: 1.5px solid #c2c6c8;
  border-radius: 20px;
  content: '';
  user-select: none;
}

.preorder--pay .pointpay > div .pointcheckbox:checked + label:before {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.preorder--pay .pointpay > div .pointcheckbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.preorder--pay .pointpay > div .pointcheckbox:disabled + label:before {
  background: #ddd;
}

.preorder--pay .pointpay > div .discountinput {
  width: 180px;
  padding: 2px 0 2px 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  outline: none;
  text-align: center;
  color: #666;
  font-weight: 500;
  background: #f9f9f9;
  caret-color: #007BCA;
}

.preorder--pay .pointpay > div .discountinput:disabled {
  border-bottom: none;
  color: #b8b8b8;
}

.preorder--pay .pointpay > div .discountinput::placeholder {
  color: #c2c6c8;
  font-size: 14px;
}

.preorder--pay .pointpay > div.error {
  transition: all .3s;
}

.preorder--pay .pointpay > div.error p {
  opacity: 1;
  display: block;
}

.preorder--pay .pointpay > div.error .discountinput, .preorder--pay .pointpay > div.error p {
  color: #ff7511;
}

.preorder--pay .equity {
  margin: 18px auto  0 auto;
  text-align: center;
  font-size: 14px;
}

.preorder--pay .equity a {
  text-decoration: underline;
  color: #4a4a4a;
}

.preorder--pay .equity .checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background-image: url(../image/cart-uncheck.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.preorder--pay .equity .checkbox.checked {
  background-image: url(../image/cart-check.png);
}

.preorder--pay .transaction-password {
  text-align: center;
  margin: 7px 0 0;
  display: block;
}

.preorder--pay .transaction-password p {
  margin: 7px 0;
}

.preorder--pay .transaction-password .sent {
  font-size: 15px;
  color: #4a4a4a;
}

.preorder--pay .transaction-password .reset {
  font-size: 14px;
  color: #F15A24;
  margin: 12px 0 7px 0;
}

.preorder--pay .wrong-password {
  position: fixed;
  bottom: 25%;
  right: 0;
  width: 50px;
  height: 50px;
  background: #007BCA;
  color: #fff;
  text-align: center;
}

.preorder--pay h2 {
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  margin: 0;
}

.preorder--pay h2 .blue {
  color: #ff7511;
  margin: 0 0 0 12px;
  font-size: 15px;
  font-weight: 500;
}

.preorder--pay h2.left {
  float: left;
}

.preorder--pay .card-list {
  margin-top: 10px;
  display: block;
  background: #fff;
  padding: 10px 0;
}

.preorder--pay .card-item {
  padding: 5px 0 5px 15px;
  position: relative;
  cursor: pointer;
}

.preorder--pay .card-item:last-child {
  box-shadow: none;
}

.preorder--pay .card-item:last-child.checked .card {
  margin: 0;
}

.preorder--pay .card-item::after {
  content: '';
  clear: both;
  display: table;
}

.preorder--pay .card-item .checkbox {
  position: absolute;
  top: 5px;
  left: 16px;
  width: 20px;
  height: 20px;
  z-index: 2;
  border: 1.5px solid #c2c6c8;
  content: '';
  user-select: none;
  border-radius: 20px;
}

.preorder--pay .card-item.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.preorder--pay .card-item.checked .card__title {
  color: #1a1a1f;
}

.preorder--pay .card-item .card {
  padding-left: 35px;
}

.preorder--pay .card-item .card__title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #1a1a1f;
  letter-spacing: 0.5px;
  line-height: 19px;
  font-weight: bold;
}

.preorder--pay .card-item .card__type {
  margin-bottom: 5px;
  font-size: 12px;
  color: #9B9B9B;
  letter-spacing: 0.84px;
  line-height: 10px;
  font-weight: bold;
}

.preorder--pay .card-item .card__name {
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 19px;
}

.preorder--pay .card-item .note {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-top: 1px solid #f0f1f3;
  padding: 5px 0 0;
  margin: 0 15px 0 35px;
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
}

.preorder--pay .card-item .note .txt {
  float: left;
  width: calc(100% - 100px);
}

.preorder--pay .card-item .note .txt h3 {
  font-size: 14px;
  color: #4A4A4A;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.preorder--pay .card-item .note .txt p {
  margin: 0 0 4px;
}

.preorder--pay .card-item .note .txt .code {
  font-size: 14px;
  color: #666;
  position: relative;
}

.preorder--pay .card-item .note .txt .code.pause:before {
  content: '暫停使用中';
  display: block;
  color: #ff7511;
  position: absolute;
  right: 0;
}

.preorder--pay .card-item .note .txt .code.pause:after {
  content: '⚠';
  display: block;
  position: absolute;
  top: -6px;
  right: 74px;
  color: #ff7511;
  font-size: 21px;
}

.preorder--pay .card-item .note .txt .amount {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin: 3px 0 0;
  float: left;
}

.preorder--pay .card-item .note .txt .amount.none {
  color: #ff7511;
}

.preorder--pay .card-item .note .change {
  float: right;
  border: 1px solid #1b97da;
  border-radius: 30px;
  color: #1b97da;
  position: relative;
  display: block;
  padding: 4px 12px;
  font-size: 13px;
}

.preorder--pay .card-item .note .change.add {
  display: none;
}

.preorder--pay .card-item .note .change.save {
  margin: 0 0 0 5px;
}

.preorder--pay .card-item .note:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  box-shadow: inset 0 -2px 2px 0 #ebebeb;
  z-index: 5;
}

.preorder--pay .card-item.none .checkbox {
  top: 21px;
}

.preorder--pay .card-item.none .card {
  margin: 0;
}

.preorder--pay .card-item.none .note .txt {
  width: 57%;
}

.preorder--pay .card-item.none .note .txt h3, .preorder--pay .card-item.none .note .txt .code, .preorder--pay .card-item.none .note .txt .amount {
  display: none;
}

.preorder--pay .card-item.none .note .txt .bank {
  display: none;
  margin: 0;
}

.preorder--pay .card-item.none .note .txt .bank.short {
  display: block;
  width: 100%;
}

.preorder--pay .card-item.none .note .nouse {
  display: none;
}

.preorder--pay .card-item.none .note .change {
  display: none;
}

.preorder--pay .card-item.none .note .change.add {
  display: block;
  margin: 0 0 0 2px;
}

.preorder--pay .change-card, .preorder--pay .history-list, .preorder--pay .invoice-wrap {
  position: fixed;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 6011;
  transform: translateY(100%);
  transition: transform 300ms ease;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.preorder--pay .change-card.active, .preorder--pay .history-list.active, .preorder--pay .invoice-wrap.active {
  transform: translateY(0);
  overflow-y: scroll;
}

.preorder--pay .change-card .close, .preorder--pay .history-list .close, .preorder--pay .invoice-wrap .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 18px;
  display: block;
}

.preorder--pay .change-card .close:before, .preorder--pay .change-card .close:after, .preorder--pay .history-list .close:before, .preorder--pay .history-list .close:after, .preorder--pay .invoice-wrap .close:before, .preorder--pay .invoice-wrap .close:after {
  content: '';
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  border-radius: 4px;
}

.preorder--pay .change-card .close:after, .preorder--pay .history-list .close:after, .preorder--pay .invoice-wrap .close:after {
  transform: rotate(-45deg);
}

.preorder--pay .change-card .header, .preorder--pay .history-list .header, .preorder--pay .invoice-wrap .header {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  color: #333;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.preorder--pay .change-card .footer-wrap, .preorder--pay .history-list .footer-wrap, .preorder--pay .invoice-wrap .footer-wrap {
  width: 100%;
  padding: 15px 0 30px 0;
  box-shadow: 0px -3px 5px #f4f4f4;
}

.preorder--pay .change-card .footer-wrap a, .preorder--pay .history-list .footer-wrap a, .preorder--pay .invoice-wrap .footer-wrap a {
  margin: 0 auto;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 42px;
  position: relative;
  width: 90%;
  height: 42px;
  border-radius: 50px;
  background: #0076c7;
  background: linear-gradient(to right, #0076c7 0%, #30a8f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076c7', endColorstr='#30a8f7',GradientType=1 );
}

.preorder--pay .change-card .content, .preorder--pay .history-list .content, .preorder--pay .invoice-wrap .content {
  margin: auto;
  display: block;
  padding: 15px 10px;
}

.preorder--pay .change-card .content ul, .preorder--pay .history-list .content ul, .preorder--pay .invoice-wrap .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.preorder--pay .change-card .content ul li, .preorder--pay .history-list .content ul li, .preorder--pay .invoice-wrap .content ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 16px 0;
}

.preorder--pay .change-card .content ul li input[type=radio], .preorder--pay .history-list .content ul li input[type=radio], .preorder--pay .invoice-wrap .content ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.preorder--pay .change-card .content ul li label, .preorder--pay .history-list .content ul li label, .preorder--pay .invoice-wrap .content ul li label {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  color: #333;
  -webkit-transition: all 0.25s linear;
}

.preorder--pay .change-card .content ul li label p, .preorder--pay .history-list .content ul li label p, .preorder--pay .invoice-wrap .content ul li label p {
  font-size: 13px;
  color: #666;
  font-weight: 300;
  padding: 0 0 0 35px;
  margin: 5px 0 0;
}

.preorder--pay .change-card .content ul li label:before, .preorder--pay .history-list .content ul li label:before, .preorder--pay .invoice-wrap .content ul li label:before {
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 2px;
  border: 1.5px solid #c2c6c8;
  border-radius: 20px;
  content: '';
  user-select: none;
}

.preorder--pay .change-card .content ul li input[type=radio]:checked ~ label:before, .preorder--pay .history-list .content ul li input[type=radio]:checked ~ label:before, .preorder--pay .invoice-wrap .content ul li input[type=radio]:checked ~ label:before {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.preorder--pay .change-card .content .addbtn, .preorder--pay .history-list .content .addbtn, .preorder--pay .invoice-wrap .content .addbtn {
  border: 1px solid #1b97da;
  border-radius: 30px;
  color: #1b97da;
  position: relative;
  display: block;
  padding: 8px 23px;
  font-size: 13px;
  width: max-content;
  margin: 20px auto 25px auto;
}

.preorder--pay .change-card .content .invoice-list, .preorder--pay .history-list .content .invoice-list, .preorder--pay .invoice-wrap .content .invoice-list {
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;
}

.preorder--pay .change-card .content .invoice-list .donate-sub, .preorder--pay .history-list .content .invoice-list .donate-sub, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub {
  margin: 10px 0 0;
}

.preorder--pay .change-card .content .invoice-list .donate-sub #sub-item, .preorder--pay .history-list .content .invoice-list .donate-sub #sub-item, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub #sub-item {
  position: absolute;
  opacity: 0;
}

.preorder--pay .change-card .content .invoice-list .donate-sub #sub-item + label, .preorder--pay .history-list .content .invoice-list .donate-sub #sub-item + label, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub #sub-item + label {
  color: #333;
  position: relative;
  border: none;
  width: 100%;
  font-weight: 600;
  display: block;
  cursor: pointer;
}

.preorder--pay .change-card .content .invoice-list .donate-sub #sub-item + label p, .preorder--pay .history-list .content .invoice-list .donate-sub #sub-item + label p, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub #sub-item + label p {
  margin: 0;
  padding: 0;
}

.preorder--pay .change-card .content .invoice-list .donate-sub #sub-item + label:before, .preorder--pay .history-list .content .invoice-list .donate-sub #sub-item + label:before, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub #sub-item + label:before {
  content: '';
  display: block;
  width: 100%;
  height: 35px;
  background: #f9f9f9;
  border-radius: 4px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.preorder--pay .change-card .content .invoice-list .donate-sub #sub-item + label:after, .preorder--pay .history-list .content .invoice-list .donate-sub #sub-item + label:after, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub #sub-item + label:after {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 12px;
  background-image: url(../image/invoice-arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transition: all 0.6s linear;
}

.preorder--pay .change-card .content .invoice-list .donate-sub #sub-item:checked + label:after, .preorder--pay .history-list .content .invoice-list .donate-sub #sub-item:checked + label:after, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub #sub-item:checked + label:after {
  transform: rotate(180deg);
}

.preorder--pay .change-card .content .invoice-list .donate-sub #sub-item:checked + label .wrap, .preorder--pay .history-list .content .invoice-list .donate-sub #sub-item:checked + label .wrap, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub #sub-item:checked + label .wrap {
  height: auto;
}

.preorder--pay .change-card .content .invoice-list .donate-sub .wrap, .preorder--pay .history-list .content .invoice-list .donate-sub .wrap, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub .wrap {
  height: 0;
  display: none;
  margin: 20px 0 0 -28px;
  transition: all 0.6s linear;
}

.preorder--pay .change-card .content .invoice-list .donate-sub .wrap.active, .preorder--pay .history-list .content .invoice-list .donate-sub .wrap.active, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub .wrap.active {
  display: block;
}

.preorder--pay .change-card .content .invoice-list .donate-sub .wrap .donate__item, .preorder--pay .history-list .content .invoice-list .donate-sub .wrap .donate__item, .preorder--pay .invoice-wrap .content .invoice-list .donate-sub .wrap .donate__item {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 8px 28px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, '微軟正黑體', sans-serif;
  border: 1.5px solid #f3f4f5;
  border-radius: 5px;
  background-color: white;
  color: #666;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.preorder--pay .change-card .content .invoice-list .invoicecheckbox, .preorder--pay .history-list .content .invoice-list .invoicecheckbox, .preorder--pay .invoice-wrap .content .invoice-list .invoicecheckbox {
  position: absolute;
  opacity: 0;
}

.preorder--pay .change-card .content .invoice-list .invoicecheckbox + label, .preorder--pay .history-list .content .invoice-list .invoicecheckbox + label, .preorder--pay .invoice-wrap .content .invoice-list .invoicecheckbox + label {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: bold;
}

.preorder--pay .change-card .content .invoice-list .invoicecheckbox + label input, .preorder--pay .history-list .content .invoice-list .invoicecheckbox + label input, .preorder--pay .invoice-wrap .content .invoice-list .invoicecheckbox + label input {
  background: #f9f9f9;
  color: #666;
  border: none;
  padding: 5px 5px;
  margin: 0 0 0 5px;
}

.preorder--pay .change-card .content .invoice-list .invoicecheckbox + label:before, .preorder--pay .history-list .content .invoice-list .invoicecheckbox + label:before, .preorder--pay .invoice-wrap .content .invoice-list .invoicecheckbox + label:before {
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  margin: 0 6px 0 2px;
  border: 1.5px solid #7cc5ed;
  border-radius: 20px;
  content: '';
  user-select: none;
}

.preorder--pay .change-card .content .invoice-list .invoicecheckbox:checked + label:before, .preorder--pay .history-list .content .invoice-list .invoicecheckbox:checked + label:before, .preorder--pay .invoice-wrap .content .invoice-list .invoicecheckbox:checked + label:before {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.preorder--pay .change-card .content .invoice-list .invoicecheckbox:disabled + label, .preorder--pay .history-list .content .invoice-list .invoicecheckbox:disabled + label, .preorder--pay .invoice-wrap .content .invoice-list .invoicecheckbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.preorder--pay .change-card .content .invoice-list .invoicecheckbox:disabled + label:before, .preorder--pay .history-list .content .invoice-list .invoicecheckbox:disabled + label:before, .preorder--pay .invoice-wrap .content .invoice-list .invoicecheckbox:disabled + label:before {
  background: #ddd;
}

.preorder--pay .change-card .content .invoice-list .invoice-type input[type="email"], .preorder--pay .change-card .content .invoice-list .invoice-type input[type="text"], .preorder--pay .history-list .content .invoice-list .invoice-type input[type="email"], .preorder--pay .history-list .content .invoice-list .invoice-type input[type="text"], .preorder--pay .invoice-wrap .content .invoice-list .invoice-type input[type="email"], .preorder--pay .invoice-wrap .content .invoice-list .invoice-type input[type="text"] {
  margin: 0 0 5px;
  padding: 5px 5px 5px 15px;
}

.preorder--pay .change-card .content .invoice-list .checkbox, .preorder--pay .history-list .content .invoice-list .checkbox, .preorder--pay .invoice-wrap .content .invoice-list .checkbox {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  border: 1.5px solid #7cc5ed;
  content: '';
  user-select: none;
  border-radius: 20px;
}

.preorder--pay .change-card .content .invoice-list.checked .checkbox, .preorder--pay .history-list .content .invoice-list.checked .checkbox, .preorder--pay .invoice-wrap .content .invoice-list.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.preorder--pay .change-card .content .invoice-list .type, .preorder--pay .history-list .content .invoice-list .type, .preorder--pay .invoice-wrap .content .invoice-list .type {
  margin-bottom: 5px;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 0.5px;
  line-height: 19px;
  font-weight: bold;
  padding: 0 0 0 35px;
}

.preorder--pay .history-list {
  max-height: 75vh;
}

.preorder--pay .history-list .content {
  padding: 15px 16px;
}

.preorder--pay .history-list .content .list-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 140%;
}

.preorder--pay .history-list .content .list-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eceff1;
}

.preorder--pay .history-list .content .list-wrap ul {
  width: calc(100% - 122px);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.preorder--pay .history-list .content .list-wrap ul li {
  font-size: 15px;
  color: #666;
  word-break: break-all;
  line-height: 100%;
  margin: 0 0 4px;
  padding: 0;
  border-bottom: none;
  color: #1a1a1f;
}

.preorder--pay .history-list .content .list-wrap ul li:last-child {
  margin: 0;
}

.preorder--pay .history-list .content .list-wrap a {
  color: #0078c8;
  display: block;
  font-size: 14px;
}

.preorder--pay .history-list .content .list-wrap a img {
  width: 15px;
  height: auto;
}

.preorder--pay .history-list .content .list-wrap a.delete {
  margin: 4px 0 0 15px;
}

.preorder--pay .history-list .content .list-wrap a.set {
  width: 82px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #0078c8;
  text-align: center;
  padding: 8px 0;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preorder--pay .history-list .content .list-wrap a.set + a {
  display: block;
}

.preorder--pay .history-list .content .list-wrap a.set.active {
  position: relative;
  padding: 0;
  background: #0078c8;
  color: #fff;
}

.preorder--pay .history-list .content .list-wrap a.set.active span {
  display: none;
}

.preorder--pay .history-list .content .list-wrap a.set.active + a {
  display: none;
}

.preorder--pay .select__option {
  margin: 0;
}

.preorder--pay .select__option-label {
  display: inline-block;
  width: 60px;
  line-height: 40px;
  font-size: 17px;
  color: #4A4A4A;
  font-weight: bold;
  vertical-align: middle;
}

.preorder--pay .select__option-content {
  height: 60px;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 8px 15px 0 15px;
  line-height: 40px;
  margin: 10px 0 0 0;
  position: relative;
  z-index: 5000;
  vertical-align: middle;
  transition: all .6s;
  overflow: hidden;
}

.preorder--pay .select__option-content.active {
  height: auto;
}

.preorder--pay .select__option-content.active .rarrow {
  transform: rotate(-180deg);
}

.preorder--pay .select__option-content .rarrow {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 50;
  right: 15px;
  top: 10px;
  display: block;
  background-image: url(../image/product-option-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32%;
  transition: all .6s;
}

.preorder--pay .select__option-content .invoice-list {
  width: 100%;
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;
  display: inline-block;
}

.preorder--pay .select__option-content .invoice-list .donate-sub {
  margin: 0;
}

.preorder--pay .select__option-content .invoice-list .donate-sub #sub-item {
  position: absolute;
  opacity: 0;
}

.preorder--pay .select__option-content .invoice-list .donate-sub #sub-item + label {
  color: #333;
  position: relative;
  border: none;
  width: 100%;
  font-weight: 600;
  display: block;
  cursor: pointer;
}

.preorder--pay .select__option-content .invoice-list .donate-sub #sub-item:checked + label .wrap {
  height: auto;
}

.preorder--pay .select__option-content .invoice-list .donate-sub .wrap {
  height: auto;
  display: none;
  margin: 0 0 0 -28px;
  transition: all 0.6s linear;
}

.preorder--pay .select__option-content .invoice-list .donate-sub .wrap.active {
  display: block;
  padding: 14px 0 0 28px;
}

.preorder--pay .select__option-content .invoice-list .donate-sub .wrap .donate__item {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 12px 0 12px 37px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, '微軟正黑體', sans-serif;
  border: none;
  border-radius: 3px;
  background-color: #f9f9f9;
  color: #9a9a9a;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.preorder--pay .select__option-content .invoice-list .donate-sub .wrap .donate__item:last-child {
  margin: 0;
}

.preorder--pay .select__option-content .invoice-list .donate-sub .wrap .donate__item.active {
  border: solid 1px #9a9a9a;
  color: #1a1a1f;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox {
  position: absolute;
  opacity: 0;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox + label {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: bold;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox + label input {
  width: calc(100% - 135px);
  background: #f9f9f9;
  border: none;
  padding: 7px 5px;
  margin: 0 0 0 5px;
  color: #1a1a1f;
  font-size: 15px;
  font-weight: 400;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox + label input.error {
  border: solid 1px #ff3d3d;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox + label input:focus {
  outline: none;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox + label:before {
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 2px;
  border: 1.5px solid #c2c6c8;
  border-radius: 20px;
  content: '';
  user-select: none;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox:checked + label:before {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.preorder--pay .select__option-content .invoice-list .invoicecheckbox:disabled + label:before {
  background: #ddd;
}

.preorder--pay .select__option-content .invoice-list .invoice-type input[type="email"], .preorder--pay .select__option-content .invoice-list .invoice-type input[type="text"] {
  width: 100%;
  margin: 0 0 8px;
  padding: 5px 5px 5px 15px;
  border-radius: 4px;
}

.preorder--pay .select__option-content .invoice-list .checkbox {
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 2;
  border: 1.5px solid #7cc5ed;
  content: '';
  user-select: none;
  border-radius: 20px;
}

.preorder--pay .select__option-content .invoice-list.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.preorder--pay .select__option-value {
  width: max-content;
  color: #4a4a4a;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
}

.preorder--pay .select__option_none {
  display: none;
  margin: 20px 0 10px 0;
}

.preorder--pay .select__option_none .value {
  width: 100%;
  display: inline-block;
  margin: 6px 0 0;
  padding: 0px 16px 0 32px;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.preorder--pay .select__option_none .value:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 1px solid #666;
  position: absolute;
  top: 4px;
  left: 16px;
}

.preorder--pay .select__option_none .value:after {
  display: block;
  content: '!';
  position: absolute;
  top: 4.5px;
  left: 20.8px;
  color: #666;
  font-size: 9px;
}

.preorder--pay .light-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  align-items: center;
}

.preorder--pay .light-box.show-lightbox {
  display: flex !important;
}

.preorder--pay .light-box .content {
  position: relative;
  width: 74%;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #fff;
  padding: 24px 0 16px 0;
  color: #555;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
}

.preorder--pay .light-box .content > div {
  margin: 0 0 16px;
}

.preorder--pay .light-box .content .closeBox {
  width: 90%;
  margin: 0 auto;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, '微軟正黑體', sans-serif;
}

.preorder--pay h3 {
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.8px;
  line-height: 22px;
}

.preorder--pay .pointpay {
  position: relative;
  overflow: hidden;
}

.preorder--pay .pointpay .pointcheckbox {
  position: absolute;
  opacity: 0;
}

.preorder--pay .pointpay .pointcheckbox + label {
  float: left;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #007BCA;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: bold;
}

.preorder--pay .pointpay .pointcheckbox + label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  margin: 0 16px 0 5px;
  user-select: none;
}

.preorder--pay .pointpay .pointcheckbox:checked + label:before {
  background-image: url(../image/cart-check.png);
}

.preorder--pay .pointpay .pointcheckbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.preorder--pay .pointpay .pointcheckbox:disabled + label:before {
  background: #ddd;
}

.preorder--pay .pointpay .discountinput {
  width: 130px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #007BCA;
  border-radius: 0;
  outline: none;
  text-align: center;
  color: #007BCA;
  font-size: 17px;
  font-weight: bold;
}

.preorder--pay .pointpay .discountinput:disabled {
  border-bottom: 1px solid #66b0df;
  color: #b8b8b8;
}

.preorder--pay .emoney,
.preorder--pay .points {
  display: none;
  padding: 20px 15px 0;
  font-weight: bold;
  font-size: 17px;
  color: #007BCA;
  letter-spacing: 1px;
  line-height: 24px;
}

.preorder--pay .emoney.active,
.preorder--pay .points.active {
  display: flex;
}

.preorder--pay .emoney .right,
.preorder--pay .points .right {
  text-align: right;
  flex-grow: 1;
}

.preorder--pay .invoice-type {
  display: none;
  margin-top: 0;
}

.preorder--pay .invoice-type.verification {
  margin-top: 10px;
}

.preorder--pay .invoice-type.active {
  display: block;
}

.preorder--pay .invoice-type a {
  color: #0078c8;
  display: block;
  margin: 0 0 5px;
  float: left;
  position: relative;
}

.preorder--pay .invoice-type a.history {
  padding: 0 28px 0 0;
  float: right;
  margin: 0 0 9px;
}

.preorder--pay .invoice-type a.history:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: -2px;
  background-image: url(../image/icon-common-list-copy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.preorder--pay .invoice-type input[type=text], .preorder--pay .invoice-type input[type=email] {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, '微軟正黑體', sans-serif;
  border: 1.5px solid #007BCA;
  border-radius: 5px;
  background: white;
  line-height: 34px;
  letter-spacing: .8px;
  color: #007BCA;
  font-weight: bold;
  outline: 0;
  appearance: none;
}

.preorder--pay .invoice-type input[type=text][readonly], .preorder--pay .invoice-type input[type=email][readonly] {
  background-color: rgba(0, 113, 157, 0.1);
}

.preorder--pay .invoice-type input[type=text]::-webkit-input-placeholder, .preorder--pay .invoice-type input[type=text]::-moz-placeholder, .preorder--pay .invoice-type input[type=text]:-ms-input-placeholder, .preorder--pay .invoice-type input[type=text]:-moz-placeholder, .preorder--pay .invoice-type input[type=email]::-webkit-input-placeholder, .preorder--pay .invoice-type input[type=email]::-moz-placeholder, .preorder--pay .invoice-type input[type=email]:-ms-input-placeholder, .preorder--pay .invoice-type input[type=email]:-moz-placeholder {
  color: #A4A4A4;
}

.preorder--pay .invoice-type input[type=text].error, .preorder--pay .invoice-type input[type=email].error {
  border-color: #D0021B;
}

.preorder--pay .invoice-type--donate {
  display: none;
}

.preorder--pay .invoice-type--donate .donate {
  margin-top: 10px;
}

.preorder--pay .invoice-type--donate .donate__item {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1.5px solid #007BCA;
  border-radius: 5px;
  background-color: white;
  color: #007BCA;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preorder--pay .invoice-type--donate .donate__item:active {
  background-color: #007BCA;
  color: white;
}

.preorder--pay .invoice-type--donate .donate__item:not(:last-child) {
  margin-bottom: 10px;
}

.preorder--pay .invoice-type--triplicate {
  display: none;
}

.preorder--pay .invoice-type--triplicate .select {
  margin-bottom: 10px;
}

.preorder--pay .invoice-type--triplicate .select::after {
  content: '';
  display: table;
  clear: both;
}

.preorder--pay .invoice-type--triplicate .county,
.preorder--pay .invoice-type--triplicate .district {
  float: left;
  width: calc((100% - 10px) / 2);
  height: 40px;
  padding: 0px 10px;
  border: 1.5px solid #007BCA;
  border-radius: 5px;
  background: 0;
  background-image: url(../image/product-option-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 9px;
  vertical-align: middle;
  color: #007BCA;
  font-weight: bold;
  appearance: none;
  outline: none;
}

.preorder--pay .invoice-type--triplicate .county {
  margin-right: 10px;
}

.preorder--pay .invoice-type--triplicate .caption {
  font-size: 13px;
  color: #666;
  letter-spacing: 0.8px;
  line-height: 22px;
  padding: 0 0 0 15px;
}

.preorder--pay .footernote {
  padding: 20px 16px 10px 35px;
  margin: -10px 0 0;
  font-size: 14px;
  color: #666;
  background: #fff;
}

.preorder--pay .footernote li {
  margin: 0 0 5px;
}

.preorder--pay .cart__tool {
  overflow: hidden;
  padding: 10px 20px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
}

@media only screen and (max-width: 360px) {
  .preorder--pay .cart__tool {
    padding: 10px;
  }
}

.preorder--pay .cart__tool .pricewrap {
  float: right;
  margin: 0 10px 0 0;
  letter-spacing: -0.05em;
}

.preorder--pay .cart__tool .pricewrap .deal {
  font-size: 14px;
}

.preorder--pay .cart__tool .pricewrap .deal .orange {
  color: #ff8a34;
  font-size: 15px;
  font-weight: bold;
}

.preorder--pay .cart__tool .pricewrap .save {
  color: #A4A4A4;
  font-size: 14px;
  text-align: right;
}

.preorder--pay .cart__btn {
  display: block;
  float: right;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
  height: 40px;
  display: block;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  background: #08a24c;
  background: linear-gradient(135deg, #08a24c 0%, #49ca82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08a24c', endColorstr='#49ca82',GradientType=1 );
}

.preorder--pay .cart__btn.verification {
  float: none;
}

@media only screen and (max-width: 360px) {
  .preorder--pay .cart__btn {
    min-width: 125px;
  }
}

.preorder--pay .cart__btn:active {
  background: 0;
  background-color: #00719D;
}

.preorder--pay .cart__price, .preorder--pay .cart__deal {
  font-size: 17px;
  line-height: 23px;
}

.preorder--pay .cart__price {
  text-decoration: line-through;
  color: #A4A4A4;
}

.preorder--pay .cart__deal {
  color: #007BCA;
  font-weight: bold;
}

.option-item {
  width: 100%;
  padding: 20px 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.option-item.bank {
  padding: 10px 20px 8px 20px;
}

.option-item.bank .nouse {
  display: block;
  border: 1px solid #dc6269;
  color: #c7000b;
  float: left;
  padding: 3px 10px 3px 25px;
  position: relative;
  border-radius: 30px;
  font-size: 13px;
  margin: -2px 0 0 10px;
}

.option-item.bank .nouse .cross {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 15px;
  top: 8px;
}

.option-item.bank .nouse .cross:before, .option-item.bank .nouse .cross:after {
  content: '';
  display: block;
  position: absolute;
  background: #dc6269;
  width: 1px;
  height: 9px;
}

.option-item.bank .nouse .cross:before {
  transform: rotate(45deg);
}

.option-item.bank .nouse .cross:after {
  transform: rotate(-45deg);
}

.option-item .option-text.bank {
  font-size: 16px;
  text-align: left;
  color: #4a4a4a;
  margin: 0;
  float: left;
}

.option-item .sub-option-text {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #888;
  margin: 6px 0 0;
  float: left;
}

.option-item .sub-option-text p {
  float: left;
  margin: 0;
}

.option-item .sub-option-text .code-choose {
  float: right;
}

.option-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.option-item input {
  display: none;
}

#bounsConfirmModal .modal-body,
#loadingModal .modal-body, #voiceModal .modal-body {
  padding: 30px 10px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

#bounsConfirmModal span,
#loadingModal span, #voiceModal span {
  font-weight: bold;
  color: #007BCA;
}

#bounsConfirmModal .tool,
#loadingModal .tool, #voiceModal .tool {
  margin-top: 30px;
}

#bounsConfirmModal .tool__btn,
#loadingModal .tool__btn, #voiceModal .tool__btn {
  display: inline-block;
  width: 110px;
  padding: 15px 0;
  border-radius: 5px;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  font-size: 17px;
  line-height: 20px;
  color: white;
}

#bounsConfirmModal .tool__btn:active,
#loadingModal .tool__btn:active, #voiceModal .tool__btn:active {
  background: 0;
  background-color: #00719D;
}

#bounsConfirmModal .tool__btn--danger,
#loadingModal .tool__btn--danger, #voiceModal .tool__btn--danger {
  background-image: linear-gradient(-180deg, #F24E5D 0%, #A3081F 100%);
}

#bounsConfirmModal .tool__btn--danger:active,
#loadingModal .tool__btn--danger:active, #voiceModal .tool__btn--danger:active {
  background: 0;
  background-color: #9F031B;
}

@media only screen and (max-width: 360px) {
  #bounsConfirmModal .tool__btn:not(:last-child),
  #loadingModal .tool__btn:not(:last-child), #voiceModal .tool__btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

#voiceModal .modal-body {
  text-align: left;
}

#voiceModal .tool {
  text-align: center;
}

#mobilecodeModal .modal-content, #uniformModal .modal-content, #overageModal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  border-radius: 20px;
  box-shadow: 9px 9px 20px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 20px 0 0;
}

#mobilecodeModal .modal-content .modal-body, #uniformModal .modal-content .modal-body, #overageModal .modal-content .modal-body {
  padding: 0 20px;
  line-height: 180%;
}

#mobilecodeModal .modal-content .modal-footer, #uniformModal .modal-content .modal-footer, #overageModal .modal-content .modal-footer {
  border-top: none;
  padding: 0;
  margin: 32px 0 0;
}

#mobilecodeModal .modal-content .modal-footer button, #uniformModal .modal-content .modal-footer button, #overageModal .modal-content .modal-footer button {
  width: 110px;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
  margin: 0 6px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, '微軟正黑體', sans-serif;
  border-radius: 20px;
  background: #057ccb;
  background: linear-gradient(to right, #057ccb 0%, #2ca3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057ccb', endColorstr='#2ca3f3',GradientType=1 );
  box-shadow: 3px 3px 5px #bdddf2;
  border: none;
  color: #fff;
}

#mobilecodeModal .modal-content .modal-footer button.cancel, #uniformModal .modal-content .modal-footer button.cancel, #overageModal .modal-content .modal-footer button.cancel {
  background: #c2c6c8;
  box-shadow: none;
}

#mobilecodeModal .modal-content:after, #uniformModal .modal-content:after, #overageModal .modal-content:after {
  display: none;
}

#overageModal .modal-content {
  min-height: 195px;
}

.loading-container {
  display: flex;
  width: 100%;
  min-height: 20%;
  align-items: center;
  vertical-align: middle;
  display: inline-table;
}

.loader {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
}

.loader * {
  animation-play-state: paused;
}

@keyframes bubble {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.loading-bubbles {
  margin: auto;
}

.loading-bubbles .bubble-container {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.loading-bubbles .bubble-container .bubble {
  border-radius: 50%;
  background-color: #0078c8;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: bubble 1.2s -0.6s infinite  ease-out;
}

.loading-bubbles .bubble-container:nth-of-type(2n) .bubble {
  animation-delay: -0.3s;
}

.loading-bubbles .bubble-container:nth-of-type(3n) .bubble {
  animation-delay: 0s;
}

.loading-spinning-bubbles {
  position: relative;
  margin: auto;
}

.loading-spinning-bubbles .bubble-container {
  position: absolute;
  top: calc(50% - 10px/2);
  left: calc(50% - 10px/2);
  transform-origin: -150% 50%;
}

.loading-spinning-bubbles .bubble-container .bubble {
  background: #0078c8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: bubble 1s infinite;
  animation-delay: inherit;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+1) {
  transform: translateX(200%) rotate(-90deg);
  animation-delay: -1.5s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+2) {
  transform: translateX(200%) rotate(-45deg);
  animation-delay: -1.375s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+3) {
  transform: translateX(200%);
  animation-delay: -1.25s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+4) {
  transform: translateX(200%) rotate(45deg);
  animation-delay: -1.125s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+5) {
  transform: translateX(200%) rotate(90deg);
  animation-delay: -1s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+6) {
  transform: translateX(200%) rotate(135deg);
  animation-delay: -0.875s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+7) {
  transform: translateX(200%) rotate(180deg);
  animation-delay: -0.750s;
}

.loading-spinning-bubbles .bubble-container:nth-of-type(0n+8) {
  transform: translateX(200%) rotate(225deg);
  animation-delay: -0.625s;
}

.preorder--done1 {
  padding: 50px 0 0;
  background: #f9fafc;
}

.preorder--done1 .loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(26, 26, 31, 0.4);
  z-index: 9999;
  left: 0;
  top: 0;
  justify-content: space-around;
  display: none;
}

.preorder--done1 .loading.active {
  display: flex;
}

.preorder--done1 .loading .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-direction: column;
  width: 263px;
  height: 288px;
  border: solid 1px #979797;
  background-color: #fff;
  border-radius: 20px;
  color: #0078c8;
}

.preorder--done1 .loading .inner p {
  padding: 0;
  margin: 25px 0 0;
}

.preorder--done1 .flow {
  width: 100%;
  height: 42px;
  background-image: linear-gradient(90deg, #33c996 4%, #66c9ff 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0;
  margin: 0;
  top: 44px;
  overflow-x: hidden;
}

.preorder--done1 .flow li {
  float: left;
  height: 40px;
  width: calc( 100% / 3);
  color: #b2b2b2;
  text-align: center;
  line-height: 40px;
  list-style-type: none;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.preorder--done1 .flow li span {
  position: absolute;
  width: 90px;
  z-index: 6;
  text-align: left;
  margin: 0 0 0 2px;
}

.preorder--done1 .flow li .trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #46c9bc;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 5;
}

.preorder--done1 .flow li .trangle:before {
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: -20px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #fff;
}

.preorder--done1 .flow li.active {
  background-color: transparent;
  color: #fff;
  padding: 0 0 0 40px;
  text-align: left;
}

@media only screen and (max-width: 360px) {
  .preorder--done1 .flow li.active {
    padding: 0 0 0 30px;
  }
}

.preorder--done1 .flow li.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 20px;
  top: 12px;
  background-image: url(../image/cart-flow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 360px) {
  .preorder--done1 .flow li.active:before {
    left: 16px;
  }
}

.preorder--done1 .flow li.active .trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 5;
}

.preorder--done1 .flow li.active .trangle:before {
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: -20px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #46c9bc;
}

.preorder--done1 .flow li.active:nth-child(2) .trangle:before {
  border-color: transparent transparent transparent #54c9db;
}

.preorder--done1 .cart-flow {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
}

.preorder--done1 .cart-flow > div {
  color: #666;
  align-items: center;
  font-size: 0.9em;
  display: flex;
}

@media (max-width: 375px) {
  .preorder--done1 .cart-flow > div {
    letter-spacing: -0.05em;
  }
}

.preorder--done1 .cart-flow > div:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #c2c6c8;
  border-radius: 20px;
  color: #fff;
  margin: 0 3px 0 0;
  font-size: 0.9em;
}

@media (max-width: 375px) {
  .preorder--done1 .cart-flow > div:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}

.preorder--done1 .cart-flow > div:nth-child(1):before {
  content: '1';
}

.preorder--done1 .cart-flow > div:nth-child(3):before {
  content: '2';
}

.preorder--done1 .cart-flow > div:nth-child(5):before {
  content: '3';
}

.preorder--done1 .cart-flow > div:nth-child(2), .preorder--done1 .cart-flow > div:nth-child(4) {
  width: 30px;
  height: 1px;
  background-color: #c2c6c8;
  margin: 11px 8px 0 8px;
}

@media (max-width: 375px) {
  .preorder--done1 .cart-flow > div:nth-child(2), .preorder--done1 .cart-flow > div:nth-child(4) {
    width: 20px;
  }
}

.preorder--done1 .cart-flow > div:nth-child(2)::before, .preorder--done1 .cart-flow > div:nth-child(4)::before {
  display: none;
}

.preorder--done1 .cart-flow > div.active {
  color: #33384d;
}

.preorder--done1 .cart-flow > div.active:nth-child(2) {
  background-color: #000;
}

.preorder--done1 .cart-flow > div.active::before {
  background: #17ab59;
  background: linear-gradient(135deg, #17ab59 0%, #64db99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ab59', endColorstr='#64db99',GradientType=1 );
  box-shadow: 0px 3px 5px #dcf2e6;
}

.preorder--done1 main {
  display: block;
}

.preorder--done1 main .title {
  color: #fff;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  background: #fff;
}

.preorder--done1 main .title img {
  text-align: center;
  margin: 0 auto;
  width: 34px;
  height: auto;
}

.preorder--done1 main .title span {
  width: 100%;
  display: inline-block;
  color: #1a1a1f;
  padding: 15px 0 12px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.preorder--done1 main .title span:before {
  content: '';
  width: 48px;
  height: 1px;
  background: #e3e5e7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -24px;
}

.preorder--done1 main .title .status {
  color: #029e47;
  font-size: 14px;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preorder--done1 main .title .status p {
  margin: 0;
  padding: 0;
}

.preorder--done1 main .title .status:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url(../image/group-6.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.preorder--done1 main .title .amount {
  margin: 12px auto 0 auto;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #ff7511;
}

.preorder--done1 main .title .amount:before {
  content: '付款金額';
  color: #1a1a1f;
  display: inline-block;
  margin: 0 7px 0 0;
}

.preorder--done1 main .detail {
  text-align: left;
  font-size: 14px;
  margin: 12px 0 0;
  background: #fff;
  padding: 20px 0 10px 16px;
}

.preorder--done1 main .detail li {
  color: #1a1a1f;
  list-style: none;
  display: flex;
}

.preorder--done1 main .detail li span {
  width: 75px;
  text-align: justify;
  text-align-last: justify;
  display: inline-block;
  margin: 0 5px 0 0;
}

.preorder--done1 main .detail li span:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.preorder--done1 main .detail li p {
  padding: 0;
  margin: 0;
}

.preorder--done1 main .detail li:last-child {
  margin: 0;
}

.preorder--done1 main .btn-wrap {
  margin: 18px auto 0 auto;
  padding: 0 16px;
  text-align: center;
  display: block;
  overflow: hidden;
}

.preorder--done1 main .btn-wrap p {
  color: #1a1a1f;
  font-size: 14px;
  margin: 0 0 18px;
  padding: 0;
}

.preorder--done1 main .btn-wrap .back {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 20px;
  color: #1a1a1f;
  border: solid 1px #979797;
}

.preorder--done1 main .btn-wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0;
  padding: 0 0 25px;
}

.preorder--done1 main .btn-wrap > div a {
  display: block;
  width: 48%;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 7px 8px -4px rgba(0, 120, 200, 0.3);
  background-image: linear-gradient(284deg, #34aaf8, #0078c8);
}

.preorder--done1 main .btn-wrap > div a.reservation {
  background-color: #c2c6c8;
  background-image: none;
  box-shadow: 0 7px 8px -4px rgba(114, 114, 114, 0.3);
}

.preorder--done1 main .btn-wrap > div a.back {
  width: 48%;
  color: #1a1a1f;
  border: solid 1px #979797;
  background-image: none;
  box-shadow: 0 7px 8px -4px rgba(114, 114, 114, 0.3);
}

.preorder--done {
  padding-top: 0;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
}

.preorder--done .flow {
  width: 100%;
  height: 42px;
  background-image: linear-gradient(90deg, #33c996 4%, #66c9ff 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
  overflow-x: hidden;
}

.preorder--done .flow li {
  float: left;
  height: 40px;
  width: calc( 100% / 3);
  color: #b2b2b2;
  text-align: center;
  line-height: 40px;
  list-style-type: none;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.preorder--done .flow li span {
  position: absolute;
  width: 90px;
  z-index: 6;
  text-align: left;
  margin: 0 0 0 2px;
}

.preorder--done .flow li .trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #46c9bc;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 5;
}

.preorder--done .flow li .trangle:before {
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: -20px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #fff;
}

.preorder--done .flow li.active {
  background-color: transparent;
  color: #fff;
  padding: 0 0 0 40px;
  text-align: left;
}

@media only screen and (max-width: 360px) {
  .preorder--done .flow li.active {
    padding: 0 0 0 30px;
  }
}

.preorder--done .flow li.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 20px;
  top: 12px;
  background-image: url(../image/cart-flow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 360px) {
  .preorder--done .flow li.active:before {
    left: 16px;
  }
}

.preorder--done .flow li.active .trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 5;
}

.preorder--done .flow li.active .trangle:before {
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: -20px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #46c9bc;
}

.preorder--done .flow li.active:nth-child(2) .trangle:before {
  border-color: transparent transparent transparent #54c9db;
}

.preorder--done .flow.pureimg {
  background-image: none;
  height: auto;
  position: fixed;
}

.preorder--done .flow.pureimg img {
  width: 100%;
  height: auto;
  display: block;
}

.preorder--done main {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
}

.preorder--done main .middle {
  padding: 0 40px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.preorder--done main .middle .title {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
}

.preorder--done main .middle .fig {
  margin-top: 20px;
  margin-bottom: 30px;
}

.preorder--done main .middle .caption {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
}

.preorder--done main .bottom {
  padding: 20px 0;
}

.preorder--done main .btn {
  display: inline-block;
  width: 120px;
  margin: 0 5px 0;
  border-radius: 5px;
  border: 2px solid white;
  font-size: 17px;
  line-height: 40px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}

.preorder--done main .btn:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.preorder--error {
  padding-top: 0;
  background-image: linear-gradient(-180deg, #F5515F 0%, #9F041B 100%);
}

.preorder--error main {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
}

.preorder--error main .middle {
  padding: 0 40px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.preorder--error main .middle .title {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
}

.preorder--error main .middle .fig {
  margin-top: 20px;
  margin-bottom: 30px;
}

.preorder--error main .middle .caption {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
}

.preorder--error main .bottom {
  padding: 20px 0;
}

.preorder--error main .btn {
  display: inline-block;
  width: 120px;
  margin: 0 5px 0;
  border-radius: 5px;
  border: 2px solid white;
  font-size: 17px;
  line-height: 40px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}

.preorder--error main .btn:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.preorder--auth {
  padding-top: 0;
  background-color: #F4F4F4;
}

.preorder--auth main {
  padding-top: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.preorder--auth h1 {
  font-size: 17px;
  color: #4A4A4A;
  letter-spacing: 0.85px;
  line-height: 20px;
}

.preorder--auth .password {
  width: 80%;
  display: block;
  margin: 30px auto 0;
  padding: 0;
  box-shadow: none;
  border: 1.5px solid #007BCA;
  border-radius: 5px;
  background: white;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  outline: 0;
}

#incorrectModal .modal-body,
#resetModal .modal-body {
  padding: 30px 10px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

#incorrectModal span,
#resetModal span {
  font-weight: bold;
  color: #007BCA;
}

#incorrectModal .tool,
#resetModal .tool {
  margin-top: 30px;
}

#incorrectModal .tool__btn,
#resetModal .tool__btn {
  display: inline-block;
  width: 110px;
  padding: 15px 0;
  border-radius: 5px;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  font-size: 17px;
  line-height: 20px;
  color: white;
}

#incorrectModal .tool__btn:active,
#resetModal .tool__btn:active {
  background: 0;
  background-color: #00719D;
}

#incorrectModal .tool__btn--danger,
#resetModal .tool__btn--danger {
  background-image: linear-gradient(-180deg, #F24E5D 0%, #A3081F 100%);
}

#incorrectModal .tool__btn--danger:active,
#resetModal .tool__btn--danger:active {
  background: 0;
  background-color: #9F031B;
}

@media only screen and (max-width: 360px) {
  #incorrectModal .tool__btn:not(:last-child),
  #resetModal .tool__btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
