:root {
  scroll-behavior: auto;
}

body {
  background: #F3F1EC;
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.surpri-nav.theme-default .nav-mobile-wrap {
  background: #F3F1EC;
  color: #000;
}
.surpri-nav.theme-default .nav-mobile-wrap .mobile-bar-wrap .menu-btn-wrap span {
  background: #000;
}

.surpri-nav.theme-default .nav-pc-wrap .menu-wrap .menu-item a,
.surpri-nav.theme-default .nav-mobile-wrap .menu-wrap .menu-item a,
.surpri-footer-wrap .footer-link-regular {
  color: #000;
}

.surpri-logo.style-white svg path,
.surpri-logo.style-white svg ellipse {
  fill: #000;
}

.surpri-footer-wrap {
  background: #F3F1EC;
}
.surpri-footer-wrap .footer-link-url {
  color: #000;
}
.surpri-footer-wrap .footer-link-icon {
  color: #000;
  border-color: #000;
}

main {
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 992px) {
  main {
    padding-top: 120px;
  }
}
main > h1 {
  display: none;
}

.surpri-title {
  justify-content: center;
  margin-bottom: 40px;
}
.surpri-title.layout-center .title-wrap .title-en {
  color: #000;
}

.tabs {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.tabs .tab {
  width: calc(50% - 20px);
  border: 2px solid #939393;
  color: #000;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.tabs .tab.active {
  background: #2F62AE;
  border-color: #2F62AE;
  color: #F3F1EC;
}

.input-group {
  margin-bottom: 30px;
}
.input-group label {
  display: block;
  width: 42px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0.3em;
  margin-right: 15px;
}
.input-group .field {
  width: calc(100% - 42px - 15px);
}
.input-group input, .input-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: 33px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: 16px;
  padding: 4px 12px;
}
.input-group input:focus, .input-group select:focus {
  outline: none;
}
.input-group input:disabled, .input-group select:disabled {
  background: #E6E6E6;
}
.input-group input[type=date], .input-group select {
  background: #E6E6E6;
  color: #2F62AE;
}

.select2-container .select2-selection--single {
  height: 33px;
  border-color: #E5E5E5;
  background: #E6E6E6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}

.select2-dropdown {
  border-color: #E5E5E5;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #2F62AE;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #2F62AE transparent transparent transparent;
  margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2F62AE;
}

.info-form-act {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.info-form-act button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #2F62AE;
  padding: 8px 26px;
  color: #F3F1EC;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.info-form-act button:focus {
  outline: none;
}

#member-info .info-fields {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #member-info .info-fields {
    max-width: 670px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #member-info .info-fields > div {
    width: calc(50% - 30px);
  }
  #member-info .info-fields > div.ver {
    width: 100%;
  }
}
#member-info .input-group .verify {
  margin-top: 14px;
}
#member-info .input-group .btn-resend, #member-info .input-group .btn-verify {
  background: #2F62AE;
  color: #F3F1EC;
  font-size: 12px;
  text-align: center;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
}
#member-info .input-group .phone {
  display: flex;
  justify-content: space-between;
}
#member-info .input-group .phone .select2-container {
  width: 77px !important;
}
#member-info .input-group .phone .phone-number {
  width: calc(100% - 77px - 8px);
}
#member-info .input-group .phone.verified input:disabled {
  background: #F5F5F5;
}
#member-info .input-group .phone.verified input[name=intl]:disabled {
  width: 77px;
}
#member-info .input-group .verify-phone-code {
  display: flex;
  justify-content: space-between;
}
#member-info .input-group .verify-phone-code input {
  width: calc(100% - 60px - 8px);
}
#member-info .input-group .verify-phone-code .btn-verify {
  width: 60px;
  background: #2F62AE;
  color: #F3F1EC;
  font-size: 12px;
  text-align: center;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
}
#member-info .input-group.ver {
  display: block;
}
#member-info .input-group.ver label {
  margin: 0 0 14px 0;
  width: auto;
}
#member-info .input-group.ver label span {
  color: #2F62AE;
  font-weight: 400;
  font-size: 12px;
  margin-left: 13px;
}
#member-info .input-group .hobby-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#member-info .input-group .hobby-list .hobby-opt {
  color: #fff;
  background: #595959;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}
#member-info .input-group .hobby-list .hobby-opt.active {
  background: #2F62AE;
}

#member-history .act-btn {
  width: 83px;
  height: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #F3F1EC;
  background: #2F62AE;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#member-history .act-btn.disabled {
  background: #939393;
  cursor: no-drop;
}
#member-history .act-btn.failed, #member-history .act-btn.cancel {
  background: #FF6701;
}
@media (min-width: 992px) {
  #member-history .wrap {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#member-history .status-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #member-history .status-tabs {
    width: 113px;
    display: block;
    text-align: right;
  }
}
#member-history .status-tabs .status-tab {
  color: #000;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  margin: 0 15px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #member-history .status-tabs .status-tab {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
#member-history .status-tabs .status-tab.active {
  color: #FF6701;
}
#member-history .status-tabs .status-tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #FF6701;
}
#member-history .list .item {
  font-size: 13px;
  max-width: 360px;
  margin: 0 auto 20px auto;
  border: 1px solid #595959;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #member-history .list .item {
    max-width: 700px;
    margin: 0 0 35px 0;
  }
}
#member-history .list .item:last-child {
  margin-bottom: 0;
}
#member-history .list .item .item-head, #member-history .list .item .item-body {
  padding: 12px 15px 20px 15px;
}
#member-history .list .item .item-head {
  padding: 12px 15px;
  background: #E6E6E6;
  border-bottom: 1px solid #595959;
}
#member-history .list .item .order-id {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
#member-history .list .item .copy-btn {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.0289 1.62364H7.67822V0.42517C7.67822 0.190363 7.48786 0 7.25305 0H0.971191C0.736383 0 0.546021 0.190363 0.546021 0.42517V7.9513C0.546021 8.18611 0.736383 8.37647 0.971191 8.37647H2.32184V9.57491C2.32184 9.80972 2.51221 10.0001 2.74701 10.0001H9.0289C9.26371 10.0001 9.45407 9.80972 9.45407 9.57491V2.04881C9.45407 1.814 9.26371 1.62364 9.0289 1.62364ZM1.39636 7.52613V0.85034H6.82785V1.62364H2.74704C2.51223 1.62364 2.32187 1.814 2.32187 2.04881V7.52613H1.39636ZM8.60373 9.14977H3.17221V2.47398H8.60373V9.14977Z" fill="%232F62AE" stroke="%232F62AE" stroke-width="0.00213336"/></svg>');
  background-size: auto 12px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
#member-history .list .item .copy-btn .copy-success {
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translate(100%, -50%);
  font-size: 10px;
  background: #23ab23;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
}
#member-history .list .item .copy-btn .copy-success:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #23ab23 transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
#member-history .list .item .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#member-history .list .item .row1 .row1-1 {
  display: flex;
  align-items: center;
}
#member-history .list .item .row1 .acts {
  display: none;
}
@media (min-width: 992px) {
  #member-history .list .item .row1 .acts {
    display: flex;
    justify-content: space-between;
    width: 179px;
  }
}
#member-history .list .item .event-name {
  font-weight: 700;
  font-size: 14px;
  flex: 1;
}
@media (min-width: 992px) {
  #member-history .list .item .event-name {
    flex: none;
    width: 200px;
    margin-right: 20px;
  }
}
#member-history .list .item .order-time {
  white-space: nowrap;
  margin-left: 20px;
}
@media (min-width: 992px) {
  #member-history .list .item .row2 {
    display: flex;
  }
}
#member-history .list .item .row2 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  #member-history .list .item .row2 > div {
    display: block;
    width: 152px;
    margin-right: 20px;
  }
}
#member-history .list .item .row2 > div > div {
  width: calc(50% - 13px);
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  #member-history .list .item .row2 > div > div {
    width: auto;
  }
  #member-history .list .item .row2 > div > div:last-child {
    margin-bottom: 0;
  }
}
#member-history .list .item .row2 .acts {
  display: block;
  margin: 13px 0 0 0;
}
@media (min-width: 992px) {
  #member-history .list .item .row2 .acts {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0;
    flex: 1;
  }
}
#member-history .list .item .row2 .acts > div {
  margin-bottom: 0;
}
#member-history .list .item .row2 .acts .row2-1 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 25px 0;
}
@media (min-width: 992px) {
  #member-history .list .item .row2 .acts .row2-1 {
    display: none;
  }
}
#member-history .list .item .row2 .acts .row2-1 .act-btn {
  margin: 0 6px;
}
#member-history .list .item .row2 .acts .row2-2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  #member-history .list .item .row2 .acts .row2-2 {
    width: auto;
  }
}
#member-history .list .item .row2 .acts .row2-2 .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  #member-history .list .item .row2 .acts .row2-2 .contact {
    align-items: flex-end;
  }
}
#member-history .list .item .row2 .acts .row2-2 .contact span {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  white-space: nowrap;
}
#member-history .filter-wrap {
  max-width: 360px;
  margin: 0 auto 30px auto;
}
@media (min-width: 992px) {
  #member-history .filter-wrap {
    max-width: none;
  }
}
#member-history .filter-wrap .filter {
  width: 100px;
  margin: 0 0 0 auto;
}
@media (min-width: 992px) {
  #member-history .filter-wrap .filter {
    margin: 0;
  }
}
#member-history .filter-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
#member-history .filter-wrap .select2-results__option--selectable {
  font-size: 14px;
}
#member-history .filter-wrap .select2-container {
  top: 0 !important;
  left: 0 !important;
}
#member-history .filter-wrap .select2-dropdown {
  background: #2F62AE;
  color: #F3F1EC;
  border: 1px solid #2F62AE;
  border-radius: 5px !important;
  overflow: hidden;
  transform: translateY(2px);
}
#member-history .filter-wrap .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
#member-history .filter-wrap .select2-container--default .select2-results__option--selected {
  background: #265190;
}

#member-refund .act-btn, #member-change-time .act-btn {
  width: 83px;
  height: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #F3F1EC;
  background: #2F62AE;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#member-refund .act-btn.disabled, #member-change-time .act-btn.disabled {
  background: #939393;
  cursor: no-drop;
}
#member-refund .act-btn.failed, #member-refund .act-btn.cancel, #member-change-time .act-btn.failed, #member-change-time .act-btn.cancel {
  background: #FF6701;
}
#member-refund .act-btn.failed, #member-change-time .act-btn.failed {
  cursor: default;
}
#member-refund .step, #member-change-time .step {
  max-width: 650px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
#member-refund .step h2, #member-change-time .step h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #member-refund .step h2, #member-change-time .step h2 {
    line-height: 1;
  }
  #member-refund .step h2 br, #member-change-time .step h2 br {
    display: none;
  }
}
#member-refund .step h3, #member-change-time .step h3 {
  color: #000;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#member-refund .step ul, #member-refund .step ol, #member-change-time .step ul, #member-change-time .step ol {
  margin: 0;
  padding-left: 1.5em;
}
#member-refund .step table td, #member-change-time .step table td {
  line-height: 1.4;
  padding: 12px 0;
}
#member-refund .step .pretty, #member-change-time .step .pretty {
  margin-right: 0;
}
#member-refund .step .pretty .state label:before, #member-change-time .step .pretty .state label:before {
  border-color: #000;
}
#member-refund .step .pretty .state label, #member-change-time .step .pretty .state label {
  color: #2F62AE;
  font-weight: 500;
}
#member-refund .step .pretty input:checked ~ .state label:after, #member-change-time .step .pretty input:checked ~ .state label:after {
  background: #2F62AE;
}
#member-refund .step .acts, #member-change-time .step .acts {
  max-width: 220px;
  margin: 50px auto 0 auto;
}
#member-refund .step .acts .acts-row, #member-change-time .step .acts .acts-row {
  display: flex;
  justify-content: space-between;
}
#member-refund .step .acts .acts-row:first-child, #member-change-time .step .acts .acts-row:first-child {
  justify-content: center;
  margin-bottom: 20px;
}

#member-refund .step2 .wrapper {
  display: flex;
  justify-content: center;
}
#member-refund .step2 .wrapper table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
}
#member-refund .step2 .wrapper table td {
  vertical-align: top;
}
#member-refund .step2 .wrapper table td:first-child {
  padding-right: 20px;
  font-weight: 700;
  white-space: nowrap;
}

#member-change-time .step2 .wrapper, #member-change-time .step3 .wrapper {
  display: flex;
  justify-content: center;
}
#member-change-time .step2 .wrapper table, #member-change-time .step3 .wrapper table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
}
#member-change-time .step2 .wrapper table td, #member-change-time .step3 .wrapper table td {
  vertical-align: top;
}
#member-change-time .step2 .wrapper table td:first-child, #member-change-time .step3 .wrapper table td:first-child {
  padding-right: 20px;
  font-weight: 700;
  white-space: nowrap;
}
#member-change-time .step3 table td:nth-child(1) {
  width: 95px;
}
#member-change-time .datepicker-input {
  line-height: 29px;
  border-radius: 5px;
  padding: 0 14px;
  max-width: 200px;
  color: #2F62AE;
  background: #E5E5E5;
  cursor: pointer;
  position: relative;
}
#member-change-time .datepicker-input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.35352 0.353516L4.35352 4.35352L0.353516 0.353515" stroke="black"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
#member-change-time .time-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#member-change-time .time-tabs .time-tab {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  line-height: 17px;
  padding: 6px 4px;
  margin: 0 10px 20px 10px;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 500px) {
  #member-change-time .time-tabs .time-tab {
    width: calc(50% - 20px);
  }
}
#member-change-time .time-tabs .time-tab.active, #member-change-time .time-tabs .time-tab:hover {
  color: #F3F1EC;
  background: #2F62AE;
  border-color: #2F62AE;
}

.blockUI h1 {
  color: #000;
}/*# sourceMappingURL=member.css.map */